summaryrefslogtreecommitdiff
path: root/LibGUI/GSlider.cpp
AgeCommit message (Expand)Author
2019-05-25GSlider: Oops, fix typo in previous commit.Andreas Kling
2019-05-25LibGUI: Notify widgets when their enabled state changes.Andreas Kling
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