| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+1 |
| | | |||||
| * | Use _WIN32 instead of WIN32 | Eduard Braun | 2018-10-01 | 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 | ||||
| * | Canonicalize path read from INKSCAPE_DATADIR environment variable | Eduard Braun | 2018-09-30 | 1 | -0/+4 |
| | | | | | | | | | Most importantly this will ensure an absolute path is used. While relative paths worked in principle some strange WinAPI breakage affected Inkscape's ability to properly treat relative paths in all scenarios. | ||||
| * | Fix codding style | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -6/+6 |
| | | |||||
| * | Add some Marting sugestions about main.cpp in MR | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -0/+61 |
| | | |||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -1/+1 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | Fix a compiler warning | Eduard Braun | 2017-12-04 | 1 | -1/+1 |
| | | |||||
| * | Generalize support for INKSCAPE_DATADIR environment variable | Eduard Braun | 2017-12-04 | 1 | -19/+17 |
| | | | | | | Now works unless configured with ENABLE_BINRELOC or ENABLE_OSX_APP_LOCATIONS | ||||
| * | Pull custom code from prefix.h/cpp | Eduard Braun | 2017-12-04 | 1 | -0/+76 |
| These files are actually part of BinReloc Inkscape specific code is in path-prefix.h (and now path-prefix.cpp) | |||||
