summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug on closed paths, Clenup of pathinfoJabier Arraiza Cenoz2015-04-063-12/+7
| | | (bzr r13645.1.77)
* fixing bug on closed pathsJabier Arraiza Cenoz2015-04-062-1/+2
| | | (bzr r13645.1.76)
* update to trunkJabier Arraiza Cenoz2015-04-063-6/+8
|\ | | | | (bzr r13645.1.75)
| * herpderpLiam P. White2015-04-042-3/+3
| | | | | | (bzr r14044)
| * Call decide() with subpaths in proper order.Tavmjong Bah2015-04-041-1/+1
| | | | | | (bzr r14043)
| * Add helper path to guide BSpline if path outline is hiddenJabier Arraiza Cenoz2015-04-031-2/+4
| | | | | | (bzr r14042)
* | Fix a bug in pathinfoJabier Arraiza Cenoz2015-04-061-1/+1
| | | | | | (bzr r13645.1.74)
* | Updated Pathinfo to discrimine degenerate curves optionaly.Jabier Arraiza Cenoz2015-04-034-17/+21
| | | | | | | | | | | | 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-038-69/+107
| | | | | | | | | | Add a method on pointwise to allow update if degenerated curves in new path, not noticed by piecewises (bzr r13645.1.72)
* | update to trunkJabier Arraiza Cenoz2015-04-022-3/+6
|\| | | | | (bzr r13645.1.71)
| * inicialice a header variableJabier Arraiza Cenoz2015-04-021-0/+1
| | | | | | (bzr r14041)
| * more restrictive definition of parentContour. (Bug 499744)Alvin Penner2015-04-021-3/+5
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/499744 (bzr r14040)
* | Adding suport for duplicate nodesJabier Arraiza Cenoz2015-04-023-18/+27
| | | | | | | | | | | | 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-022-1/+4
| | | | | | (bzr r13645.1.69)
* | Now open -without conversion- old fillet chamfer objectsJabier Arraiza Cenoz2015-04-012-19/+23
| | | | | | (bzr r13645.1.68)
* | update to trunkJabier Arraiza Cenoz2015-04-011-52/+45
|\| | | | | (bzr r13645.1.67)
| * Small cleanup: consistency, styleLiam P. White2015-03-311-44/+31
| | | | | | (bzr r14039)
| * Update turn angle predicate for outlinerLiam P. White2015-03-311-8/+14
| | | | | | (bzr r14038)
* | Added documentation and fix to coding style.Jabier Arraiza Cenoz2015-04-0113-916/+1011
| | | | | | (bzr r13645.1.66)
* | add documentationJabier Arraiza Cenoz2015-04-017-210/+142
| | | | | | (bzr r13645.1.65)
* | More cleanup of code structure.Jabier Arraiza Cenoz2015-04-015-92/+53
| | | | | | | | | | | | TODO: Documentation TODO: Fit code guidelines of Inkscape (bzr r13645.1.64)
* | Move 2Geom work to a intermediate positon -helper-Jabier Arraiza Cenoz2015-04-0121-1071/+1048
| | | | | | | | | | | | | | | | | | | | 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)
* | removed code commentsJabier Arraiza Cenoz2015-03-311-2/+0
| | | | | | (bzr r13645.1.62)
* | fixed hide knots and removed unused headersJabier Arraiza Cenoz2015-03-312-12/+9
| | | | | | (bzr r13645.1.61)
* | Remove active desktop calls from LPEJabier Arraiza Cenoz2015-03-313-11/+10
| | | | | | (bzr r13645.1.60)
* | change pointwise commentJabier Arraiza Cenoz2015-03-311-2/+0
| | | | | | (bzr r13645.1.59)
* | update to trunkJabier Arraiza Cenoz2015-03-3119-149/+407
|\| | | | | (bzr r13645.1.58)
| * Updating Potrace from 1.10 to 1.12, fixing Bug #1438366 (CVE-2013-7437 ↵Nicolas Dufour2015-03-3117-103/+251
| | | | | | | | | | | | | | | | vulnerability). Fixed bugs: - https://launchpad.net/bugs/1438366 (bzr r14037)
| * Add clipping at miter-length to 'arcs' line join.Tavmjong Bah2015-03-291-21/+131
| | | | | | (bzr r14036)
| * make_angle_bisector_line(): Return sensible line if three input points are ↵Tavmjong Bah2015-03-291-1/+16
| | | | | | | | | | | | | | colinear. Add output operator, useful for debugging. (bzr r14035)
| * clean up previous commitLiam P. White2015-03-291-24/+9
| | | | | | (bzr r14034)
* | end append pathJabier Arraiza Cenoz2015-03-316-60/+207
| | | | | | (bzr r13645.1.57)
* | update to trunkJabier Arraiza Cenoz2015-03-283-11/+54
|\| | | | | (bzr r13645.1.56)
| * Fix calculation of miter limit. Implement 'miter-clip' line join.Tavmjong Bah2015-03-273-11/+54
| | | | | | (bzr r14033)
* | adding append modeJabier Arraiza Cenoz2015-03-281-3/+5
| | | | | | (bzr r13645.1.55)
* | adding append modeJabier Arraiza Cenoz2015-03-264-18/+22
| | | | | | (bzr r13645.1.54)
* | update to trunkJabier Arraiza Cenoz2015-03-266-205/+190
|\| | | | | (bzr r13645.1.53)
| * Fix a crash on perspective/envelope LPE introduced in recent refactor of ↵Jabier Arraiza Cenoz2015-03-241-6/+6
| | | | | | | | | | point parameter (bzr r14032)
| * Path outliner: refactor extrapolated joiner, allow joining line segments; ↵Liam P. White2015-03-241-65/+155
| | | | | | | | | | some more optimizations all around (bzr r14031)
| * Fix a bug introduced by me using path parameters in LPEJabier Arraiza Cenoz2015-03-231-23/+17
| | | | | | (bzr r14030)
| * well if I had known that existed, I would have used it soonerLiam P. White2015-03-233-111/+12
| | | | | | (bzr r14029)
* | update to trunkJabier Arraiza Cenoz2015-03-221-71/+112
|\| | | | | (bzr r13645.1.52)
| * improve, optimize, fix path outlinerLiam P. White2015-03-221-71/+112
| | | | | | (bzr r14027)
* | Fixed bug when deleting nodesJabier Arraiza Cenoz2015-03-2210-136/+152
| | | | | | (bzr r13645.1.51)
* | update to trunkJabier Arraiza Cenoz2015-03-212-3/+2
|\| | | | | (bzr r13645.1.50)
| * Fix a bug in multi-path-manipulator and finish bspline refactorJabier Arraiza Cenoz2015-03-213-17/+13
| | | | | | (bzr r14026)
| * Cleanup headers in BSpline LPEJabier Arraiza Cenoz2015-03-212-40/+7
| | | | | | (bzr r14025)
| * Fix GTK3 build (typo).Tavmjong Bah2015-03-211-1/+1
| | | | | | (bzr r14024)
* | Fixed bug whith mapsJabier Arraiza Cenoz2015-03-218-101/+62
| | | | | | (bzr r13645.1.49)
* | update to trunkJabier Arraiza Cenoz2015-03-2110-50/+222
|\| | | | | (bzr r13645.1.48)