summaryrefslogtreecommitdiffstats
path: root/src/prefix.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-0/+9
- 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/+3
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-5/+5
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2017-12-04Pull custom code from prefix.h/cppEduard Braun1-40/+0
These files are actually part of BinReloc Inkscape specific code is in path-prefix.h (and now path-prefix.cpp)
2017-06-15Refactor 1a66c0aae0da7c3b860d06e72f5ff87f444bc462 and allow to use a ↵Eduard Braun1-8/+19
different data directory by setting the environment variable INKSCAPE_DATADIR at runtime
2017-06-15Improve Windows relocation support.Eduard Braun1-56/+10
Remove a lot of unused / overly compicated path manipulation functions and replace them with a solution that also handles the case where inkscape.exe is located in a /bin subdirectory.
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+2
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+1
(bzr r15025)
2014-09-27Update to experimental r13565Liam P. White1-1/+1
(bzr r13341.5.16)
2014-09-07Update to experimental r13543Liam P. White1-1/+1
(bzr r13090.1.108)
2014-09-01BinReloc: fix -Wwrite-stringsLiam P. White1-1/+1
(bzr r13538)
2014-05-13fix windows 64bit build. (changes already committed to trunk)Johan B. C. Engelen1-3/+0
(bzr r13341.1.19)
2014-05-11fix build on Windows with newer gcc / other Windows headers. redefining NULL ↵Johan B. C. Engelen1-2/+5
is terrible, perhaps we can remove these lines for all build platforms? (bzr r13358)
2011-07-19Remove deprecated Glib symbolsKrzysztof Kosi??ski1-2/+2
Fixed bugs: - https://launchpad.net/bugs/367606 (bzr r10480)
2010-04-02Fix command line invocation on Windows (LP #167455).Krzysztof Kosi??ski1-4/+4
Fixed bugs: - https://launchpad.net/bugs/167455 (bzr r9281)
2010-03-28Allow Inkscape to run from Unicode directories on WindowsKrzysztof Kosi??ski1-175/+169
Fixed bugs: - https://launchpad.net/bugs/505107 (bzr r9248)
2009-02-26Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski1-2/+4
(bzr r7380)
2008-05-29Create a new macro in path-prefix.h, WIN32_DATADIR, that works similarly to ↵Bob Jamison1-0/+75
BR_DATADIR. This should solve the "current directory" problems. This is a temporary fix. (bzr r5762)
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-3/+3
(bzr r4629)
2006-02-15bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan1-2/+2
(bzr r149)