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
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