summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/AbstractButton.cpp
AgeCommit message (Expand)Author
2023-03-16LibCore: Add new REGISTER_STRING_PROPERTY macroKarol Kosek
2023-02-19LibGUI: Add Button double-click callbackSam Atkins
2023-02-13LibGUI: Remove deprecated text and set_text functions in AbstractButtonKarol Kosek
2023-02-13Userland: Replace usages of AbstractButton::text_deprecated with text()Karol 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-09-12Everywhere: Use my very shiny serenityos.org email :^)networkException
2022-09-08LibGUI: Simulate a click on arrow key events for AbstractButtonsthankyouverycool
2022-09-08LibGUI+Taskbar: Don't immediately repaint checkable Buttonsthankyouverycool
2022-09-03LibGUI: Stop auto repeat timer for Buttons on EnabledChange eventsthankyouverycool
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
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