summaryrefslogtreecommitdiffstats
path: root/src/actions (follow)
Commit message (Collapse)AuthorAgeFilesLines
* revert `export-pdf-level` to `export-pdf-version`Thomas Holder2019-06-121-1/+1
| | | | Was changed in 408cb49b5559
* Empty string exception for CLI verbsNathan Lee2019-03-211-1/+1
| | | | Fixes https://gitlab.com/inkscape/inbox/issues/232
* Give more descriptive names to document file related variables and functions.Tavmjong Bah2019-02-201-2/+2
| | | | Makes searching through code for them easier.
* Misc. typo and whitespace fixesluz.paz2019-01-141-1/+1
| | | Found via `codespell` and `atom editor`
* Gtk/Gio templating of main inkscape application class to allow commandline ↵Marc Jeanmougin2018-12-098-11/+37
| | | | usage when graphic server is not available
* Support compiling with Debian 9.Tavmjong Bah2018-12-052-0/+11
|
* Add a rotation action.Tavmjong Bah2018-11-273-0/+83
|
* Comment out debugging output.Tavmjong Bah2018-11-261-23/+22
|
* Fix a couple typos. Change separator for --verb from ',' to ';' to be ↵Tavmjong Bah2018-11-261-1/+1
| | | | constent with --actions.
* Add "select" action for backwards compatibility. Fix typo for ↵Tavmjong Bah2018-11-261-1/+2
| | | | "select-via-class".
* Add file export actions.Tavmjong Bah2018-11-252-0/+291
|
* Allow any valid Verb to be used in "--actions".Tavmjong Bah2018-11-198-42/+404
| | | | | 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-183-0/+305
| | | | | | | 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.
* Add new directory for 'actions' with README.Tavmjong Bah2018-04-031-0/+26