summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/ink-spinscale.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use upward pointing arrow cursor in InkSpinScaleEduard Braun2018-03-121-1/+1
| | | | | Downward pointing cursors are confusing. Also this restores consistency with the replaced GimpSpinScale.
* Allow to constrain InkSpinScale slider values by pressing Ctrl keyEduard Braun2018-03-121-4/+24
| | | | Some common and useful step intervals are hardcoded.
* Replace the Gtk::Range by Gtk::Scale in the InkSpinScale widget.Tavmjong Bah2017-12-191-40/+55
| | | | The Gtk::Scale is more likely to produce a satisfactory result independent of theme.
* Replace GimpSpinScale by InkSpinScale.Tavmjong Bah2017-12-181-0/+245