aster2013
|
cb819a5a6f
Remove class name and variant type from attribute macros.
|
11 years ago |
hdunderscore
|
007d3acc1a
Changes to UI drag behavior:
|
11 years ago |
Aster@中国上海
|
84fe0946c8
Remove ShortStringHash, Now all of ShortStringHash are replaced by StringHash.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
265f9ceefc
Minor clean up on Input class and NinjaSnowWar demo.
|
11 years ago |
Lasse Öörni
|
b8185f973c
Support a "select on click end" mode in ListView. Support defining a separate drag'n'drop content for elements dropped into a LineEdit. Enable drag'n'drop to node ID attribute fields. Closes #261.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
756c2943cb
Add logic to perform a copy to clipboard using Ctrl+C combo.
|
11 years ago |
Yao Wei Tjong 姚伟忠
|
6da0cb3995
Add mechanism to copy the selected rows to clipboard. Use in console.
|
11 years ago |
Lasse Öörni
|
47836474e2
Variant pointer refactoring. Variant can now hold a weak pointer to a RefCounted object, which is safer, and is returned using GetPtr(). Engine events have been converted to use that mechanism. GetPtr() is also directly available in AngelScript, as well as assigning a RefCounted or derived class handle to a Variant.
|
12 years ago |
Lasse Öörni
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
Lasse Öörni
|
76292ef63e
Centralize allocation of event data variant maps to Context to avoid constant dynamic memory allocation.
|
12 years ago |
Lasse Öörni
|
712345aa56
Added log macros with formatting. Closes #114.
|
12 years ago |
Yao Wei Tjong 姚伟忠
|
2565755905
Misc. tweaks on Editors and minor refactoring.
|
12 years ago |
Yao Wei Tjong 姚伟忠
|
fcb2f52035
Refactor and minor improvement on ListView class.
|
12 years ago |
Yao Wei Tjong 姚伟忠
|
42792b0bd2
Minor improvement and bug fix on some of the UI elements.
|
12 years ago |
Lasse Öörni
|
a7bc939b7d
Only use item binary search when container is in vertical layout mode.
|
12 years ago |
Yao Wei Tjong 姚伟忠
|
c776573796
Add new MessageBox class for showing short messages in a modal window.
|
12 years ago |
Lasse Öörni
|
6dced65f9e
Use binary search in ListView::FindItem() to speed up mouse click processing.
|
12 years ago |
Lasse Öörni
|
c61a5e6f01
Added new ItemClicked event for ListView items which is also sent for right-clicks. ItemDoubleClicked is also sent also for right-clicks now. Added more event parameters to ItemClicked & ItemDoubleClicked events. Closes #88.
|
12 years ago |
Lasse Öörni
|
4186e48b7f
Set internal flag on ListView containers before adding as a child. Fixes #10.
|
12 years ago |
Lasse Öörni
|
facbae131e
Store an explicit parent ListView pointer to HierarchyContainer to avoid having to search for it through the element hierarchy.
|
12 years ago |
Lasse Öörni
|
39c8295eb3
Added editable flag to UI elements. When disabled, will not edit the value (eg. LineEdit text) through user input. Fixes #4.
|
12 years ago |
Lasse Öörni
|
e4970dbde6
Fixed corrupted enum list of ListView.
|
12 years ago |
Wei Tjong Yao
|
02512cecf9
In order to move the out-of-source 'build' directory back to Urho3D project root directory, all the source codes sub-directories are now moved down one level to a new directory under project root called 'Source'.
|
12 years ago |