summaryrefslogtreecommitdiffstats
path: root/src/io (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Additional cleanup.Jon A. Cruz2012-04-101-1/+1
* cppcheck stuffKris De Gussem2012-04-091-11/+7
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-272-0/+11
|\
| * merged with trunk so I can build again...Andrew Higginson2011-12-2720-116/+116
| |\
| * | Made dialog's state persistantAndrew rugby471@gmail.com2011-03-242-0/+11
* | | cppcheck tells us: fprintf format string has 0 parameters but 1 are givenKris De Gussem2012-02-021-2/+2
| |/ |/|
* | Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-084-10/+2
* | variable initialisationKris De Gussem2011-11-191-5/+8
* | fix pointer usage after releasing memoryKris De Gussem2011-11-192-15/+14