summaryrefslogtreecommitdiffstats
path: root/src/helper/geom-pointwise.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to refresh knotsJabier Arraiza Cenoz2016-05-211-1/+1
| | | (bzr r13645.1.139)
* Fixing pointwiseJabier Arraiza Cenoz2016-05-141-128/+15
| | | (bzr r13645.1.135)
* Fiximg pointwiseJabier Arraiza Cenoz2016-05-131-8/+24
| | | (bzr r13645.1.133)
* pre-remove of subpath update satellitesJabier Arraiza Cenoz2016-05-111-71/+76
| | | (bzr r13645.1.132)
* Working with path updatesJabier Arraiza Cenoz2016-05-101-31/+32
| | | (bzr r13645.1.130)
* First attempt to make fixed tweenk reviewJabier Arraiza Cenoz2016-05-081-196/+81
| | | (bzr r13645.1.128)
* astyle codeJabier Arraiza Cenoz2015-08-261-1/+1
| | | (bzr r13645.1.116)
* Cached some functionsJabier Arraiza Cenoz2015-08-231-10/+10
| | | (bzr r13645.1.111)
* satellites in curvesJabier Arraiza Cenoz2015-08-231-56/+5
| | | (bzr r13645.1.110)
* remove coutsJabier Arraiza Cenoz2015-08-211-2/+0
| | | (bzr r13645.1.109)
* Not sure about this changes :(Jabier Arraiza Cenoz2015-08-211-33/+60
| | | (bzr r13645.1.107)
* astyleJabier Arraiza Cenoz2015-07-061-17/+13
| | | (bzr r13645.1.105)
* pointwise tweakJabier Arraiza Cenoz2015-07-061-2/+0
| | | (bzr r13645.1.104)
* Fixes from branch reviewJabier Arraiza Cenoz2015-07-061-48/+76
| | | (bzr r13645.1.102)
* fix to compile on Krzysztof merge previous to fix the improvements in the ↵Jabier Arraiza Cenoz2015-07-051-5/+5
| | | | | merge request (bzr r13645.1.100)
* removed reverse path, commented whyJabier Arraiza Cenoz2015-06-261-13/+1
| | | (bzr r13645.1.97)
* attemp to handle reverse pathJabier Arraiza Cenoz2015-06-251-1/+13
| | | (bzr r13645.1.95)
* some comments and pointwise related refactorJabier Arraiza Cenoz2015-05-101-12/+11
| | | (bzr r13645.1.91)
* Working on Krzysztof review. Seems to be all fixed.Jabier Arraiza Cenoz2015-05-101-14/+20
| | | | | TODO: double check review and comment (bzr r13645.1.89)
* fixing reviewJabier Arraiza Cenoz2015-05-091-22/+23
| | | (bzr r13645.1.86)
* prevent overflow index on a pathinfo functionJabier Arraiza Cenoz2015-04-221-25/+0
| | | (bzr r13645.1.84)
* adding suport to full path reverseJabier Arraiza Cenoz2015-04-221-0/+24
| | | (bzr r13645.1.82)
* added commentJabier Arraiza Cenoz2015-04-061-0/+1
| | | (bzr r13645.1.80)
* Adding and renaming methofs to pathinfoJabier Arraiza Cenoz2015-04-061-29/+11
| | | (bzr r13645.1.79)
* rename pathinfo functionJabier Arraiza Cenoz2015-04-061-1/+1
| | | (bzr r13645.1.78)
* Updated Pathinfo to discrimine degenerate curves optionaly.Jabier Arraiza Cenoz2015-04-031-5/+5
| | | | | | 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-6/+56
| | | | | 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-8/+6
| | | | | | Allow degenrate curves Show helper path whith original path (bzr r13645.1.70)
* Added documentation and fix to coding style.Jabier Arraiza Cenoz2015-04-011-89/+96
| | | (bzr r13645.1.66)
* add documentationJabier Arraiza Cenoz2015-04-011-29/+31
| | | (bzr r13645.1.65)
* More cleanup of code structure.Jabier Arraiza Cenoz2015-04-011-73/+44
| | | | | | 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-0/+268
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)