summaryrefslogtreecommitdiffstats
path: root/src/prefix.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-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
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+3
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-5/+5
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
|
* Pull custom code from prefix.h/cppEduard Braun2017-12-041-40/+0
| | | | | These files are actually part of BinReloc Inkscape specific code is in path-prefix.h (and now path-prefix.cpp)
* Refactor 1a66c0aae0da7c3b860d06e72f5ff87f444bc462 and allow to use a ↵Eduard Braun2017-06-151-8/+19
| | | | different data directory by setting the environment variable INKSCAPE_DATADIR at runtime
* Improve Windows relocation support.Eduard Braun2017-06-151-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.
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+1
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+2
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+1
| | | (bzr r15025)
* Update to trunk r13542Liam P. White2014-09-021-1/+1
|\ | | | | (bzr r13341.1.191)
| * BinReloc: fix -Wwrite-stringsLiam P. White2014-09-011-1/+1
| | | | | | (bzr r13538)
| * fix build on Windows with newer gcc / other Windows headers. redefining NULL ↵Johan B. C. Engelen2014-05-111-2/+5
| | | | | | | | | | is terrible, perhaps we can remove these lines for all build platforms? (bzr r13358)
* | fix windows 64bit build. (changes already committed to trunk)Johan B. C. Engelen2014-05-131-3/+0
|/ | | (bzr r13341.1.19)
* Remove deprecated Glib symbolsKrzysztof Kosi??ski2011-07-191-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/367606 (bzr r10480)
* Fix command line invocation on Windows (LP #167455).Krzysztof Kosi??ski2010-04-021-4/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/167455 (bzr r9281)
* Allow Inkscape to run from Unicode directories on WindowsKrzysztof Kosi??ski2010-03-281-175/+169
| | | | | | Fixed bugs: - https://launchpad.net/bugs/505107 (bzr r9248)
* Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski2009-02-261-2/+4
| | | (bzr r7380)
* Create a new macro in path-prefix.h, WIN32_DATADIR, that works similarly to ↵Bob Jamison2008-05-291-0/+75
| | | | | BR_DATADIR. This should solve the "current directory" problems. This is a temporary fix. (bzr r5762)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-3/+3
| | | (bzr r4629)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-2/+2
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+427
(bzr r1)