| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -1/+2 | |
| - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | |||||
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-10-01 | Use _WIN32 instead of WIN32 | Eduard Braun | 1 | -2/+2 | |
| The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system | |||||
| 2018-09-15 | Fix eaae266840146a0faa3332f253ba7bd63eecbb21 | Eduard Braun | 1 | -1/+6 | |
| (cherry picked from commit 11504fc9060729939703c380bcaa71cfc36ea351) | |||||
| 2018-09-15 | Support reading and writing pipes | Rainer Keller | 1 | -0/+19 | |
| This is useful when using inkscape from the terminal and piping the output to further programs. Example usage: cat vector.svg | inkscape --export-png - --file - | convert - out.jpg Fixes bug: 171016 (forward-ported from commit fdb3b41a37f5c37bbb8e49d59e7e6195d5363fcb) | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -29/+29 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2017-10-19 | Drop obsolete wrapper around Glib::file_open_tmp | Stefano Facchini | 1 | -21/+0 | |
| 2017-09-27 | Create parent directories when opening a file for writing | Eduard Braun | 1 | -1/+11 | |
| - this affects callers of Inkscape::IO::fopen_utf8name - fixes at least two issues: - creating custom shortcuts failed when "/inkscape/keys" was missing in the configuration directory, see https://bugs.launchpad.net/inkscape/+bug/1719629 - autosaving probably failed if a non-existent directory was specified | |||||
| 2017-04-22 | Simplify code and avoid conditional compilation by consistently using glib ↵ | Eduard Braun | 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) | |||||
| 2017-04-22 | Cleanup: Remove some unused debug messages | Eduard Braun | 1 | -54/+0 | |
| (bzr r15629) | |||||
| 2017-01-12 | Use GStatBuf where appropriate to ensure usage of the correct type | Eduard Braun | 1 | -1/+1 | |
| (fixes compilation with i686-w64-mingw32) (bzr r15414) | |||||
| 2013-04-03 | Checking file presence before calling lstat (should fix Bug #785701 Inkscape ↵ | Kris De Gussem | 1 | -2/+4 | |
| freezes at opening) (bzr r12263) | |||||
| 2013-02-11 | A couple of forward declarations | Alex Valavanis | 1 | -0/+1 | |
| (bzr r12119) | |||||
| 2012-11-30 | Fix for 430301 : core dump exporting to non existing folder | John Smith | 1 | -0/+34 | |
| (bzr r11915) | |||||
| 2011-12-08 | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 1 | -2/+0 | |
| Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | |||||
| 2011-06-03 | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | |||||
| 2011-05-20 | Reinstating version bump. | Jon A. Cruz | 1 | -3/+1 | |
| (bzr r10215) | |||||
| 2011-05-19 | Revert version bump so win devlibs can catch up. | Jon A. Cruz | 1 | -1/+3 | |
| (bzr r10210) | |||||
| 2011-05-18 | Made dependencies explicit and bumped versions. | Jon A. Cruz | 1 | -3/+1 | |
| (bzr r10208) | |||||
| 2011-04-15 | No more PrintWin32, including no special cases for non-Unicode Windows anymore. | Jasper van de Gronde | 1 | -6/+0 | |
| (bzr r9508.1.82) | |||||
| 2011-03-24 | Made dialog's state persistant | Andrew rugby471@gmail.com | 1 | -0/+9 | |
| Cleanup of code Made download of image work Put all images into a /tmp/openclipart directory Use GUID for filename (bzr r10092.1.18) | |||||
| 2010-03-28 | Allow Inkscape to run from Unicode directories on Windows | Krzysztof Kosi??ski | 1 | -904/+0 | |
| Fixed bugs: - https://launchpad.net/bugs/505107 (bzr r9248) | |||||
| 2010-03-01 | Cast cleanup. | Jon A. Cruz | 1 | -2/+1 | |
| (bzr r9124) | |||||
| 2010-02-28 | Compilation fixes for Windows 64-bit by Fridrich | Krzysztof Kosi??ski | 1 | -4/+7 | |
| (bzr r9118) | |||||
| 2009-09-16 | Fix by Adib for 353847 | Josh Andler | 1 | -0/+34 | |
| (bzr r8601) | |||||
| 2009-04-06 | doc | Peter Moulder | 1 | -3/+3 | |
| (bzr r7639) | |||||
| 2008-10-27 | From trunk | Ted Gould | 1 | -4/+5 | |
| (bzr r6885) | |||||
| 2008-03-28 | fix broken link to _wspawn prototype | Adib Taraben | 1 | -1/+15 | |
| (bzr r5213) | |||||
| 2008-03-27 | comment #define BYPASS_GLIB_SPAWN 1 to fix build on windows | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r5208) | |||||
| 2008-03-27 | Bug #204779 win32 crash on help menu - win32 spawn problem | Adib Taraben | 1 | -1/+882 | |
| (bzr r5207) | |||||
| 2008-03-13 | fix compile | bulia byak | 1 | -0/+1 | |
| (bzr r5085) | |||||
| 2008-03-13 | BUG 168896, fix BUG_168896_refactor_tempfile.patch problems with Vista ↵ | Albin Sunnanbo | 1 | -0/+45 | |
| tempfiles breaks some extensions (including Save as XAML) (bzr r5082) | |||||
| 2007-12-01 | Warning cleanup (including OFFSET_OF warning) | Jon A. Cruz | 1 | -0/+3 | |
| (bzr r4150) | |||||
