Lasse Öörni 84d06d2e61 Merged the face camera boolean and axes parameters used by BillboardSet & Text3D into a FaceCameraMode enum. Implement none, rotate XYZ, rotate Y, lookat XYZ & lookat Y modes. More can be added as necessary. il y a 11 ans
..
BorderImage.cpp 26ef946bad Add possibility to decouple BorderImage border UV size from screen size. Closes #269. il y a 11 ans
BorderImage.h 26ef946bad Add possibility to decouple BorderImage border UV size from screen size. Closes #269. il y a 11 ans
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. il y a 12 ans
Button.h 6d5ddc23e0 Bump the copyright for 2014. il y a 12 ans
CMakeLists.txt 6d5ddc23e0 Bump the copyright for 2014. il y a 12 ans
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. il y a 12 ans
CheckBox.h 6d5ddc23e0 Bump the copyright for 2014. il y a 12 ans
Cursor.cpp 5442bb22c8 Comment out Cursor::ApplyOSCursorShape() on mobile platforms to avoid error log print. il y a 11 ans
Cursor.h 6d5ddc23e0 Bump the copyright for 2014. il y a 12 ans
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. il y a 12 ans
DropDownList.h 6d5ddc23e0 Bump the copyright for 2014. il y a 12 ans
FileSelector.cpp 2e8744dc01 Minor cleanup - remove redundant null check for subsystems pointer. il y a 12 ans
FileSelector.h 6d5ddc23e0 Bump the copyright for 2014. il y a 12 ans
Font.cpp ebc9e8cc43 Fix typo. il y a 11 ans
Font.h 78f902bcce Remove friend class declaration.[ci skip] il y a 11 ans
FontFace.cpp 387c89b857 Simplify font class. il y a 11 ans
FontFace.h 387c89b857 Simplify font class. il y a 11 ans
FontFaceBitmap.cpp 387c89b857 Simplify font class. il y a 11 ans
FontFaceBitmap.h 387c89b857 Simplify font class. il y a 11 ans
FontFaceFreeType.cpp 387c89b857 Simplify font class. il y a 11 ans
FontFaceFreeType.h 387c89b857 Simplify font class. il y a 11 ans
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. il y a 11 ans
LineEdit.h e0737e6c46 Replace Char event with TextInput event for CJK IME support. il y a 11 ans
ListView.cpp 265f9ceefc Minor clean up on Input class and NinjaSnowWar demo. il y a 11 ans
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. il y a 11 ans
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. il y a 12 ans
Menu.h 6d5ddc23e0 Bump the copyright for 2014. il y a 12 ans
MessageBox.cpp a897ef1651 Add null check to catch faulty MessageBox window layout. il y a 11 ans
MessageBox.h 6d5ddc23e0 Bump the copyright for 2014. il y a 12 ans
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. il y a 12 ans
ScrollBar.h 6d5ddc23e0 Bump the copyright for 2014. il y a 12 ans
ScrollView.cpp 40028ccc71 Touch scroll in ScrollView / ListView. Deceleration is instant for now. Closes #332. il y a 11 ans
ScrollView.h 40028ccc71 Touch scroll in ScrollView / ListView. Deceleration is instant for now. Closes #332. il y a 11 ans
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. il y a 12 ans
Slider.h 6d5ddc23e0 Bump the copyright for 2014. il y a 12 ans
Sprite.cpp 6d5ddc23e0 Bump the copyright for 2014. il y a 12 ans
Sprite.h 6d5ddc23e0 Bump the copyright for 2014. il y a 12 ans
Text.cpp 0ffbd4d575 Move font face class out of font files. il y a 11 ans
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. il y a 12 ans
Text3D.cpp 84d06d2e61 Merged the face camera boolean and axes parameters used by BillboardSet & Text3D into a FaceCameraMode enum. Implement none, rotate XYZ, rotate Y, lookat XYZ & lookat Y modes. More can be added as necessary. il y a 11 ans
Text3D.h 84d06d2e61 Merged the face camera boolean and axes parameters used by BillboardSet & Text3D into a FaceCameraMode enum. Implement none, rotate XYZ, rotate Y, lookat XYZ & lookat Y modes. More can be added as necessary. il y a 11 ans
ToolTip.cpp 6d5ddc23e0 Bump the copyright for 2014. il y a 12 ans
ToolTip.h 6d5ddc23e0 Bump the copyright for 2014. il y a 12 ans
UI.cpp 3ea3f8102b Minor refactor to a cleaner fix for #341. Also fix DebugHud now. il y a 11 ans
UI.h e0737e6c46 Replace Char event with TextInput event for CJK IME support. il y a 11 ans
UIBatch.cpp 46285baf97 Refactor build scripts to group Urho3D specific build option. il y a 11 ans
UIBatch.h 07f06563bc Optimized Renderer::GetShader() so that caching shader variation pointers becomes unnecessary for the most part. il y a 12 ans
UIElement.cpp 06ccf8efbb rename variant name, avoid memory leak when attribute not found. il y a 11 ans
UIElement.h e0737e6c46 Replace Char event with TextInput event for CJK IME support. il y a 11 ans
UIEvents.h e0737e6c46 Replace Char event with TextInput event for CJK IME support. il y a 11 ans
View3D.cpp 6d5ddc23e0 Bump the copyright for 2014. il y a 12 ans
View3D.h 6d5ddc23e0 Bump the copyright for 2014. il y a 12 ans
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. il y a 12 ans
Window.h 6d5ddc23e0 Bump the copyright for 2014. il y a 12 ans