aster2013 4a3ed4117a Refactor animation system, add AttributeAnimationInstance. 11 лет назад
..
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 ffe7a7699f Minor enhancement on getting optional resources and error handling. 12 лет назад
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 973b353a08 Safeguard CollisionShape against empty models to prevent Bullet asserts. 12 лет назад
Font.h 694e41c42a If font face uses mutable glyphs, reacquire all glyphs before constructing text batch. 12 лет назад
LineEdit.cpp 8945322476 Fix spelling: ClipBoard -> Clipboard. Use the system clipboard by default in the editor. 11 лет назад
LineEdit.h 6d5ddc23e0 Bump the copyright for 2014. 12 лет назад
ListView.cpp 756c2943cb Add logic to perform a copy to clipboard using Ctrl+C combo. 11 лет назад
ListView.h 6da0cb3995 Add mechanism to copy the selected rows to clipboard. Use in console. 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 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 лет назад
ScrollView.h 6d5ddc23e0 Bump the copyright for 2014. 12 лет назад
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 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 лет назад
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 0594ff6013 Fixed shader used by Text3D generated materials. 12 лет назад
Text3D.h 0594ff6013 Fixed shader used by Text3D generated materials. 12 лет назад
ToolTip.cpp 6d5ddc23e0 Bump the copyright for 2014. 12 лет назад
ToolTip.h 6d5ddc23e0 Bump the copyright for 2014. 12 лет назад
UI.cpp 8945322476 Fix spelling: ClipBoard -> Clipboard. Use the system clipboard by default in the editor. 11 лет назад
UI.h 8945322476 Fix spelling: ClipBoard -> Clipboard. Use the system clipboard by default in the editor. 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 4a3ed4117a Refactor animation system, add AttributeAnimationInstance. 11 лет назад
UIElement.h 4a3ed4117a Refactor animation system, add AttributeAnimationInstance. 11 лет назад
UIEvents.h 18217a0fdd Added UI hover start/end events. 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 лет назад