index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
SpinBox.cpp
Age
Commit message (
Expand
)
Author
2020-10-30
LibGUI: Add Widget focus policies
Andreas Kling
2020-09-23
LibGUI: Use on_up_pressed/on_down_pressed events in SpinBox
Tibor Nagy
2020-07-20
LibGUI: Use ControlBoxButtons in SpinBox and ComboBox
thankyouverycool
2020-06-29
LibGUI: SpinBox: update the displayed value when set_range() clamps it
Benoît Lormeau
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-05-20
LibGUI: Replace up and down arrows with emoji
Hüseyin ASLITÜRK
2020-05-12
LibGUI: Include keyboard modifier state with button on_click calls
Andreas Kling
2020-05-08
LibGUI: Make the "enabled" widget state propagate to child widgets
Andreas Kling
2020-05-08
LibGUI: Fix for disable state of SpinBox
Hüseyin ASLITÜRK
2020-03-03
LibGUI: Remove Button& parameter from Button::on_click hook
Andreas Kling
2020-02-24
LibGUI: Implement keyboard and mouse wheel events for SpinBox
Tibor Nagy
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
LibGUI: Use Core::Object::add() a whole bunch
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling