| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-05-20 | Add knot ungrabbed event | Jabiertxof | 1 | -0/+1 | |
| 2019-04-02 | Replace IS_NAN with std::isnan (exists since C++11) | Patrick Storz | 1 | -1/+1 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -21/+21 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -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 | |||||
| 2018-10-25 | Changin interruption to gap as Maren sugest in MR | Jabiertxof | 1 | -2/+2 | |
| 2018-10-25 | Fixing coding style | Jabiertxof | 1 | -3/+6 | |
| 2018-10-25 | Improvements to simplify Knots | Jabiertxof | 1 | -9/+7 | |
| 2018-10-25 | Add fixes in review. | Jabiertxof | 1 | -2/+2 | |
| 2018-10-25 | Fixing coding style | Jabiertxof | 1 | -22/+19 | |
| 2018-10-25 | Add new features to knot LPE | Jabiertxof | 1 | -5/+31 | |
| 2018-10-25 | Fixing coding style | Jabiertxof | 1 | -2/+2 | |
| 2018-10-25 | Fix closing issues | Jabiertxof | 1 | -6/+10 | |
| 2018-10-25 | Fixing coding style | Jabiertxof | 1 | -1/+2 | |
| 2018-10-25 | Fix initial width | Jabiertxof | 1 | -1/+1 | |
| 2018-10-25 | Add minor string tweaks | Jabiertxof | 1 | -3/+3 | |
| 2018-10-25 | Fix coding style | Jabier Arraiza | 1 | -24/+33 | |
| 2018-10-25 | Fixes fror knot LPE | Jabier Arraiza | 1 | -14/+29 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This reduces the boilerplate required to add a new element to a container. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -3/+1 | |
| This replaces empty constructors and destructors with the default keyword. | |||||
| 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 | -3/+3 | |
| This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -7/+7 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -7/+7 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -3/+4 | |
| A lot of header clean-up. | |||||
| 2017-12-05 | Fix bug:1695649 - Knot LPE has no effect after Simplify or B-Spline | Jabier Arraiza | 1 | -6/+2 | |
| 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-09-17 | Flushing std::cout | Jabier Arraiza | 1 | -1/+1 | |
| 2017-04-28 | Code formating | Jabiertxof | 1 | -6/+6 | |
| (bzr r15649) | |||||
| 2017-04-28 | Reset | Jabiertxof | 1 | -6/+6 | |
| (bzr r15620.1.9) | |||||
| 2017-04-14 | Allow set and reset default values of LPE parameters | Jabiertxof | 1 | -6/+6 | |
| (bzr r15620.1.1) | |||||
| 2016-12-19 | Remove some ocurrences of desktop in knot functions | Jabiertxof | 1 | -2/+2 | |
| (bzr r15337) | |||||
| 2016-12-19 | Add update_helperpaths not member of nodetool class to easy call from outside | Jabier Arraiza Cenoz | 1 | -1/+0 | |
| (bzr r15335) | |||||
| 2016-12-16 | remove rollback to 15315 | Jabiertxof | 1 | -0/+3 | |
| (bzr r15295.1.26) | |||||
| 2016-12-16 | Rollback 15315 | Jabiertxof | 1 | -3/+0 | |
| (bzr r15295.1.25) | |||||
| 2016-12-10 | Fix headers on LPE's | Jabiertxof | 1 | -0/+3 | |
| (bzr r15318) | |||||
| 2016-11-18 | Fix #1627817. Bug in knot LPE | Jabier Arraiza Cenoz | 1 | -4/+5 | |
| Fixed bugs: - https://launchpad.net/bugs/1627817 (bzr r15259) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -7/+0 | |
| (bzr r15034) | |||||
| 2016-07-29 | Improvements to widget redraw | Jabier Arraiza Cenoz | 1 | -2/+2 | |
| (bzr r15017.1.11) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+7 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -7/+0 | |
| (bzr r15025) | |||||
| 2016-02-08 | Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4 | Krzysztof Kosi??ski | 1 | -1/+0 | |
| (bzr r14639) | |||||
| 2015-12-07 | static code analysis | Kris De Gussem | 1 | -1/+1 | |
| (bzr r14510) | |||||
| 2015-04-28 | Fix calls to Geom::cross() - sign change. | Krzysztof Kosi??ski | 1 | -1/+1 | |
| (bzr r14059.2.2) | |||||
| 2015-04-27 | 2Geom sync - initial commit | Krzysztof Kosi??ski | 1 | -9/+9 | |
| (bzr r14059.2.1) | |||||
| 2015-03-08 | i10n. Fix for Bug #1429579 (Various typos in the trunk code). | Yuri Chornoivan | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1429579 (bzr r13976) | |||||
| 2015-02-27 | more cast cleanup | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r13922.1.11) | |||||
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r13922.1.10) | |||||
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -2/+2 | |
| (bzr r13922.1.5) | |||||
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 1 | -3/+3 | |
| change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -0/+5 | |
| (bzr r13341.5.16) | |||||
