| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add paint server dialog. Currently handles patterns and hatches. GSOC 2019. | Valentin Ionita | 2019-08-19 | 1 | -2/+1 |
| | | |||||
| * | Initial code to fix | Jabiertxof | 2019-07-08 | 1 | -1/+1 |
| | | |||||
| * | Remove unused INKSCAPE_APPICONDIR and INKSCAPE_BINDDIR | Patrick Storz | 2019-03-31 | 1 | -1/+0 |
| | | |||||
| * | Inkscape::IO::Resource: Drop "DATA_DIR" from Type enum | Patrick Storz | 2019-03-30 | 1 | -1/+0 |
| | | | | | | | | It seems unlikely we ever want to load "arbitrary" data from share/, usually there will be a more suitable "Type" to look for. Also it avoids ambiguity, as there is no user-specific "DATA_DIR" | ||||
| * | Move logic to build localized filenames into io/ressource.cpp | Patrick Storz | 2019-02-17 | 1 | -2/+1 |
| | | | | | | Now all that's needed to prefer a localized version of the file (if available) is a Boolean. | ||||
| * | Switch DATADIR to DATA_DIR to not conflict with #define | Ted Gould | 2018-11-25 | 1 | -1/+1 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -10/+6 |
| | | | | | | | - 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 | ||||
| * | Fixing paths to allow themes and icons inside main inkscape instalation not ↵ | Jabier Arraiza | 2018-07-26 | 1 | -1/+3 |
| | | | | | only at home | ||||
| * | Fixing coding style | Jabier Arraiza | 2018-07-21 | 1 | -9/+5 |
| | | |||||
| * | Working on themes | Jabier Arraiza | 2018-07-21 | 1 | -0/+13 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -3/+3 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Define INKSCAPE_FONTSDIR and add USER/SYSTEM resource paths for fonts | Eduard Braun | 2017-10-20 | 1 | -0/+1 |
| | | | | | | (Note we always had an empty /share/fonts directory that didn't seem to have any purpose yet) | ||||
| * | Refactor Util::ptr_shared | Jan Lingscheid | 2017-10-18 | 1 | -1/+1 |
| | | | | | | Util::ptr_shared<T> was only used in its <char> specialization, so it is now refactored into a non-template class. Using it with arbitary classes was dangerous anyway. | ||||
| * | Expand io api for tav, resolve filename to local directory | Martin Owens | 2017-07-31 | 1 | -0/+1 |
| | | |||||
| * | Add new libsoup based http access with caching and async | Martin Owens | 2017-07-06 | 1 | -0/+1 |
| | | |||||
| * | Make path scanning recursive, add ustring get_filenames and clean up | Martin Owens | 2017-07-05 | 1 | -0/+4 |
| | | |||||
| * | Introduce get_filenames which scans paths for all filenames. | Martin Owens | 2017-07-01 | 1 | -0/+14 |
| | | |||||
| * | Add caching to io resources path construction | Martin Owens | 2017-06-29 | 1 | -0/+3 |
| | | |||||
| * | Refactor profile directory use and promote IO::Resource get_path and ↵ | Martin Owens | 2017-06-28 | 1 | -3/+18 |
| | | | | | get_filename methods | ||||
| * | Use user interface files for the user interface | Martin Owens | 2017-06-15 | 1 | -0/+2 |
| | | |||||
| * | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 2011-10-25 | 1 | -3/+4 |
| | | | | (bzr r10696) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | Remove last remnants of ancient plugin support. Tidy up acinclude.m4. | Krzysztof Kosi??ski | 2009-02-13 | 1 | -1/+0 |
| | | | | (bzr r7278) | ||||
| * | Added CREATE v0.1 support for gradients/swatches/patterns | Joshua L. Blocher | 2006-04-28 | 1 | -0/+1 |
| | | | | (bzr r601) | ||||
| * | introduce uniform resource path API to replace copy-and-pasted hacks | MenTaLguY | 2006-04-06 | 1 | -0/+66 |
| (bzr r436) | |||||
