summaryrefslogtreecommitdiffstats
path: root/src/io (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-06-16Use user interface files for the user interfaceMartin Owens2-2/+36
2017-06-15Use user interface files for the user interfaceMartin Owens2-2/+36
2017-04-22Simplify code and avoid conditional compilation by consistently using glib fu...Eduard Braun1-15/+7
2017-04-22Cleanup: Remove some unused debug messagesEduard Braun1-54/+0
2017-01-12Use GStatBuf where appropriate to ensure usage of the correct typeEduard Braun1-1/+1
2016-08-25Inkview: Remove support for obsolete SVG JAR archivesAlex Valavanis3-716/+0
2016-08-17Add std::nothrow so tests of memory allocation work as expected.Tavmjong Bah1-4/+4
2016-08-08Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis1-26/+0
2016-02-22static code analysisKris De Gussem1-6/+11
2015-08-29Ensure strncpy'd strings are null terminatedBryce Harrington1-0/+1
2014-06-26Convert accidental member accesses into static function accessesLiam P. White1-1/+1
2014-06-251. make it compileLiam P. White1-1/+1
2014-03-30inkjar: Handle return values correctlyAlex Valavanis2-25/+25
2014-03-30inkjar: Fix access mode stringAlex Valavanis1-1/+1
2014-03-30Migrate inkjar to cstdio functions to fix build issues on Free BSD (Thanks Ma...Alex Valavanis2-12/+12
2013-10-18Fix build errors with clang 3.3 and c++11 enabled.Markus Engel4-68/+64
2013-09-19updates for cmakeCampbell Barton1-2/+0
2013-07-24Remove the "simple SAX" parser. Replace its only use (loading of unitKrzysztof Kosi??ski4-1595/+0
2013-04-10Removed unused (ancient!) code.Markus Engel3-540/+0
2013-04-03Checking file presence before calling lstat (should fix Bug #785701 Inkscape ...Kris De Gussem1-2/+4
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-1/+1
2013-03-13cppcheckKris De Gussem1-1/+1
2013-03-12c++ifyKris De Gussem1-14/+14
2013-03-12cppcheckKris De Gussem1-34/+33
2013-03-12fix build warningKris De Gussem1-1/+1
2013-03-11Drop duplicate io code ( Bug #1120585 )Kris De Gussem4-1/+270
2013-03-08Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem1-1/+1
2013-03-03Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem12-59/+26
2013-02-14fix yet another warningKris De Gussem2-4/+3
2013-02-14fix warnings introduced in revision 12123Kris De Gussem4-4/+4
2013-02-13fixing variable type in stream classes to what was intended (preparation for ...Kris De Gussem6-25/+15
2013-02-11A couple of forward declarationsAlex Valavanis5-4/+5
2013-02-11Dropped duplicate code for dom/io and io/ (Bug #1120585 )Kris De Gussem2-5/+35
2012-11-30Fix for 430301 : core dump exporting to non existing folderJohn Smith2-0/+36
2012-10-04code cleanup: make more functions static or include their own headers.Campbell Barton1-2/+2
2012-04-10Additional cleanup.Jon A. Cruz1-1/+1
2012-04-09cppcheck stuffKris De Gussem1-11/+7