summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Label.h
AgeCommit message (Expand)Author
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