summaryrefslogtreecommitdiffstats
path: root/src/inkscape-main.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Turn InkscapeApplication into singleton.Tavmjong Bah2019-02-151-2/+2
|
* Minor tweaks.Tavmjong Bah2018-12-101-1/+1
|
* Gtk/Gio templating of main inkscape application class to allow commandline ↵Marc Jeanmougin2018-12-091-2/+4
| | | | usage when graphic server is not available
* Rewrite of main.cpp using InkscapeApplication (Gtk::Application)Tavmjong Bah2018-11-181-0/+36
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.