summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx/ClassicStylePainter.cpp
AgeCommit message (Collapse)Author
2020-09-26LibGfx: Add painting transparency grids to StylePainterTibor Nagy
2020-09-11LibGUI+LibGfx: Move check box painting to Gfx::StylePainterAndreas Kling
This will allow us to render check boxes from other places. :^)
2020-08-27Base: Create /res/icons/serenity for misc. sized system iconsthankyouverycool
2020-08-23LibGUI+LibGfx: Implement upside-down appearance for bottom-side tabsAndreas Kling
GUI::TabWidget has long has a TabPosition::Bottom option, but we still rendered the tab buttons the same as TabPosition::Top. This patch implements a custom look for bottom-side tabs. I've done my best to match the look of the top-side ones, but there might be some improvements we can make here. :^)
2020-08-17LibGfx: Move original StylePainter code to ClassicStylePainterSarah
StylePainter should continue to work the same as before.