| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-08-31 | Add base_directory for extensions loaded from a file. | Patrick Storz | 1 | -4/+5 | |
| 2019-08-31 | Implement "translationdomain" attribute for extensions | Patrick Storz | 1 | -2/+2 | |
| Will allow extensions to ship their own message catalog used for translation of the extension#s strings. Needs to be set on the root <inkscape-extension> element of the .inx Currently supported values: - unset: use default textdomain (which happens to be 'inkscape') - 'inkscape': use Inkscape's message catalog - 'none': disable translation for the extension's strings | |||||
| 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-06-19 | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 1 | -6/+6 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-noexcept pass. | Emmanuel Gil Peyrot | 1 | -6/+6 | |
| This removes deprecated dynamic exception specifications. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -3/+3 | |
| This replaces empty constructors and destructors with the default keyword. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 1 | -8/+8 | |
| This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | |||||
| 2014-08-30 | Reduce header bloat | Alex Valavanis | 1 | -3/+2 | |
| (bzr r13341.1.184) | |||||
| 2012-10-11 | Fix for 426763 : Cancelling import leads to error message | John Smith | 1 | -0/+4 | |
| (bzr r11777) | |||||
| 2011-06-03 | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | |||||
| 2010-03-04 | Improve behavior when pasting, DnDing and importing bitmap images | Krzysztof Kosi??ski | 1 | -2/+9 | |
| (bzr r9143) | |||||
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 1 | -1/+1 | |
| which cannot be fixed easily. (bzr r8422) | |||||
| 2009-08-05 | SPDocument->Document | johnce | 1 | -1/+1 | |
| (bzr r8406) | |||||
