summaryrefslogtreecommitdiffstats
path: root/src/actions/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow any valid Verb to be used in "--actions".Tavmjong Bah2018-11-191-0/+2
| | | | | Rename "select" action to "select-via-id". Add "select-via-class", "select-via-element", "select-via-selector", and "select-clear" actions.
* Rewrite of main.cpp using InkscapeApplication (Gtk::Application)Tavmjong Bah2018-11-181-0/+10
Use Gio::File for accessing files. Use Gio options to handle command line arguments. Use Gio::Actions for some command line arguments. Move file export code to src/io/file-export-cmd.h/.cpp. Make into class.