summaryrefslogtreecommitdiffstats
path: root/src/helper (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski2015-04-281-6/+6
| | * | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-273-19/+21
* | | | removed reverse path, commented whyJabier Arraiza Cenoz2015-06-262-14/+1
* | | | attemp to handle reverse pathJabier Arraiza Cenoz2015-06-252-1/+14
* | | | update to trunkJabier Arraiza Cenoz2015-06-251-2/+2
|\| | |
| * | | never let me try this againLiam P. White2015-05-261-2/+2
| | |/ | |/|
* | | fix a minor bug calculating max timeJabier Arraiza Cenoz2015-05-101-1/+1
* | | some comments and pointwise related refactorJabier Arraiza Cenoz2015-05-105-29/+24
* | | Added some commentsJabier Arraiza Cenoz2015-05-104-13/+29
* | | Working on Krzysztof review. Seems to be all fixed.Jabier Arraiza Cenoz2015-05-107-102/+111
* | | fixing reviewJabier Arraiza Cenoz2015-05-092-51/+53
* | | fixing reviewJabier Arraiza Cenoz2015-05-097-256/+200
* | | update to trunkJabier Arraiza Cenoz2015-05-094-97/+135
|\| |
| * | fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-7/+2
| * | updated with trunkMarc Jeanmougin2015-04-291-81/+123
| |\ \
| | * | Better solution pickingLiam P. White2015-04-291-3/+22
| | * | Increase precision (long thin paths had a ton of width variance), fix logic e...Liam P. White2015-04-291-3/+1
| | * | Catch more intersections (can still be improved somewhat I think)Liam P. White2015-04-291-21/+17
| | * | fix tangent sign problems in path outline codeLiam P. White2015-04-281-65/+94
| | |/
| * | mergingMarc Jeanmougin2015-04-266-0/+882
| |\|
| * | mergeMarc Jeanmougin2015-04-263-0/+84
| |\ \
| * | | Removed eclipse files, added removed pot fileMarc Jeanmougin2015-02-231-4/+0
| * | | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-192-5/+5
| * | | At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-172-8/+13
* | | | prevent overflow index on a pathinfo functionJabier Arraiza Cenoz2015-04-222-26/+0
* | | | adding suport to full path reverseJabier Arraiza Cenoz2015-04-223-1/+30
* | | | added commentJabier Arraiza Cenoz2015-04-061-0/+1
* | | | Adding and renaming methofs to pathinfoJabier Arraiza Cenoz2015-04-064-32/+20
* | | | rename pathinfo functionJabier Arraiza Cenoz2015-04-063-4/+4
* | | | Fixed bug on closed paths, Clenup of pathinfoJabier Arraiza Cenoz2015-04-062-10/+4
* | | | fixing bug on closed pathsJabier Arraiza Cenoz2015-04-061-1/+1
* | | | update to trunkJabier Arraiza Cenoz2015-04-061-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | herpderpLiam P. White2015-04-041-1/+1
| * | | Call decide() with subpaths in proper order.Tavmjong Bah2015-04-041-1/+1
* | | | Fix a bug in pathinfoJabier Arraiza Cenoz2015-04-061-1/+1
* | | | Updated Pathinfo to discrimine degenerate curves optionaly.Jabier Arraiza Cenoz2015-04-033-13/+17
* | | | Update pathinfo class to allow piecewise and pathvector as input.Jabier Arraiza Cenoz2015-04-034-22/+97
* | | | Adding suport for duplicate nodesJabier Arraiza Cenoz2015-04-021-8/+6
* | | | update to trunkJabier Arraiza Cenoz2015-04-011-52/+45
|\| | |
| * | | Small cleanup: consistency, styleLiam P. White2015-03-311-44/+31
| * | | Update turn angle predicate for outlinerLiam P. White2015-03-311-8/+14
* | | | Added documentation and fix to coding style.Jabier Arraiza Cenoz2015-04-017-307/+326
* | | | add documentationJabier Arraiza Cenoz2015-04-017-210/+142
* | | | More cleanup of code structure.Jabier Arraiza Cenoz2015-04-014-88/+53
* | | | Move 2Geom work to a intermediate positon -helper-Jabier Arraiza Cenoz2015-04-018-0/+1005
|/ / /
* | | Add clipping at miter-length to 'arcs' line join.Tavmjong Bah2015-03-291-21/+131
* | | clean up previous commitLiam P. White2015-03-291-24/+9
* | | Fix calculation of miter limit. Implement 'miter-clip' line join.Tavmjong Bah2015-03-272-8/+50
* | | Path outliner: refactor extrapolated joiner, allow joining line segments; som...Liam P. White2015-03-241-65/+155
* | | improve, optimize, fix path outlinerLiam P. White2015-03-221-71/+112