summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Button.h
AgeCommit message (Expand)Author
2022-06-28LibGUI: Use new layout system for basic widgetsFrHun
2022-06-10LibGUI: Add DialogButton convenience classFrHun
2022-04-03LibGUI: Extend mimic pressed across keyboard shortcuts for buttonsRob Ryan
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-03-03LibGUI: Add `mimic_pressed` to Button to signify being virtually clickedForLoveOfCats
2022-01-26LibGUI: Allow Buttons to set themselves as defaultthankyouverycool
2022-01-21LibGUI: Allow Button::set_icon to accept a bitmap without a moveDylan Katz
2022-01-16LibGUI: Make button icons settable in GMLSam Atkins
2021-05-16LibGUI: Tweak GUI::Button::on_context_menu_event hook signatureAndreas Kling
2021-04-29LibGUI: Fix issue where buttons with a menu sometimes stayed depressedMart G
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17LibGUI: Add Action* accessors on GUI::ButtonAndreas Kling
2021-04-05LibGUI: Add ability to assign a menu to a GUI::ButtonAndreas Kling
2021-03-25LibGUI: Make it possible to tweak icon spacing on a GUI::ButtonAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling