Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-26 | LibGfx: Add painting transparency grids to StylePainter | Tibor Nagy | |
2020-09-11 | LibGUI+LibGfx: Move check box painting to Gfx::StylePainter | Andreas Kling | |
This will allow us to render check boxes from other places. :^) | |||
2020-08-27 | Base: Create /res/icons/serenity for misc. sized system icons | thankyouverycool | |
2020-08-23 | LibGUI+LibGfx: Implement upside-down appearance for bottom-side tabs | Andreas 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-17 | LibGfx: Move original StylePainter code to ClassicStylePainter | Sarah | |
StylePainter should continue to work the same as before. |