summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/AbstractButton.cpp
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-03-05Base+LibGUI+LibGfx: Improve disabled text readabilityJaime Valenzuela Durán
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-23LibGUI: Repaint buttons immediately on mouse up/down eventsAndreas Kling
2021-10-23LibGUI: Make exclusive button group act as a single focusable unitAndreas Kling
2021-09-27LibGUI: Refine AbstractButton pressing behaviourFrHun
2021-09-22LibGUI: Rename CallOnChange => AllowCallback and implement elsewherethankyouverycool
2021-08-03LibGUI: Redraw button on Key_{Return,Space} up eventLuK1337
2021-07-27Userland: Make TextWrapping::Wrap opt-insin-ack
2021-07-26Userland: Move text wrapping/elision into the new TextLayout :^)sin-ack
2021-07-13LibGUI: Select radio buttons with keyboardAriel Don
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