summaryrefslogtreecommitdiffstats
path: root/src/io (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-05Remove unused headers in src/io/Emmanuel Gil Peyrot5-212/+0
2018-10-29cleanup: remove Base64OutputStreamThomas Holder3-462/+0
2018-10-29cleanup: remove most of uristream.cppThomas Holder3-369/+35
2018-10-16Fix use after free in error reportingJan Horak1-1/+4
2018-10-15fix vi modelines: encoding -> fileencodingThomas Holder1-1/+1
2018-10-13Move some files to 'io' directory.Tavmjong Bah12-22/+1355
2018-10-01Remove #include "config.h" wherever possibleEduard Braun3-10/+1
2018-10-01Use _WIN32 instead of WIN32Eduard Braun3-5/+5
2018-09-29Inkscapestream: Make some things const and avoid unnecessary copiesEduard Braun2-9/+8
2018-09-29Purge gunichar from InkscapestreamEduard Braun14-47/+44
2018-09-29Inkscapestream: Fix write methods for string typesEduard Braun1-7/+7
2018-09-22Inkscapestream: Incredible speed up for writing of stringsEduard Braun1-2/+3
2018-09-15Fix eaae266840146a0faa3332f253ba7bd63eecbb21Eduard Braun1-1/+6
2018-09-15Support reading and writing pipesRainer Keller1-0/+19
2018-07-27Working on iconsJabiertxo Arraiza Cenoz1-1/+1
2018-07-26Fixing paths to allow themes and icons inside main inkscape instalation not o...Jabier Arraiza2-2/+10
2018-07-25Fix a win compiling bug and coding styleJabiertxo Arraiza Cenoz1-3/+4
2018-07-25Working on open folders on WINJabiertxo Arraiza Cenoz1-2/+5
2018-07-21Fixing coding styleJabier Arraiza2-15/+12
2018-07-21Working on themesJabier Arraiza2-2/+80
2018-06-18Run clang-tidy’s modernize-use-noexcept pass.Emmanuel Gil Peyrot1-4/+4
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2-2/+2
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot3-25/+18
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot9-68/+68
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot7-128/+128
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin4-6/+6
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin4-6/+6
2018-03-17Removing sample meson build files.Felipe Corrêa da Silva Sanches1-41/+0
2018-03-17[meson-build] libio + zlibFelipe Corrêa da Silva Sanches1-0/+41
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+4
2017-12-04Misc. typosluzpaz1-1/+1
2017-11-07Misc. typosUnknown2-3/+3
2017-10-20Define INKSCAPE_FONTSDIR and add USER/SYSTEM resource paths for fontsEduard Braun2-0/+3
2017-10-19Drop obsolete wrapper around Glib::file_open_tmpStefano Facchini2-23/+0
2017-10-19Remove all unused makefile.inStefano Facchini1-17/+0
2017-10-18Refactor Util::ptr_sharedJan Lingscheid2-3/+3
2017-09-27Create parent directories when opening a file for writingEduard Braun1-1/+11
2017-07-31Expand io api for tav, resolve filename to local directoryMartin Owens2-0/+27
2017-07-08Replace deprecated SHGetSpecialFolderLocation with SHGetFolderLocationEduard Braun1-2/+2
2017-07-08Hackfest Regression: Fix profile_path() not returning the correct directoryEduard Braun1-3/+8
2017-07-06http: Migrate to new LibSoup APIAlexander Valavanis1-1/+1
2017-07-06Update MSYS2 port for new dependency (libsoup)su-v2-2/+2
2017-07-06Add new libsoup based http access with caching and asyncMartin Owens4-0/+215
2017-07-05Make path scanning recursive, add ustring get_filenames and clean upMartin Owens2-16/+16
2017-07-02Move directory scanners to new get_filenames(...) callsMartin Owens1-3/+11
2017-07-01Hackfest: Tidy and test for file exists in output.Martin Owens1-3/+6
2017-07-01Introduce get_filenames which scans paths for all filenames.Martin Owens2-3/+75
2017-06-29Add caching to io resources path constructionMartin Owens2-1/+8
2017-06-29Improved warning in io/resource.cppMartin Owens1-1/+1
2017-06-28Refactor profile directory use and promote IO::Resource get_path and get_file...Martin Owens2-12/+194