summaryrefslogtreecommitdiffstats
path: root/src/2geom/generic-rect.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2geom: update to c709d6b6780098d3e53363d925f7aee3c2640478Eduard Braun2018-10-011-4/+4
| | | | Update README and remove obsolete files
* Sync 2Geom to e7245a01127647cd20b0d851a0a622d9ded38d23.Krzysztof Kosi??ski2016-02-151-3/+2
| | | | | Restores correct meaning of Line::versor(). (bzr r14652)
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-081-1/+1
| | | (bzr r14639)
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-3/+33
| | | (bzr r14059.2.1)
* fix build on Mavericks (clang, libc++)Johan B. C. Engelen2014-02-091-2/+2
| | | (bzr r13014)
* update 2geom's copy to r2142Johan B. C. Engelen2014-01-121-1/+1
| | | (bzr r12921)
* 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)
* bad bug in 2geomJohan B. C. Engelen2012-02-191-1/+1
| | | (bzr r11000)
* update 2geom to r2049. fixes bugs!Johan B. C. Engelen2012-01-041-0/+16
| | | (bzr r10837)
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-271-7/+29
| | | (bzr r10582.1.3)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-18/+87
| | | (bzr r10347.1.21)
* Update 2Geom to fix serious IntRect bug I've found in my GSoC branchKrzysztof Kosi??ski2011-07-241-17/+27
| | | (bzr r10502)
* Fix problems in GenericRect constructorsKrzysztof Kosi??ski2011-06-231-9/+7
| | | (bzr r10347.1.3)
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-1/+30
| | | (bzr r10347.1.2)
* Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski2011-06-231-0/+363
(bzr r10347.1.1)