Eugene Kozlov
|
de249a1963
Remove casts around nullptr.
|
8 years ago |
Eugene Kozlov
|
5a2bec95f1
Automatic upgrade: override, typedef to using, 0 to nullptr.
|
8 years ago |
Lasse Öörni
|
f1513fcaae
Allow name-based child attribute animation also on UIElement.
|
8 years ago |
urho3d-travis-ci
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
Lasse Öörni
|
84c36e10e5
Ensure proper recursive calculation of UI element combined screen rect. Closes #1687.
|
9 years ago |
Rokas Kupstys
|
5d1ef7fdbb
UIElement::GetChildrenWithTag() that returns PODVector.
|
9 years ago |
Lasse Öörni
|
fff10e15cf
Eliminate a few uses of NULL, and mention preference to not use it in the code convention. Ensure UIElementLoadChildXML returns a value.
|
9 years ago |
TheComet
|
82e09e8632
UIElement::CreateChildXML() returns child instead of bool. If loading fails, child is destroyed instead of keeping an empty child around
|
9 years ago |
Lasse Öörni
|
6068963457
Preserve anchored size if setting horiz/vert alignment while anchored.
|
9 years ago |
Lasse Öörni
|
a5d20441dd
Adjustments to UI element anchoring to make it more foolproof and intuitive. Anchoring must now be enabled explicitly.
|
9 years ago |
Lasse Öörni
|
6f8164c492
Script bindings for anchor/pivot settings. Edit comments.
|
9 years ago |
ninjastone
|
93f009d882
Fixed missing argument
|
9 years ago |
ninjastone
|
e1724b84e5
Changed FLT_MAX to std::numeric_limits
|
9 years ago |
ninjastone
|
9c4b0b169d
Fixed read only attributes in serialization.
|
9 years ago |
ninjastone
|
68f4657528
Add anchor and pivot to UIElement.
|
9 years ago |
Lasse Öörni
|
562b193ef5
Add delta parameter to UIElement::OnResize() and the Resized event.
|
9 years ago |
Lasse Öörni
|
8e8ee798a7
New click / click end events sent by the UI element in question (see UIEvents.h.) Fix IsInside() check for the sprite UI element to allow accurate click detection. Register the full UIElement API for the Sprite element in AngelScript, though not all functions make sense. Clean up empty virtual functions from .cpp files in favor of defining them in headers. Closes #1343.
|
9 years ago |
urho3d-travis-ci
|
c4f6f315ff
Travis CI: bump copyright to 2016.
|
10 years ago |
Lasse Öörni
|
474276fc17
Code convention & minor logic edits. Unify tag API between UIElement & Node. Use ; as the default tag separator to match the editor. Do not allow adding empty tags.
|
10 years ago |
Lasse Öörni
|
ff42717419
Rename IsTagged -> HasTag. Pass tag scripts in Lua by value to match the other API bindings.
|
10 years ago |
Ivan K
|
68668266d2
Add tags to UIElement
|
10 years ago |
Lasse Öörni
|
b593380632
When attaching a UIElement as child, apply potentially changed style recursively. Remove default size from Button's style (generally style shouldn't change element size.) Closes #1103.
|
10 years ago |
Lasse Öörni
|
e9cf66b992
Marked todo related to child priority sorting.
|
10 years ago |
Ivan K
|
372c5b3481
editor: fix positioning of status text
|
10 years ago |
Lasse Öörni
|
94a7f4ef63
Make UI element layouting not modify the user assigned minSize. Instead keep record of the min.size required by layout separately. Fix HelloGUI sample to the new behavior. Closes #955.
|
10 years ago |
Ivan K
|
ad2eb74d83
LOGERROR -> URHO3D_LOGERROR
|
10 years ago |
Ivan K
|
3a7e7f058e
LOGWARNING -> URHO3D_LOGWARNING
|
10 years ago |
Ivan K
|
83b811b7e8
ENUM_ACCESSOR_ATTRIBUTE -> URHO3D_ENUM_ACCESSOR_ATTRIBUTE
|
10 years ago |
Ivan K
|
212f419026
ACCESSOR_ATTRIBUTE -> URHO3D_ACCESSOR_ATTRIBUTE
|
10 years ago |
Ivan K
|
431e29d2cd
ATTRIBUTE -> URHO3D_ATTRIBUTE
|
10 years ago |