summaryrefslogtreecommitdiffstats
path: root/src/2geom (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Files in /src that no longer existTed Gould2012-10-151-3/+0
| | | (bzr r11804.1.2)
* 2geom updateJohan B. C. Engelen2012-04-261-4/+7
| | | (bzr r11297)
* fix compile (wrong 2geom update, sry)Johan B. C. Engelen2012-04-151-1/+1
| | | (bzr r11253)
* 2geom updateJohan B. C. Engelen2012-04-151-0/+11
| | | (bzr r11252)
* 2geom fixJohan B. C. Engelen2012-04-131-3/+5
| | | (bzr r11240)
* small 2geom updateJohan B. C. Engelen2012-04-132-0/+18
| | | (bzr r11239)
* more 2geom fixJohan B. C. Engelen2012-04-101-6/+9
| | | (bzr r11215)
* fix 2geomJohan B. C. Engelen2012-04-101-1/+1
| | | (bzr r11214)
* 2geom: sbasis multiplication never returns sbasis of at least order a+bJohan B. C. Engelen2012-04-101-6/+8
| | | (bzr r11212)
* partial 2geom update to obtain required methodJohan B. C. Engelen2012-03-241-0/+8
| | | (bzr r11127)
* 2geom: isConstant and isZero should check a finite neighbourhood around zero.Johan B. C. Engelen2012-03-044-15/+15
| | | (bzr r11045)
* powerstroke: work on cusps, so people can play with it a bit. it is not done ↵Johan B. C. Engelen2012-02-262-3/+19
| | | | | | | yet ! so may change in future... (partial update to latest 2geom, for reflection transform) (bzr r11024)
* update 2geom infoJohan B. C. Engelen2012-02-191-2/+3
| | | (bzr r11002)
* remove superfluous RectHullJohan B. C. Engelen2012-02-193-71/+0
| | | (bzr r11001)
* bad bug in 2geomJohan B. C. Engelen2012-02-191-1/+1
| | | (bzr r11000)
* move helper/recthull.h to 2geom/rect-hull.hJohan B. C. Engelen2012-02-193-0/+71
| | | (bzr r10996)
* Synchronized 2geom to revision 2058Kris De Gussem2012-02-1515-63/+26
| | | (bzr r10978)
* fix compilation errorKris De Gussem2012-01-161-1/+1
| | | (bzr r10892)
* cppcheck performanceKris De Gussem2012-01-1512-18/+18
| | | (bzr r10891)
* Enable tangential and perpendicular snapping to paths (in the node-tool, ↵Diederik van Lierop2012-01-142-0/+19
| | | | | pen-tool, pencil-tool, and for guide manipulation; cannot be toggled yet, will always be active when snapping to paths) (bzr r10886)
* 2geom: Fixed an infinite loop where 2geom was trying to find the roots of an ↵Gellule Xg2012-01-131-0/+4
| | | | | | | | identically zero bezier. Fixed bugs: - https://launchpad.net/bugs/916171 (bzr r10880)
* 2geom update: forgot to add new fileJohan B. C. Engelen2012-01-042-0/+334
| | | (bzr r10838)
* update 2geom to r2049. fixes bugs!Johan B. C. Engelen2012-01-0438-151/+368
| | | (bzr r10837)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-275-8/+10
| | | (bzr r10697)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-2519-59/+74
| | | (bzr r10696)
* 1) make snapping to clip/mask paths optional (see document properties dialog ↵Diederik van Lierop2011-10-081-1/+1
| | | | | | | | -> snap tab) 2) for debugging purposes: code added for showing all snap candidates 3) groundwork for tangential/perpendicular snapping (bzr r10672)
* partial 2geom update, powerstroke wants itJohan B. C. Engelen2011-09-221-1/+3
| | | (bzr r10644)
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-278-78/+182
| | | (bzr r10582.1.3)
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-259-36/+173
|\ | | | | (bzr r10579)
| * Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-069-36/+173
| | | | | | (bzr r10347.1.21)
* | fix copy edit bug in axislinesegmentJohan B. C. Engelen2011-08-211-7/+6
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/813829 (bzr r10560)
* | update to cmake checker and add missing header.Campbell Barton2011-07-261-0/+1
|/ | | (bzr r10506)
* Update 2Geom to fix serious IntRect bug I've found in my GSoC branchKrzysztof Kosi??ski2011-07-2417-94/+258
| | | (bzr r10502)
* Fix index out of bounds problems. Corrects bug #812003.Jon A. Cruz2011-07-191-2/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/812003 (bzr r10475)
* fix for building with cmake and building without lcms works again.Campbell Barton2011-07-161-3/+8
| | | (bzr r10459)
* Remove BezierCurve copy constructor - it's equivalent the default oneKrzysztof Kosi??ski2011-07-151-2/+1
| | | (bzr r10455)
* Fixed issue with copy ctor in 2geom's BezierCurve.Jon A. Cruz2011-07-151-2/+2
| | | (bzr r10453)
* Add SPCanvasArena caching layer. Currently breaks for clipped groupsKrzysztof Kosi??ski2011-07-091-0/+2
| | | | | that contain filtered objects (Cairo clipping bug?) (bzr r10347.1.6)
* Merge from trunkKrzysztof Kosi??ski2011-07-065-16/+17
|\ | | | | (bzr r10347.1.5)
| * Gcodetools have been upgraded to v. 1.7.Nick Drobchenko2011-07-051-7/+7
| | | | | | (bzr r10417)
| * Applying patch from Campbell Barton to help building on other than gcc.Jon A. Cruz2011-07-021-6/+6
| | | | | | (bzr r10399)
| * added missing headerCampbell Barton2011-07-021-0/+3
| | | | | | (bzr r10397)
| * Fixed initialization issue plus a few warnings.Jon A. Cruz2011-06-291-2/+0
| | | | | | (bzr r10386)
| * As the comment says testing for a float to be equal to zero is not safe, ↵Gellule Xg2011-06-291-1/+1
| | | | | | | | | | hence the use of an ad-hoc epsilon instead. This was causing a crash with connectors where the size of the convex would change depending on calculation accuracy. This fixes part c) of bug #640985 (bzr r10384.1.1)
* | Pull 2Geom revision 2013 (extra constructors for Rect).Krzysztof Kosi??ski2011-06-231-0/+9
| | | | | | (bzr r10347.1.4)
* | Fix problems in GenericRect constructorsKrzysztof Kosi??ski2011-06-231-9/+7
| | | | | | (bzr r10347.1.3)