| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Enhancements for --export-type command line option | Patrick Storz | 2019-07-10 | 1 | -67/+68 |
| | | | | | | | | | | | | Now allows to - export multiple types at once, e.g. using `--export-type=pdf,png` - export to different file name(s) when using `--export-type` by using --export-file option (extension is stripped/added as needed) Also be more lenient with user-specified file extensions in general: Warn the user, however do not abort export but continue with what we would have expected (and the user likely meant to do) | ||||
| * | Correct a typo | Mehran-Baghi | 2019-07-10 | 1 | -1/+1 |
| | | |||||
| * | Simplify piping through Inkscape. Reduce code duplication. | Tavmjong Bah | 2019-06-19 | 1 | -0/+5 |
| | | |||||
| * | More document.h cleanup. | Tavmjong Bah | 2019-04-06 | 1 | -1/+1 |
| | | |||||
| * | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 2019-02-20 | 1 | -2/+2 |
| | | | | | Makes searching through code for them easier. | ||||
| * | run clang tidy modernize pass | Marc Jeanmougin | 2019-01-02 | 1 | -3/+3 |
| | | |||||
| * | Misc. source comment typo fixes | luz.paz | 2018-12-13 | 1 | -3/+3 |
| | | | | Found via `codespell` | ||||
| * | Fix rendering tests (Launchpad bug 1805804). | Tavmjong Bah | 2018-12-03 | 1 | -1/+1 |
| | | |||||
| * | Remove unused variable. | Tavmjong Bah | 2018-11-25 | 1 | -2/+1 |
| | | |||||
| * | Untangle do_export_png(). | Tavmjong Bah | 2018-11-22 | 1 | -113/+118 |
| | | |||||
| * | Rearrange some code, don't quit if one object doesn't export. | Tavmjong Bah | 2018-11-22 | 1 | -34/+34 |
| | | |||||
| * | Fix command-line export logic. | Tavmjong Bah | 2018-11-22 | 1 | -69/+69 |
| | | |||||
| * | Possible fix to build breakage on Macs. | Tavmjong Bah | 2018-11-19 | 1 | -1/+1 |
| | | |||||
| * | Send background color/dpi info to std::cerr to allow piping PNG export to file. | Tavmjong Bah | 2018-11-19 | 1 | -3/+3 |
| | | |||||
| * | Possible fix to MAC build failure. | Tavmjong Bah | 2018-11-19 | 1 | -1/+1 |
| | | |||||
| * | Allow multiple semi-colon separated entries in --export-id; each entry will ↵ | Tavmjong Bah | 2018-11-19 | 1 | -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 Bah | 2018-11-18 | 1 | -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. | |||||
