summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/path-manipulator.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot1-1/+3
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-7/+7
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-3/+3
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-6/+6
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-6/+6
2018-03-28Fix LPE updating problemsJabiertxo Arraiza Cenoz1-1/+0
2018-03-28Fix a updating path on LPE with path maipulationsJabiertxo Arraiza Cenoz1-0/+1
2018-03-26Allow path moveJabier Arraiza1-1/+2
2018-03-26Fixing refsJabier Arraiza1-8/+4
2018-03-26Base LPE refactorJabier Arraiza1-8/+30
2018-02-18Misc. typosluz.paz1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-4/+10
2018-01-18Don't allow dragging path at cap or line joinEduard Braun1-0/+1
2017-11-07Misc. typosUnknown1-1/+1
2017-10-18Refactor Util::ptr_sharedJan Lingscheid1-1/+1
2016-12-06Remove obsolete commentJabiertxof1-1/+0
2016-12-06Fixes for measure LPE and speed path based LPE operationsJabiertxof1-3/+7
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-13/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+13
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-13/+0
2016-05-26Fixing pointwiseJabier Arraiza Cenoz1-1/+0
2016-05-19Fix a bug in node editor in BSpline mode, wrong power when moving nodesJabier Arraiza Cenoz1-1/+1
2016-03-18Bug #1419517 Fix Crash when applying new path effect after deleting pattern o...Jabier Arraiza Cenoz1-1/+1
2016-01-05Fix wrong symm node type in BSpline converted to BezierJabier Arraiza Cenoz1-1/+1
2016-01-05Improve constant definitionsJabier Arraiza Cenoz1-1/+1
2015-09-01Improvements to BSPline widgets:jtx1-1/+1
2015-08-14A bit more refactor of BSPline tool. Still the bug duplicating end node :(Jabier Arraiza Cenoz1-3/+5
2015-08-13Refactor of BSPline code attemping to fix the duplicate end node bug, not sur...Jabier Arraiza Cenoz1-11/+8
2015-05-30Snapping in node tool now also works when:Diederik van Lierop1-4/+32
2015-05-08Fix node editing problemsKrzysztof Kosi??ski1-5/+5
2015-04-30Update 2Geom to r2347Krzysztof Kosi??ski1-3/+3
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-14/+15
2015-04-10Fix coding style issues in bspline/spirolive codeJabier Arraiza Cenoz1-61/+61
2015-04-03Update pathinfo class to allow piecewise and pathvector as input.Jabier Arraiza Cenoz1-7/+0
2015-04-02inicialice a header variableJabier Arraiza Cenoz1-0/+1
2015-03-26adding append modeJabier Arraiza Cenoz1-1/+0
2015-03-23Fix a bug introduced by me using path parameters in LPEJabier Arraiza Cenoz1-23/+17
2015-03-21Fixed bug whith mapsJabier Arraiza Cenoz1-16/+14
2015-03-21Fix a bug in multi-path-manipulator and finish bspline refactorJabier Arraiza Cenoz1-15/+11
2015-03-21Improve the cache system of bspline, "Correctly" show bspline weight power on...Jabier Arraiza Cenoz1-4/+17
2015-03-21fix bspline calls and atemp to fic a bug whith mapJabier Arraiza Cenoz1-3/+3
2015-03-19fixing a boring bug in path manipulatorJabier Arraiza Cenoz1-16/+22
2015-03-18Changed two SP_IS_LPE_ITEM callsJabier Arraiza Cenoz1-16/+22
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-3/+3
2014-12-15when inserting a node, the endpoints cannot be symmetric nodes. (Bug 1367443)Alvin Penner1-0/+4
2014-11-03Remove unused variable and put well a constantJabier Arraiza Cenoz1-4/+1
2014-09-27Update to experimental r13565Liam P. White1-8/+42
2014-09-23remove magic numbers from bsplineJabier Arraiza Cenoz1-6/+10
2014-09-23fix bug -bad power- inserting nodes near cusp nodes in bsplineJabier Arraiza Cenoz1-3/+31