summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-knot.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-20Add knot ungrabbed eventJabiertxof1-0/+1
2019-04-02Replace IS_NAN with std::isnan (exists since C++11)Patrick Storz1-1/+1
2019-01-02modernize loopsMarc Jeanmougin1-21/+21
2018-11-08Clarify licensesMax Gaukler1-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-25Changin interruption to gap as Maren sugest in MRJabiertxof1-2/+2
2018-10-25Fixing coding styleJabiertxof1-3/+6
2018-10-25Improvements to simplify KnotsJabiertxof1-9/+7
2018-10-25Add fixes in review.Jabiertxof1-2/+2
2018-10-25Fixing coding styleJabiertxof1-22/+19
2018-10-25Add new features to knot LPEJabiertxof1-5/+31
2018-10-25Fixing coding styleJabiertxof1-2/+2
2018-10-25Fix closing issuesJabiertxof1-6/+10
2018-10-25Fixing coding styleJabiertxof1-1/+2
2018-10-25Fix initial widthJabiertxof1-1/+1
2018-10-25Add minor string tweaksJabiertxof1-3/+3
2018-10-25Fix coding styleJabier Arraiza1-24/+33
2018-10-25Fixes fror knot LPEJabier Arraiza1-14/+29
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-1/+1
This reduces the boilerplate required to add a new element to a container.
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-3/+1
This replaces empty constructors and destructors with the default keyword.
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-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-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-7/+7
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-7/+7
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-3/+4
A lot of header clean-up.
2017-12-05Fix bug:1695649 - Knot LPE has no effect after Simplify or B-SplineJabier Arraiza1-6/+2
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-09-17Flushing std::coutJabier Arraiza1-1/+1
2017-04-28Code formatingJabiertxof1-6/+6
(bzr r15649)
2017-04-28ResetJabiertxof1-6/+6
(bzr r15620.1.9)
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-6/+6
(bzr r15620.1.1)
2016-12-19Remove some ocurrences of desktop in knot functionsJabiertxof1-2/+2
(bzr r15337)
2016-12-19Add update_helperpaths not member of nodetool class to easy call from outsideJabier Arraiza Cenoz1-1/+0
(bzr r15335)
2016-12-16remove rollback to 15315Jabiertxof1-0/+3
(bzr r15295.1.26)
2016-12-16Rollback 15315Jabiertxof1-3/+0
(bzr r15295.1.25)
2016-12-10Fix headers on LPE'sJabiertxof1-0/+3
(bzr r15318)
2016-11-18Fix #1627817. Bug in knot LPEJabier Arraiza Cenoz1-4/+5
Fixed bugs: - https://launchpad.net/bugs/1627817 (bzr r15259)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-7/+0
(bzr r15034)
2016-07-29Improvements to widget redrawJabier Arraiza Cenoz1-2/+2
(bzr r15017.1.11)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+7
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-7/+0
(bzr r15025)
2016-02-08Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski1-1/+0
(bzr r14639)
2015-12-07static code analysisKris De Gussem1-1/+1
(bzr r14510)
2015-04-28Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski1-1/+1
(bzr r14059.2.2)
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-9/+9
(bzr r14059.2.1)
2015-03-08i10n. Fix for Bug #1429579 (Various typos in the trunk code).Yuri Chornoivan1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1429579 (bzr r13976)
2015-02-27more cast cleanupMarc Jeanmougin1-1/+1
(bzr r13922.1.11)
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
(bzr r13922.1.10)
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-2/+2
(bzr r13922.1.5)
2015-02-17At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin1-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-27Update to experimental r13565Liam P. White1-0/+5
(bzr r13341.5.16)