summaryrefslogtreecommitdiffstats
path: root/src/prefix.h (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-0/+4
|
* Misc. typosluz.paz2018-02-101-1/+1
| | | Found via `codespell`
* Pull custom code from prefix.h/cppEduard Braun2017-12-041-7/+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-2/+4
| | | | different data directory by setting the environment variable INKSCAPE_DATADIR at runtime
* cleanupEduard Braun2017-06-151-5/+0
|
* Improve Windows relocation support.Eduard Braun2017-06-151-3/+2
| | | | 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.
* BinReloc: fix -Wwrite-stringsLiam P. White2014-09-011-1/+1
| | | (bzr r13538)
* Fix command line invocation on Windows (LP #167455).Krzysztof Kosi??ski2010-04-021-8/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/167455 (bzr r9281)
* Create a new macro in path-prefix.h, WIN32_DATADIR, that works similarly to ↵Bob Jamison2008-05-291-0/+11
| | | | | BR_DATADIR. This should solve the "current directory" problems. This is a temporary fix. (bzr r5762)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+122
(bzr r1)