summaryrefslogtreecommitdiffstats
path: root/src/actions/actions-base.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Gtk/Gio templating of main inkscape application class to allow commandline ↵Marc Jeanmougin2018-12-091-2/+3
| | | | usage when graphic server is not available
* Rewrite of main.cpp using InkscapeApplication (Gtk::Application)Tavmjong Bah2018-11-181-0/+18
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.