Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-25 | GSlider: Oops, fix typo in previous commit. | Andreas Kling | |
2019-05-25 | LibGUI: 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-24 | GSlider: Ignore mouse events when disabled. | Andreas Kling | |
2019-04-30 | GSlider: Highlight the knob when hovering it. :^) | Andreas Kling | |
2019-04-29 | GSlider: Improve appearance by thinning the track a bit. | Andreas Kling | |
2019-04-29 | LibGUI: Add a GSlider widget. | Andreas Kling | |