summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Label.cpp
AgeCommit message (Expand)Author
2021-08-01LibGUI: Remove unused header includesBrian Gianforcaro
2021-07-29LibGUI: Do not wrap text in statusbar segmentssin-ack
2021-07-28LibGUI: Make Label padding work with left/right aligned textAndreas Kling
2021-07-27Userland: Make TextWrapping::Wrap opt-insin-ack
2021-07-26Userland: Move text wrapping/elision into the new TextLayout :^)sin-ack
2021-06-09Meta: Disable -Wmaybe-uninitializedAli Mohammad Pur
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-04-29Userland: Fix new GCC warningsGunnar Beutner
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