summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enable stitching in Spiro and SPCurve to prevent some crashesKrzysztof Kosi??ski2015-07-194-11/+12
| | | (bzr r14250)
* setStitching(), gajiosdfksdsfdLiam P. White2015-07-161-3/+3
| | | (bzr r14249)
* Update 2Geom to r2421, fix SBasis derivatives.Krzysztof Kosi??ski2015-07-151-4/+4
| | | | | | | | Fixes LP bug #1473317. Fixed bugs: - https://launchpad.net/bugs/1473317 (bzr r14248)
* Sync 2Geom to revision 2420.Krzysztof Kosi??ski2015-07-152-15/+40
| | | | | Should fix build failure on llvm-gcc 4.2 and an issue with powerstroke. (bzr r14247)
* Add a script that simplifies syncing 2Geom changesKrzysztof Kosi??ski2015-07-151-0/+31
| | | (bzr r14246)
* Fix for circular references detection in almost all cases, fixing ↵Marc Jeanmougin2015-07-1417-48/+74
| | | | | | | | | | | https://bugs.launchpad.net/inkscape/+bug/167247 and a few of its duplicates. This fix is aimed at preventing any sort of circular references with the URIReference::_acceptObject method, checking the absence of loops in the reference+child tree. There can be some performance improvements done if we add a pointer from cloned sub-objects to their origin sub-object. The remaining cases that are not fixed can involve non-trivial loops using one or more "url()" stylesheet references. Being able to take them into account would require a non-obvious style.cpp refactoring making use of URIReference for this kind of reference (and not handling manually the signals in the styling code, which would probably be a good thing to do anyway) (bzr r14245)
* fix "arrange" tool (typo)Marc Jeanmougin2015-07-131-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1473711 (bzr r14244)
* Don't allow zero values for width/height and corresponding viewBox numbers.Tavmjong Bah2015-07-131-2/+4
| | | (bzr r14243)
* 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)
* Fix a bug continuing a bezier path whith a LPE one like spiro or bsplineJabier Arraiza Cenoz2015-07-102-10/+18
| | | (bzr r14239)
* Force PNG bitmap export to always write with PNG extensionJabier Arraiza Cenoz2015-07-101-3/+5
| | | (bzr r14238)
* Fix build failures on some platforms.Krzysztof Kosi??ski2015-07-084-10/+4
| | | | | Correct CMakeLists.txt after 2Geom sync - patch by su_v. (bzr r14237)
* Patch from Simon Keller to correct alignment of rotated text in PDF+TEX output.Tavmjong Bah2015-07-071-3/+9
| | | (bzr r14236)
* Update 2Geom to r2417: make scan-build happyKrzysztof Kosi??ski2015-07-062-3/+3
| | | (bzr r14235)
* 2geom. Fixes make distcheck failure.Nicolas Dufour2015-07-061-1/+0
| | | (bzr r14233)
* Hopefully fix build failure on i386Krzysztof Kosi??ski2015-07-051-1/+1
| | | (bzr r14232)
* SVG font editor: fix defunct Kerning tab (bug #1406543)su_v2015-07-051-0/+5
| | | (bzr r14230)
* Colors. Fix for Bug #1457069 (ICC profile filename with [] causes a crash).Nicolas Dufour2015-07-051-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1457069 (bzr r14229)
* Fix compilation failure in make checkKrzysztof Kosi??ski2015-07-056-170/+47
| | | (bzr r14228)
* Sync 2Geom to revision 2413.Krzysztof Kosi??ski2015-07-04245-9139/+15310
|\ | | | | | | | | May introduce regressions. (bzr r14226)
| * Upgrade to 2Geom r2413Krzysztof Kosi??ski2015-07-0432-553/+817
| | | | | | (bzr r14059.2.18)
| * 2Geom CMake adjustmentKrzysztof Kosi??ski2015-05-221-2/+3
| | | | | | (bzr r14059.2.17)
| * Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-2270-1669/+2203
| | | | | | (bzr r14059.2.16)
| * Merge from trunkKrzysztof Kosi??ski2015-05-22107-5340/+6396
| |\ | | | | | | (bzr r14059.2.15)
| * | Undo changes to CMakeLists.txt in 2geom directory after syncsKrzysztof Kosi??ski2015-05-091-183/+133
| | | | | | | | | (bzr r14059.2.14)
| * | Update to 2Geom r2360. Fixes taper stroke LPE.Krzysztof Kosi??ski2015-05-092-5/+46
| | | | | | | | | (bzr r14059.2.13)
| * | Fix eraser toolKrzysztof Kosi??ski2015-05-095-153/+222
| | | | | | | | | (bzr r14059.2.12)
| * | Merge from trunkKrzysztof Kosi??ski2015-05-08267-4302/+7118
| |\ \ | | | | | | | | (bzr r14059.2.11)
| * | | More helper/geom.h pruning.Krzysztof Kosi??ski2015-05-083-35/+7
| | | | | | | | | | | | | | | | | | | | Remove transform_equalp, translate_equalp and matrix_equalp. (bzr r14059.2.10)
| * | | Remove round_rectangle_outwards from helper/geom.hKrzysztof Kosi??ski2015-05-083-15/+1
| | | | | | | | | | | | (bzr r14059.2.9)
| * | | Adjust CMakeLists for 2geom directoryKrzysztof Kosi??ski2015-05-081-4/+0
| | | | | | | | | | | | (bzr r14059.2.8)
| * | | Update to 2Geom r2358 - better z-snapping logicKrzysztof Kosi??ski2015-05-082-43/+60
| | | | | | | | | | | | (bzr r14059.2.7)
| * | | Fix path conversion between 2Geom and LivarotKrzysztof Kosi??ski2015-05-081-7/+1
| | | | | | | | | | | | (bzr r14059.2.6)
| * | | Fix ellipse problemsKrzysztof Kosi??ski2015-05-085-19/+26
| | | | | | | | | | | | (bzr r14059.2.5)
| * | | Fix node editing problemsKrzysztof Kosi??ski2015-05-086-54/+95
| | | | | | | | | | | | (bzr r14059.2.4)
| * | | Update 2Geom to r2347Krzysztof Kosi??ski2015-04-3014-182/+150
| | | | | | | | | | | | (bzr r14059.2.3)
| * | | Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski2015-04-2820-68/+111
| | | | | | | | | | | | (bzr r14059.2.2)
| * | | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-27218-7116/+12404
| | | | | | | | | | | | (bzr r14059.2.1)
* | | | Preferences. Fix for Bug #1459944 (self-intersecting shape display and union ↵tavmjong-free2015-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | error). Fixed bugs: - https://launchpad.net/bugs/1459944 (bzr r14224)
* | | | Templates. Fix for Bug #1402182 (Crash with color widget used in procedural ↵Nicolas Dufour2015-06-301-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | template). Fixed bugs: - https://launchpad.net/bugs/1402182 (bzr r14223)
* | | | Improve hidding helper path when show outline toogle is onjtx2015-06-261-3/+6
| | | | | | | | | | | | (bzr r14220)
* | | | Fix for the bug 1468396. Fix the new bug noticed by su_vJabier Arraiza Cenoz2015-06-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1468396 (bzr r14219)
* | | | Improve Tips for BSpline modeJabier Arraiza Cenoz2015-06-252-2/+12
| | | | | | | | | | | | (bzr r14218)
* | | | Fix for the bug 1468396Jabier Arraiza Cenoz2015-06-251-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1468396 (bzr r14217)
* | | | Set sensitivty of font-variant buttons according to available OpenType tables.Tavmjong Bah2015-06-256-5/+261
| | | | | | | | | | | | (bzr r14215)
* | | | Merge node angle measurement by Alexander BrockKrzysztof Kosi??ski2015-06-241-3/+21
|\ \ \ \ | | | | | | | | | | (bzr r14213)
| * | | | Change function call to one lineAlexander Brock2015-06-101-3/+1
| | | | | | | | | | | | | | | (bzr r14195.1.3)
| * | | | Compute angle in [0,180[ and adhere to style guideAlexander Brock2015-06-101-11/+6
| | | | | | | | | | | | | | | (bzr r14195.1.2)
| * | | | Show angle of selected line segments relative to X-axisAlexander Brock2015-06-081-3/+26
| | | | | | | | | | | | | | | (bzr r14195.1.1)
* | | | | Libcroco. cr-fonts: Fix a bad copy/paste error (already fixed upstream).Nicolas Dufour2015-06-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1434203 (bzr r14212)