Yao Wei Tjong 姚伟忠 7f95216d3e Refactor to use new logging macros with formatting. %!s(int64=12) %!d(string=hai) anos
..
BorderImage.cpp 42792b0bd2 Minor improvement and bug fix on some of the UI elements. %!s(int64=12) %!d(string=hai) anos
BorderImage.h 02512cecf9 In order to move the out-of-source 'build' directory back to Urho3D project root directory, all the source codes sub-directories are now moved down one level to a new directory under project root called 'Source'. %!s(int64=12) %!d(string=hai) anos
Button.cpp 42792b0bd2 Minor improvement and bug fix on some of the UI elements. %!s(int64=12) %!d(string=hai) anos
Button.h 92cb20e9f5 Enhance Editor to warn user actions that can potentially lose data. %!s(int64=12) %!d(string=hai) anos
CMakeLists.txt d7942132f1 Configure and install Urho3D.pc file for pkg-config tool. %!s(int64=12) %!d(string=hai) anos
CheckBox.cpp 42792b0bd2 Minor improvement and bug fix on some of the UI elements. %!s(int64=12) %!d(string=hai) anos
CheckBox.h 42792b0bd2 Minor improvement and bug fix on some of the UI elements. %!s(int64=12) %!d(string=hai) anos
Cursor.cpp 712345aa56 Added log macros with formatting. Closes #114. %!s(int64=12) %!d(string=hai) anos
Cursor.h ce9154d545 Added missing URHO3D_API defines to some derived classes. %!s(int64=12) %!d(string=hai) anos
DropDownList.cpp 42792b0bd2 Minor improvement and bug fix on some of the UI elements. %!s(int64=12) %!d(string=hai) anos
DropDownList.h 8ca35d3794 Allow selecting DropDownList items with arrow keys. %!s(int64=12) %!d(string=hai) anos
FileSelector.cpp 2565755905 Misc. tweaks on Editors and minor refactoring. %!s(int64=12) %!d(string=hai) anos
FileSelector.h 2565755905 Misc. tweaks on Editors and minor refactoring. %!s(int64=12) %!d(string=hai) anos
Font.cpp 7f95216d3e Refactor to use new logging macros with formatting. %!s(int64=12) %!d(string=hai) anos
Font.h 840d50ce0d Allow to force FreeType autohinting (old 2.3 version behavior.) Reload font faces when global font settings changed. %!s(int64=12) %!d(string=hai) anos
LineEdit.cpp d1bbe45515 Added SDL on-screen keyboard support. %!s(int64=12) %!d(string=hai) anos
LineEdit.h d1bbe45515 Added SDL on-screen keyboard support. %!s(int64=12) %!d(string=hai) anos
ListView.cpp 712345aa56 Added log macros with formatting. Closes #114. %!s(int64=12) %!d(string=hai) anos
ListView.h fcb2f52035 Refactor and minor improvement on ListView class. %!s(int64=12) %!d(string=hai) anos
Menu.cpp 42792b0bd2 Minor improvement and bug fix on some of the UI elements. %!s(int64=12) %!d(string=hai) anos
Menu.h 8ca35d3794 Allow selecting DropDownList items with arrow keys. %!s(int64=12) %!d(string=hai) anos
MessageBox.cpp 9f0261c643 Fix Android build using Urho3D as external library. %!s(int64=12) %!d(string=hai) anos
MessageBox.h 1a6970dcf2 Prevent message box crashes due to corrupted or missing data dir. %!s(int64=12) %!d(string=hai) anos
ScrollBar.cpp 0f00ac7ad5 Fix scrollbar button so it does not get focus mistakenly. %!s(int64=12) %!d(string=hai) anos
ScrollBar.h 39c8295eb3 Added editable flag to UI elements. When disabled, will not edit the value (eg. LineEdit text) through user input. Fixes #4. %!s(int64=12) %!d(string=hai) anos
ScrollView.cpp 02512cecf9 In order to move the out-of-source 'build' directory back to Urho3D project root directory, all the source codes sub-directories are now moved down one level to a new directory under project root called 'Source'. %!s(int64=12) %!d(string=hai) anos
ScrollView.h 02512cecf9 In order to move the out-of-source 'build' directory back to Urho3D project root directory, all the source codes sub-directories are now moved down one level to a new directory under project root called 'Source'. %!s(int64=12) %!d(string=hai) anos
Slider.cpp 39c8295eb3 Added editable flag to UI elements. When disabled, will not edit the value (eg. LineEdit text) through user input. Fixes #4. %!s(int64=12) %!d(string=hai) anos
Slider.h e234e9e8b6 Refactored slider page event parameters to be simpler and fixed unintended scrolling while hovering without mouse button pressed. %!s(int64=12) %!d(string=hai) anos
Sprite.cpp ee0e3aa663 Removed the mechanism of binary-serializing resource name hashes instead of resource names. This is to allow correct resource loading from binary scene files on platforms that cannot iterate the resources in the application installation (eg. Android). This also affects networking, downside is increased network payload size when resource attributes are transferred. All binary scenes saved with old Urho versions are also invalidated. %!s(int64=12) %!d(string=hai) anos
Sprite.h 02512cecf9 In order to move the out-of-source 'build' directory back to Urho3D project root directory, all the source codes sub-directories are now moved down one level to a new directory under project root called 'Source'. %!s(int64=12) %!d(string=hai) anos
Text.cpp 712345aa56 Added log macros with formatting. Closes #114. %!s(int64=12) %!d(string=hai) anos
Text.h ecc37d1f2e If all font's glyph do not fit into one page, begin filling texture pages dynamically as glyphs are used. %!s(int64=12) %!d(string=hai) anos
Text3D.cpp ee0e3aa663 Removed the mechanism of binary-serializing resource name hashes instead of resource names. This is to allow correct resource loading from binary scene files on platforms that cannot iterate the resources in the application installation (eg. Android). This also affects networking, downside is increased network payload size when resource attributes are transferred. All binary scenes saved with old Urho versions are also invalidated. %!s(int64=12) %!d(string=hai) anos
Text3D.h 42ae752d2d Allow BillboardSet / ParticleEmitter to choose whether billboards should face the camera or follow the node orientation. Closes #22. %!s(int64=12) %!d(string=hai) anos
ToolTip.cpp 358d9c2849 Added default tooltip delay to UI, which will be used if the tooltip's own delay is zero. Use seconds for tooltip delay to match eg. the doubleclick interval. Removed layout from the editor's tooltip root element to prevent it resizing in unwanted fashion. %!s(int64=12) %!d(string=hai) anos
ToolTip.h 358d9c2849 Added default tooltip delay to UI, which will be used if the tooltip's own delay is zero. Use seconds for tooltip delay to match eg. the doubleclick interval. Removed layout from the editor's tooltip root element to prevent it resizing in unwanted fashion. %!s(int64=12) %!d(string=hai) anos
UI.cpp 1a6970dcf2 Prevent message box crashes due to corrupted or missing data dir. %!s(int64=12) %!d(string=hai) anos
UI.h d1bbe45515 Added SDL on-screen keyboard support. %!s(int64=12) %!d(string=hai) anos
UIBatch.cpp 02512cecf9 In order to move the out-of-source 'build' directory back to Urho3D project root directory, all the source codes sub-directories are now moved down one level to a new directory under project root called 'Source'. %!s(int64=12) %!d(string=hai) anos
UIBatch.h 02512cecf9 In order to move the out-of-source 'build' directory back to Urho3D project root directory, all the source codes sub-directories are now moved down one level to a new directory under project root called 'Source'. %!s(int64=12) %!d(string=hai) anos
UIElement.cpp 712345aa56 Added log macros with formatting. Closes #114. %!s(int64=12) %!d(string=hai) anos
UIElement.h c61a5e6f01 Added new ItemClicked event for ListView items which is also sent for right-clicks. ItemDoubleClicked is also sent also for right-clicks now. Added more event parameters to ItemClicked & ItemDoubleClicked events. Closes #88. %!s(int64=12) %!d(string=hai) anos
UIEvents.h 6e9a0fb715 Select all the text when moving focus on a line edit by TAB key. %!s(int64=12) %!d(string=hai) anos
View3D.cpp 36e165596a Create a dedicated depth stencil texture in View3D so that temporary depth stencils are not constantly generated when resizing a View3D. %!s(int64=12) %!d(string=hai) anos
View3D.h 36e165596a Create a dedicated depth stencil texture in View3D so that temporary depth stencils are not constantly generated when resizing a View3D. %!s(int64=12) %!d(string=hai) anos
Window.cpp 65ced72eb9 Enhanced focusable button to be drawned differently when focused. %!s(int64=12) %!d(string=hai) anos
Window.h 9ff0247c68 Applied material editor preview patch from primitivewaste, which also adds View3D UI element class. %!s(int64=12) %!d(string=hai) anos