04-05-2016, 11:18 AM
(This post was last modified: 04-05-2016, 11:19 AM by DarkGrievous7145.)
1. Fixed THIS bug:
Not sure why the titlebar x position code was commented-out in the first place
2. Added another window and a skin that's a blatant rip-off of the Windows 8 theme (in fact, was created from an edited screeny)
3. Implemented the data for custom font properties in UIText object
4. Added parent relative positioning to UIComponent object (as seen on the new pane, which has elements positioned at x: .33 and .66)
5. Added a debugging option to show the boundaries of title bar and other "special zones".
6. Added the data structures for the width and height adjusting sections of SkinnedUIComponent.
7. Added code to generate previous sections if their data is defined.
8. Added code to automatically create the combined width + height adjusting section if both the width section and height section are both present.
known bugs:
Inconsistent positioning or rendering of skins, observed on the new UI pane, and I can't for the life of me figure-out why
current goals:
color-based UI skins (50%)
ui component pos relative to a percentage of parent width or height
maybe buttons
binding ui component properties and methods to global ref object
Not sure why the titlebar x position code was commented-out in the first place
2. Added another window and a skin that's a blatant rip-off of the Windows 8 theme (in fact, was created from an edited screeny)
3. Implemented the data for custom font properties in UIText object
4. Added parent relative positioning to UIComponent object (as seen on the new pane, which has elements positioned at x: .33 and .66)
5. Added a debugging option to show the boundaries of title bar and other "special zones".
6. Added the data structures for the width and height adjusting sections of SkinnedUIComponent.
7. Added code to generate previous sections if their data is defined.
8. Added code to automatically create the combined width + height adjusting section if both the width section and height section are both present.
known bugs:
Inconsistent positioning or rendering of skins, observed on the new UI pane, and I can't for the life of me figure-out why
current goals:
color-based UI skins (50%)
ui component pos relative to a percentage of parent width or height
maybe buttons
binding ui component properties and methods to global ref object