summaryrefslogtreecommitdiffstats
path: root/src/io (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a warning issue on theme changeJabier Arraiza2019-10-141-0/+2
* Templates: Accept non-underscored variants of "inkscape:templateinfo"Patrick Storz2019-08-311-1/+9
* cleanup includes a bitPatrick Storz2019-08-312-2/+18
* Refactor a lot of the parameter handling codePatrick Storz2019-08-311-8/+7
* Add paint server dialog. Currently handles patterns and hatches. GSOC 2019.Valentin Ionita2019-08-192-10/+6
* reduce usage of desktop coordinates (#341)Thomas Holder2019-08-181-1/+1
* Enhancements for --export-type command line optionPatrick Storz2019-07-102-68/+69
* Correct a typoMehran-Baghi2019-07-101-1/+1
* add improvements to color handlingJabiertxof2019-07-081-1/+1
* Allow good render of multiples stylesheetsJabiertxof2019-07-081-2/+0
* allow multiple style tagsJabier Arraiza2019-07-081-0/+2
* Initial code to fixJabiertxof2019-07-082-2/+2
* Fix various minor typosYuri Chornoivan2019-07-011-1/+1
* Simplify piping through Inkscape. Reduce code duplication.Tavmjong Bah2019-06-191-0/+5
* Restore ability to pipe a file into Inkscape.Tavmjong Bah2019-06-192-0/+24
* Remove _argv0 from Inkscape::ApplicationPatrick Storz2019-06-071-4/+0
* Update pofilesMarc Jeanmougin2019-05-281-2/+1
* Remove ResourceManager dep on Glib::object.Shlomi Fish2019-05-222-5/+2
* Remove support for saving as JavaFX 1.x script (*.fx)Karl Cheng2019-05-101-1/+1
* More document.h cleanup.Tavmjong Bah2019-04-061-1/+1
* Reorganize document.h.Tavmjong Bah2019-04-041-0/+1
* Remove unused INKSCAPE_APPICONDIR and INKSCAPE_BINDDIRPatrick Storz2019-03-312-2/+0
* Inkscape::IO::Resource: Drop "DATA_DIR" from Type enumPatrick Storz2019-03-302-5/+0
* Drop "RegistryTool" which is no longer in use.Patrick Storz2019-03-293-284/+0
* Misc. typos and whitespace fixesluz.paz2019-03-211-1/+1
* Make InkscapeApplication responsible for managing documents and windows.Tavmjong Bah2019-03-153-40/+74
* Remove INKSCAPE_PORTABLE_PROFILE_DIRPatrick Storz2019-03-101-7/+1
* Adjust load order of get_filename() functionPatrick Storz2019-03-101-27/+35
* Give more descriptive names to document file related variables and functions.Tavmjong Bah2019-02-202-5/+5
* Move logic to build localized filenames into io/ressource.cppPatrick Storz2019-02-172-22/+29
* Use ink_file_open in sp_file_open.Tavmjong Bah2019-01-152-3/+19
* run clang tidy modernize passMarc Jeanmougin2019-01-021-3/+3
* modernize loopsMarc Jeanmougin2019-01-022-7/+7
* fix get_filename with locale!=NULLThomas Holder2018-12-231-2/+2
* Misc. source comment typo fixesluz.paz2018-12-131-3/+3
* Fix rendering tests (Launchpad bug 1805804).Tavmjong Bah2018-12-031-1/+1
* Remove unused variable.Tavmjong Bah2018-11-252-4/+1
* Switch DATADIR to DATA_DIR to not conflict with #defineTed Gould2018-11-252-3/+3
* Untangle do_export_png().Tavmjong Bah2018-11-221-113/+118
* Rearrange some code, don't quit if one object doesn't export.Tavmjong Bah2018-11-221-34/+34
* Fix command-line export logic.Tavmjong Bah2018-11-222-69/+71
* Small update to src/io/README.Tavmjong Bah2018-11-201-0/+3
* 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
* Merge branch 'main'Tavmjong Bah2018-11-195-0/+915
|\
| * Allow multiple semi-colon separated entries in --export-id; each entry will b...Tavmjong Bah2018-11-192-283/+347
| * Rewrite of main.cpp using InkscapeApplication (Gtk::Application)Tavmjong Bah2018-11-185-0/+851
* | Add src/io/READMETavmjong Bah2018-11-191-0/+32
|/
* Fix stream class locationsAlexander Valavanis2018-11-181-1/+1