Lasse Öörni d1df925013 Added Image::GetSDLSurface() to avoid code duplication. Fixed crash from null image pointer in Graphics::CreateWindowIcon(). %!s(int64=12) %!d(string=hai) anos
..
BorderImage.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
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 1eae2e13ab Split UIElement::OnClick() to OnClickBegin() & OnClickEnd(), added global UIMouseClickEnd event, cleaned up Button & CheckBox click handling, based on Chris Friesen's work. %!s(int64=12) %!d(string=hai) anos
Button.h 1eae2e13ab Split UIElement::OnClick() to OnClickBegin() & OnClickEnd(), added global UIMouseClickEnd event, cleaned up Button & CheckBox click handling, based on Chris Friesen's work. %!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 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
CheckBox.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
Cursor.cpp d1df925013 Added Image::GetSDLSurface() to avoid code duplication. Fixed crash from null image pointer in Graphics::CreateWindowIcon(). %!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 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
DropDownList.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
FileSelector.cpp 34abc97998 Change the LineEdit elements in the file selector & console to match the height of other LineEdits in the editor. Remove hardcoded adjustment code from FileSelector.cpp & Console.cpp and rely on the style instead. %!s(int64=12) %!d(string=hai) anos
FileSelector.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
Font.cpp 7e0cafaf53 Check font's OS/2 info for possibly larger ascender & descender values. For safety, verify each font glyph's width & height against the actual glyph bitmap width & height. Use the maximum of specified row height or the ascender + descender. %!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 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
LineEdit.h 1eae2e13ab Split UIElement::OnClick() to OnClickBegin() & OnClickEnd(), added global UIMouseClickEnd event, cleaned up Button & CheckBox click handling, based on Chris Friesen's work. %!s(int64=12) %!d(string=hai) anos
ListView.cpp 4186e48b7f Set internal flag on ListView containers before adding as a child. Fixes #10. %!s(int64=12) %!d(string=hai) anos
ListView.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
Menu.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
Menu.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
ScrollBar.cpp dc2e59af7f Do not use a layout on a ScrollBar as using it can lead to resizing the ScrollBar itself, which is irreversible. Fixes #11. %!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 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
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
UI.cpp 5fa9116be1 Drag-related code cleanup. %!s(int64=12) %!d(string=hai) anos
UI.h 0d7d4826e5 Add pixel & time threshold for sending a drag begin UI event. Closes #65. Removed code duplication between mouse & touch hover. %!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 0d7d4826e5 Add pixel & time threshold for sending a drag begin UI event. Closes #65. Removed code duplication between mouse & touch hover. %!s(int64=12) %!d(string=hai) anos
UIElement.h f73ee0c730 Force elements in layout to left/top alignment, warn if has different alignment. Closes #34. Implement editor accelerator key texts a bit differently as the right alignment in a layout -hack can no longer be relied upon. %!s(int64=12) %!d(string=hai) anos
UIEvents.h 3d905f2bf0 Append FileSelector filter extension in editor when saving files, if no extension entered to filename. Closes #57. %!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 f7ac7eb713 Applied window fixed resizing patch from Sebastian Delatorre. %!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