summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/StylePainter.h
AgeCommit message (Expand)Author
2022-08-09LibGUI+LibGfx: Let Desktop::the() set widget effectsthankyouverycool
2022-05-21LibGUI: TabWidget add vertical tabsCameron Youell
2022-03-17Libraries: Use default constructors/destructors in LibGfxLenny Maiorani
2022-02-25LibGfx+LibGUI: Add FrameShape::Windowthankyouverycool
2022-02-25LibGfx+LibGUI: Remove {Horizontal,Vertical}Line FrameShapesthankyouverycool
2022-01-26LibGUI: Allow Buttons to set themselves as defaultthankyouverycool
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-10-28LibGfx+WindowServer: Move shadow-painting code to StylePainterSam Atkins
2021-10-28LibGfx: Make style painters use east const and virtual specifiersSam Atkins
2021-10-06LibGUI: Add missing headersBen Wiederhake
2021-08-31LibGUI+LibGfx: Make scrollbar buttons a little bit thickerAndreas Kling
2021-07-28LibGUI+LibGfx: Highlight currently active tab button with accent colorAndreas Kling
2021-07-28LibGfx: Remove unused StylePainter::paint_surface()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-09LibGfx+Base: Add Tray/TrayText theme colors and Gfx::ButtonStyle::TrayAndreas Kling
2021-03-12LibGfx+LibGUI: Add support for vertical ProgressBarsthankyouverycool
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling