| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add knot ungrabbed event | Jabiertxof | 2019-05-20 | 1 | -0/+1 |
| * | Replace IS_NAN with std::isnan (exists since C++11) | Patrick Storz | 2019-04-02 | 1 | -1/+1 |
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -21/+21 |
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| * | Changin interruption to gap as Maren sugest in MR | Jabiertxof | 2018-10-25 | 1 | -2/+2 |
| * | Fixing coding style | Jabiertxof | 2018-10-25 | 1 | -3/+6 |
| * | Improvements to simplify Knots | Jabiertxof | 2018-10-25 | 1 | -9/+7 |
| * | Add fixes in review. | Jabiertxof | 2018-10-25 | 1 | -2/+2 |
| * | Fixing coding style | Jabiertxof | 2018-10-25 | 1 | -22/+19 |
| * | Add new features to knot LPE | Jabiertxof | 2018-10-25 | 1 | -5/+31 |
| * | Fixing coding style | Jabiertxof | 2018-10-25 | 1 | -2/+2 |
| * | Fix closing issues | Jabiertxof | 2018-10-25 | 1 | -6/+10 |
| * | Fixing coding style | Jabiertxof | 2018-10-25 | 1 | -1/+2 |
| * | Fix initial width | Jabiertxof | 2018-10-25 | 1 | -1/+1 |
| * | Add minor string tweaks | Jabiertxof | 2018-10-25 | 1 | -3/+3 |
| * | Fix coding style | Jabier Arraiza | 2018-10-25 | 1 | -24/+33 |
| * | Fixes fror knot LPE | Jabier Arraiza | 2018-10-25 | 1 | -14/+29 |
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -3/+1 |
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -3/+3 |
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -7/+7 |
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -7/+7 |
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -3/+4 |
| * | Fix bug:1695649 - Knot LPE has no effect after Simplify or B-Spline | Jabier Arraiza | 2017-12-05 | 1 | -6/+2 |
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -1/+1 |
| * | Flushing std::cout | Jabier Arraiza | 2017-09-17 | 1 | -1/+1 |
| * | Code formating | Jabiertxof | 2017-04-28 | 1 | -6/+6 |
| * | Remove some ocurrences of desktop in knot functions | Jabiertxof | 2016-12-19 | 1 | -2/+2 |
| * | Add update_helperpaths not member of nodetool class to easy call from outside | Jabier Arraiza Cenoz | 2016-12-19 | 1 | -1/+0 |
| * | Fix headers on LPE's | Jabiertxof | 2016-12-10 | 1 | -0/+3 |
| * | Fix #1627817. Bug in knot LPE | Jabier Arraiza Cenoz | 2016-11-18 | 1 | -4/+5 |
| * | Update to trunk | Jabier Arraiza Cenoz | 2016-10-03 | 1 | -7/+0 |
| |\ | |||||
| | * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -7/+0 |
| | * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+7 |
| | * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -7/+0 |
| * | | Improvements to widget redraw | Jabier Arraiza Cenoz | 2016-07-29 | 1 | -2/+2 |
| |/ | |||||
| * | Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4 | Krzysztof Kosi??ski | 2016-02-08 | 1 | -1/+0 |
| * | static code analysis | Kris De Gussem | 2015-12-07 | 1 | -1/+1 |
| * | Merge from trunk | Krzysztof Kosi??ski | 2015-05-08 | 1 | -3/+3 |
| |\ | |||||
| | * | merging | Marc Jeanmougin | 2015-04-26 | 1 | -1/+1 |
| | |\ | |||||
| | * | | more cast cleanup | Marc Jeanmougin | 2015-02-27 | 1 | -1/+1 |
| | * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -1/+1 |
| | * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -2/+2 |
| | * | | At first, I was thinking "I just have to go to the selection file, and change... | Marc Jeanmougin | 2015-02-17 | 1 | -3/+3 |
| * | | | Fix calls to Geom::cross() - sign change. | Krzysztof Kosi??ski | 2015-04-28 | 1 | -1/+1 |
| * | | | 2Geom sync - initial commit | Krzysztof Kosi??ski | 2015-04-27 | 1 | -9/+9 |
| | |/ |/| | |||||
| * | | i10n. Fix for Bug #1429579 (Various typos in the trunk code). | Yuri Chornoivan | 2015-03-08 | 1 | -1/+1 |
| |/ | |||||
| * | Update to experimental r13531 | Liam P. White | 2014-08-31 | 1 | -0/+1 |
| |\ | |||||
| | * | Header cleanup: stop using Glib types where they aren't truly needed. Eases G... | Liam P. White | 2014-08-31 | 1 | -0/+1 |
