summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update to trunkJabier Arraiza Cenoz2015-04-1021-1244/+1252
|\ | | | | (bzr r12588.1.42)
| * Fix coding style issues in bspline/spirolive codeJabier Arraiza Cenoz2015-04-1011-513/+521
| | | | | | (bzr r14054)
| * Fix coding style issues in show/handles LPEJabier Arraiza Cenoz2015-04-102-45/+45
| | | | | | (bzr r14053)
| * Fix coding style issues in perspective/envelope LPEJabier Arraiza Cenoz2015-04-102-144/+147
| | | | | | (bzr r14052)
| * Fix coding style issues in roughen LPEJabier Arraiza Cenoz2015-04-092-110/+110
| | | | | | (bzr r14048)
| * Fix coding style issues in lattice2 LPEJabier Arraiza Cenoz2015-04-092-313/+310
| | | | | | (bzr r14047)
| * Fix coding style issues in simplify LPEJabier Arraiza Cenoz2015-04-092-119/+119
| | | | | | (bzr r14046)
* | Rename a variable to current coding styleJabier Arraiza Cenoz2015-04-091-14/+14
| | | | | | (bzr r12588.1.41)
* | update to trunkJabier Arraiza Cenoz2015-04-0956-1374/+1553
|\| | | | | (bzr r12588.1.40)
| * Cleaned up cmake files to build successfully on Linux.Jon A. Cruz2015-04-084-63/+66
| | | | | | (bzr r14045)
| * 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)
| * 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)
| * 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)
| * 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)
| * Fix calculation of miter limit. Implement 'miter-clip' line join.Tavmjong Bah2015-03-273-11/+54
| | | | | | (bzr r14033)
| * 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)
| * improve, optimize, fix path outlinerLiam P. White2015-03-221-71/+112
| | | | | | (bzr r14027)
| * 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)
| * Improve the cache system of bspline, "Correctly" show bspline weight power ↵Jabier Arraiza Cenoz2015-03-214-14/+28
| | | | | | | | | | on nodes and handles (bzr r14023)
| * Add GUI for 'viewBox'.Tavmjong Bah2015-03-214-22/+180
| | | | | | (bzr r14022)
| * sp. fix seperateBryce Harrington2015-03-213-3/+3
| | | | | | (bzr r14021)
| * take out the trashLiam P. White2015-03-204-873/+30
| | | | | | (bzr r14020)
| * nop (if true etc)Liam P. White2015-03-201-37/+31
| | | | | | (bzr r14019)
| * (audible sound of head banging off wall)Liam P. White2015-03-203-59/+45
| | | | | | | | | | Fix that one thing (bzr r14018)
| * Fix remaining bugs in path outlinerLiam P. White2015-03-201-8/+13
| | | | | | (bzr r14017)
| * ui/tools: sp. fixes (cosmetic)Bryce Harrington2015-03-197-8/+8
| | | | | | (bzr r14016)
| * Let's hope the world doesn't endLiam P. White2015-03-196-29/+597
| | | | | | | | | | Native 2geom path outliner, still buggy (bzr r14014)
| * Changed two SP_IS_LPE_ITEM callsJabier Arraiza Cenoz2015-03-181-16/+22
| | | | | | (bzr r14013)
* | update to trunkJabier Arraiza Cenoz2015-03-18464-7069/+7576
|\| | | | | (bzr r12588.1.39)
| * Remove sleep() left over from debugging.Tavmjong Bah2015-03-171-1/+0
| | | | | | (bzr r14011)
| * Exporting. Fix for Bug #1414835 (PDF/PS/EPS export of filtered objects ↵Nicolas Dufour2015-03-171-1/+1
| | | | | | | | | | | | | | | | include copy of unfiltered object on top). Fixed bugs: - https://launchpad.net/bugs/1414835 (bzr r14010)
| * Partial fix for bug 1430873. Ellipses should behave properly with % values.Tavmjong Bah2015-03-165-86/+103
| | | | | | (bzr r14009)
| * Fix a bug when update pointparaneter and no KnotJabier Arraiza Cenoz2015-03-161-1/+1
| | | | | | (bzr r14008)
| * Warning cleanup.Jon A. Cruz2015-03-151-1/+2
| | | | | | (bzr r14006)
| * sbasis-to-bezier. avoid ill-conditioned regions. (Bug 1428683)Alvin Penner2015-03-141-8/+13
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1428683 (bzr r14005)
| * Partial fix for bug 1430873. Rectangles should behave properly with % values.Tavmjong Bah2015-03-146-91/+140
| | | | | | (bzr r14004)
| * Remove 'Active Desktop' calls from Perspective/Envelope and Lattice2 LPE, ↵Jabier Arraiza Cenoz2015-03-144-33/+7
| | | | | | | | | | added auto refresh knots position in point parameters when updated programaticaly (bzr r14003)
| * Lattice 2 now handle in miror mode revase of axis, also fix a bug moving ↵Jabier Arraiza Cenoz2015-03-144-3/+17
| | | | | | | | | | extem axis knots (bzr r14001)