summaryrefslogtreecommitdiffstats
path: root/src/io/file.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-31Templates: Accept non-underscored variants of "inkscape:templateinfo"Patrick Storz1-1/+9
2019-08-31cleanup includes a bitPatrick Storz1-2/+5
2019-07-08Allow good render of multiples stylesheetsJabiertxof1-2/+0
2019-07-08allow multiple style tagsJabier Arraiza1-0/+2
2019-06-19Restore ability to pipe a file into Inkscape.Tavmjong Bah1-0/+23
2019-03-15Make InkscapeApplication responsible for managing documents and windows.Tavmjong Bah1-38/+67
Any change from previous behavior is a bug.
2019-01-15Use ink_file_open in sp_file_open.Tavmjong Bah1-2/+18
2018-11-18Rewrite of main.cpp using InkscapeApplication (Gtk::Application)Tavmjong Bah1-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.
2018-11-12Rewrite of main.cpp using InkscapeApplication (Gtk::Application)Tavmjong Bah1-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.