summaryrefslogtreecommitdiff
path: root/LibGUI/GSlider.cpp
AgeCommit message (Collapse)Author
2019-05-25GSlider: Oops, fix typo in previous commit.Andreas Kling
2019-05-25LibGUI: Notify widgets when their enabled state changes.Andreas Kling
This is done by dispatching a (synchronous) "EnabledChange" event that can be picked up in change_event(). Use this event to kick widgets out of their "being pressed"-type modes if the user is interacting with them while the state is programmatically changed.
2019-05-24GSlider: Ignore mouse events when disabled.Andreas Kling
2019-04-30GSlider: Highlight the knob when hovering it. :^)Andreas Kling
2019-04-29GSlider: Improve appearance by thinning the track a bit.Andreas Kling
2019-04-29LibGUI: Add a GSlider widget.Andreas Kling