summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Button.h
AgeCommit message (Expand)Author
2023-02-21LibGUI: Fix const-correctness issuesAndreas Kling
2023-02-19LibGUI: Add Button double-click callbackSam Atkins
2023-02-13LibGUI: Remove deprecated text and set_text functions in AbstractButtonKarol Kosek
2023-02-13LibGUI: Store text using the new String class in the AbstractButtonKarol Kosek
2023-01-21LibGUI: Rename `Button` method `set_mimic_pressed` => `mimic_pressed`Lucas CHOLLET
2023-01-21LibGUI: Remove public getter `Button::is_mimic_pressed()`Lucas CHOLLET
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-26Revert "LibGUI: Update buttons' text/tooltips in Action::set_text"Timothy Flynn
2022-10-30LibGUI: Update buttons' text/tooltips in Action::set_textZaggy1024
2022-09-08Browser+LibGUI+WindowServer: Open Button menus uniformlythankyouverycool
2022-08-04LibGUI: Let Buttons set their menu popup positionthankyouverycool
2022-07-14LibGUI: Add button handler for middle mouse clicksnetworkException
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