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
/
Label.h
Age
Commit message (
Expand
)
Author
2023-04-30
LibGUI: Remove Label icons and replace instances with ImageWidget
thankyouverycool
2023-04-30
LibGUI+Userland: Port Labels to String
thankyouverycool
2023-04-15
LibGUI: Resize Label on font changes
thankyouverycool
2023-04-15
LibGUI: Implement calculated_min_size() for Label
thankyouverycool
2023-02-25
LibGUI: Use full text width for Label's preferred width
kleines Filmröllchen
2023-02-21
LibGUI: Fix const-correctness issues
Andreas Kling
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-06-28
LibGUI: Use new layout system for basic widgets
FrHun
2022-04-04
LibGUI: Add optional autosize padding
Matthew Olsson
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2022-01-29
LibGUI: Allow Label icons to be set from GML
Dylan Katz
2021-07-29
LibGUI: Do not wrap text in statusbar segments
sin-ack
2021-07-26
Userland: Move text wrapping/elision into the new TextLayout :^)
sin-ack
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-02
LibGUI: Add word wrapping to Labels
thankyouverycool
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling