| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | revert `export-pdf-level` to `export-pdf-version` | Thomas Holder | 2019-06-12 | 1 | -1/+1 |
| | | | | | Was changed in 408cb49b5559 | ||||
| * | Empty string exception for CLI verbs | Nathan Lee | 2019-03-21 | 1 | -1/+1 |
| | | | | | Fixes https://gitlab.com/inkscape/inbox/issues/232 | ||||
| * | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 2019-02-20 | 1 | -2/+2 |
| | | | | | Makes searching through code for them easier. | ||||
| * | Misc. typo and whitespace fixes | luz.paz | 2019-01-14 | 1 | -1/+1 |
| | | | | Found via `codespell` and `atom editor` | ||||
| * | Gtk/Gio templating of main inkscape application class to allow commandline ↵ | Marc Jeanmougin | 2018-12-09 | 8 | -11/+37 |
| | | | | | usage when graphic server is not available | ||||
| * | Support compiling with Debian 9. | Tavmjong Bah | 2018-12-05 | 2 | -0/+11 |
| | | |||||
| * | Add a rotation action. | Tavmjong Bah | 2018-11-27 | 3 | -0/+83 |
| | | |||||
| * | Comment out debugging output. | Tavmjong Bah | 2018-11-26 | 1 | -23/+22 |
| | | |||||
| * | Fix a couple typos. Change separator for --verb from ',' to ';' to be ↵ | Tavmjong Bah | 2018-11-26 | 1 | -1/+1 |
| | | | | | constent with --actions. | ||||
| * | Add "select" action for backwards compatibility. Fix typo for ↵ | Tavmjong Bah | 2018-11-26 | 1 | -1/+2 |
| | | | | | "select-via-class". | ||||
| * | Add file export actions. | Tavmjong Bah | 2018-11-25 | 2 | -0/+291 |
| | | |||||
| * | Allow any valid Verb to be used in "--actions". | Tavmjong Bah | 2018-11-19 | 8 | -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 Bah | 2018-11-18 | 3 | -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 Bah | 2018-04-03 | 1 | -0/+26 |
