summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Label.h
AgeCommit message (Expand)Author
2023-04-30LibGUI: Remove Label icons and replace instances with ImageWidgetthankyouverycool
2023-04-30LibGUI+Userland: Port Labels to Stringthankyouverycool
2023-04-15LibGUI: Resize Label on font changesthankyouverycool
2023-04-15LibGUI: Implement calculated_min_size() for Labelthankyouverycool
2023-02-25LibGUI: Use full text width for Label's preferred widthkleines Filmröllchen
2023-02-21LibGUI: Fix const-correctness issuesAndreas Kling
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-06-28LibGUI: Use new layout system for basic widgetsFrHun
2022-04-04LibGUI: Add optional autosize paddingMatthew Olsson
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-01-29LibGUI: Allow Label icons to be set from GMLDylan Katz
2021-07-29LibGUI: Do not wrap text in statusbar segmentssin-ack
2021-07-26Userland: Move text wrapping/elision into the new TextLayout :^)sin-ack
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-02LibGUI: Add word wrapping to Labelsthankyouverycool
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling