| .. |
|
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.
|
12 anni fa |
|
BorderImage.h
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
12 anni fa |
|
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.
|
12 anni fa |
|
Button.h
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
12 anni fa |
|
CMakeLists.txt
|
92eb073cb7
Applied cmake patch from weitjong.
|
13 anni fa |
|
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.
|
12 anni fa |
|
CheckBox.h
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
12 anni fa |
|
Cursor.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.
|
12 anni fa |
|
Cursor.h
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
12 anni fa |
|
DropDownList.cpp
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
12 anni fa |
|
DropDownList.h
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
12 anni fa |
|
FileSelector.cpp
|
55f249e548
Automatically show compatible script object variables as ScriptInstance attributes and file-serialize them.
|
13 anni fa |
|
FileSelector.h
|
a40fead7dc
Updated license for the new year.
|
13 anni fa |
|
Font.cpp
|
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.
|
13 anni fa |
|
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.
|
13 anni fa |
|
LineEdit.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.
|
12 anni fa |
|
LineEdit.h
|
da243eb31b
Applied UI & editor related patch from weitjong.
|
13 anni fa |
|
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.
|
12 anni fa |
|
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.
|
12 anni fa |
|
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.
|
12 anni fa |
|
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.
|
12 anni fa |
|
Precompiled.cpp
|
a40fead7dc
Updated license for the new year.
|
13 anni fa |
|
Precompiled.h
|
a40fead7dc
Updated license for the new year.
|
13 anni fa |
|
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.
|
12 anni fa |
|
ScrollBar.h
|
da243eb31b
Applied UI & editor related patch from weitjong.
|
13 anni fa |
|
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.
|
12 anni fa |
|
ScrollView.h
|
97a30bbe78
Cleaned up ListView content resize in regard to automatic scrollbar visibility.
|
13 anni fa |
|
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.
|
12 anni fa |
|
Slider.h
|
da243eb31b
Applied UI & editor related patch from weitjong.
|
13 anni fa |
|
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.
|
12 anni fa |
|
Sprite.h
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
12 anni fa |
|
Text.cpp
|
b492108ff0
Fixed missing enum attribute list null termination for Text.
|
12 anni fa |
|
Text.h
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
12 anni fa |
|
UI.cpp
|
17714cb198
Further fine tuning on the UI subsystem.
|
12 anni fa |
|
UI.h
|
17714cb198
Further fine tuning on the UI subsystem.
|
12 anni fa |
|
UIBatch.cpp
|
b4599e046d
Hardware sRGB texture support. OpenGL sRGB framebuffer writing implementation still missing.
|
12 anni fa |
|
UIBatch.h
|
b4599e046d
Hardware sRGB texture support. OpenGL sRGB framebuffer writing implementation still missing.
|
12 anni fa |
|
UIElement.cpp
|
17714cb198
Further fine tuning on the UI subsystem.
|
12 anni fa |
|
UIElement.h
|
17714cb198
Further fine tuning on the UI subsystem.
|
12 anni fa |
|
UIEvents.h
|
d5ddc3b3d6
Implemented 'Create new UI Element' functionality in the editor with undo/redo support. Some cosmetic changes in editor. Enhanced UI Script API to be able to define element event sender. Enhanced Menu to auto popup child menu when parent menu item is being hovered.
|
12 anni fa |
|
Window.cpp
|
712de11c99
Debug draw UI-elements in Editor.
|
12 anni fa |
|
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.
|
12 anni fa |