summaryrefslogtreecommitdiffstats
path: root/src/actions (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-12revert `export-pdf-level` to `export-pdf-version`Thomas Holder1-1/+1
Was changed in 408cb49b5559
2019-03-21Empty string exception for CLI verbsNathan Lee1-1/+1
Fixes https://gitlab.com/inkscape/inbox/issues/232
2019-02-20Give more descriptive names to document file related variables and functions.Tavmjong Bah1-2/+2
Makes searching through code for them easier.
2019-01-14Misc. typo and whitespace fixesluz.paz1-1/+1
Found via `codespell` and `atom editor`
2018-12-09Gtk/Gio templating of main inkscape application class to allow commandline ↵Marc Jeanmougin8-11/+37
usage when graphic server is not available
2018-12-05Support compiling with Debian 9.Tavmjong Bah2-0/+11
2018-11-27Add a rotation action.Tavmjong Bah3-0/+83
2018-11-26Comment out debugging output.Tavmjong Bah1-23/+22
2018-11-26Fix a couple typos. Change separator for --verb from ',' to ';' to be ↵Tavmjong Bah1-1/+1
constent with --actions.
2018-11-26Add "select" action for backwards compatibility. Fix typo for ↵Tavmjong Bah1-1/+2
"select-via-class".
2018-11-25Add file export actions.Tavmjong Bah2-0/+291
2018-11-19Allow any valid Verb to be used in "--actions".Tavmjong Bah8-42/+404
Rename "select" action to "select-via-id". Add "select-via-class", "select-via-element", "select-via-selector", and "select-clear" actions.
2018-11-18Rewrite of main.cpp using InkscapeApplication (Gtk::Application)Tavmjong Bah3-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.
2018-11-12Rewrite of main.cpp using InkscapeApplication (Gtk::Application)Tavmjong Bah3-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.
2018-04-03Add new directory for 'actions' with README.Tavmjong Bah1-0/+26