summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-fillet-chamfer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply a Nathan Lee fix to all LPE changing from SP_ACTIVE_DOCUMET to ↵Jabier Arraiza2019-09-301-3/+3
| | | | LPE->document. It also remove a boring check and allow to preview on file explorer some Items blocked.
* Fix a bug in fillet/chamfer LPE pointed in mailing list by Miguel Lopez. ↵Jabiertxof2019-08-161-2/+2
| | | | Fillet Chamfer is not applied when reopen the file
* Revert bad fix from previous commitJabiertxof2019-05-081-1/+1
|
* Fix a crashing bug on Fillet Chamfer LPEJabiertxof2019-05-081-1/+1
|
* modernize loopsMarc Jeanmougin2019-01-021-4/+4
|
* Clarify licensesMax Gaukler2018-11-081-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
* Fixing bad destruction of Fillet Chamfer LPE itemsJabier Arraiza2018-11-051-10/+4
|
* Improve calls to document_unitsJabier Arraiza2018-09-301-6/+3
|
* improbe UX of Fillet/Chamfer LPEJabiertxof2018-09-141-44/+18
|
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Misc. typosluz.paz2018-05-141-2/+2
| | | Found via `codespell` and `grep`
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
|
* Fix fillet chamfer LPE bug on adding points to pathsJabier Arraiza2018-03-311-3/+4
|
* Base LPE refactorJabier Arraiza2018-03-261-7/+12
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+5
| | | | A lot of header clean-up.
* Misc. typosUnknown2017-11-071-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 ```
* Flushing std::coutJabier Arraiza2017-09-171-2/+0
|
* Fix a bug pointed by CR on delete nodes in fillet/chamfer LPEJabier Arraiza2017-07-291-3/+3
|
* More fixes to LPEJabiertxof2017-05-271-1/+1
| | | (bzr r15705)
* Change bad named varsJabiertxof2017-05-271-1/+1
| | | (bzr r15704)
* Add improvement pointed in IRC by Ede_123 to allow defaultables parametes on ↵Jabiertxof2017-05-061-3/+51
| | | | | fillet chamfer (bzr r15668)
* Pre merge fixingJabiertxof2017-05-061-21/+35
| | | (bzr r13645.1.177)
* Updating code to trunkJabiertxof2017-05-061-1/+0
| | | (bzr r13645.1.176)
* Update to trunkJabier Arraiza Cenoz2017-05-051-1/+7
|\ | | | | (bzr r13645.1.174)
* | Update to new code in trunkJabiertxof2017-01-221-83/+105
| | | | | | (bzr r13645.1.166)
* | Update to trunkJabiertxof2017-01-211-0/+1
|\| | | | | (bzr r13645.1.165)
| * Fix headers on LPE'sJabiertxof2016-12-101-1/+1
| | | | | | (bzr r15318)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+0
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+5
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-5/+0
| | | | | | (bzr r15025)
* | Organize doeffect functionJabier Arraiza Cenoz2016-06-191-48/+39
| | | | | | (bzr r13645.1.164)
* | Fixes when moves a pathJabier Arraiza Cenoz2016-06-181-13/+11
| | | | | | (bzr r13645.1.163)
* | fixing bug moving nodesJabier Arraiza Cenoz2016-06-181-7/+7
| | | | | | (bzr r13645.1.162)
* | Pre fixing selected pointsJabier Arraiza Cenoz2016-06-181-23/+30
| | | | | | (bzr r13645.1.161)
* | attemp to simplify doeffect code on fillet chamferJabier Arraiza Cenoz2016-06-181-59/+50
| | | | | | (bzr r13645.1.159)
* | Add snap to origin in double direction knotsJabier Arraiza Cenoz2016-06-141-0/+1
| | | | | | (bzr r13645.1.157)
* | Fix 90% of tweenk reviewJabier Arraiza Cenoz2016-06-121-232/+122
| | | | | | (bzr r13645.1.155)
* | Fix bug consecutive nodes at same positionJabier Arraiza Cenoz2016-06-121-1/+13
| | | | | | (bzr r13645.1.152)
* | Fix the bug deleting satellitesJabier Arraiza Cenoz2016-06-111-41/+41
| | | | | | (bzr r13645.1.148)
* | Fixing satellites bug on eraseJabier Arraiza Cenoz2016-06-111-2/+1
| | | | | | (bzr r13645.1.146)
* | Rename branchJabier Arraiza Cenoz2016-05-261-24/+24
| | | | | | (bzr r13645.1.145)
* | Fixing pointwiseJabier Arraiza Cenoz2016-05-261-21/+18
| | | | | | (bzr r13645.1.143)
* | Fixing pointwiseJabier Arraiza Cenoz2016-05-231-2/+3
| | | | | | (bzr r13645.1.141)
* | Update to refresh knotsJabier Arraiza Cenoz2016-05-211-5/+7
| | | | | | (bzr r13645.1.139)
* | Fixing pointwiseJabier Arraiza Cenoz2016-05-151-1/+5
| | | | | | (bzr r13645.1.137)
* | Fixing pointwiseJabier Arraiza Cenoz2016-05-141-65/+30
| | | | | | (bzr r13645.1.135)
* | Fiximg pointwiseJabier Arraiza Cenoz2016-05-131-0/+14
| | | | | | (bzr r13645.1.133)
* | pre-remove of subpath update satellitesJabier Arraiza Cenoz2016-05-111-15/+13
| | | | | | (bzr r13645.1.132)