summaryrefslogtreecommitdiffstats
path: root/src/extension/plugins (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-19Extensions/grid2: fix header file locationPatrick Storz1-1/+2
2018-11-08Clarify licensesMax Gaukler5-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
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-2/+2
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2017-11-07Misc. typosUnknown1-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 ```
2017-11-02do not build grid2 in target allMarc Jeanmougin1-1/+1
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-1/+1
(bzr r14954.1.10)
2016-06-01Replace two instances of getSVGUnit() by getDocumentScale().Tavmjong Bah1-9/+4
Simplify writing of style string. Switch 'pt' to 'px'. (bzr r14938)
2016-04-16removed unnecessary commentsMoritz Eberl1-8/+0
(bzr r14761.1.13)
2016-04-16Added missing fileMoritz Eberl1-0/+1
(bzr r14761.1.9)
2016-04-16Added an example plugin.Moritz Eberl4-0/+314
(bzr r14761.1.8)