index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGfx
/
ClassicStylePainter.cpp
Age
Commit message (
Expand
)
Author
2023-04-30
LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle
thankyouverycool
2023-03-03
LibGfx: Draw checkbox check in the center of the checkbox rect
Andreas Kling
2022-08-09
LibGUI+LibGfx: Let Desktop::the() set widget effects
thankyouverycool
2022-07-25
LibGfx+Base: Draw radio buttons programmatically
Andreas Kling
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-29
Everywhere: Fix a bunch of typos
Linus Groh
2022-05-21
LibGUI: TabWidget add vertical tabs
Cameron Youell
2022-03-18
LibGfx: Draw window frame border radii antialiased
MacDue
2022-03-04
Libraries: Make CharacterBitmap instances at compile-time
Lenny Maiorani
2022-03-02
LibGfx: Don't paint the window frame larger for the border-radius
MacDue
2022-02-25
LibGfx+LibGUI: Add FrameShape::Window
thankyouverycool
2022-02-24
LibGfx: Return early when painting FrameShape::NoFrames
thankyouverycool
2022-01-26
LibGUI: Allow Buttons to set themselves as default
thankyouverycool
2022-01-01
LibGfx: Add window border/title theming options
Filiph Sandström
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-10-28
LibGfx+WindowServer: Move shadow-painting code to StylePainter
Sam Atkins
2021-10-28
LibGfx: Make style painters use east const and virtual specifiers
Sam Atkins
2021-08-31
LibGUI+LibGfx: Make scrollbar buttons a little bit thicker
Andreas Kling
2021-07-28
LibGUI+LibGfx: Highlight currently active tab button with accent color
Andreas Kling
2021-07-28
LibGfx: Remove unused StylePainter::paint_surface()
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-04-29
Everywhere: Add missing comma between copyright year and name
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
LibGfx: Make top highlight of classic buttons fit to the top left corner
Luke
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-09
LibGfx+Base: Add Tray/TrayText theme colors and Gfx::ButtonStyle::Tray
Andreas Kling
2021-03-12
LibGfx+LibGUI: Add support for vertical ProgressBars
thankyouverycool
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling