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