summaryrefslogtreecommitdiffstats
path: root/src/io (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Hackfest: Tidy and test for file exists in output.Martin Owens2017-07-011-3/+6
* Introduce get_filenames which scans paths for all filenames.Martin Owens2017-07-012-3/+75
* Add caching to io resources path constructionMartin Owens2017-06-292-1/+8
* Improved warning in io/resource.cppMartin Owens2017-06-291-1/+1
* Refactor profile directory use and promote IO::Resource get_path and get_file...Martin Owens2017-06-282-12/+194
* Use user interface files for the user interfaceMartin Owens2017-06-152-2/+36
* Simplify code and avoid conditional compilation by consistently using glib fu...Eduard Braun2017-04-221-15/+7
* Cleanup: Remove some unused debug messagesEduard Braun2017-04-221-54/+0
* Use GStatBuf where appropriate to ensure usage of the correct typeEduard Braun2017-01-121-1/+1
* Inkview: Remove support for obsolete SVG JAR archivesAlex Valavanis2016-08-253-716/+0
* Add std::nothrow so tests of memory allocation work as expected.Tavmjong Bah2016-08-171-4/+4
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-26/+0
* MergeMoritz Eberl2016-04-131-7/+1
* static code analysisKris De Gussem2016-02-221-6/+11
* Ensure strncpy'd strings are null terminatedBryce Harrington2015-08-291-0/+1
* Convert accidental member accesses into static function accessesLiam P. White2014-06-261-1/+1
* 1. make it compileLiam P. White2014-06-251-1/+1
* inkjar: Handle return values correctlyAlex Valavanis2014-03-302-25/+25
* inkjar: Fix access mode stringAlex Valavanis2014-03-301-1/+1
* Migrate inkjar to cstdio functions to fix build issues on Free BSD (Thanks Ma...Alex Valavanis2014-03-302-12/+12
* Fix build errors with clang 3.3 and c++11 enabled.Markus Engel2013-10-184-68/+64
* updates for cmakeCampbell Barton2013-09-191-2/+0
* Merge from trunk (r12439).Markus Engel2013-07-254-1595/+0
|\
| * Remove the "simple SAX" parser. Replace its only use (loading of unitKrzysztof Kosi??ski2013-07-244-1595/+0
* | Removed unused (ancient!) code.Markus Engel2013-04-103-540/+0
|/
* Checking file presence before calling lstat (should fix Bug #785701 Inkscape ...Kris De Gussem2013-04-031-2/+4
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
* cppcheckKris De Gussem2013-03-131-1/+1
* c++ifyKris De Gussem2013-03-121-14/+14
* cppcheckKris De Gussem2013-03-121-34/+33
* fix build warningKris De Gussem2013-03-121-1/+1
* Drop duplicate io code ( Bug #1120585 )Kris De Gussem2013-03-114-1/+270
* Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem2013-03-081-1/+1
* Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem2013-03-0312-59/+26
* fix yet another warningKris De Gussem2013-02-142-4/+3
* fix warnings introduced in revision 12123Kris De Gussem2013-02-144-4/+4
* fixing variable type in stream classes to what was intended (preparation for ...Kris De Gussem2013-02-136-25/+15
* A couple of forward declarationsAlex Valavanis2013-02-115-4/+5
* Dropped duplicate code for dom/io and io/ (Bug #1120585 )Kris De Gussem2013-02-112-5/+35
* Fix for 430301 : core dump exporting to non existing folderJohn Smith2012-11-302-0/+36
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-2/+2