| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -1/+2 | |
| - 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 | |||||
| 2018-09-16 | Misc. typo and whitespace fixes | luz.paz | 1 | -22/+22 | |
| Follow-up to #289 | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -72/+72 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -4/+6 | |
| A lot of header clean-up. | |||||
| 2017-11-07 | Misc. typos | Unknown | 1 | -2/+2 | |
| Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | |||||
| 2015-05-11 | Metadata. Fix for Bug #1452266 (Outdated Creative Commons licenses). | Nicolas Dufour | 1 | -7/+7 | |
| Fixed bugs: - https://launchpad.net/bugs/1452266 (bzr r14143) | |||||
| 2013-08-03 | reduce scope of variables | Johan B. C. Engelen | 1 | -2/+1 | |
| (bzr r12463) | |||||
| 2013-07-16 | Merging patch from Peter Liljenberg. License comparison is now done by ↵ | Christoffer Holmstedt | 1 | -8/+85 | |
| comparing license URI and nothing else. (bzr r12419.1.1) | |||||
| 2013-06-26 | Using CC0 link instead of old Public Domain link | Martin Owens | 1 | -2/+2 | |
| Fixed bugs: - https://launchpad.net/bugs/1194372 (bzr r12389) | |||||
| 2013-06-24 | Changed document properties - metadata tooltips to match the definition of ↵ | Christoffer Holmstedt | 1 | -16/+16 | |
| dublin core terms. Fixed bugs: - https://launchpad.net/bugs/835849 (bzr r12387.2.1) | |||||
| 2012-07-12 | Fix for 612221 : Add metadata default configuration in the preferences | John Smith | 1 | -0/+31 | |
| (bzr r11544) | |||||
| 2012-01-03 | Janitorial tasks: get rid of deprecated repr wrapper functions | Kris De Gussem | 1 | -11/+11 | |
| (bzr r10830) | |||||
| 2011-10-03 | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 1 | -10/+11 | |
| (bzr r10659) | |||||
| 2011-06-04 | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 1 | -2/+5 | |
| SP_ROOT() gtk type function/macro. (bzr r10254) | |||||
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 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) | |||||
| 2010-10-24 | i18n. Metadata labels now fully translatable (with colon). | Nicolas Dufour | 1 | -34/+34 | |
| (bzr r9848) | |||||
| 2009-08-23 | fix 417676 | bulia byak | 1 | -1/+1 | |
| (bzr r8525) | |||||
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 1 | -9/+9 | |
| which cannot be fixed easily. (bzr r8422) | |||||
| 2009-08-05 | SPDocument->Document | johnce | 1 | -9/+9 | |
| (bzr r8404) | |||||
| 2009-02-21 | Move files from the src/dialogs/ directory to the places where they | Krzysztof Kosi??ski | 1 | -0/+0 | |
| should be. Build libinkscape.a - should reduce link time. (bzr r7337) | |||||
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -17/+6 | |
| (bzr r6891) | |||||
| 2008-08-23 | Update to sync metadata title to the document title. | Jeff Schiller | 1 | -2/+13 | |
| (bzr r6710) | |||||
| 2008-01-21 | rolling back parts of the "default metadata preferences" patch that ↵ | Felipe Corr??a da Silva Sanches | 1 | -19/+1 | |
| buliabyak forgot to rollback on revision 17005. (bzr r4575) | |||||
| 2007-12-31 | Add default CC metadata and license to preferences. | Bryce Harrington | 1 | -1/+19 | |
| (Closes LP: #169954) (bzr r4346) | |||||
| 2007-10-11 | noop: dialogs/rdf.cpp: Mark a few pointers as not being written through. ↵ | Peter Moulder | 1 | -6/+6 | |
| Make rdf_match_license have static (file-local) linkage. (bzr r3876) | |||||
| 2007-08-14 | Rolled back a couple of nasties from a bad patch...oops! Added author of the | Jon Phillips | 1 | -19/+1 | |
| last code, Jason Kivlighn from his patch to fix cc namespacing... (bzr r3465) | |||||
| 2007-08-14 | Applied patches for default metadata and for fix on creative commons namespace. | Jon Phillips | 1 | -51/+69 | |
| (bzr r3464) | |||||
| 2007-06-24 | merge OpenFont license support | MenTaLguY | 1 | -0/+18 | |
| (bzr r3094) | |||||
| 2007-04-04 | removed the software-only licenses which are not legally clear for ↵ | Jon Phillips | 1 | -20/+0 | |
| content/artwork, note, they still work, just not giving ppl. the wrong choices in UI (bzr r2819) | |||||
| 2007-03-24 | updated creative commons licenses to 3.0 and fixed public domain uri | Jon Phillips | 1 | -7/+7 | |
| (bzr r2750) | |||||
| 2007-01-21 | replacing sp_repr_new* | Kees Cook | 1 | -29/+50 | |
| (bzr r2255) | |||||
| 2006-05-18 | Fixed localization for metadata license selector. | Kees Cook | 1 | -10/+10 | |
| (bzr r870) | |||||
| 2006-04-30 | updated cc licenses to 2.5 | Jon Phillips | 1 | -6/+8 | |
| (bzr r637) | |||||
| 2006-04-20 | try to make license strings translatable (#1473186) | Ralf Stephan | 1 | -10/+10 | |
| (bzr r554) | |||||
