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
/
LibGUI
/
GroupBox.cpp
Age
Commit message (
Expand
)
Author
2023-03-16
LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macro
Karol Kosek
2023-03-04
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
Andreas Kling
2023-03-04
LibGUI: Paint the GroupBox title with left alignment
Andreas Kling
2023-03-03
LibGUI: Round up font sizes in various widget size calculations
Andreas Kling
2023-01-03
LibGfx: Make Font::width() return a float
Andreas Kling
2022-12-05
LibGUI: Fix a typo
Cameron Youell
2022-06-30
LibGUI: Add layout change propagation to Widget
FrHun
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-03
LibGUI: Invalidate GroupBox layout on font change
FrHun
2021-11-03
LibGUI: Implement content_margins for GroupBox
FrHun
2021-07-20
LibGUI: Tweak GUI::GroupBox title text position
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-22
LibGUI: Ignore glyph dimensions when painting a titleless GroupBox
thankyouverycool
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling