summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-fillet-chamfer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Working with path updatesJabier Arraiza Cenoz2016-05-101-130/+118
| | | | | | (bzr r13645.1.130)
* | First attempt to make fixed tweenk reviewJabier Arraiza Cenoz2016-05-081-132/+108
| | | | | | (bzr r13645.1.128)
* | remove a waring on compileJabier Arraiza Cenoz2016-04-081-1/+1
| | | | | | (bzr r13645.1.126)
* | Remove advertaising buttons of old versionJabier Arraiza Cenoz2016-03-161-8/+0
| | | | | | (bzr r13645.1.123)
* | Update to trunkJabier Arraiza Cenoz2016-03-151-0/+12
|\| | | | | (bzr r13645.1.119)
| * Improve advertaising to Fillet-ChamferJabier Arraiza Cenoz2016-01-291-1/+1
| | | | | | (bzr r14625)
| * Add an advert to fillet chamfer users that the coming version in 'pointwise' ↵Jabier Arraiza Cenoz2016-01-291-0/+8
| | | | | | | | | | branch is not compatible. I hope soon I can commit the code (bzr r14623)
| * fixes bug:1492711 in bspline and fillet chamferjtx2015-09-111-0/+10
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1492711 (bzr r14356)
* | Update to limit options to radius = 0, radious > 0 or bothJabier Arraiza Cenoz2015-09-011-6/+13
| | | | | | (bzr r13645.1.118)
* | add 'little' commentJabier Arraiza Cenoz2015-08-261-1/+0
| | | | | | (bzr r13645.1.114)
* | Removed cache work :(Jabier Arraiza Cenoz2015-08-251-8/+0
| | | | | | (bzr r13645.1.113)
* | addes cache and log to a function, result of the test, no diference so ↵Jabier Arraiza Cenoz2015-08-251-2/+6
| | | | | | | | | | remove cache on next commit (bzr r13645.1.112)
* | Cached some functionsJabier Arraiza Cenoz2015-08-231-6/+6
| | | | | | (bzr r13645.1.111)
* | satellites in curvesJabier Arraiza Cenoz2015-08-231-55/+47
| | | | | | (bzr r13645.1.110)
* | astyleJabier Arraiza Cenoz2015-07-061-28/+22
| | | | | | (bzr r13645.1.105)
* | Fixes from branch reviewJabier Arraiza Cenoz2015-07-061-43/+14
| | | | | | (bzr r13645.1.102)
* | Fix a bug displaying arcsJabier Arraiza Cenoz2015-07-051-2/+2
| | | | | | (bzr r13645.1.101)
* | fix to compile on Krzysztof merge previous to fix the improvements in the ↵Jabier Arraiza Cenoz2015-07-051-167/+180
| | | | | | | | | | merge request (bzr r13645.1.100)
* | update to trunkJabier Arraiza Cenoz2015-07-041-175/+162
|\| | | | | (bzr r13645.1.99)
| * Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-5/+5
| | | | | | (bzr r14059.2.16)
| * Merge from trunkKrzysztof Kosi??ski2015-05-221-6/+1
| |\ | | | | | | (bzr r14059.2.15)
| * | Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski2015-04-281-1/+1
| | | | | | | | | (bzr r14059.2.2)
| * | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-10/+10
| | | | | | | | | (bzr r14059.2.1)
* | | removed reverse path, commented whyJabier Arraiza Cenoz2015-06-261-0/+3
| | | | | | | | | (bzr r13645.1.97)
* | | fix a minor bug calculating max timeJabier Arraiza Cenoz2015-05-101-1/+4
| | | | | | | | | (bzr r13645.1.92)
* | | some comments and pointwise related refactorJabier Arraiza Cenoz2015-05-101-8/+17
| | | | | | | | | (bzr r13645.1.91)
* | | Working on Krzysztof review. Seems to be all fixed.Jabier Arraiza Cenoz2015-05-101-79/+75
| | | | | | | | | | | | | | | TODO: double check review and comment (bzr r13645.1.89)
* | | fixing reviewJabier Arraiza Cenoz2015-05-091-17/+26
| | | | | | | | | (bzr r13645.1.87)
* | | fixing reviewJabier Arraiza Cenoz2015-05-091-21/+19
| | | | | | | | | (bzr r13645.1.86)
* | | update to trunkJabier Arraiza Cenoz2015-05-091-6/+1
|\ \ \ | | |/ | |/| (bzr r13645.1.85)
| * | Remove documentUnits from live_effect/effect.cpp/hJabier Arraiza Cenoz2015-05-091-6/+1
| |/ | | | | | | | | Remove units from fillet-chamfer and roughen (bzr r14136)
* | Adding and renaming methofs to pathinfoJabier Arraiza Cenoz2015-04-061-1/+10
| | | | | | (bzr r13645.1.79)
* | rename pathinfo functionJabier Arraiza Cenoz2015-04-061-1/+1
| | | | | | (bzr r13645.1.78)
* | Fixed bug on closed paths, Clenup of pathinfoJabier Arraiza Cenoz2015-04-061-2/+3
| | | | | | (bzr r13645.1.77)
* | fixing bug on closed pathsJabier Arraiza Cenoz2015-04-061-0/+1
| | | | | | (bzr r13645.1.76)
* | Updated Pathinfo to discrimine degenerate curves optionaly.Jabier Arraiza Cenoz2015-04-031-4/+4
| | | | | | | | | | | | Fixed redundant data in are_near from pointwise Fixed Fillet-Chamfer lpe to allow duplicate nodes (bzr r13645.1.73)
* | Update pathinfo class to allow piecewise and pathvector as input.Jabier Arraiza Cenoz2015-04-031-33/+5
| | | | | | | | | | Add a method on pointwise to allow update if degenerated curves in new path, not noticed by piecewises (bzr r13645.1.72)
* | Adding suport for duplicate nodesJabier Arraiza Cenoz2015-04-021-9/+19
| | | | | | | | | | | | Allow degenrate curves Show helper path whith original path (bzr r13645.1.70)
* | add move knots when move nodes pointed by su_vJabier Arraiza Cenoz2015-04-021-0/+3
| | | | | | (bzr r13645.1.69)
* | Now open -without conversion- old fillet chamfer objectsJabier Arraiza Cenoz2015-04-011-18/+22
| | | | | | (bzr r13645.1.68)
* | Added documentation and fix to coding style.Jabier Arraiza Cenoz2015-04-011-296/+360
| | | | | | (bzr r13645.1.66)
* | More cleanup of code structure.Jabier Arraiza Cenoz2015-04-011-4/+0
| | | | | | | | | | | | TODO: Documentation TODO: Fit code guidelines of Inkscape (bzr r13645.1.64)
* | Move 2Geom work to a intermediate positon -helper-Jabier Arraiza Cenoz2015-04-011-91/+82
| | | | | | | | | | | | | | | | | | | | Removed dependency to helper/geom.h Now use a simple vector, not a vector of pairs of size_t and Satellite Getters and setters on Satellite removed Update store parameter to a more friendly string, like powerstroke Todo: Documentation and Fix coding style. (bzr r13645.1.63)
* | fixed hide knots and removed unused headersJabier Arraiza Cenoz2015-03-311-7/+3
| | | | | | (bzr r13645.1.61)
* | Remove active desktop calls from LPEJabier Arraiza Cenoz2015-03-311-8/+3
| | | | | | (bzr r13645.1.60)
* | end append pathJabier Arraiza Cenoz2015-03-311-29/+35
| | | | | | (bzr r13645.1.57)
* | adding append modeJabier Arraiza Cenoz2015-03-281-3/+5
| | | | | | (bzr r13645.1.55)
* | adding append modeJabier Arraiza Cenoz2015-03-261-1/+3
| | | | | | (bzr r13645.1.54)
* | Fixed bug when deleting nodesJabier Arraiza Cenoz2015-03-221-27/+29
| | | | | | (bzr r13645.1.51)
* | Fixed bug whith mapsJabier Arraiza Cenoz2015-03-211-24/+22
| | | | | | (bzr r13645.1.49)