Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-04 | LibGUI: Improve GStatusBar and GToolBar and share some code via GStyle. | Andreas Kling | |
2019-02-20 | LibGUI: Support different button styles. | Andreas Kling | |
I want to try an MS Office 97 "CoolBar" inspired look for my toolbars. This is only the painting support, we still need hover events to implement the actual effect. | |||
2019-02-10 | LibGUI: Share code for widget rendering styles in a GStyle class. | Andreas Kling | |
Since GScrollBar wants its internal buttons to look like GButtons, let's share the painting code between them. |