summaryrefslogtreecommitdiffstats
path: root/src/io/sys.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-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-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-10-01Use _WIN32 instead of WIN32Eduard Braun1-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-15Fix eaae266840146a0faa3332f253ba7bd63eecbb21Eduard Braun1-1/+6
(cherry picked from commit 11504fc9060729939703c380bcaa71cfc36ea351)
2018-09-15Support reading and writing pipesRainer Keller1-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-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-29/+29
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2017-10-19Drop obsolete wrapper around Glib::file_open_tmpStefano Facchini1-21/+0
2017-09-27Create parent directories when opening a file for writingEduard Braun1-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-22Simplify code and avoid conditional compilation by consistently using glib ↵Eduard Braun1-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-22Cleanup: Remove some unused debug messagesEduard Braun1-54/+0
(bzr r15629)
2017-01-12Use GStatBuf where appropriate to ensure usage of the correct typeEduard Braun1-1/+1
(fixes compilation with i686-w64-mingw32) (bzr r15414)
2013-04-03Checking file presence before calling lstat (should fix Bug #785701 Inkscape ↵Kris De Gussem1-2/+4
freezes at opening) (bzr r12263)
2013-02-11A couple of forward declarationsAlex Valavanis1-0/+1
(bzr r12119)
2012-11-30Fix for 430301 : core dump exporting to non existing folderJohn Smith1-0/+34
(bzr r11915)
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-2/+0
Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
2011-05-20Reinstating version bump.Jon A. Cruz1-3/+1
(bzr r10215)
2011-05-19Revert version bump so win devlibs can catch up.Jon A. Cruz1-1/+3
(bzr r10210)
2011-05-18Made dependencies explicit and bumped versions.Jon A. Cruz1-3/+1
(bzr r10208)
2011-04-15No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde1-6/+0
(bzr r9508.1.82)
2011-03-24Made dialog's state persistantAndrew rugby471@gmail.com1-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-28Allow Inkscape to run from Unicode directories on WindowsKrzysztof Kosi??ski1-904/+0
Fixed bugs: - https://launchpad.net/bugs/505107 (bzr r9248)
2010-03-01Cast cleanup.Jon A. Cruz1-2/+1
(bzr r9124)
2010-02-28Compilation fixes for Windows 64-bit by FridrichKrzysztof Kosi??ski1-4/+7
(bzr r9118)
2009-09-16Fix by Adib for 353847Josh Andler1-0/+34
(bzr r8601)
2009-04-06docPeter Moulder1-3/+3
(bzr r7639)
2008-10-27From trunkTed Gould1-4/+5
(bzr r6885)
2008-03-28fix broken link to _wspawn prototypeAdib Taraben1-1/+15
(bzr r5213)
2008-03-27comment #define BYPASS_GLIB_SPAWN 1 to fix build on windowsJohan B. C. Engelen1-1/+1
(bzr r5208)
2008-03-27Bug #204779 win32 crash on help menu - win32 spawn problemAdib Taraben1-1/+882
(bzr r5207)
2008-03-13fix compilebulia byak1-0/+1
(bzr r5085)
2008-03-13BUG 168896, fix BUG_168896_refactor_tempfile.patch problems with Vista ↵Albin Sunnanbo1-0/+45
tempfiles breaks some extensions (including Save as XAML) (bzr r5082)
2007-12-01Warning cleanup (including OFFSET_OF warning)Jon A. Cruz1-0/+3
(bzr r4150)