index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
SpinBox.cpp
Age
Commit message (
Expand
)
Author
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-19
LibGUI: Accept() mouse wheel events in {Spin,Combo}Boxes
thankyouverycool
2022-09-06
LibGUI: Update {in,de}crement buttons when setting a new spin box range
networkException
2022-09-01
LibGUI: Disable increment/decrement buttons on SpinBox based on value
Timothy Slater
2022-09-01
LibGUI: Improve SpinBox usability
Timothy Slater
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-28
LibGUI: Use new layout system for basic widgets
FrHun
2022-05-23
LibGUI: Add on_return_pressed function to SpinBox
Andrew Smith
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2022-03-08
LibGUI: Fix crash in GML Playground auto-completing SpinBox props
Andrew Smith
2022-01-20
Userland: Add horizontal mouse scroll support
Dmitry Petrov
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-09-22
LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere
thankyouverycool
2021-09-01
LibGUI:: Style Combo and SpinBox buttons as ThickCaps
thankyouverycool
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-04-23
LibGUI: Allow bypassing hook when setting SpinBox range
thankyouverycool
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-12
LibGUI: Ignore scroll length multiplier in SpinBoxes & Sliders
thankyouverycool
2021-02-27
LibGUI: Remove ControlBoxButton widget
thankyouverycool
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling