summaryrefslogtreecommitdiffstats
path: root/src/2geom/sbasis-to-bezier.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2geom: update to 7e3b3f75023c7c69fd085574cfaa46de0213bbbcPatrick Storz2019-04-021-2/+2
|
* sbasis-to-bezier. reject highly asymmetric solutions. (Bug 1544680)Alvin Penner2017-03-171-16/+25
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1544680 (bzr r15601)
* avoid higher-order calculations if sbasis is cubic. (Bug 1559721)Alvin Penner2016-04-041-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1559721 (bzr r14762)
* fix logic error in sbasis_to_cubic_bezier. (Bug 1545632)Alvin Penner2016-02-181-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1545632 (bzr r14659)
* 2Geom: update to r2422.Krzysztof Kosi??ski2015-08-131-3/+1
| | | | | | | | | | Fixes LP #1482806: crash on Pattern along Path with horizontal segments. This was caused by empty SBasis objects. After the changes in 2Geom, empty SBasis objects should no longer be created. Fixed bugs: - https://launchpad.net/bugs/1482806 (bzr r14299)
* Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-8/+6
| | | (bzr r14059.2.16)
* Merge from trunkKrzysztof Kosi??ski2015-05-221-6/+12
|\ | | | | (bzr r14059.2.15)
| * sbasis-to-bezier. avoid ill-conditioned behavior for anti-symmetric case. ↵Alvin Penner2015-05-181-0/+6
| | | | | | | | | | | | | | | | (Bug 1428267) Fixed bugs: - https://launchpad.net/bugs/1428267 (bzr r14161)
* | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-24/+18
|/ | | (bzr r14059.2.1)
* sbasis-to-bezier. avoid ill-conditioned regions. (Bug 1428683)Alvin Penner2015-03-141-8/+13
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1428683 (bzr r14005)
* sbasis-to-bezier : add support for case where Bezier control arm length is ↵Alvin Penner2014-01-261-8/+21
| | | | | | | | zero (Bug 1272119) Fixed bugs: - https://launchpad.net/bugs/1272119 (bzr r12980)
* update 2geom's copy to r2142Johan B. C. Engelen2014-01-121-5/+118
| | | (bzr r12921)
* update 2geom to r2049. fixes bugs!Johan B. C. Engelen2012-01-041-4/+8
| | | (bzr r10837)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* throw exception when sbasis is emptyJohan B. C. Engelen2010-06-251-0/+4
| | | (bzr r9537)
* 2geom updateJF Barraud2009-03-091-6/+9
| | | (bzr r7453)
* Merge from trunkTed Gould2008-10-281-147/+55
| | | (bzr r6886)
* update 2geom (rev. 1569)Johan B. C. Engelen2008-09-011-14/+267
| | | (bzr r6748)
* update 2geom: fixes long standing bug where closed paths are not converted ↵Johan B. C. Engelen2008-08-031-2/+3
| | | | | correctly back from pwd2; causing lpe-bend to fail for example on a simple rectangle. (bzr r6551)
* partial update of 2geomJohan B. C. Engelen2008-07-111-9/+18
| | | (bzr r6259)
* update 2geom (svn rev1433)Johan B. C. Engelen2008-07-031-4/+4
| | | (bzr r6134)
* update to latest 2geom. this adds gsl dependency, doesn't seem to make ↵Johan B. C. Engelen2008-05-101-4/+4
| | | | | inskape executable bigger (bzr r5649)
* Geom: fix a crash on assertion in sbasis-to-bezier.cppJohan B. C. Engelen2008-01-171-1/+4
| | | (bzr r4541)
* update to latest 2geom (fixed 2 bugs :))Johan B. C. Engelen2007-12-231-5/+5
| | | (bzr r4284)
* update to 2geom rev. 1168Johan B. C. Engelen2007-11-121-2/+24
| | | (bzr r4068)
* merge in 2geom rev. 1154Johan B. C. Engelen2007-09-161-3/+2
| | | (bzr r3756)
* Update to 2Geom rev. 1113Johan B. C. Engelen2007-08-301-28/+0
| | | (bzr r3622)
* * Fixed path-along-path with correct filling now! (2geom fix)Johan B. C. Engelen2007-08-191-1/+29
| | | | | * sp_shape_update_effect is now called much less than before. (bzr r3524)
* Fixing a possible segfault in the sbasis to path code (also committed to 2geom))Michael G. Sloan2007-08-181-3/+6
| | | (bzr r3503)
* Fixed 2geom sbasis to path (also committed to 2geom svn)Michael G. Sloan2007-08-171-29/+38
| | | (bzr r3501)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+214
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)