| .. |
|
BorderImage.cpp
|
26ef946bad
Add possibility to decouple BorderImage border UV size from screen size. Closes #269.
|
11 年之前 |
|
BorderImage.h
|
26ef946bad
Add possibility to decouple BorderImage border UV size from screen size. Closes #269.
|
11 年之前 |
|
Button.cpp
|
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 年之前 |
|
Button.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
CMakeLists.txt
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
CheckBox.cpp
|
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 年之前 |
|
CheckBox.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
Cursor.cpp
|
5442bb22c8
Comment out Cursor::ApplyOSCursorShape() on mobile platforms to avoid error log print.
|
11 年之前 |
|
Cursor.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
DropDownList.cpp
|
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 年之前 |
|
DropDownList.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
FileSelector.cpp
|
2e8744dc01
Minor cleanup - remove redundant null check for subsystems pointer.
|
12 年之前 |
|
FileSelector.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
Font.cpp
|
ebc9e8cc43
Fix typo.
|
11 年之前 |
|
Font.h
|
78f902bcce
Remove friend class declaration.[ci skip]
|
11 年之前 |
|
FontFace.cpp
|
387c89b857
Simplify font class.
|
11 年之前 |
|
FontFace.h
|
387c89b857
Simplify font class.
|
11 年之前 |
|
FontFaceBitmap.cpp
|
387c89b857
Simplify font class.
|
11 年之前 |
|
FontFaceBitmap.h
|
387c89b857
Simplify font class.
|
11 年之前 |
|
FontFaceFreeType.cpp
|
387c89b857
Simplify font class.
|
11 年之前 |
|
FontFaceFreeType.h
|
387c89b857
Simplify font class.
|
11 年之前 |
|
LineEdit.cpp
|
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 年之前 |
|
LineEdit.h
|
e0737e6c46
Replace Char event with TextInput event for CJK IME support.
|
11 年之前 |
|
ListView.cpp
|
265f9ceefc
Minor clean up on Input class and NinjaSnowWar demo.
|
11 年之前 |
|
ListView.h
|
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 年之前 |
|
Menu.cpp
|
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 年之前 |
|
Menu.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
MessageBox.cpp
|
a897ef1651
Add null check to catch faulty MessageBox window layout.
|
11 年之前 |
|
MessageBox.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
ScrollBar.cpp
|
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 年之前 |
|
ScrollBar.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
ScrollView.cpp
|
40028ccc71
Touch scroll in ScrollView / ListView. Deceleration is instant for now. Closes #332.
|
11 年之前 |
|
ScrollView.h
|
40028ccc71
Touch scroll in ScrollView / ListView. Deceleration is instant for now. Closes #332.
|
11 年之前 |
|
Slider.cpp
|
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 年之前 |
|
Slider.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
Sprite.cpp
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
Sprite.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
Text.cpp
|
0ffbd4d575
Move font face class out of font files.
|
11 年之前 |
|
Text.h
|
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 年之前 |
|
Text3D.cpp
|
00e9dc0a79
Selectable axes for BillboardSet & Text3D camera facing. Default all axes (follow camera rotation fully). Fix ParticleEmitter faceCamera property not being exposed to AngelScript. Closes #325.
|
11 年之前 |
|
Text3D.h
|
00e9dc0a79
Selectable axes for BillboardSet & Text3D camera facing. Default all axes (follow camera rotation fully). Fix ParticleEmitter faceCamera property not being exposed to AngelScript. Closes #325.
|
11 年之前 |
|
ToolTip.cpp
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
ToolTip.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
UI.cpp
|
a317c48beb
Initial touch emulation.
|
11 年之前 |
|
UI.h
|
e0737e6c46
Replace Char event with TextInput event for CJK IME support.
|
11 年之前 |
|
UIBatch.cpp
|
46285baf97
Refactor build scripts to group Urho3D specific build option.
|
11 年之前 |
|
UIBatch.h
|
07f06563bc
Optimized Renderer::GetShader() so that caching shader variation pointers becomes unnecessary for the most part.
|
12 年之前 |
|
UIElement.cpp
|
06ccf8efbb
rename variant name, avoid memory leak when attribute not found.
|
11 年之前 |
|
UIElement.h
|
e0737e6c46
Replace Char event with TextInput event for CJK IME support.
|
11 年之前 |
|
UIEvents.h
|
e0737e6c46
Replace Char event with TextInput event for CJK IME support.
|
11 年之前 |
|
View3D.cpp
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
View3D.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
Window.cpp
|
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 年之前 |
|
Window.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |