summaryrefslogtreecommitdiffstats
path: root/src/io (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-14Fix a warning issue on theme changeJabier Arraiza1-0/+2
2019-08-31Templates: Accept non-underscored variants of "inkscape:templateinfo"Patrick Storz1-1/+9
2019-08-31cleanup includes a bitPatrick Storz2-2/+18
2019-08-31Refactor a lot of the parameter handling codePatrick Storz1-8/+7
2019-08-19Add paint server dialog. Currently handles patterns and hatches. GSOC 2019.Valentin Ionita2-10/+6
2019-08-18reduce usage of desktop coordinates (#341)Thomas Holder1-1/+1
2019-07-10Enhancements for --export-type command line optionPatrick Storz2-68/+69
2019-07-10Correct a typoMehran-Baghi1-1/+1
2019-07-08add improvements to color handlingJabiertxof1-1/+1
2019-07-08Allow good render of multiples stylesheetsJabiertxof1-2/+0
2019-07-08allow multiple style tagsJabier Arraiza1-0/+2
2019-07-08Initial code to fixJabiertxof2-2/+2
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-06-19Simplify piping through Inkscape. Reduce code duplication.Tavmjong Bah1-0/+5
2019-06-19Restore ability to pipe a file into Inkscape.Tavmjong Bah2-0/+24
2019-06-07Remove _argv0 from Inkscape::ApplicationPatrick Storz1-4/+0
2019-05-28Update pofilesMarc Jeanmougin1-2/+1
2019-05-22Remove ResourceManager dep on Glib::object.Shlomi Fish2-5/+2
2019-05-10Remove support for saving as JavaFX 1.x script (*.fx)Karl Cheng1-1/+1
2019-04-06More document.h cleanup.Tavmjong Bah1-1/+1
2019-04-04Reorganize document.h.Tavmjong Bah1-0/+1
2019-03-31Remove unused INKSCAPE_APPICONDIR and INKSCAPE_BINDDIRPatrick Storz2-2/+0
2019-03-30Inkscape::IO::Resource: Drop "DATA_DIR" from Type enumPatrick Storz2-5/+0
2019-03-29Drop "RegistryTool" which is no longer in use.Patrick Storz3-284/+0
2019-03-21Misc. typos and whitespace fixesluz.paz1-1/+1
2019-03-15Make InkscapeApplication responsible for managing documents and windows.Tavmjong Bah3-40/+74
2019-03-10Remove INKSCAPE_PORTABLE_PROFILE_DIRPatrick Storz1-7/+1
2019-03-10Adjust load order of get_filename() functionPatrick Storz1-27/+35
2019-02-20Give more descriptive names to document file related variables and functions.Tavmjong Bah2-5/+5
2019-02-17Move logic to build localized filenames into io/ressource.cppPatrick Storz2-22/+29
2019-01-15Use ink_file_open in sp_file_open.Tavmjong Bah2-3/+19
2019-01-02run clang tidy modernize passMarc Jeanmougin1-3/+3
2019-01-02modernize loopsMarc Jeanmougin2-7/+7
2018-12-23fix get_filename with locale!=NULLThomas Holder1-2/+2
2018-12-13Misc. source comment typo fixesluz.paz1-3/+3
2018-12-03Fix rendering tests (Launchpad bug 1805804).Tavmjong Bah1-1/+1
2018-11-25Remove unused variable.Tavmjong Bah2-4/+1
2018-11-25Switch DATADIR to DATA_DIR to not conflict with #defineTed Gould2-3/+3
2018-11-22Untangle do_export_png().Tavmjong Bah1-113/+118
2018-11-22Rearrange some code, don't quit if one object doesn't export.Tavmjong Bah1-34/+34
2018-11-22Fix command-line export logic.Tavmjong Bah2-69/+71
2018-11-20Small update to src/io/README.Tavmjong Bah1-0/+3
2018-11-19Possible fix to build breakage on Macs.Tavmjong Bah1-1/+1
2018-11-19Send background color/dpi info to std::cerr to allow piping PNG export to file.Tavmjong Bah1-3/+3
2018-11-19Possible fix to MAC build failure.Tavmjong Bah1-1/+1
2018-11-19Allow multiple semi-colon separated entries in --export-id; each entry will b...Tavmjong Bah2-283/+347
2018-11-19Add src/io/READMETavmjong Bah1-0/+32
2018-11-18Rewrite of main.cpp using InkscapeApplication (Gtk::Application)Tavmjong Bah5-0/+851
2018-11-18Fix stream class locationsAlexander Valavanis1-1/+1
2018-11-18Fix CMakeLists for stream classesAlexander Valavanis1-12/+12