Lasse Öörni b495b263e4 Added nullcheck to Window. hace 12 años
..
BorderImage.cpp a76a3b1ab7 Reordered UIElement's attributes, common attributes got registered first. Enhanced Attribute Inspector to show UIElement's attributes for single selection case. Multiple selection is still WIP. hace 12 años
BorderImage.h 895819e8d2 Removed use of the UIQuad intermediate structure. Instead construct vertex data directly. hace 12 años
Button.cpp a76a3b1ab7 Reordered UIElement's attributes, common attributes got registered first. Enhanced Attribute Inspector to show UIElement's attributes for single selection case. Multiple selection is still WIP. hace 12 años
Button.h 895819e8d2 Removed use of the UIQuad intermediate structure. Instead construct vertex data directly. hace 12 años
CMakeLists.txt 92eb073cb7 Applied cmake patch from weitjong. hace 13 años
CheckBox.cpp a76a3b1ab7 Reordered UIElement's attributes, common attributes got registered first. Enhanced Attribute Inspector to show UIElement's attributes for single selection case. Multiple selection is still WIP. hace 12 años
CheckBox.h 895819e8d2 Removed use of the UIQuad intermediate structure. Instead construct vertex data directly. hace 12 años
Cursor.cpp e636733f1a Fixed multiple copies of texture potentially being created for each cursor shape. hace 12 años
Cursor.h 895819e8d2 Removed use of the UIQuad intermediate structure. Instead construct vertex data directly. hace 12 años
DropDownList.cpp 895819e8d2 Removed use of the UIQuad intermediate structure. Instead construct vertex data directly. hace 12 años
DropDownList.h 895819e8d2 Removed use of the UIQuad intermediate structure. Instead construct vertex data directly. hace 12 años
FileSelector.cpp 55f249e548 Automatically show compatible script object variables as ScriptInstance attributes and file-serialize them. hace 13 años
FileSelector.h a40fead7dc Updated license for the new year. hace 13 años
Font.cpp 51c1dd3575 Demonstrate Text3D usage in NinjaSnowWar (nametags shown for players other than you.) hace 12 años
Font.h 5544602c9e Enhance Font class to support saving of font (TTF or bitmap type) as another bitmap font resource in xml format. For bitmap font type, saving yet to another bitmap font is only meaningful when called with the optional parameter turned on to save only used glyphs. Refactored UIBatch class to enable better performance in Text class UI batch generation in relation to multi-pages/textures font. hace 13 años
LineEdit.cpp 342db6f72b Fixed indentation calculation for vertically layout UI-element parent. Fixed LineEdit indentation handling on internal objects. Added and exposed functions to determine whether UI-element size is fixed. hace 12 años
LineEdit.h 21a2a008fa Fixed UI-element debug draw being clipped by clip-border. hace 12 años
ListView.cpp 1230087620 Implemented all the common edit functionalities under 'Edit' menu for UI-element with undo/redo support. Exposed Variant's SetUInt() and GetUInt() to script. Enhanced UIElement's CreateChild() and LoadXML() to insert newly created child at the request child index, added new FindChild() method and exposed it. Added new XMLElement's SetUInt() and GetUInt() methods and exposed them. Simplified the Menu's hover logic to resolve stability issue. hace 12 años
ListView.h 25372fafd8 Added new ListView attribute to control the root base indent in hierarchy mode. Enhanced the Hierarchy window in Editor to show icon for each item. Need better and more assets for the icons though. hace 12 años
Menu.cpp 05fd7419a7 Fixed UI-element debug draw overdrawing the modal element and menu popup. Refactored UI subsystem to support multiple modal elements and auto-dismissal of modal elements when ESC is pressed. The 'Is Modal' attribute of Window UI-element type can be tested in Editor. hace 12 años
Menu.h 1230087620 Implemented all the common edit functionalities under 'Edit' menu for UI-element with undo/redo support. Exposed Variant's SetUInt() and GetUInt() to script. Enhanced UIElement's CreateChild() and LoadXML() to insert newly created child at the request child index, added new FindChild() method and exposed it. Added new XMLElement's SetUInt() and GetUInt() methods and exposed them. Simplified the Menu's hover logic to resolve stability issue. hace 12 años
Precompiled.cpp a40fead7dc Updated license for the new year. hace 13 años
Precompiled.h a40fead7dc Updated license for the new year. hace 13 años
ScrollBar.cpp a76a3b1ab7 Reordered UIElement's attributes, common attributes got registered first. Enhanced Attribute Inspector to show UIElement's attributes for single selection case. Multiple selection is still WIP. hace 12 años
ScrollBar.h da243eb31b Applied UI & editor related patch from weitjong. hace 13 años
ScrollView.cpp a76a3b1ab7 Reordered UIElement's attributes, common attributes got registered first. Enhanced Attribute Inspector to show UIElement's attributes for single selection case. Multiple selection is still WIP. hace 12 años
ScrollView.h 97a30bbe78 Cleaned up ListView content resize in regard to automatic scrollbar visibility. hace 13 años
Slider.cpp a76a3b1ab7 Reordered UIElement's attributes, common attributes got registered first. Enhanced Attribute Inspector to show UIElement's attributes for single selection case. Multiple selection is still WIP. hace 12 años
Slider.h da243eb31b Applied UI & editor related patch from weitjong. hace 13 años
Sprite.cpp a76a3b1ab7 Reordered UIElement's attributes, common attributes got registered first. Enhanced Attribute Inspector to show UIElement's attributes for single selection case. Multiple selection is still WIP. hace 12 años
Sprite.h 895819e8d2 Removed use of the UIQuad intermediate structure. Instead construct vertex data directly. hace 12 años
Text.cpp 56fbf5a1e9 Added attributes to Text3D. hace 12 años
Text.h 56fbf5a1e9 Added attributes to Text3D. hace 12 años
Text3D.cpp 1f8b84c4dc Text3D minor code cleanup. hace 12 años
Text3D.h 1f8b84c4dc Text3D minor code cleanup. hace 12 años
UI.cpp d567ef83fc Started work on 3D text component. hace 12 años
UI.h 832ef7ddfd Fixed XPath query result integration with existing XMLElement class (XMLElement constructed from XPath query result should be abled to traverse up/down document tree as if it is a 'normal' XMLElement). Added feature to auto-add variable into XPath variables set based on pre-formatted variable string. Modified 3rd-party PugiXML library to have a proper xpath_node copy-constructor. Fixed UI.h to build under GCC. hace 12 años
UIBatch.cpp b4599e046d Hardware sRGB texture support. OpenGL sRGB framebuffer writing implementation still missing. hace 12 años
UIBatch.h b4599e046d Hardware sRGB texture support. OpenGL sRGB framebuffer writing implementation still missing. hace 12 años
UIElement.cpp b495b263e4 Added nullcheck to Window. hace 12 años
UIElement.h 832ef7ddfd Fixed XPath query result integration with existing XMLElement class (XMLElement constructed from XPath query result should be abled to traverse up/down document tree as if it is a 'normal' XMLElement). Added feature to auto-add variable into XPath variables set based on pre-formatted variable string. Modified 3rd-party PugiXML library to have a proper xpath_node copy-constructor. Fixed UI.h to build under GCC. hace 12 años
UIEvents.h 5106e4cf00 Fixed the UI-element editor issue caused by child sorting. hace 12 años
Window.cpp b495b263e4 Added nullcheck to Window. hace 12 años
Window.h ca227d27f3 Exposed the Window's modal shade color as property to Script and as attribute. Adjusted the shade color to match the default style theme. hace 12 años