aster2013 09baed3460 Add text effect code to text shader for Text3D. 11 lat temu
..
BorderImage.cpp 26ef946bad Add possibility to decouple BorderImage border UV size from screen size. Closes #269. 11 lat temu
BorderImage.h 26ef946bad Add possibility to decouple BorderImage border UV size from screen size. Closes #269. 11 lat temu
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 lat temu
Button.h 6d5ddc23e0 Bump the copyright for 2014. 12 lat temu
CMakeLists.txt 6d5ddc23e0 Bump the copyright for 2014. 12 lat temu
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 lat temu
CheckBox.h 6d5ddc23e0 Bump the copyright for 2014. 12 lat temu
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. 11 lat temu
Cursor.h 6d5ddc23e0 Bump the copyright for 2014. 12 lat temu
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 lat temu
DropDownList.h 6d5ddc23e0 Bump the copyright for 2014. 12 lat temu
FileSelector.cpp 2e8744dc01 Minor cleanup - remove redundant null check for subsystems pointer. 12 lat temu
FileSelector.h 6d5ddc23e0 Bump the copyright for 2014. 12 lat temu
Font.cpp d72dcde96d Remove useSDF parameter in Text and Text3D classes, now signed distance field font is a bitmap font file with .sdf extension. 11 lat temu
Font.h d72dcde96d Remove useSDF parameter in Text and Text3D classes, now signed distance field font is a bitmap font file with .sdf extension. 11 lat temu
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. 11 lat temu
FontFace.h 387c89b857 Simplify font class. 11 lat temu
FontFaceBitmap.cpp 387c89b857 Simplify font class. 11 lat temu
FontFaceBitmap.h 387c89b857 Simplify font class. 11 lat temu
FontFaceFreeType.cpp 387c89b857 Simplify font class. 11 lat temu
FontFaceFreeType.h 387c89b857 Simplify font class. 11 lat temu
LineEdit.cpp 84fe0946c8 Remove ShortStringHash, Now all of ShortStringHash are replaced by StringHash. 11 lat temu
LineEdit.h e0737e6c46 Replace Char event with TextInput event for CJK IME support. 11 lat temu
ListView.cpp 84fe0946c8 Remove ShortStringHash, Now all of ShortStringHash are replaced by StringHash. 11 lat temu
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 lat temu
Menu.cpp 84fe0946c8 Remove ShortStringHash, Now all of ShortStringHash are replaced by StringHash. 11 lat temu
Menu.h 6d5ddc23e0 Bump the copyright for 2014. 12 lat temu
MessageBox.cpp a897ef1651 Add null check to catch faulty MessageBox window layout. 11 lat temu
MessageBox.h 6d5ddc23e0 Bump the copyright for 2014. 12 lat temu
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 lat temu
ScrollBar.h 6d5ddc23e0 Bump the copyright for 2014. 12 lat temu
ScrollView.cpp 40028ccc71 Touch scroll in ScrollView / ListView. Deceleration is instant for now. Closes #332. 11 lat temu
ScrollView.h 40028ccc71 Touch scroll in ScrollView / ListView. Deceleration is instant for now. Closes #332. 11 lat temu
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 lat temu
Slider.h 6d5ddc23e0 Bump the copyright for 2014. 12 lat temu
Sprite.cpp 6d5ddc23e0 Bump the copyright for 2014. 12 lat temu
Sprite.h 6d5ddc23e0 Bump the copyright for 2014. 12 lat temu
Text.cpp 09baed3460 Add text effect code to text shader for Text3D. 11 lat temu
Text.h d72dcde96d Remove useSDF parameter in Text and Text3D classes, now signed distance field font is a bitmap font file with .sdf extension. 11 lat temu
Text3D.cpp 09baed3460 Add text effect code to text shader for Text3D. 11 lat temu
Text3D.h d72dcde96d Remove useSDF parameter in Text and Text3D classes, now signed distance field font is a bitmap font file with .sdf extension. 11 lat temu
ToolTip.cpp 6d5ddc23e0 Bump the copyright for 2014. 12 lat temu
ToolTip.h 6d5ddc23e0 Bump the copyright for 2014. 12 lat temu
UI.cpp 84fe0946c8 Remove ShortStringHash, Now all of ShortStringHash are replaced by StringHash. 11 lat temu
UI.h 5790875b23 Removed unnecessary construction of a SharedPtr object. 11 lat temu
UIBatch.cpp 46285baf97 Refactor build scripts to group Urho3D specific build option. 11 lat temu
UIBatch.h 07f06563bc Optimized Renderer::GetShader() so that caching shader variation pointers becomes unnecessary for the most part. 12 lat temu
UIElement.cpp cd42bc6f3f Make object animation can set child and component's attribute animation. 11 lat temu
UIElement.h cd42bc6f3f Make object animation can set child and component's attribute animation. 11 lat temu
UIEvents.h e0737e6c46 Replace Char event with TextInput event for CJK IME support. 11 lat temu
View3D.cpp 6d5ddc23e0 Bump the copyright for 2014. 12 lat temu
View3D.h 6d5ddc23e0 Bump the copyright for 2014. 12 lat temu
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 lat temu
Window.h 6d5ddc23e0 Bump the copyright for 2014. 12 lat temu