| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Avoid code duplication in ConcreteInkscapeApplication<T>::on_open() | Patrick Storz | 2019-07-17 | 1 | -0/+1 |
| | | |||||
| * | Allow option sections without a name (just outputs an empty line) | Patrick Storz | 2019-07-03 | 1 | -2/+2 |
| | | |||||
| * | Group command line options in --help output | Patrick Storz | 2019-07-03 | 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. | ||||
| * | Simplify piping through Inkscape. Reduce code duplication. | Tavmjong Bah | 2019-06-19 | 1 | -0/+1 |
| | | |||||
| * | Restore ability to pipe a file into Inkscape. | Tavmjong Bah | 2019-06-19 | 1 | -0/+2 |
| | | |||||
| * | Fix commandline page selection page selection and allow to select poppler in cmd | Marc Jeanmougin | 2019-04-24 | 1 | -0/+2 |
| | | |||||
| * | Make InkscapeApplication responsible for managing documents and windows. | Tavmjong Bah | 2019-03-15 | 1 | -9/+24 |
| | | | | | Any change from previous behavior is a bug. | ||||
| * | Add document_open and document_close functions and use them in batch mode. | Tavmjong Bah | 2019-02-17 | 1 | -0/+8 |
| | | |||||
| * | Turn InkscapeApplication into singleton. | Tavmjong Bah | 2019-02-15 | 1 | -0/+3 |
| | | |||||
| * | Block in window updating code. WIP | Tavmjong Bah | 2019-02-12 | 1 | -0/+3 |
| | | |||||
| * | Allow InkscapeApplication to track current document, selection, and desktop. | Tavmjong Bah | 2019-01-30 | 1 | -5/+25 |
| | | |||||
| * | Another baby step in creating InkscapeWindow. | Tavmjong Bah | 2019-01-13 | 1 | -3/+11 |
| | | |||||
| * | Allow window to be closed when operating in batch mode. | Tavmjong Bah | 2019-01-13 | 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. | ||||
| * | modernize: add overrides | Marc Jeanmougin | 2019-01-02 | 1 | -2/+2 |
| | | |||||
| * | Minor tweaks. | Tavmjong Bah | 2018-12-10 | 1 | -10/+11 |
| | | |||||
| * | Gtk/Gio templating of main inkscape application class to allow commandline ↵ | Marc Jeanmougin | 2018-12-09 | 1 | -18/+33 |
| | | | | | usage when graphic server is not available | ||||
| * | Add a rotation action. | Tavmjong Bah | 2018-11-27 | 1 | -0/+4 |
| | | |||||
| * | Add file export actions. | Tavmjong Bah | 2018-11-25 | 1 | -0/+1 |
| | | |||||
| * | Add a shell mode. | Tavmjong Bah | 2018-11-20 | 1 | -2/+8 |
| | | |||||
| * | Rewrite of main.cpp using InkscapeApplication (Gtk::Application) | Tavmjong Bah | 2018-11-18 | 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. | |||||
