summaryrefslogtreecommitdiffstats
path: root/src/helper (follow)
Commit message (Expand)AuthorAgeFilesLines
* never let me try this againLiam P. White2015-05-261-2/+2
* 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
|\|
| * herpderpLiam P. White2015-04-041-1/+1
| * Call decide() with subpaths in proper order.Tavmjong Bah2015-04-041-1/+1
| * Small cleanup: consistency, styleLiam P. White2015-03-311-44/+31
| * Update turn angle predicate for outlinerLiam P. White2015-03-311-8/+14
| * 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
| * Fix remaining bugs in path outlinerLiam P. White2015-03-201-8/+13
| * Let's hope the world doesn't endLiam P. White2015-03-194-0/+566
| * Lattice 2 now handle in miror mode revase of axis, also fix a bug moving exte...Jabier Arraiza Cenoz2015-03-141-0/+3
| * Fix a bug in lattice2 with SegmentLines and add a Expander widget to contract...Jabier Arraiza Cenoz2015-03-122-0/+47
* | mergeMarc Jeanmougin2015-04-263-0/+84
|\|
| * whoopsLiam P. White2015-02-251-0/+1
| * Collect util/ into a static libraryLiam P. White2015-02-252-0/+83
* | 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
|/
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-3/+3
* Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White2014-11-261-2/+2
* Update to trunk r13750Liam P. White2014-11-241-7/+8
|\
| * Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-101-7/+8
* | Update to experimental r13598Liam P. White2014-10-083-3/+3
|\|
| * Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-treeLiam P. White2014-10-051-1/+1
| * Move obvious ui component to ui/Liam P. White2014-10-052-2/+2
| * Reduce header bloatAlex Valavanis2014-08-301-5/+1
* | Update to experimental r13527Liam P. White2014-08-305-124/+125
|\|
| * Code cleanup.Liam P. White2014-08-184-119/+124
* | Update to experimental r13464Liam P. White2014-08-081-24/+29
|\|
| * Small tweak to bbox calculationLiam P. White2014-08-081-24/+29
* | 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-271-2/+2
|/
* drop wrong g_free callKris De Gussem2014-03-141-2/+1
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-082-8/+8
* Protect pdf and png exports from failure and output reasonalbe warnings.Martin Owens2014-01-271-1/+1
* fix warning, update commentsJohan B. C. Engelen2014-01-081-5/+4
* Null check added. (should fix bug 1172484)Kris De Gussem2013-12-201-34/+37
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-1/+1
* Merge from trunk.Matthew Petroff2013-09-202-11/+11
|\
| * Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-192-11/+11
* | Merge from trunk.Matthew Petroff2013-09-151-6/+1
|\|