Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-22 | LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere | thankyouverycool | |
This is a helpful option to prevent unwanted side effects, distinguish between user and programmatic input, etc. Sliders and SpinBoxes were implementing it idiosyncratically, so let's generalize the API and give Buttons and TextEditors the same ability. | |||
2021-09-19 | LibGUI: Add option to disable on_change call for sliders set_value() | David Isaksson | |
This makes it possible to avoid messy situations where a slider controlled value can be changed from multiple sources. | |||
2021-08-06 | LibGUI: Add ValueSlider widget | Marcus Nilsson | |
ValueSlider is a more generalized version of OpacitySlider when we need a slider with values displayed. It will always show the current value with a user defined suffix. |