| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-07-17 | Avoid code duplication in ConcreteInkscapeApplication<T>::on_open() | Patrick Storz | 1 | -0/+1 | |
| 2019-07-03 | Allow option sections without a name (just outputs an empty line) | Patrick Storz | 1 | -2/+2 | |
| 2019-07-03 | Group command line options in --help output | Patrick Storz | 1 | -0/+2 | |
| This implements a workaround for functionality that seems to be missing in glib/gtk: We add the group headers as additional option entries and modify their short name to produce the desired output. | |||||
| 2019-06-19 | Simplify piping through Inkscape. Reduce code duplication. | Tavmjong Bah | 1 | -0/+1 | |
| 2019-06-19 | Restore ability to pipe a file into Inkscape. | Tavmjong Bah | 1 | -0/+2 | |
| 2019-04-24 | Fix commandline page selection page selection and allow to select poppler in cmd | Marc Jeanmougin | 1 | -0/+2 | |
| 2019-03-15 | Make InkscapeApplication responsible for managing documents and windows. | Tavmjong Bah | 1 | -9/+24 | |
| Any change from previous behavior is a bug. | |||||
| 2019-02-17 | Add document_open and document_close functions and use them in batch mode. | Tavmjong Bah | 1 | -0/+8 | |
| 2019-02-15 | Turn InkscapeApplication into singleton. | Tavmjong Bah | 1 | -0/+3 | |
| 2019-02-12 | Block in window updating code. WIP | Tavmjong Bah | 1 | -0/+3 | |
| 2019-01-30 | Allow InkscapeApplication to track current document, selection, and desktop. | Tavmjong Bah | 1 | -5/+25 | |
| 2019-01-13 | Another baby step in creating InkscapeWindow. | Tavmjong Bah | 1 | -3/+11 | |
| 2019-01-13 | Allow window to be closed when operating in batch mode. | Tavmjong Bah | 1 | -0/+1 | |
| Most verbs require the presence of a GUI even if not really needed. A new option, --batch-process, allows one to force desktop windows to close after processing actions/verbs. Once all verbs are replaced by actions that don't require a GUI, this option can be removed. | |||||
| 2019-01-02 | modernize: add overrides | Marc Jeanmougin | 1 | -2/+2 | |
| 2018-12-10 | Minor tweaks. | Tavmjong Bah | 1 | -10/+11 | |
| 2018-12-09 | Gtk/Gio templating of main inkscape application class to allow commandline ↵ | Marc Jeanmougin | 1 | -18/+33 | |
| usage when graphic server is not available | |||||
| 2018-11-27 | Add a rotation action. | Tavmjong Bah | 1 | -0/+4 | |
| 2018-11-25 | Add file export actions. | Tavmjong Bah | 1 | -0/+1 | |
| 2018-11-20 | Add a shell mode. | Tavmjong Bah | 1 | -2/+8 | |
| 2018-11-18 | Rewrite of main.cpp using InkscapeApplication (Gtk::Application) | Tavmjong Bah | 1 | -0/+80 | |
| 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-12 | Rewrite of main.cpp using InkscapeApplication (Gtk::Application) | Tavmjong Bah | 1 | -0/+80 | |
| 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. | |||||
