Lasse Öörni
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
13 年之前 |
Lasse Öörni
|
1c7f970e30
Synchronize float and integer position of sprites.
|
13 年之前 |
Lasse Öörni
|
5160610e25
Refactored freely rotating / scaling UIElements into a separate Sprite class; removed rotation from the base class as it would not work correctly with element hierarchies in most cases.
|
13 年之前 |
Wei Tjong Yao
|
d7f6b4d0b6
Enhanced UIElement to be able to set a default style file for later reference by children elements, added horizontal indentation feature, and added new E_LAYOUTUPDATED event. Enhanced ListView to better support hierarchy mode and added feature to show 'expansion triangle' in hierarchy mode. Fixed a bug in ScrollView to update view size correctly when resizing content element. Fixed a bug in Log's WriteRaw() method so it sends error message to stderr even in quite mode. Refactored Editor to take advantage of the enhancement.
|
13 年之前 |
Lasse Öörni
|
9ef8625e33
Fixed BorderImage attributes (tiled, blendmode) missing from script API.
|
13 年之前 |
Lasse Öörni
|
55f249e548
Automatically show compatible script object variables as ScriptInstance attributes and file-serialize them.
|
13 年之前 |
Lasse Öörni
|
12bddee240
Whether to use derived opacity can be configured per UI element. By default true, except for Text.
|
13 年之前 |
Lasse Öörni
|
da243eb31b
Applied UI & editor related patch from weitjong.
|
13 年之前 |
Lasse Öörni
|
26f23adb14
Applied UI patch from primitivewaste.
|
13 年之前 |
Lasse Öörni
|
a40fead7dc
Updated license for the new year.
|
13 年之前 |
Lasse Öörni
|
7d8558a51f
Applied massive patch from weitjong.
|
13 年之前 |
Lasse Öörni
|
88aaa46465
Corrected formatting issues. License.txt & Readme.txt encoded as UTF-8, source code uses ASCII encoding.
|
13 年之前 |
Lasse Öörni
|
8ea36786ec
Fixed UI element priorities getting constantly decreased when switching the frontmost element.
|
13 年之前 |
Lasse Öörni
|
9401ad8063
Removed UI serialization hacks related to the Menu & DropDownList popup element. To avoid layout problems, now it is never added as a child temporarily.
|
13 年之前 |
Lasse Öörni
|
053c1f3e6a
Added convenience overloads for LoadLayout().
|
13 年之前 |
Lasse Öörni
|
94fc8ce4e4
Removed the hack way of filling a DropDownList from XML layout. As a consequence defining dropdown items in XML is more complex.
|
13 年之前 |
Lasse Öörni
|
4cef5395f5
Completed the UI element refactoring. Removed hardcoded SetStyle() functions which would read UI element attributes from XML.
|
13 年之前 |
Lasse Öörni
|
0a16099532
UIElement serialization / deserialization.
|
13 年之前 |
Lasse Öörni
|
83e90ae61c
Started work on UI element attributes.
|
13 年之前 |
Lasse Öörni
|
e586349114
Added UIElement::CreateChild().
|
13 年之前 |
Lasse Öörni
|
f0b6d55b28
Enclosed Urho3D classes inside Urho3D namespace to avoid clashes with external libraries.
|
13 年之前 |
Lasse Öörni
|
481fbfa220
Added visible OS mouse cursor mode. When used with an external window, this is the only supported mode, as SDL does not control the cursor visibility of an external window.
|
13 年之前 |
Lasse Öörni
|
a77a685f4c
Fixed warnings reported by Xcode.
|
13 年之前 |
Lasse Öörni
|
0706ae397f
Touch input on Android.
|
13 年之前 |
Lasse Öörni
|
91f6f87472
Explicitly mark changed nodes to avoid going through the whole scene in PrepareNetworkUpdate().
|
13 年之前 |
Lasse Öörni
|
50226cfdb0
Started work toward Unicode compatibility.
|
14 年之前 |
Lasse Öörni
|
cc3ee34f58
Increased occlusion buffer depth bias.
|
14 年之前 |
Lasse Öörni
|
510c606b3d
Removed the redundant GetString() functions from XMLElement.
|
14 年之前 |
Lasse Öörni
|
95a8c8bfa7
Added overloads to Variant & XMLElement that take char pointers.
|
14 年之前 |
Lasse Öörni
|
f58e2595bf
Rewrite node & component IDs when instantiating content from file.
|
14 年之前 |