summaryrefslogtreecommitdiffstats
path: root/src/inkscape-application.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Process actions after new file created when Inkscape is opened.Tavmjong Bah2019-09-181-0/+3
* fix "File > Quit" heap-use-after-freeThomas Holder2019-08-141-1/+1
* Avoid code duplication in ConcreteInkscapeApplication<T>::on_open()Patrick Storz2019-07-171-47/+31
* CLI: Warn if --export-file is used with multiple input filesPatrick Storz2019-07-111-1/+18
* Enhancements for --export-type command line optionPatrick Storz2019-07-101-1/+1
* Implement fixes/suggestions by MarenPatrick Storz2019-07-031-51/+50
* Add additional informational strings for --help outputPatrick Storz2019-07-031-0/+11
* Refine option groupingPatrick Storz2019-07-031-66/+69
* Allow option sections without a name (just outputs an empty line)Patrick Storz2019-07-031-1/+5
* Avoid outputting control characters to non-tty destinations.Patrick Storz2019-07-031-0/+11
* Group command line options in --help outputPatrick Storz2019-07-031-41/+58
* fix mising changes in previous commitJabier Arraiza2019-06-231-4/+5
* fix inbox#595 macOS NSApplicationBlockTerminationThomas Holder2019-06-221-14/+27
* Force the with_gui flag to be false when the pipe flag is true.Tavmjong Bah2019-06-201-1/+2
* Simplify piping through Inkscape. Reduce code duplication.Tavmjong Bah2019-06-191-88/+50
* Restore ability to pipe a file into Inkscape.Tavmjong Bah2019-06-191-4/+70
* revert `export-pdf-level` to `export-pdf-version`Thomas Holder2019-06-121-3/+3
* revert `--without-gui` shortcut to `-z`Thomas Holder2019-06-121-1/+1
* Remove _argv0 from Inkscape::ApplicationPatrick Storz2019-06-071-2/+2
* Remove unused libyaml dependencyPatrick Storz2019-06-051-5/+1
* macOS: gtk-mac-integrationThomas Holder2019-05-291-0/+28
* Set default PDF page to 1 (PDF's don't have page 0).Tavmjong Bah2019-05-281-1/+1
* Merge branch 'xgettextMigration'Marc Jeanmougin2019-05-271-1/+1
|\
| * Improve xgettext processMarc Jeanmougin2019-05-271-1/+1
* | Revert back to using Gio::APPLICATION_NON_UNIQUE. See commit for reasons.Tavmjong Bah2019-05-271-5/+11
* | Fix commandline page selection page selection and allow to select poppler in cmdMarc Jeanmougin2019-04-241-2/+15
* | Make the Inkscape application run as a single instance... expect if --gapplic...Tavmjong Bah2019-04-081-1/+5
* | More document.h cleanup.Tavmjong Bah2019-04-061-3/+3
* | Fix internationalizationMarc Jeanmougin2019-03-281-0/+4
* | Fix adding/lookup of recent files.Patrick Storz2019-03-271-6/+4
* | About dialog: Fix icon file locationPatrick Storz2019-03-241-1/+1
* | Make InkscapeApplication responsible for managing documents and windows.Tavmjong Bah2019-03-151-75/+433
* | Remove unneeded comments.Tavmjong Bah2019-02-171-10/+0
* | Add document_open and document_close functions and use them in batch mode.Tavmjong Bah2019-02-171-25/+145
* | Turn InkscapeApplication into singleton.Tavmjong Bah2019-02-151-0/+15
* | Block in window updating code. WIPTavmjong Bah2019-02-121-0/+13
|/
* fix "inkscape --extension-directory"Thomas Holder2019-02-081-3/+3
* Attempt to fix part of issue #54. (Using the command line doesn't return.)Tavmjong Bah2019-02-081-18/+72
* Allow InkscapeApplication to track current document, selection, and desktop.Tavmjong Bah2019-01-301-8/+15
* Missing space in text. 'Heightof->Height of'Jordi Mas2019-01-241-1/+1
* Disable app menu (deprecated in GTK 3.32).Tavmjong Bah2019-01-191-1/+3
* Make InkscapeWindow responsible for adding window to app.Tavmjong Bah2019-01-161-3/+0
* Initialize unused variable.Tavmjong Bah2019-01-151-1/+1
* Use ink_file_open in sp_file_open.Tavmjong Bah2019-01-151-1/+2
* Another baby step in creating InkscapeWindow.Tavmjong Bah2019-01-131-21/+11
* Allow window to be closed when operating in batch mode.Tavmjong Bah2019-01-131-4/+12
* Avoid creating a new document before opening an old document.Tavmjong Bah2019-01-021-1/+1
* Minor tweaks.Tavmjong Bah2018-12-101-2/+4
* Gtk/Gio templating of main inkscape application class to allow commandline us...Marc Jeanmougin2018-12-091-79/+115
* Add a rotation action.Tavmjong Bah2018-11-271-0/+12