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 anni fa |
Lasse Öörni
|
1f91a44818
Removed the deprecated GetClassName() AngelScript Variant bindings. Fixed the Ragdolls example to not use them.
|
11 anni fa |
Yao Wei Tjong 姚伟忠
|
6da0cb3995
Add mechanism to copy the selected rows to clipboard. Use in console.
|
11 anni fa |
Lasse Öörni
|
8945322476
Fix spelling: ClipBoard -> Clipboard. Use the system clipboard by default in the editor.
|
11 anni fa |
Yao Wei Tjong 姚伟忠
|
2fb1dc2edc
Mark the deprecated AS API bindings in the documentation.
|
12 anni fa |
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 anni fa |
Lasse Öörni
|
8cc5ad7fd2
Improved and unified API for Text & Text3D: get number of Unicode characters, get width of row by index, get position of character by index, get size of character by index. Store positions & sizes in the same vector to reduce amount of dynamic memory allocations.
|
12 anni fa |
Lasse Öörni
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 anni fa |
Lasse Öörni
|
d1bbe45515
Added SDL on-screen keyboard support.
|
12 anni fa |
Lasse Öörni
|
7f061206dc
Add the byKey parameter to script bindings of SetFocusElement().
|
12 anni fa |
Yao Wei Tjong 姚伟忠
|
41add82c6e
Fix the wrong return data type for MessageBox::GetWindow().
|
12 anni fa |
Yao Wei Tjong 姚伟忠
|
3383bf109b
Expose MessageBox's window element to scripting for manipulation.
|
12 anni fa |
Yao Wei Tjong 姚伟忠
|
c776573796
Add new MessageBox class for showing short messages in a modal window.
|
12 anni fa |
Lasse Öörni
|
358d9c2849
Added default tooltip delay to UI, which will be used if the tooltip's own delay is zero. Use seconds for tooltip delay to match eg. the doubleclick interval. Removed layout from the editor's tooltip root element to prevent it resizing in unwanted fashion.
|
12 anni fa |
Lasse Öörni
|
5b8f5e290b
Normalize name of tooltip class to ToolTip to match the filename.
|
12 anni fa |
Alex Parlett
|
70322b5c85
Added the Tooltip UI Element which will display when its parent element is hovered over for the specified delay period.
|
12 anni fa |
Lasse Öörni
|
0859375510
Fixed erroneously removed script API function.
|
12 anni fa |
Lasse Öörni
|
34abc97998
Change the LineEdit elements in the file selector & console to match the height of other LineEdits in the editor. Remove hardcoded adjustment code from FileSelector.cpp & Console.cpp and rely on the style instead.
|
12 anni fa |
Lasse Öörni
|
0d7d4826e5
Add pixel & time threshold for sending a drag begin UI event. Closes #65. Removed code duplication between mouse & touch hover.
|
12 anni fa |
Lasse Öörni
|
840d50ce0d
Allow to force FreeType autohinting (old 2.3 version behavior.) Reload font faces when global font settings changed.
|
12 anni fa |
Lasse Öörni
|
267523a738
Adapted Aster Jian's mutable glyph mechanism. Globally switchable on from the UI subsystem. Configurable font texture max size in UI subsystem.
|
12 anni fa |
Lasse Öörni
|
b2d356ad5e
Allow using the operating system clipboard in UI.
|
12 anni fa |
Lasse Öörni
|
36e165596a
Create a dedicated depth stencil texture in View3D so that temporary depth stencils are not constantly generated when resizing a View3D.
|
12 anni fa |
Lasse Öörni
|
586d878509
Fix enum.
|
12 anni fa |
Lasse Öörni
|
dbd7687c56
Added configurable Z bias to Text3D effect.
|
12 anni fa |
Aster Jian
|
902300e2e5
Add TextEffect in Text3D class.
|
12 anni fa |
Aster Jian
|
318d2bd5ef
Add TextEffect in Text class.
|
12 anni fa |
Lasse Öörni
|
9ff0247c68
Applied material editor preview patch from primitivewaste, which also adds View3D UI element class.
|
12 anni fa |
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 anni fa |