Andreas Kling
849e2ded24
LibGfx: Tweak color of checkmark in disabled+checked GUI::CheckBox
2021-01-01 23:08:59 +01:00
Andreas Kling
92c073a9d1
LIbGUI+LibGfx: Paint focused push buttons with a heavier look
...
Draw a heavy shadow frame around focused push buttons for emphasis.
For now I've used the ThreedShadow2 color role as it feels dark enough.
2020-12-28 12:41:26 +01:00
Andreas Kling
96233bfc53
LibGfx: Draw checked buttons with a dithered base background
...
This looks just so right in the taskbar. :^)
2020-12-14 21:47:07 +01:00
Andreas Kling
9f118e3a26
LibGfx: Filled checked toolbar buttons with a dither pattern
...
This makes them stand out a bit from buttons that are being pressed
(but not checked.)
2020-10-23 11:37:35 +02:00
Tibor Nagy
7ab04ea31a
LibGfx: Add painting transparency grids to StylePainter
2020-09-26 00:00:08 +02:00
Andreas Kling
1a2b626746
LibGUI+LibGfx: Move check box painting to Gfx::StylePainter
...
This will allow us to render check boxes from other places. :^)
2020-09-11 18:42:43 +02:00
thankyouverycool
0bb2025b69
Base: Create /res/icons/serenity for misc. sized system icons
2020-08-27 15:38:02 +02:00
Andreas Kling
03c576acc5
LibGUI+LibGfx: Implement upside-down appearance for bottom-side tabs
...
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-23 23:53:45 +02:00
Sarah
ee912e023c
LibGfx: Move original StylePainter code to ClassicStylePainter
...
StylePainter should continue to work the same as before.
2020-08-17 00:00:34 +02:00