summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/SpinBox.h
AgeCommit message (Expand)Author
2022-05-23LibGUI: Add on_return_pressed function to SpinBoxAndrew Smith
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2021-09-22LibGUI: Rename CallOnChange => AllowCallback and implement elsewherethankyouverycool
2021-04-23LibGUI: Allow bypassing hook when setting SpinBox rangethankyouverycool
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-27LibGUI: Remove ControlBoxButton widgetthankyouverycool
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling