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
/
Button.h
Age
Commit message (
Expand
)
Author
2023-02-21
LibGUI: Fix const-correctness issues
Andreas Kling
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
LibGUI: Store text using the new String class in the AbstractButton
Karol Kosek
2023-01-21
LibGUI: Rename `Button` method `set_mimic_pressed` => `mimic_pressed`
Lucas CHOLLET
2023-01-21
LibGUI: Remove public getter `Button::is_mimic_pressed()`
Lucas CHOLLET
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-26
Revert "LibGUI: Update buttons' text/tooltips in Action::set_text"
Timothy Flynn
2022-10-30
LibGUI: Update buttons' text/tooltips in Action::set_text
Zaggy1024
2022-09-08
Browser+LibGUI+WindowServer: Open Button menus uniformly
thankyouverycool
2022-08-04
LibGUI: Let Buttons set their menu popup position
thankyouverycool
2022-07-14
LibGUI: Add button handler for middle mouse clicks
networkException
2022-06-28
LibGUI: Use new layout system for basic widgets
FrHun
2022-06-10
LibGUI: Add DialogButton convenience class
FrHun
2022-04-03
LibGUI: Extend mimic pressed across keyboard shortcuts for buttons
Rob Ryan
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2022-03-03
LibGUI: Add `mimic_pressed` to Button to signify being virtually clicked
ForLoveOfCats
2022-01-26
LibGUI: Allow Buttons to set themselves as default
thankyouverycool
2022-01-21
LibGUI: Allow Button::set_icon to accept a bitmap without a move
Dylan Katz
2022-01-16
LibGUI: Make button icons settable in GML
Sam Atkins
2021-05-16
LibGUI: Tweak GUI::Button::on_context_menu_event hook signature
Andreas Kling
2021-04-29
LibGUI: Fix issue where buttons with a menu sometimes stayed depressed
Mart G
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
LibGUI: Add Action* accessors on GUI::Button
Andreas Kling
2021-04-05
LibGUI: Add ability to assign a menu to a GUI::Button
Andreas Kling
2021-03-25
LibGUI: Make it possible to tweak icon spacing on a GUI::Button
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling