Lasse Öörni 5f0ed3fcf8 Fix more header warnings that could leak to an Urho3D application using maximum MSVC warning level. преди 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 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 години
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 d72dcde96d Remove useSDF parameter in Text and Text3D classes, now signed distance field font is a bitmap font file with .sdf extension. преди 11 години
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 години
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 години
FontFace.h 387c89b857 Simplify font class. преди 11 години
FontFaceBitmap.cpp 4c77c3ad21 Add bitmap font face texture to resource cache manually. преди 11 години
FontFaceBitmap.h 387c89b857 Simplify font class. преди 11 години
FontFaceFreeType.cpp 387c89b857 Simplify font class. преди 11 години
FontFaceFreeType.h 387c89b857 Simplify font class. преди 11 години
LineEdit.cpp 84fe0946c8 Remove ShortStringHash, Now all of ShortStringHash are replaced by StringHash. преди 11 години
LineEdit.h e0737e6c46 Replace Char event with TextInput event for CJK IME support. преди 11 години
ListView.cpp 84fe0946c8 Remove ShortStringHash, Now all of ShortStringHash are replaced by StringHash. преди 11 години
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 години
Menu.cpp 84fe0946c8 Remove ShortStringHash, Now all of ShortStringHash are replaced by StringHash. преди 11 години
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 40028ccc71 Touch scroll in ScrollView / ListView. Deceleration is instant for now. Closes #332. преди 11 години
ScrollView.h 40028ccc71 Touch scroll in ScrollView / ListView. Deceleration is instant for now. Closes #332. преди 11 години
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 8357e50afb Merge remote-tracking branch 'remotes/ninjastone/master' преди 11 години
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 години
Text3D.cpp 09baed3460 Add text effect code to text shader for Text3D. преди 11 години
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 години
ToolTip.cpp 6d5ddc23e0 Bump the copyright for 2014. преди 12 години
ToolTip.h 6d5ddc23e0 Bump the copyright for 2014. преди 12 години
UI.cpp 1c6d04c6b5 Send UIMOUSECLICK event on click to emptiness even if there is a modal element. Fixes #423. преди 11 години
UI.h 5790875b23 Removed unnecessary construction of a SharedPtr object. преди 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 5f0ed3fcf8 Fix more header warnings that could leak to an Urho3D application using maximum MSVC warning level. преди 11 години
UIElement.h 5f0ed3fcf8 Fix more header warnings that could leak to an Urho3D application using maximum MSVC warning level. преди 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 години