summaryrefslogtreecommitdiffstats
path: root/src/io/file-export-cmd.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Possible fix to build breakage on Macs.Tavmjong Bah2018-11-191-1/+1
|
* Send background color/dpi info to std::cerr to allow piping PNG export to file.Tavmjong Bah2018-11-191-3/+3
|
* Possible fix to MAC build failure.Tavmjong Bah2018-11-191-1/+1
|
* Allow multiple semi-colon separated entries in --export-id; each entry will ↵Tavmjong Bah2018-11-191-278/+342
| | | | | | | be exported to its own file. Using a semi-colon allows the future possibility of allowing the user to use a comma separated entry to select more than one object to export at the same time.
* Rewrite of main.cpp using InkscapeApplication (Gtk::Application)Tavmjong Bah2018-11-181-0/+678
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.