aster e0737e6c46 Replace Char event with TextInput event for CJK IME support. преди 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 e0737e6c46 Replace Char event with TextInput event for CJK IME support. преди 11 години
Font.h 694e41c42a If font face uses mutable glyphs, reacquire all glyphs before constructing text batch. преди 12 години
LineEdit.cpp e0737e6c46 Replace Char event with TextInput event for CJK IME support. преди 11 години
LineEdit.h e0737e6c46 Replace Char event with TextInput event for CJK IME support. преди 11 години
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 e0737e6c46 Replace Char event with TextInput event for CJK IME support. преди 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 48c3868a79 Remove child object animation, add load and save function. преди 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 години