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.cpp
Age
Commit message (
Expand
)
Author
2023-01-06
LibGUI: Simplify GUI::Label preferred height calculation
Andreas Kling
2023-01-06
LibGfx: Make text painting better at aligning vector fonts vertically
Andreas Kling
2023-01-06
LibGUI: Tweak GUI::Label auto-sizing logic for floating point font sizes
Andreas Kling
2023-01-06
LibGfx: Slim down Gfx::TextLayout API by removing unused accessors
Andreas Kling
2023-01-05
LibGfx: Avoid rounding/truncating glyph positions till blitting
MacDue
2022-12-09
LibGUI: Register GUI icon path setters as write-only
Timothy Flynn
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-30
LibGfx+LibGUI: Use constant for line spacing instead of magic number
lanmonster
2022-06-30
LibGUI: Change Label standard preferred height to opportunistic grow
FrHun
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-03-05
Base+LibGUI+LibGfx: Improve disabled text readability
Jaime Valenzuela Durán
2022-01-29
LibGUI: Allow Label icons to be set from GML
Dylan Katz
2021-08-01
LibGUI: Remove unused header includes
Brian Gianforcaro
2021-07-29
LibGUI: Do not wrap text in statusbar segments
sin-ack
2021-07-28
LibGUI: Make Label padding work with left/right aligned text
Andreas Kling
2021-07-27
Userland: Make TextWrapping::Wrap opt-in
sin-ack
2021-07-26
Userland: Move text wrapping/elision into the new TextLayout :^)
sin-ack
2021-06-09
Meta: Disable -Wmaybe-uninitialized
Ali Mohammad Pur
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-04-29
Userland: Fix new GCC warnings
Gunnar Beutner
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