summaryrefslogtreecommitdiffstats
path: root/src/io (follow)
Commit message (Collapse)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 ↵Martin Owens2017-06-282-12/+194
| | | | get_filename methods
* Use user interface files for the user interfaceMartin Owens2017-06-152-2/+36
|
* Simplify code and avoid conditional compilation by consistently using glib ↵Eduard Braun2017-04-221-15/+7
| | | | | | | | | | functions Also fixes a case where the modifier passed to g_fopen() might contain a duplicated binary specifier on Windows (e.g. 'wbb') which broke functionality in MSYS2 builds (see bug 1685091) Fixed bugs: - https://launchpad.net/bugs/1685091 (bzr r15630)
* Cleanup: Remove some unused debug messagesEduard Braun2017-04-221-54/+0
| | | (bzr r15629)
* Use GStatBuf where appropriate to ensure usage of the correct typeEduard Braun2017-01-121-1/+1
| | | | | (fixes compilation with i686-w64-mingw32) (bzr r15414)
* Inkview: Remove support for obsolete SVG JAR archivesAlex Valavanis2016-08-253-716/+0
| | | (bzr r15075)
* Add std::nothrow so tests of memory allocation work as expected.Tavmjong Bah2016-08-171-4/+4
| | | | | Should eventually be replaced by smart pointers. (bzr r15062)
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-26/+0
| | | (bzr r15046)
* MergeMoritz Eberl2016-04-131-7/+1
| | | (bzr r14761.1.4)
* static code analysisKris De Gussem2016-02-221-6/+11
| | | (bzr r14665)
* Ensure strncpy'd strings are null terminatedBryce Harrington2015-08-291-0/+1
| | | (bzr r14332)
* Convert accidental member accesses into static function accessesLiam P. White2014-06-261-1/+1
| | | (bzr r13341.5.7)
* 1. make it compileLiam P. White2014-06-251-1/+1
| | | (bzr r13341.5.1)
* inkjar: Handle return values correctlyAlex Valavanis2014-03-302-25/+25
| | | (bzr r13239)
* inkjar: Fix access mode stringAlex Valavanis2014-03-301-1/+1
| | | (bzr r13235)
* Migrate inkjar to cstdio functions to fix build issues on Free BSD (Thanks ↵Alex Valavanis2014-03-302-12/+12
| | | | | Markus Engel); see bug #1232474 (bzr r13233)
* Fix build errors with clang 3.3 and c++11 enabled.Markus Engel2013-10-184-68/+64
| | | (bzr r12701)
* updates for cmakeCampbell Barton2013-09-191-2/+0
| | | (bzr r12547)
* Merge from trunk (r12439).Markus Engel2013-07-254-1595/+0
|\ | | | | (bzr r11608.1.108)
| * Remove the "simple SAX" parser. Replace its only use (loading of unitKrzysztof Kosi??ski2013-07-244-1595/+0
| | | | | | | | | | definitions in util/units.cpp) with Glib::Markup (bzr r12438)
* | Removed unused (ancient!) code.Markus Engel2013-04-103-540/+0
|/ | | (bzr r11608.1.92)
* Checking file presence before calling lstat (should fix Bug #785701 Inkscape ↵Kris De Gussem2013-04-031-2/+4
| | | | | freezes at opening) (bzr r12263)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* cppcheckKris De Gussem2013-03-131-1/+1
| | | (bzr r12201)
* c++ifyKris De Gussem2013-03-121-14/+14
| | | (bzr r12198)
* cppcheckKris De Gussem2013-03-121-34/+33
| | | (bzr r12197)
* fix build warningKris De Gussem2013-03-121-1/+1
| | | (bzr r12195)
* Drop duplicate io code ( Bug #1120585 )Kris De Gussem2013-03-114-1/+270
| | | (bzr r12192)
* Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem2013-03-081-1/+1
| | | (bzr r12184)
* Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem2013-03-0312-59/+26
| | | (bzr r12168)
* fix yet another warningKris De Gussem2013-02-142-4/+3
| | | (bzr r12126)
* fix warnings introduced in revision 12123Kris De Gussem2013-02-144-4/+4
| | | (bzr r12125)
* fixing variable type in stream classes to what was intended (preparation for ↵Kris De Gussem2013-02-136-25/+15
| | | | | solving bug #1120585 ) (bzr r12123)
* A couple of forward declarationsAlex Valavanis2013-02-115-4/+5
| | | (bzr r12119)
* Dropped duplicate code for dom/io and io/ (Bug #1120585 )Kris De Gussem2013-02-112-5/+35
| | | (bzr r12118)
* Fix for 430301 : core dump exporting to non existing folderJohn Smith2012-11-302-0/+36
| | | (bzr r11915)
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-2/+2
| | | (bzr r11736)
* Additional cleanup.Jon A. Cruz2012-04-101-1/+1
| | | (bzr r11206)
* cppcheck stuffKris De Gussem2012-04-091-11/+7
| | | (bzr r11201)
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-272-0/+11
|\ | | | | (bzr r11027)
| * merged with trunk so I can build again...Andrew Higginson2011-12-2720-116/+116
| |\ | | | | | | (bzr r10092.1.36)
| * | Made dialog's state persistantAndrew rugby471@gmail.com2011-03-242-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | Cleanup of code Made download of image work Put all images into a /tmp/openclipart directory Use GUID for filename (bzr r10092.1.18)
* | | cppcheck tells us: fprintf format string has 0 parameters but 1 are givenKris De Gussem2012-02-021-2/+2
| |/ |/| | | (bzr r10930)
* | Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-084-10/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* | variable initialisationKris De Gussem2011-11-191-5/+8
| | | | | | (bzr r10746)
* | fix pointer usage after releasing memoryKris De Gussem2011-11-192-15/+14
| | | | | | (bzr r10745)