summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-fillet-chamfer.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-30Apply a Nathan Lee fix to all LPE changing from SP_ACTIVE_DOCUMET to ↵Jabier Arraiza1-3/+3
LPE->document. It also remove a boring check and allow to preview on file explorer some Items blocked.
2019-08-16Fix a bug in fillet/chamfer LPE pointed in mailing list by Miguel Lopez. ↵Jabiertxof1-2/+2
Fillet Chamfer is not applied when reopen the file
2019-05-08Revert bad fix from previous commitJabiertxof1-1/+1
2019-05-08Fix a crashing bug on Fillet Chamfer LPEJabiertxof1-1/+1
2019-01-02modernize loopsMarc Jeanmougin1-4/+4
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-11-05Fixing bad destruction of Fillet Chamfer LPE itemsJabier Arraiza1-10/+4
2018-09-30Improve calls to document_unitsJabier Arraiza1-6/+3
2018-09-14improbe UX of Fillet/Chamfer LPEJabiertxof1-44/+18
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-2/+2
This makes it clearer whether an integer or a boolean has to be passed in this specific call.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-14Misc. typosluz.paz1-2/+2
Found via `codespell` and `grep`
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2018-03-31Fix fillet chamfer LPE bug on adding points to pathsJabier Arraiza1-3/+4
2018-03-26Base LPE refactorJabier Arraiza1-7/+12
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+5
A lot of header clean-up.
2017-11-07Misc. typosUnknown1-3/+3
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-2/+0
2017-07-29Fix a bug pointed by CR on delete nodes in fillet/chamfer LPEJabier Arraiza1-3/+3
2017-05-29Initial releaseJabiertxof1-2/+2
(bzr r15704)
2017-05-27More fixes to LPEJabiertxof1-1/+1
(bzr r15705)
2017-05-27More fixes to LPEJabiertxof1-1/+1
(bzr r15703.1.2)
2017-05-27Change bad named varsJabiertxof1-1/+1
(bzr r15704)
2017-05-27Change bad named varsJabiertxof1-1/+1
(bzr r15703.1.1)
2017-05-06Add improvement pointed in IRC by Ede_123 to allow defaultables parametes on ↵Jabiertxof1-3/+51
fillet chamfer (bzr r15668)
2017-05-06Pre merge fixingJabiertxof1-21/+35
(bzr r13645.1.177)
2017-05-06Updating code to trunkJabiertxof1-1/+0
(bzr r13645.1.176)
2017-04-28ResetJabiertxof1-15/+1
(bzr r15620.1.9)
2017-04-27Add end of preferences GUIJabier Arraiza Cenoz1-1/+1
(bzr r15620.1.6)
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-1/+15
(bzr r15620.1.1)
2017-01-22Update to new code in trunkJabiertxof1-83/+105
(bzr r13645.1.166)
2016-12-16remove rollback to 15315Jabiertxof1-1/+1
(bzr r15295.1.26)
2016-12-16Rollback 15315Jabiertxof1-1/+1
(bzr r15295.1.25)
2016-12-10Fix headers on LPE'sJabiertxof1-1/+1
(bzr r15318)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+5
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+0
(bzr r15025)
2016-06-19Organize doeffect functionJabier Arraiza Cenoz1-48/+39
(bzr r13645.1.164)
2016-06-18Fixes when moves a pathJabier Arraiza Cenoz1-13/+11
(bzr r13645.1.163)
2016-06-18fixing bug moving nodesJabier Arraiza Cenoz1-7/+7
(bzr r13645.1.162)
2016-06-18Pre fixing selected pointsJabier Arraiza Cenoz1-23/+30
(bzr r13645.1.161)
2016-06-18attemp to simplify doeffect code on fillet chamferJabier Arraiza Cenoz1-59/+50
(bzr r13645.1.159)
2016-06-14Add snap to origin in double direction knotsJabier Arraiza Cenoz1-0/+1
(bzr r13645.1.157)
2016-06-12Fix 90% of tweenk reviewJabier Arraiza Cenoz1-232/+122
(bzr r13645.1.155)
2016-06-12Fix bug consecutive nodes at same positionJabier Arraiza Cenoz1-1/+13
(bzr r13645.1.152)
2016-06-11Fix the bug deleting satellitesJabier Arraiza Cenoz1-41/+41
(bzr r13645.1.148)
2016-06-11Fixing satellites bug on eraseJabier Arraiza Cenoz1-2/+1
(bzr r13645.1.146)
2016-05-26Rename branchJabier Arraiza Cenoz1-24/+24
(bzr r13645.1.145)
2016-05-26Fixing pointwiseJabier Arraiza Cenoz1-21/+18
(bzr r13645.1.143)