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