summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-fillet-chamfer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug on closed paths, Clenup of pathinfoJabier Arraiza Cenoz2015-04-061-2/+3
* fixing bug on closed pathsJabier Arraiza Cenoz2015-04-061-0/+1
* Updated Pathinfo to discrimine degenerate curves optionaly.Jabier Arraiza Cenoz2015-04-031-4/+4
* Update pathinfo class to allow piecewise and pathvector as input.Jabier Arraiza Cenoz2015-04-031-33/+5
* Adding suport for duplicate nodesJabier Arraiza Cenoz2015-04-021-9/+19
* add move knots when move nodes pointed by su_vJabier Arraiza Cenoz2015-04-021-0/+3
* Now open -without conversion- old fillet chamfer objectsJabier Arraiza Cenoz2015-04-011-18/+22
* Added documentation and fix to coding style.Jabier Arraiza Cenoz2015-04-011-296/+360
* More cleanup of code structure.Jabier Arraiza Cenoz2015-04-011-4/+0
* Move 2Geom work to a intermediate positon -helper-Jabier Arraiza Cenoz2015-04-011-91/+82
* fixed hide knots and removed unused headersJabier Arraiza Cenoz2015-03-311-7/+3
* Remove active desktop calls from LPEJabier Arraiza Cenoz2015-03-311-8/+3
* end append pathJabier Arraiza Cenoz2015-03-311-29/+35
* adding append modeJabier Arraiza Cenoz2015-03-281-3/+5
* adding append modeJabier Arraiza Cenoz2015-03-261-1/+3
* Fixed bug when deleting nodesJabier Arraiza Cenoz2015-03-221-27/+29
* Fixed bug whith mapsJabier Arraiza Cenoz2015-03-211-24/+22
* fix bspline calls and atemp to fic a bug whith mapJabier Arraiza Cenoz2015-03-211-25/+21
* Added delete nodes/satellitesJabier Arraiza Cenoz2015-03-191-6/+1
* fixing a boring bug in path manipulatorJabier Arraiza Cenoz2015-03-191-38/+75
* commit for refactoringJabier Arraiza Cenoz2015-03-141-13/+14
* merged anf fixed from trunkJabier Arraiza Cenoz2015-03-081-74/+10
* update to trunk and fixed helper pathsJabier Arraiza Cenoz2015-03-081-4/+69
|\
| * Update simplify and bspline to auto size some helper paths based on current zoomJabier Arraiza Cenoz2015-03-081-1/+1
* | minor changes to helper pathsJabier Arraiza Cenoz2015-03-081-10/+9
* | finish helper paths and beter handle of fillet/chamfer overflow. Also make th...Jabier Arraiza Cenoz2015-03-071-21/+32
* | All features done, only need piecewise update functionJabier Arraiza Cenoz2015-03-041-71/+56
* | Fix radian to lenght conversion and minior bugsJabier Arraiza Cenoz2015-03-041-1/+9
* | added helper paths and fixed some bugsJabier Arraiza Cenoz2015-03-031-36/+30
* | added more fillet/chamfer propertiesJabier Arraiza Cenoz2015-03-021-41/+271
* | added mirror knotsJabier Arraiza Cenoz2015-03-011-13/+35
* | adding mirror knotJabier Arraiza Cenoz2015-03-011-7/+18
* | improving codeJabier Arraiza Cenoz2015-02-281-9/+1
* | fixing write knotJabier Arraiza Cenoz2015-02-271-0/+9
* | Added flexible/fixed to fillet chamfer and fix bugsJabier Arraiza Cenoz2015-02-231-31/+69
* | fixed some bugsJabier Arraiza Cenoz2015-02-191-2/+2
* | reducing size in pointwise LPE dataJabier Arraiza Cenoz2015-02-191-5/+5
* | Basic filleting using pointwiseJabier Arraiza Cenoz2015-02-191-43/+80
* | starting fillet/chamferJabier Arraiza Cenoz2015-02-161-1/+1
* | continuing fillet/chamferJabier Arraiza Cenoz2015-02-161-16/+212
* | added knotsJabier Arraiza Cenoz2015-02-151-9/+11
* | first stepsJabier Arraiza Cenoz2015-02-151-17/+37
* | starting whith pointwiseJabier Arraiza Cenoz2015-02-081-571/+14
|/
* UI/i18n. Fixing inconsistencies in the Fillet/Chamfer LPE dialogs.Nicolas Dufour2015-01-061-5/+5
* fix a bug in fillet/chamfer on apply on non shapesJabier Arraiza Cenoz2014-11-171-0/+2
* add snap to fillet/chamfer knots. Fixed a bug whith 180 degree node angleJabier Arraiza Cenoz2014-11-151-1/+3
* Update Chamfer Steps to more unequivocal number, thanks to the feedback of Iv...Jabier Arraiza Cenoz2014-11-151-3/+3
* Add inverse subdivision chamfer to fillet chamfer LPE, feature sugested by Iv...Jabier Arraiza Cenoz2014-11-141-17/+59
* fix a bug pointed by su_v in fillet chamfer dialog, about unitsJabier Arraiza Cenoz2014-11-091-0/+1
* Refactor to remove references to Desktop/Ui in Effect, bspline and fillet-cha...Jabier Arraiza Cenoz2014-11-051-66/+15