summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/GroupBox.cpp
AgeCommit message (Expand)Author
2023-03-16LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macroKarol Kosek
2023-03-04Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()Andreas Kling
2023-03-04LibGUI: Paint the GroupBox title with left alignmentAndreas Kling
2023-03-03LibGUI: Round up font sizes in various widget size calculationsAndreas Kling
2023-01-03LibGfx: Make Font::width() return a floatAndreas Kling
2022-12-05LibGUI: Fix a typoCameron Youell
2022-06-30LibGUI: Add layout change propagation to WidgetFrHun
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-03LibGUI: Invalidate GroupBox layout on font changeFrHun
2021-11-03LibGUI: Implement content_margins for GroupBoxFrHun
2021-07-20LibGUI: Tweak GUI::GroupBox title text positionAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-22LibGUI: Ignore glyph dimensions when painting a titleless GroupBoxthankyouverycool
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling