Age | Commit message (Expand) | Author |
---|---|---|
2019-03-10 | LibGUI: Make buttons a little bit sharper. | Andreas Kling |
2019-03-09 | LibGUI: Fix small painting glitch in GScrollBar buttons. | Andreas Kling |
2019-03-09 | LibGUI: Use PainterStateSaver in GStyle::paint_button(). | Andreas Kling |
2019-03-04 | LibGUI: Improve GStatusBar and GToolBar and share some code via GStyle. | Andreas Kling |
2019-02-26 | LibGUI: Remove gradient from the default button style. | Andreas Kling |
2019-02-20 | LibGUI: Support different button styles. | Andreas Kling |
2019-02-17 | LibGUI: Tweak the scrollbar and button styles a bit. | Andreas Kling |
2019-02-11 | Port all apps to GApplication. | Andreas Kling |
2019-02-10 | LibGUI: Share code for widget rendering styles in a GStyle class. | Andreas Kling |