| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -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 | ||||
| * | Avoid duplicating defines in config.h and on command line | Eduard Braun | 2018-10-01 | 1 | -0/+5 |
| | | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | Remove #include "config.h" from header files where possible | Eduard Braun | 2018-09-24 | 1 | -2/+2 |
| | | |||||
| * | Add allow to use system icon sets | Jabiertxo Arraiza Cenoz | 2018-07-26 | 1 | -2/+2 |
| | | |||||
| * | Fixing paths to allow themes and icons inside main inkscape instalation not ↵ | Jabier Arraiza | 2018-07-26 | 1 | -8/+12 |
| | | | | | only at home | ||||
| * | Add some Marting sugestions about main.cpp in MR | Jabiertxo Arraiza Cenoz | 2018-07-25 | 1 | -1/+2 |
| | | |||||
| * | Merge about-box Gtkmm changes | Alexander Valavanis | 2017-12-25 | 1 | -0/+4 |
| |\ | |||||
| | * | Install AUTHORS & TRANSLATORS files and auto-generate credits in AboutBox | Alexander Valavanis | 2017-08-16 | 1 | -0/+4 |
| | | | |||||
| * | | Generalize support for INKSCAPE_DATADIR environment variable | Eduard Braun | 2017-12-04 | 1 | -50/+51 |
| | | | | | | | | | | | 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 | -7/+6 |
| | | | | | | | | | | | These files are actually part of BinReloc Inkscape specific code is in path-prefix.h (and now path-prefix.cpp) | ||||
| * | | Define INKSCAPE_FONTSDIR and add USER/SYSTEM resource paths for fonts | Eduard Braun | 2017-10-20 | 1 | -0/+4 |
| |/ | | | | | (Note we always had an empty /share/fonts directory that didn't seem to have any purpose yet) | ||||
| * | Cleanup: eliminate require-config.h | Eduard Braun | 2017-07-17 | 1 | -1/+3 |
| | | | | | It's widely unused and seems harly necessary. | ||||
| * | Add replacements for themedir for osx and win32 | Martin Owens | 2017-06-29 | 1 | -0/+2 |
| | | |||||
| * | Refactor 1a66c0aae0da7c3b860d06e72f5ff87f444bc462 and allow to use a ↵ | Eduard Braun | 2017-06-15 | 1 | -16/+16 |
| | | | | | different data directory by setting the environment variable INKSCAPE_DATADIR at runtime | ||||
| * | Adding a comment to explain what we're doing | Ted Gould | 2016-06-21 | 1 | -0/+4 |
| | | | | (bzr r14950.1.10) | ||||
| * | Adjust directories to be lib based | Ted Gould | 2016-06-21 | 1 | -21/+22 |
| | | | | (bzr r14950.1.8) | ||||
| * | Make the relocatable paths relative to the lib install | Ted Gould | 2016-06-21 | 1 | -21/+21 |
| | | | | (bzr r14950.1.7) | ||||
| * | window/task bar icon missing when installed in non-standard location | Raphael Rosch | 2015-11-20 | 1 | -0/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1516238 (bzr r14479) | ||||
| * | Update to trunk r13621 | Liam P. White | 2014-10-17 | 1 | -17/+17 |
| |\ | | | | | (bzr r13341.1.278) | ||||
| | * | Reorg Resources folder: move inkscape's shared resources into ↵ | su_v | 2014-08-20 | 1 | -17/+17 |
| | | | | | | | | | | | Resources/share/inkscape (bzr r13506.1.26) | ||||
| * | | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 2014-08-31 | 1 | -8/+8 |
| |/ | | | | | GThread deprecation errors. (bzr r13341.1.190) | ||||
| * | Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog | Tavmjong Bah | 2012-10-11 | 1 | -0/+4 |
| | | | | (bzr r11782) | ||||
| * | fix typo to repair build on windows | Johan B. C. Engelen | 2011-11-29 | 1 | -1/+1 |
| | | | | (bzr r10755) | ||||
| * | Add possibility to check validity of attributes and usefulness of properties. | Tavmjong Bah | 2011-11-29 | 1 | -0/+4 |
| | | | | | | | | | | This code adds the ability to check for every elment in an SVG document if its attributes are valid and the styling properties are useful. Options under the SVG Output section of the Inkscape Preferences dialog control what should be checked when, and what actions should be taken if invalid attributes or non-useful properties are found. (bzr r10753) | ||||
| * | Remove last remnants of ancient plugin support. Tidy up acinclude.m4. | Krzysztof Kosi??ski | 2009-02-13 | 1 | -4/+0 |
| | | | | (bzr r7278) | ||||
| * | Create a new macro in path-prefix.h, WIN32_DATADIR, that works similarly to ↵ | Bob Jamison | 2008-05-29 | 1 | -19/+19 |
| | | | | | | BR_DATADIR. This should solve the "current directory" problems. This is a temporary fix. (bzr r5762) | ||||
| * | r19136@shi: ted | 2008-04-24 19:44:01 -0700 | Ted Gould | 2008-04-26 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Basis for reading filters out of SVG files in system and personal directories. r19137@shi: ted | 2008-04-24 20:45:27 -0700 Removing a TODO r19138@shi: ted | 2008-04-24 20:55:50 -0700 Filling this out some. Now we're looking through the files and finding the filters in it. r19139@shi: ted | 2008-04-24 22:07:55 -0700 Changing to build filename, really amazing that it's worked before. r19140@shi: ted | 2008-04-24 22:43:57 -0700 My own crazy writer. Output streams are stupid C++-isms. char * works just fine. r19154@shi: ted | 2008-04-24 22:56:05 -0700 Cleaning up the XML transfer. Pretty happy with it now. r19155@shi: ted | 2008-04-24 23:00:11 -0700 Don't need to set up that string for translation because it's getting placed inside a structure that gets thrown gettext already. r19156@shi: ted | 2008-04-25 17:12:40 -0700 OMG! Stacking seems to be working. Now it's very easy to test the cooling on your CPU using Inkscape. That's going to have to be a feature in the release notes. r19166@shi: ted | 2008-04-25 21:00:34 -0700 Adding in filter-file.cpp (bzr r5522) | ||||
| * | Change INKSCAPE_JAVADIR to INKSCAPE_BINDDIR so that we can have subdirs for ↵ | Bob Jamison | 2008-03-31 | 1 | -4/+4 |
| | | | | | | each language supported (bzr r5268) | ||||
| * | Adding OS X path | Jon A. Cruz | 2008-03-10 | 1 | -1/+2 |
| | | | | (bzr r5033) | ||||
| * | add INKSCAPE_JAVADIR | Bob Jamison | 2008-03-10 | 1 | -0/+3 |
| | | | | (bzr r5030) | ||||
| * | allow easy access to our examples folder from Open dialog | bulia byak | 2007-03-30 | 1 | -0/+4 |
| | | | | (bzr r2786) | ||||
| * | * src/path-prefix.h: Add missing CREATE_* directory locations | mjwybrow | 2006-05-26 | 1 | -6/+3 |
| | | | | | | for building an OS X application bundle. Fixes bug #1495284. (bzr r1011) | ||||
| * | Added beginnings of CREATE support in path-prefix.h | Joshua L. Blocher | 2006-04-26 | 1 | -1/+20 |
| | | | | (bzr r588) | ||||
| * | introduce uniform resource path API to replace copy-and-pasted hacks | MenTaLguY | 2006-04-06 | 1 | -0/+4 |
| | | | | (bzr r436) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+83 |
| (bzr r1) | |||||
