summaryrefslogtreecommitdiffstats
path: root/src/2geom (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix compilation failure in make checkKrzysztof Kosi??ski2015-07-053-4/+3
| | | (bzr r14228)
* 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-2253-1450/+2125
| | | (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)
* | 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-093-136/+201
| | | | | | (bzr r14059.2.12)
* | 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 ellipse problemsKrzysztof Kosi??ski2015-05-085-19/+26
| | | | | | (bzr r14059.2.5)
* | Fix node editing problemsKrzysztof Kosi??ski2015-05-084-43/+85
| | | | | | (bzr r14059.2.4)
* | Update 2Geom to r2347Krzysztof Kosi??ski2015-04-3010-174/+142
| | | | | | (bzr r14059.2.3)
* | Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski2015-04-284-1/+24
| | | | | | (bzr r14059.2.2)
* | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-27119-6564/+12004
|/ | | (bzr r14059.2.1)
* make_angle_bisector_line(): Return sensible line if three input points are ↵Tavmjong Bah2015-03-291-1/+16
| | | | | | | colinear. Add output operator, useful for debugging. (bzr r14035)
* sbasis-to-bezier. avoid ill-conditioned regions. (Bug 1428683)Alvin Penner2015-03-141-8/+13
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1428683 (bzr r14005)
* Update to trunk r13621Liam P. White2014-10-171-2/+2
|\ | | | | (bzr r13341.1.278)
| * 2geom: Re-fix IS_NAN and IS_FINITE for solarisBryce Harrington2014-10-141-2/+2
| | | | | | | | | | This patch should go upstream to 2geom... (bzr r13610)
* | Small warning cleanupLiam P. White2014-10-172-2/+2
|/ | | (bzr r13341.1.277)
* supplemental change to lp:inkscape rev13492 (ignore arc segments when start ↵Johan B. C. Engelen2014-08-051-1/+1
| | | | | | | | and endpoint are equal (within error range) Fixed bugs: - https://launchpad.net/bugs/1330295 (bzr r13493)
* Fix for parsing of incorrect SVG arcs (bug #1330295)Liam P. White2014-08-051-29/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1330295 (bzr r13492)
* Warnings cleaup.Jon A. Cruz2014-07-151-1/+1
| | | (bzr r13454)
* Fix flakiness of measurement tool (due to issues with parallel lines, ↵Diederik van Lierop2014-05-233-10/+44
| | | | | | | | duplicate intersections, and faulty sorting of intersections) Fixed bugs: - https://launchpad.net/bugs/1022733 (bzr r13397)
* correctly fix rev. 13355Johan B. C. Engelen2014-05-111-1/+1
| | | (bzr r13356)
* fix 2geom build for newer compilers (assert can be disabled/overridden, i ↵Johan B. C. Engelen2014-05-111-0/+1
| | | | | suppose) (bzr r13355)
* partial 2geom update. linearize the measure of the size of an ellipse (LP ↵Johan B. C. Engelen2014-04-281-3/+4
| | | | | | | | Bug 1309225), by Alvin Penner Fixed bugs: - https://launchpad.net/bugs/1309225 (bzr r13320)
* Update CMake FilesCampbell Barton2014-04-271-0/+1
| | | (bzr r13313)
* Fix remaining cmake build error in 2geom (bug #1283174)Shlomi Fish2014-04-261-1/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1283174 (bzr r13308)
* temporary fix for bug in 2geom, the bug manifests itself in LPE Construct gridJohan B. C. Engelen2014-04-061-1/+5
| | | (bzr r13273)
* fix cmake build errors for changes in 2geomJohan B. C. Engelen2014-04-041-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1283174 (bzr r13267)
* partial 2geom update:Johan B. C. Engelen2014-03-317-14/+97
| | | | | | - main reason for update: better swap for Path (fixes C++11 warning/error) - faster implementation for Path * Translate (~6x), Inkscape's code has to be modified to use it though (bzr r13248)
* 2geom: silence warningJohan B. C. Engelen2014-03-311-1/+1
| | | (bzr r13247)
* partial 2geom update (fixes warning)Johan B. C. Engelen2014-03-311-6/+10
| | | (bzr r13246)
* partial 2geom update: fix compiler error on some platforms (mavericks in any ↵Johan B. C. Engelen2014-03-311-2/+2
| | | | | case) (bzr r13244)
* apply 2geom rev. 2169 (bug fix)Johan B. C. Engelen2014-03-201-4/+6
| | | (bzr r13175)
* fix build on Mavericks (clang, libc++)Johan B. C. Engelen2014-02-092-4/+4
| | | (bzr r13014)
* 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)
* 2geom: remove accidentally forgotten debug messageJohan B. C. Engelen2014-01-161-1/+1
| | | (bzr r12940)
* update 2geom's copy to r2142Johan B. C. Engelen2014-01-1244-284/+442
| | | (bzr r12921)
* update 2geom : sbasis.h, improves iterators, helps compilation with C++11Johan B. C. Engelen2013-11-121-6/+7
| | | (bzr r12803)
* update parts of 2geomJohan B. C. Engelen2013-10-213-5/+23
| | | (bzr r12705)
* Fix tangent calculation for counter-clockwise arcs.Tavmjong Bah2013-10-141-1/+1
| | | (bzr r12687)
* Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵Nicolas Dufour2013-10-091-1/+1
| | | | | | | | message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673)
* partial 2geom update, fixes linker errorsJohan B. C. Engelen2013-09-212-3/+14
| | | | | (duplicate code, should be fixed later) (bzr r12558)
* changes_2013_05_22a.patch:David Mathog2013-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Resolves issue of bug #988601 message 170 (Support of 'Unset' styles in EMF export). 2. Implements CSS 3 (and CSS 2) text-decoration support. Note that it does not yet provide any method of adding these features - at present it just shows whatever is in the SVG. This new code is also used to display EMF/WMF strike-through and underline text decorations when these files are read in. Those decorations may also be written out to EMF/WMF. Other text decoration features, like overline, or dotted lines, are dropped. For SVG text-decoration -line, -style, -color are all implemented. CSS3 provides two ways to represent the same state, this code uses the compound text-decoration method rather than the 3 fields method. Also it leaves out keywords that are not needed and would break backwards compatibility. For instance: text-decoration: underline solid is valid, but would break CSS2. Solid is the default, so that sort of case is written as: text-decoration: underline If the state is CSS3 specific all of the needed fields are of course include, like text-decoration: underline wavy red 3. It incorporates the fix for bug 1181326 (Text edit mishandles span of just colored spaces) 4. It incorporates further changes to text editing so that style can be changed on spans consisting of only spaces when text decorations are present in the span. 5. It incorporates code to disable text decorations when text so marked is mapped onto a path. 6. Fixed more bugs in Hebrew language support than I can remember. Hebrew language export/import to EMF now works quite well. (See the examples in libTERE v 0.7.) WMF does not support unicode and for all intents and purposes Inkscape has no way to read or write Hebrew to it. Some of more important things that now work that didn't (or didn't always): Hebrew diacritical marks, R/L/center justification, and bidirectional text. The Hebrew fonts "Ezra SIL" and "EZRA SIL SR" should be installed before viewing the libTERE examples, otherwise font substitutions will cause some text shifts. 7. Implemented font failover in Text Reassemble, which makes the process more robust. (Again, see the examples in libTERE. ) (bzr r11668.1.71)
* Fixed uninitialized variables & misc warnings.Jon A. Cruz2013-03-251-1/+1
| | | (bzr r12241)
* Fix build failure with clang. Thanks to Samuel Chase for patch (leaks fixed).Alex Valavanis2013-03-133-7/+43
| | | (bzr r12202)
* New 2geom files and putting in the same order as 'ls'Ted Gould2012-10-151-104/+124
| | | (bzr r11804.1.5)