summaryrefslogtreecommitdiffstats
path: root/src/extension/input.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
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-6/+6
|
* Run clang-tidy’s modernize-use-noexcept pass.Emmanuel Gil Peyrot2018-06-181-6/+6
| | | | This removes deprecated dynamic exception specifications.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-8/+8
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Reduce header bloatAlex Valavanis2014-08-301-3/+2
| | | (bzr r13341.1.184)
* Fix for 426763 : Cancelling import leads to error messageJohn Smith2012-10-111-0/+4
| | | (bzr r11777)
* 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)
* Improve behavior when pasting, DnDing and importing bitmap imagesKrzysztof Kosi??ski2010-03-041-2/+9
| | | (bzr r9143)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8406)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+60
(bzr r1)