| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-09-19 | Extensions/grid2: fix header file location | Patrick Storz | 1 | -1/+2 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 5 | -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-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-06-19 | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 1 | -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-07 | Misc. typos | Unknown | 1 | -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-02 | do not build grid2 in target all | Marc Jeanmougin | 1 | -1/+1 | |
| 2016-06-25 | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 1 | -1/+1 | |
| (bzr r14954.1.10) | |||||
| 2016-06-01 | Replace two instances of getSVGUnit() by getDocumentScale(). | Tavmjong Bah | 1 | -9/+4 | |
| Simplify writing of style string. Switch 'pt' to 'px'. (bzr r14938) | |||||
| 2016-04-16 | removed unnecessary comments | Moritz Eberl | 1 | -8/+0 | |
| (bzr r14761.1.13) | |||||
| 2016-04-16 | Added missing file | Moritz Eberl | 1 | -0/+1 | |
| (bzr r14761.1.9) | |||||
| 2016-04-16 | Added an example plugin. | Moritz Eberl | 4 | -0/+314 | |
| (bzr r14761.1.8) | |||||
