Lasse Öörni 1c6d04c6b5 Send UIMOUSECLICK event on click to emptiness even if there is a modal element. Fixes #423. vor 11 Jahren
..
BorderImage.cpp 26ef946bad Add possibility to decouple BorderImage border UV size from screen size. Closes #269. vor 12 Jahren
BorderImage.h 26ef946bad Add possibility to decouple BorderImage border UV size from screen size. Closes #269. vor 12 Jahren
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. vor 12 Jahren
Button.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
CMakeLists.txt 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
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. vor 12 Jahren
CheckBox.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
Cursor.cpp 8463393377 Initial resource background loading API and implementation. Background loading-capable implementation for textures (load image in background thread, upload image to GPU in main thread), other resources todo. vor 11 Jahren
Cursor.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
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. vor 12 Jahren
DropDownList.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
FileSelector.cpp 2e8744dc01 Minor cleanup - remove redundant null check for subsystems pointer. vor 12 Jahren
FileSelector.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
Font.cpp d72dcde96d Remove useSDF parameter in Text and Text3D classes, now signed distance field font is a bitmap font file with .sdf extension. vor 11 Jahren
Font.h d72dcde96d Remove useSDF parameter in Text and Text3D classes, now signed distance field font is a bitmap font file with .sdf extension. vor 11 Jahren
FontFace.cpp 8463393377 Initial resource background loading API and implementation. Background loading-capable implementation for textures (load image in background thread, upload image to GPU in main thread), other resources todo. vor 11 Jahren
FontFace.h 387c89b857 Simplify font class. vor 11 Jahren
FontFaceBitmap.cpp 4c77c3ad21 Add bitmap font face texture to resource cache manually. vor 11 Jahren
FontFaceBitmap.h 387c89b857 Simplify font class. vor 11 Jahren
FontFaceFreeType.cpp 387c89b857 Simplify font class. vor 11 Jahren
FontFaceFreeType.h 387c89b857 Simplify font class. vor 11 Jahren
LineEdit.cpp 84fe0946c8 Remove ShortStringHash, Now all of ShortStringHash are replaced by StringHash. vor 11 Jahren
LineEdit.h e0737e6c46 Replace Char event with TextInput event for CJK IME support. vor 11 Jahren
ListView.cpp 84fe0946c8 Remove ShortStringHash, Now all of ShortStringHash are replaced by StringHash. vor 11 Jahren
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. vor 11 Jahren
Menu.cpp 84fe0946c8 Remove ShortStringHash, Now all of ShortStringHash are replaced by StringHash. vor 11 Jahren
Menu.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
MessageBox.cpp a897ef1651 Add null check to catch faulty MessageBox window layout. vor 11 Jahren
MessageBox.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
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. vor 12 Jahren
ScrollBar.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
ScrollView.cpp 40028ccc71 Touch scroll in ScrollView / ListView. Deceleration is instant for now. Closes #332. vor 11 Jahren
ScrollView.h 40028ccc71 Touch scroll in ScrollView / ListView. Deceleration is instant for now. Closes #332. vor 11 Jahren
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. vor 12 Jahren
Slider.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
Sprite.cpp 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
Sprite.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
Text.cpp 8357e50afb Merge remote-tracking branch 'remotes/ninjastone/master' vor 11 Jahren
Text.h d72dcde96d Remove useSDF parameter in Text and Text3D classes, now signed distance field font is a bitmap font file with .sdf extension. vor 11 Jahren
Text3D.cpp 09baed3460 Add text effect code to text shader for Text3D. vor 11 Jahren
Text3D.h d72dcde96d Remove useSDF parameter in Text and Text3D classes, now signed distance field font is a bitmap font file with .sdf extension. vor 11 Jahren
ToolTip.cpp 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
ToolTip.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
UI.cpp 1c6d04c6b5 Send UIMOUSECLICK event on click to emptiness even if there is a modal element. Fixes #423. vor 11 Jahren
UI.h 5790875b23 Removed unnecessary construction of a SharedPtr object. vor 11 Jahren
UIBatch.cpp 46285baf97 Refactor build scripts to group Urho3D specific build option. vor 11 Jahren
UIBatch.h 07f06563bc Optimized Renderer::GetShader() so that caching shader variation pointers becomes unnecessary for the most part. vor 12 Jahren
UIElement.cpp cd42bc6f3f Make object animation can set child and component's attribute animation. vor 11 Jahren
UIElement.h cd42bc6f3f Make object animation can set child and component's attribute animation. vor 11 Jahren
UIEvents.h e0737e6c46 Replace Char event with TextInput event for CJK IME support. vor 11 Jahren
View3D.cpp 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
View3D.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
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. vor 12 Jahren
Window.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren