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
/
CheckBox.cpp
Age
Commit message (
Expand
)
Author
2023-04-15
LibGfx+Userland: Add width_rounded_up() helper
thankyouverycool
2023-03-04
Userland: Use Font::pixel_size_rounded_up() in more places
Andreas Kling
2023-03-03
LibGUI: Make CheckBox height adapt to the current font size
Andreas Kling
2023-03-03
LibGUI: Round up font sizes in various widget size calculations
Andreas Kling
2023-02-13
LibGUI: Remove deprecated text and set_text functions in AbstractButton
Karol Kosek
2023-02-13
Userland: Replace usages of AbstractButton::text_deprecated with text()
Karol Kosek
2023-02-13
LibGUI: Store text using the new String class in the AbstractButton
Karol Kosek
2023-02-13
LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}text
Karol Kosek
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-06-28
LibGUI: Use new layout system for basic widgets
FrHun
2022-05-21
LibGUI: Add ability to position checkboxes to the right of their text
Sam Atkins
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-03-18
Userland: Change static const variables to static constexpr
Lenny Maiorani
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
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-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-16
LibGUI: Put some more space between check boxes and their label text
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-06
LibGUI: Add autosize to CheckBox
thankyouverycool
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling