summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/ink-select-one-action.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add pixmap and data (pointer) members to column.Tavmjong Bah2018-01-221-1/+7
|
* Add option for label with ComboBox in InkSelectOneAction.Tavmjong Bah2018-01-101-9/+9
|
* onvert eraser and calligraphy tools to use ink-select-one-action.Tavmjong Bah2018-01-081-0/+7
|
* Bug fixes for radio action mode.Tavmjong Bah2017-12-241-5/+14
|
* Add C++ based Gtk::Action for choosing one item out of many.Tavmjong Bah2017-07-241-0/+239
Options: Show icons and/or labels. Use combbox or radio buttons. Replacement for C based ege-select-one-action. Update text toolbar to use this class, allowing bar to be narrower.