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
/
AbstractButton.cpp
Age
Commit message (
Expand
)
Author
2023-03-16
LibCore: Add new REGISTER_STRING_PROPERTY macro
Karol Kosek
2023-02-19
LibGUI: Add Button double-click callback
Sam Atkins
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
2023-01-21
LibGUI: Mimic a user click when calling `Button::click()`
Lucas CHOLLET
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-09-12
Everywhere: Use my very shiny serenityos.org email :^)
networkException
2022-09-08
LibGUI: Simulate a click on arrow key events for AbstractButtons
thankyouverycool
2022-09-08
LibGUI+Taskbar: Don't immediately repaint checkable Buttons
thankyouverycool
2022-09-03
LibGUI: Stop auto repeat timer for Buttons on EnabledChange events
thankyouverycool
2022-07-14
LibGUI: Add button handler for middle mouse clicks
networkException
2022-07-14
LibGUI: Allow specifying the mouse buttons able to press down a button
networkException
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
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-23
LibGUI: Repaint buttons immediately on mouse up/down events
Andreas Kling
2021-10-23
LibGUI: Make exclusive button group act as a single focusable unit
Andreas Kling
2021-09-27
LibGUI: Refine AbstractButton pressing behaviour
FrHun
2021-09-22
LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere
thankyouverycool
2021-08-03
LibGUI: Redraw button on Key_{Return,Space} up event
LuK1337
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-07-13
LibGUI: Select radio buttons with keyboard
Ariel Don
2021-06-03
LibGUI: Show pressed state for Space and Return key events
Matthew Jones
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling