summaryrefslogtreecommitdiffstats
path: root/src/extension/output.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add base_directory for extensions loaded from a file.Patrick Storz2019-08-311-4/+5
|
* Implement "translationdomain" attribute for extensionsPatrick Storz2019-08-311-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
* Clarify licensesMax Gaukler2018-11-081-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
* fix clipboard URL rebasingThomas Holder2018-11-071-1/+2
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-8/+8
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Show appropriate warning if non-existent export ID is specifiedEduard Braun2017-12-221-0/+5
| | | | | Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1739497
* Reduce header bloatAlex Valavanis2014-08-301-1/+0
| | | (bzr r13341.1.184)
* Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis2013-03-141-1/+1
| | | | | forward declarations (bzr r12203)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Fix by Adib for 353847Josh Andler2009-09-161-0/+1
| | | (bzr r8601)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8406)
* Merge from fe-movedTed Gould2008-11-211-0/+1
| | | (bzr r6891)
* I added Johan's badass patch for save a copy with the features I requested. Jon Phillips2006-08-221-0/+2
| | | | | Now it all works quite well! Great! (bzr r1630)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+58
(bzr r1)