summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/AbstractButton.h
AgeCommit message (Expand)Author
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-02-13LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}textKarol Kosek
2023-01-21LibGUI: Mimic a user click when calling `Button::click()`Lucas CHOLLET
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-26LibGUI: Allow buttons to control the behavior when their text changesTimothy Flynn
2022-07-14LibGUI: Add button handler for middle mouse clicksnetworkException
2022-07-14LibGUI: Allow specifying the mouse buttons able to press down a buttonnetworkException
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2021-09-27LibGUI: Refine AbstractButton pressing behaviourFrHun
2021-09-22LibGUI: Rename CallOnChange => AllowCallback and implement elsewherethankyouverycool
2021-07-27Userland: Make TextWrapping::Wrap opt-insin-ack
2021-07-26Userland: Move text wrapping/elision into the new TextLayout :^)sin-ack
2021-06-03LibGUI: Show pressed state for Space and Return key eventsMatthew Jones
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling