summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/ClassicStylePainter.cpp
AgeCommit message (Expand)Author
2022-08-09LibGUI+LibGfx: Let Desktop::the() set widget effectsthankyouverycool
2022-07-25LibGfx+Base: Draw radio buttons programmaticallyAndreas Kling
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-29Everywhere: Fix a bunch of typosLinus Groh
2022-05-21LibGUI: TabWidget add vertical tabsCameron Youell
2022-03-18LibGfx: Draw window frame border radii antialiasedMacDue
2022-03-04Libraries: Make CharacterBitmap instances at compile-timeLenny Maiorani
2022-03-02LibGfx: Don't paint the window frame larger for the border-radiusMacDue
2022-02-25LibGfx+LibGUI: Add FrameShape::Windowthankyouverycool
2022-02-24LibGfx: Return early when painting FrameShape::NoFramesthankyouverycool
2022-01-26LibGUI: Allow Buttons to set themselves as defaultthankyouverycool
2022-01-01LibGfx: Add window border/title theming optionsFiliph Sandström
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas 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-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-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-04-29Everywhere: Add missing comma between copyright year and nameLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17LibGfx: Make top highlight of classic buttons fit to the top left cornerLuke
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