summaryrefslogtreecommitdiffstats
path: root/src/extension/plugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extensions/grid2: fix header file locationPatrick Storz2019-09-191-1/+2
|
* Clarify licensesMax Gaukler2018-11-085-2/+7
| | | | | | - 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
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-2/+2
|
* 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.
* Misc. typosUnknown2017-11-071-1/+1
| | | | | | | | | | | | 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 ```
* do not build grid2 in target allMarc Jeanmougin2017-11-021-1/+1
|
* Added items as a range functionAdrian Boguszewski2016-07-031-2/+2
|\ | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-1/+1
|/ | | (bzr r14954.1.10)
* Replace two instances of getSVGUnit() by getDocumentScale().Tavmjong Bah2016-06-011-9/+4
| | | | | | Simplify writing of style string. Switch 'pt' to 'px'. (bzr r14938)
* removed unnecessary commentsMoritz Eberl2016-04-161-8/+0
| | | (bzr r14761.1.13)
* Added missing fileMoritz Eberl2016-04-161-0/+1
| | | (bzr r14761.1.9)
* Added an example plugin.Moritz Eberl2016-04-164-0/+314
(bzr r14761.1.8)