summaryrefslogtreecommitdiffstats
path: root/src/io/file.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Templates: Accept non-underscored variants of "inkscape:templateinfo"Patrick Storz2019-08-311-1/+9
|
* cleanup includes a bitPatrick Storz2019-08-311-2/+5
|
* Allow good render of multiples stylesheetsJabiertxof2019-07-081-2/+0
|
* allow multiple style tagsJabier Arraiza2019-07-081-0/+2
|
* Restore ability to pipe a file into Inkscape.Tavmjong Bah2019-06-191-0/+23
|
* Make InkscapeApplication responsible for managing documents and windows.Tavmjong Bah2019-03-151-38/+67
| | | | Any change from previous behavior is a bug.
* Use ink_file_open in sp_file_open.Tavmjong Bah2019-01-151-2/+18
|
* Rewrite of main.cpp using InkscapeApplication (Gtk::Application)Tavmjong Bah2018-11-181-0/+64
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.