summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/SpinBox.cpp
AgeCommit message (Expand)Author
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-19LibGUI: Accept() mouse wheel events in {Spin,Combo}Boxesthankyouverycool
2022-09-06LibGUI: Update {in,de}crement buttons when setting a new spin box rangenetworkException
2022-09-01LibGUI: Disable increment/decrement buttons on SpinBox based on valueTimothy Slater
2022-09-01LibGUI: Improve SpinBox usabilityTimothy Slater
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-28LibGUI: Use new layout system for basic widgetsFrHun
2022-05-23LibGUI: Add on_return_pressed function to SpinBoxAndrew Smith
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-03-08LibGUI: Fix crash in GML Playground auto-completing SpinBox propsAndrew Smith
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-09-22LibGUI: Rename CallOnChange => AllowCallback and implement elsewherethankyouverycool
2021-09-01LibGUI:: Style Combo and SpinBox buttons as ThickCapsthankyouverycool
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-04-23LibGUI: Allow bypassing hook when setting SpinBox rangethankyouverycool
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12LibGUI: Ignore scroll length multiplier in SpinBoxes & Slidersthankyouverycool
2021-02-27LibGUI: Remove ControlBoxButton widgetthankyouverycool
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling