summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/AbstractButton.h
AgeCommit message (Expand)Author
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