summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* + NULL check (fixes bug #1474011 : Segmentation fault in sp_filter_primitive_...Kris De Gussem2015-07-271-1/+3
* Fix LPE stack in interactive simplifyjtx2015-07-271-8/+8
* add flattern button to interactive simplifyJabier Arraiza Cenoz2015-07-273-1/+51
* merge lp:~inkscape.dev/inkscape/simplify-lpe-pencil-toolbar into lp:inkscapeJabier Arraiza Cenoz2015-07-264-4/+78
|\
| * update to trunkJabier Arraiza Cenoz2015-07-258-26/+60
| |\
| * | Removes extra unnecesary code pointed by Nathan HurstJabier Arraiza Cenoz2015-07-251-14/+12
| * | change from list to vectorJabier Arraiza Cenoz2015-07-241-3/+2
| * | update to trunkJabier Arraiza Cenoz2015-07-24609-20457/+31448
| |\ \
| * | | fix a bug in refactorJabier Arraiza Cenoz2015-04-091-3/+3
| * | | Coding style fixesJabier Arraiza Cenoz2015-04-092-43/+43
| * | | astyle simplify LPEJabier Arraiza Cenoz2015-04-092-91/+91
| * | | update to trunkJabier Arraiza Cenoz2015-04-0956-1374/+1553
| |\ \ \
| * \ \ \ update to trunkJabier Arraiza Cenoz2015-03-1834-444/+825
| |\ \ \ \
| * | | | | Update to new simplifyJabier Arraiza Cenoz2015-03-101-2/+0
| * | | | | update to trunkJabier Arraiza Cenoz2015-03-105-34/+91
| |\ \ \ \ \
| * | | | | | Fix new added simplify parameterJabier Arraiza Cenoz2015-03-091-0/+1
| * | | | | | update to trunkJabier Arraiza Cenoz2015-03-094-55/+40
| |\ \ \ \ \ \
| * | | | | | | fix to fit the new parameters of simplify lpeJabier Arraiza Cenoz2015-03-081-1/+0
| * | | | | | | fixing icons and update to trunkJabier Arraiza Cenoz2015-03-085-29/+7
| |\ \ \ \ \ \ \
| * | | | | | | | allow use multiple lines, added new iconJabier Arraiza Cenoz2015-03-083-16/+19
| * | | | | | | | update to trunkJabier Arraiza Cenoz2015-03-0810-32/+76
| |\ \ \ \ \ \ \ \
| * | | | | | | | | add interactive smooth to pen toolJabier Arraiza Cenoz2015-03-074-4/+80
* | | | | | | | | | Commented out tidy_operator_styled_whitespace (fixes bug 1477723).Marc Jeanmougin2015-07-261-2/+10
* | | | | | | | | | Fix snapping of start point of path when holding the CTRL key in the Bézier ...Diederik van Lierop2015-07-251-0/+3
* | | | | | | | | | Cleanup spurious indentationDiederik van Lierop2015-07-251-121/+121
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | SPKnot no longer consumes all GDK_KEY_PRESS eventsDiederik van Lierop2015-07-251-1/+8
* | | | | | | | | 3D box tool: the shift key must not prevent snapping of the vanishing point. ...Diederik van Lierop2015-07-241-14/+16
* | | | | | | | | Make persistence of snap indicator configurable, and clean up the snapping ta...Diederik van Lierop2015-07-246-11/+36
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix a bug continuing a bezier path whith a LPE one like spiro or bspline on a...Jabier Arraiza Cenoz2015-07-221-4/+3
* | | | | | | | fix typo in intersection_point() (Bug 1475097)Alvin Penner2015-07-191-1/+1
* | | | | | | | Enable stitching in Spiro and SPCurve to prevent some crashesKrzysztof Kosi??ski2015-07-194-11/+12
* | | | | | | | setStitching(), gajiosdfksdsfdLiam P. White2015-07-161-3/+3
* | | | | | | | Update 2Geom to r2421, fix SBasis derivatives.Krzysztof Kosi??ski2015-07-151-4/+4
* | | | | | | | Sync 2Geom to revision 2420.Krzysztof Kosi??ski2015-07-152-15/+40
* | | | | | | | Add a script that simplifies syncing 2Geom changesKrzysztof Kosi??ski2015-07-151-0/+31
* | | | | | | | Fix for circular references detection in almost all cases, fixing https://bug...Marc Jeanmougin2015-07-1417-48/+74
* | | | | | | | fix "arrange" tool (typo)Marc Jeanmougin2015-07-131-1/+1
* | | | | | | | Don't allow zero values for width/height and corresponding viewBox numbers.Tavmjong Bah2015-07-131-2/+4
* | | | | | | | Shit son, MROE FUCKING DOCS FUCKING EVERYWHERE IT'S A WONDER WE HAVE SPACE FO...Liam P. White2015-07-112-59/+94
* | | | | | | | Fix a bug continuing a bezier path whith a LPE one like spiro or bsplineJabier Arraiza Cenoz2015-07-102-10/+18
* | | | | | | | Force PNG bitmap export to always write with PNG extensionJabier Arraiza Cenoz2015-07-101-3/+5
* | | | | | | | Fix build failures on some platforms.Krzysztof Kosi??ski2015-07-084-10/+4
* | | | | | | | Patch from Simon Keller to correct alignment of rotated text in PDF+TEX output.Tavmjong Bah2015-07-071-3/+9
* | | | | | | | Update 2Geom to r2417: make scan-build happyKrzysztof Kosi??ski2015-07-062-3/+3
* | | | | | | | 2geom. Fixes make distcheck failure.Nicolas Dufour2015-07-061-1/+0
* | | | | | | | Hopefully fix build failure on i386Krzysztof Kosi??ski2015-07-051-1/+1
* | | | | | | | SVG font editor: fix defunct Kerning tab (bug #1406543)su_v2015-07-051-0/+5
* | | | | | | | Colors. Fix for Bug #1457069 (ICC profile filename with [] causes a crash).Nicolas Dufour2015-07-051-1/+1
* | | | | | | | Fix compilation failure in make checkKrzysztof Kosi??ski2015-07-056-170/+47
* | | | | | | | Sync 2Geom to revision 2413.Krzysztof Kosi??ski2015-07-04245-9139/+15310
|\ \ \ \ \ \ \ \