summaryrefslogtreecommitdiffstats
path: root/src/io (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix CMakeLists for stream classesAlexander Valavanis2018-11-181-12/+12
* Move i/o stream classes into own directory. Add README.Tavmjong Bah2018-11-1815-0/+13
* Clarify licensesMax Gaukler2018-11-0828-153/+132
* Remove unused headers in src/io/Emmanuel Gil Peyrot2018-11-055-212/+0
* cleanup: remove Base64OutputStreamThomas Holder2018-10-293-462/+0
* cleanup: remove most of uristream.cppThomas Holder2018-10-293-369/+35
* Fix use after free in error reportingJan Horak2018-10-161-1/+4
* fix vi modelines: encoding -> fileencodingThomas Holder2018-10-151-1/+1
* Move some files to 'io' directory.Tavmjong Bah2018-10-1312-22/+1355
* Remove #include "config.h" wherever possibleEduard Braun2018-10-013-10/+1
* Use _WIN32 instead of WIN32Eduard Braun2018-10-013-5/+5
* Inkscapestream: Make some things const and avoid unnecessary copiesEduard Braun2018-09-292-9/+8
* Purge gunichar from InkscapestreamEduard Braun2018-09-2914-47/+44
* Inkscapestream: Fix write methods for string typesEduard Braun2018-09-291-7/+7
* Inkscapestream: Incredible speed up for writing of stringsEduard Braun2018-09-221-2/+3
* Fix eaae266840146a0faa3332f253ba7bd63eecbb21Eduard Braun2018-09-151-1/+6
* Support reading and writing pipesRainer Keller2018-09-151-0/+19
* Working on iconsJabiertxo Arraiza Cenoz2018-07-271-1/+1
* Fixing paths to allow themes and icons inside main inkscape instalation not o...Jabier Arraiza2018-07-262-2/+10
* Fix a win compiling bug and coding styleJabiertxo Arraiza Cenoz2018-07-251-3/+4
* Working on open folders on WINJabiertxo Arraiza Cenoz2018-07-251-2/+5
* Fixing coding styleJabier Arraiza2018-07-212-15/+12
* Working on themesJabier Arraiza2018-07-212-2/+80
* Run clang-tidy’s modernize-use-noexcept pass.Emmanuel Gil Peyrot2018-06-181-4/+4
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-182-2/+2
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-183-25/+18
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-189-68/+68
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-187-128/+128
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-044-6/+6
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-294-6/+6
* Removing sample meson build files.Felipe Corrêa da Silva Sanches2018-03-171-41/+0
* [meson-build] libio + zlibFelipe Corrêa da Silva Sanches2018-03-171-0/+41
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+4
* Misc. typosluzpaz2017-12-041-1/+1
* Misc. typosUnknown2017-11-072-3/+3
* Define INKSCAPE_FONTSDIR and add USER/SYSTEM resource paths for fontsEduard Braun2017-10-202-0/+3
* Merge branch 'smartpointer_refactor' of gitlab.com:jali/inkscapeMarc Jeanmougin2017-10-202-3/+3
|\
| * Refactor Util::ptr_sharedJan Lingscheid2017-10-182-3/+3
* | Drop obsolete wrapper around Glib::file_open_tmpStefano Facchini2017-10-192-23/+0
* | Remove all unused makefile.inStefano Facchini2017-10-191-17/+0
|/
* Create parent directories when opening a file for writingEduard Braun2017-09-271-1/+11
* Expand io api for tav, resolve filename to local directoryMartin Owens2017-07-312-0/+27
* Replace deprecated SHGetSpecialFolderLocation with SHGetFolderLocationEduard Braun2017-07-081-2/+2
* Hackfest Regression: Fix profile_path() not returning the correct directoryEduard Braun2017-07-081-3/+8
* Merge branch 'su-v/inkscape-fix-MSYS2-libsoup-req'Eduard Braun2017-07-062-2/+2
|\
| * Update MSYS2 port for new dependency (libsoup)su-v2017-07-062-2/+2
* | http: Migrate to new LibSoup APIAlexander Valavanis2017-07-061-1/+1
|/
* Add new libsoup based http access with caching and asyncMartin Owens2017-07-064-0/+215
* Make path scanning recursive, add ustring get_filenames and clean upMartin Owens2017-07-052-16/+16
* Move directory scanners to new get_filenames(...) callsMartin Owens2017-07-021-3/+11