summaryrefslogtreecommitdiffstats
path: root/src/actions/actions-selection.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Gtk/Gio templating of main inkscape application class to allow commandline ↵Marc Jeanmougin2018-12-091-1/+6
| | | | usage when graphic server is not available
* Add a rotation action.Tavmjong Bah2018-11-271-0/+1
|
* Add "select" action for backwards compatibility. Fix typo for ↵Tavmjong Bah2018-11-261-1/+2
| | | | "select-via-class".
* Allow any valid Verb to be used in "--actions".Tavmjong Bah2018-11-191-0/+124
Rename "select" action to "select-via-id". Add "select-via-class", "select-via-element", "select-via-selector", and "select-clear" actions.