summaryrefslogtreecommitdiffstats
path: root/src/inkscape-main.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.