| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Hackfest: Tidy and test for file exists in output. | Martin Owens | 2017-07-01 | 1 | -3/+6 | |
| | | ||||||
| * | Introduce get_filenames which scans paths for all filenames. | Martin Owens | 2017-07-01 | 2 | -3/+75 | |
| | | ||||||
| * | Add caching to io resources path construction | Martin Owens | 2017-06-29 | 2 | -1/+8 | |
| | | ||||||
| * | Improved warning in io/resource.cpp | Martin Owens | 2017-06-29 | 1 | -1/+1 | |
| | | ||||||
| * | Refactor profile directory use and promote IO::Resource get_path and ↵ | Martin Owens | 2017-06-28 | 2 | -12/+194 | |
| | | | | | get_filename methods | |||||
| * | Use user interface files for the user interface | Martin Owens | 2017-06-15 | 2 | -2/+36 | |
| | | ||||||
| * | Simplify code and avoid conditional compilation by consistently using glib ↵ | Eduard Braun | 2017-04-22 | 1 | -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 messages | Eduard Braun | 2017-04-22 | 1 | -54/+0 | |
| | | | | (bzr r15629) | |||||
| * | Use GStatBuf where appropriate to ensure usage of the correct type | Eduard Braun | 2017-01-12 | 1 | -1/+1 | |
| | | | | | | (fixes compilation with i686-w64-mingw32) (bzr r15414) | |||||
| * | Inkview: Remove support for obsolete SVG JAR archives | Alex Valavanis | 2016-08-25 | 3 | -716/+0 | |
| | | | | (bzr r15075) | |||||
| * | Add std::nothrow so tests of memory allocation work as expected. | Tavmjong Bah | 2016-08-17 | 1 | -4/+4 | |
| | | | | | | Should eventually be replaced by smart pointers. (bzr r15062) | |||||
| * | Remove deprecated Autotools and btool files. Please use CMake instead | Alex Valavanis | 2016-08-08 | 1 | -26/+0 | |
| | | | | (bzr r15046) | |||||
| * | Merge | Moritz Eberl | 2016-04-13 | 1 | -7/+1 | |
| | | | | (bzr r14761.1.4) | |||||
| * | static code analysis | Kris De Gussem | 2016-02-22 | 1 | -6/+11 | |
| | | | | (bzr r14665) | |||||
| * | Ensure strncpy'd strings are null terminated | Bryce Harrington | 2015-08-29 | 1 | -0/+1 | |
| | | | | (bzr r14332) | |||||
| * | Convert accidental member accesses into static function accesses | Liam P. White | 2014-06-26 | 1 | -1/+1 | |
| | | | | (bzr r13341.5.7) | |||||
| * | 1. make it compile | Liam P. White | 2014-06-25 | 1 | -1/+1 | |
| | | | | (bzr r13341.5.1) | |||||
| * | inkjar: Handle return values correctly | Alex Valavanis | 2014-03-30 | 2 | -25/+25 | |
| | | | | (bzr r13239) | |||||
| * | inkjar: Fix access mode string | Alex Valavanis | 2014-03-30 | 1 | -1/+1 | |
| | | | | (bzr r13235) | |||||
| * | Migrate inkjar to cstdio functions to fix build issues on Free BSD (Thanks ↵ | Alex Valavanis | 2014-03-30 | 2 | -12/+12 | |
| | | | | | | Markus Engel); see bug #1232474 (bzr r13233) | |||||
| * | Fix build errors with clang 3.3 and c++11 enabled. | Markus Engel | 2013-10-18 | 4 | -68/+64 | |
| | | | | (bzr r12701) | |||||
| * | updates for cmake | Campbell Barton | 2013-09-19 | 1 | -2/+0 | |
| | | | | (bzr r12547) | |||||
| * | Merge from trunk (r12439). | Markus Engel | 2013-07-25 | 4 | -1595/+0 | |
| |\ | | | | | (bzr r11608.1.108) | |||||
| | * | Remove the "simple SAX" parser. Replace its only use (loading of unit | Krzysztof Kosi??ski | 2013-07-24 | 4 | -1595/+0 | |
| | | | | | | | | | | | definitions in util/units.cpp) with Glib::Markup (bzr r12438) | |||||
| * | | Removed unused (ancient!) code. | Markus Engel | 2013-04-10 | 3 | -540/+0 | |
| |/ | | | (bzr r11608.1.92) | |||||
| * | Checking file presence before calling lstat (should fix Bug #785701 Inkscape ↵ | Kris De Gussem | 2013-04-03 | 1 | -2/+4 | |
| | | | | | | freezes at opening) (bzr r12263) | |||||
| * | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 1 | -1/+1 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | |||||
| * | cppcheck | Kris De Gussem | 2013-03-13 | 1 | -1/+1 | |
| | | | | (bzr r12201) | |||||
| * | c++ify | Kris De Gussem | 2013-03-12 | 1 | -14/+14 | |
| | | | | (bzr r12198) | |||||
| * | cppcheck | Kris De Gussem | 2013-03-12 | 1 | -34/+33 | |
| | | | | (bzr r12197) | |||||
| * | fix build warning | Kris De Gussem | 2013-03-12 | 1 | -1/+1 | |
| | | | | (bzr r12195) | |||||
| * | Drop duplicate io code ( Bug #1120585 ) | Kris De Gussem | 2013-03-11 | 4 | -1/+270 | |
| | | | | (bzr r12192) | |||||
| * | Preparation to merge /dom/io and /io code (bug #1120585 ) | Kris De Gussem | 2013-03-08 | 1 | -1/+1 | |
| | | | | (bzr r12184) | |||||
| * | Preparation to merge /dom/io and /io code (bug #1120585 ) | Kris De Gussem | 2013-03-03 | 12 | -59/+26 | |
| | | | | (bzr r12168) | |||||
| * | fix yet another warning | Kris De Gussem | 2013-02-14 | 2 | -4/+3 | |
| | | | | (bzr r12126) | |||||
| * | fix warnings introduced in revision 12123 | Kris De Gussem | 2013-02-14 | 4 | -4/+4 | |
| | | | | (bzr r12125) | |||||
| * | fixing variable type in stream classes to what was intended (preparation for ↵ | Kris De Gussem | 2013-02-13 | 6 | -25/+15 | |
| | | | | | | solving bug #1120585 ) (bzr r12123) | |||||
| * | A couple of forward declarations | Alex Valavanis | 2013-02-11 | 5 | -4/+5 | |
| | | | | (bzr r12119) | |||||
| * | Dropped duplicate code for dom/io and io/ (Bug #1120585 ) | Kris De Gussem | 2013-02-11 | 2 | -5/+35 | |
| | | | | (bzr r12118) | |||||
| * | Fix for 430301 : core dump exporting to non existing folder | John Smith | 2012-11-30 | 2 | -0/+36 | |
| | | | | (bzr r11915) | |||||
| * | code cleanup: make more functions static or include their own headers. | Campbell Barton | 2012-10-04 | 1 | -2/+2 | |
| | | | | (bzr r11736) | |||||
| * | Additional cleanup. | Jon A. Cruz | 2012-04-10 | 1 | -1/+1 | |
| | | | | (bzr r11206) | |||||
| * | cppcheck stuff | Kris De Gussem | 2012-04-09 | 1 | -11/+7 | |
| | | | | (bzr r11201) | |||||
| * | Merge Andrew's new OCAL dialog and clean headers. Please test | Alex Valavanis | 2012-02-27 | 2 | -0/+11 | |
| |\ | | | | | (bzr r11027) | |||||
| | * | merged with trunk so I can build again... | Andrew Higginson | 2011-12-27 | 20 | -116/+116 | |
| | |\ | | | | | | | (bzr r10092.1.36) | |||||
| | * | | Made dialog's state persistant | Andrew rugby471@gmail.com | 2011-03-24 | 2 | -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 given | Kris De Gussem | 2012-02-02 | 1 | -2/+2 | |
| | |/ |/| | | | (bzr r10930) | |||||
| * | | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 4 | -10/+2 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | |||||
| * | | variable initialisation | Kris De Gussem | 2011-11-19 | 1 | -5/+8 | |
| | | | | | | | (bzr r10746) | |||||
| * | | fix pointer usage after releasing memory | Kris De Gussem | 2011-11-19 | 2 | -15/+14 | |
| | | | | | | | (bzr r10745) | |||||
