summaryrefslogtreecommitdiffstats
path: root/src/helper (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix miter-limit behavior to match SVG spec.Tavmjong Bah2016-02-271-2/+4
| | | (bzr r14671)
* Temporary: Add different fallback strategies for 'line-join' LPE with 'arcs' ↵Tavmjong Bah2016-02-152-13/+346
| | | | | line join. (bzr r14653)
* static code analysisKris De Gussem2015-12-071-3/+3
| | | (bzr r14508)
* setStitching(), gajiosdfksdsfdLiam P. White2015-07-161-3/+3
| | | (bzr r14249)
* Shit son, MROE FUCKING DOCS FUCKING EVERYWHERE IT'S A WONDER WE HAVE SPACE ↵Liam P. White2015-07-112-59/+94
| | | | | FOR A VECTOR GRAPHICS PROGRAM BETWEEN ALL THESE DOCS (bzr r14242)
* Sync 2Geom to revision 2413.Krzysztof Kosi??ski2015-07-044-166/+52
|\ | | | | | | | | May introduce regressions. (bzr r14226)
| * Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-102/+28
| | | | | | (bzr r14059.2.16)
| * Merge from trunkKrzysztof Kosi??ski2015-05-084-97/+135
| |\ | | | | | | (bzr r14059.2.11)
| * | More helper/geom.h pruning.Krzysztof Kosi??ski2015-05-082-28/+0
| | | | | | | | | | | | | | | Remove transform_equalp, translate_equalp and matrix_equalp. (bzr r14059.2.10)
| * | Remove round_rectangle_outwards from helper/geom.hKrzysztof Kosi??ski2015-05-082-14/+0
| | | | | | | | | (bzr r14059.2.9)
| * | Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski2015-04-281-6/+6
| | | | | | | | | (bzr r14059.2.2)
| * | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-273-19/+21
| | | | | | | | | (bzr r14059.2.1)
* | | never let me try this againLiam P. White2015-05-261-2/+2
| |/ |/| | | (bzr r14176)
* | fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-7/+2
| | | | | | (bzr r14126)
* | updated with trunkMarc Jeanmougin2015-04-291-81/+123
|\ \ | | | | | | (bzr r13922.1.19)
| * | Better solution pickingLiam P. White2015-04-291-3/+22
| | | | | | | | | (bzr r14073)
| * | Increase precision (long thin paths had a ton of width variance), fix logic ↵Liam P. White2015-04-291-3/+1
| | | | | | | | | | | | | | | error (bzr r14070)
| * | Catch more intersections (can still be improved somewhat I think)Liam P. White2015-04-291-21/+17
| | | | | | | | | (bzr r14069)
| * | fix tangent sign problems in path outline codeLiam P. White2015-04-281-65/+94
| |/ | | | | (bzr r14068)
* | mergingMarc Jeanmougin2015-04-266-0/+882
|\| | | | | (bzr r13922.1.13)
| * herpderpLiam P. White2015-04-041-1/+1
| | | | | | (bzr r14044)
| * Call decide() with subpaths in proper order.Tavmjong Bah2015-04-041-1/+1
| | | | | | (bzr r14043)
| * 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)
| * Add clipping at miter-length to 'arcs' line join.Tavmjong Bah2015-03-291-21/+131
| | | | | | (bzr r14036)
| * 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-272-8/+50
| | | | | | (bzr r14033)
| * Path outliner: refactor extrapolated joiner, allow joining line segments; ↵Liam P. White2015-03-241-65/+155
| | | | | | | | | | some more optimizations all around (bzr r14031)
| * improve, optimize, fix path outlinerLiam P. White2015-03-221-71/+112
| | | | | | (bzr r14027)
| * Fix remaining bugs in path outlinerLiam P. White2015-03-201-8/+13
| | | | | | (bzr r14017)
| * Let's hope the world doesn't endLiam P. White2015-03-194-0/+566
| | | | | | | | | | Native 2geom path outliner, still buggy (bzr r14014)
| * Lattice 2 now handle in miror mode revase of axis, also fix a bug moving ↵Jabier Arraiza Cenoz2015-03-141-0/+3
| | | | | | | | | | extem axis knots (bzr r14001)
| * Fix a bug in lattice2 with SegmentLines and add a Expander widget to ↵Jabier Arraiza Cenoz2015-03-122-0/+47
| | | | | | | | | | contract all point parameters (bzr r13998)
* | mergeMarc Jeanmougin2015-04-263-0/+84
|\| | | | | (bzr r13922.1.12)
| * whoopsLiam P. White2015-02-251-0/+1
| | | | | | (bzr r13949)
| * Collect util/ into a static libraryLiam P. White2015-02-252-0/+83
| | | | | | (bzr r13948)
* | Removed eclipse files, added removed pot fileMarc Jeanmougin2015-02-231-4/+0
| | | | | | (bzr r13922.1.7)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-192-5/+5
| | | | | | (bzr r13922.1.5)
* | At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-172-8/+13
|/ | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-3/+3
| | | (bzr r13820)
* Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White2014-11-261-2/+2
| | | (bzr r13768)
* Update to trunk r13750Liam P. White2014-11-241-7/+8
|\ | | | | (bzr r13341.5.23)
| * Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-101-7/+8
| | | | | | (bzr r13700)
* | Update to experimental r13598Liam P. White2014-10-083-3/+3
|\| | | | | (bzr r13341.5.17)
| * Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-treeLiam P. White2014-10-051-1/+1
| | | | | | (bzr r13341.1.248)
| * Move obvious ui component to ui/Liam P. White2014-10-052-2/+2
| | | | | | (bzr r13341.1.247)
| * Reduce header bloatAlex Valavanis2014-08-301-5/+1
| | | | | | (bzr r13341.1.184)
* | Update to experimental r13527Liam P. White2014-08-305-124/+125
|\| | | | | (bzr r13341.5.15)
| * Code cleanup.Liam P. White2014-08-184-119/+124
| | | | | | (bzr r13341.1.145)
* | Update to experimental r13464Liam P. White2014-08-081-24/+29
|\| | | | | (bzr r13341.5.14)