summaryrefslogtreecommitdiffstats
path: root/src/inkscape-application.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor tweaks.Tavmjong Bah2018-12-101-10/+11
|
* Gtk/Gio templating of main inkscape application class to allow commandline ↵Marc Jeanmougin2018-12-091-18/+33
| | | | usage when graphic server is not available
* Add a rotation action.Tavmjong Bah2018-11-271-0/+4
|
* Add file export actions.Tavmjong Bah2018-11-251-0/+1
|
* Add a shell mode.Tavmjong Bah2018-11-201-2/+8
|
* Rewrite of main.cpp using InkscapeApplication (Gtk::Application)Tavmjong Bah2018-11-181-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.