summaryrefslogtreecommitdiffstats
path: root/src/style.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge hatch rendering code from Tomasz Boczkowski.Tavmjong Bah2014-10-141-3/+11
| |\ | | | | | | (bzr r13614)
| | * Merged src/style.cpp from svg-paints-support branchTomasz Boczkowski2014-10-141-3/+11
| | | | | | | | | (bzr r13611.1.4)
| * | Add 'white-space' CSS property (replaces deprecated xml:space).Tavmjong Bah2014-10-141-0/+10
| |/ | | | | (bzr r13612)
| * Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah2014-08-011-5/+5
| | | | | | (bzr r13485)
| * Basic support for <solidColor> element (rendering only as a paint server).Tavmjong Bah2014-07-311-0/+23
| | | | | | (bzr r13484)
* | Warnings cleanup.Liam P. White2014-08-041-5/+5
| | | | | | (bzr r13341.1.117)
* | Fix type in 'mix-blend-mode'.Tavmjong Bah2014-08-011-1/+1
| | | | | | (bzr r13341.1.114)
* | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah2014-08-011-5/+5
| | | | | | (bzr r13341.1.113)
* | Read CSS Text 3 'white-space' property, SVG 2 <text> 'width', 'height' ↵Tavmjong Bah2014-07-301-0/+10
| | | | | | | | | | attributes. (bzr r13341.1.110)
* | Merge from lp:inkscape 13477Johan B. C. Engelen2014-07-281-11/+0
|\| | | | | (bzr r13341.1.103)
| * Fix placement news and calls to destructor. Fixes crash regressions ↵Liam P. White2014-07-281-11/+0
| | | | | | | | | | | | | | | | | | | | | | #1348891, #1344217, #1333445, and stubborn Windows bug #956225 (possibly more). Fixed bugs: - https://launchpad.net/bugs/1348891 - https://launchpad.net/bugs/1344217 - https://launchpad.net/bugs/1333445 - https://launchpad.net/bugs/956225 (bzr r13474)
| * Proper quoting of CSS 'font-family' fallback lists.Tavmjong Bah2014-06-101-55/+59
| | | | | | (bzr r13415)
| * Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah2014-05-301-19/+33
| | | | | | (bzr r13402)
* | Basic support for <solidColor> element (rendring only as a paint server).Tavmjong Bah2014-07-241-0/+23
| | | | | | (bzr r13341.1.98)
* | Proper quoting of CSS 'font-family' fallback lists.Tavmjong Bah2014-06-101-55/+59
| | | | | | (bzr r13341.1.56)
* | Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah2014-05-301-19/+33
|/ | | (bzr r13341.1.42)
* Clean up of style code: Add default to SPIString for use with 'font-family'.Tavmjong Bah2014-04-281-1/+1
| | | (bzr r13315)
* Clean up of style code: refactor marker properties. Step 3.Tavmjong Bah2014-04-241-22/+26
| | | (bzr r13301)
* Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah2014-04-241-17/+11
| | | (bzr r13300)
* Clean up of style code, converting structures to C++ classes. Step 1.Tavmjong Bah2014-04-231-4266/+905
| | | (bzr r13298)
* Replaced a free() with g_free().Markus Engel2014-03-251-1/+1
| | | (bzr r13208)
* fix build warningKris De Gussem2014-03-141-1/+1
| | | (bzr r13151)
* Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski2014-03-131-1/+9
| | | | | on the root element. (bzr r13146)
* Change stroke-dasharray and stroke-dashoffset handling to match other ↵Tavmjong Bah2014-03-111-156/+79
| | | | | | | properties. Split style.h into more manageable size files. (bzr r13135)
* Another typo...Tavmjong Bah2014-03-111-1/+1
| | | (bzr r13133)
* Update attributes unit test, expand style unit test and fix bug found.Tavmjong Bah2014-03-081-1/+1
| | | (bzr r13128)
* Fix typo in "paint-order".Tavmjong Bah2014-03-071-1/+1
| | | (bzr r13125)
* Read new SVG2 property 'paint-order'.Tavmjong Bah2014-02-181-0/+199
| | | (bzr r13037)
* New CSS blending modes (outside of filters).Tavmjong Bah2013-12-101-0/+51
| | | | | | | Define WITH_CSSBLEND to try out. Note: The modes are defined in CSS Compositing and Blending Level 1. To do: GUI. Isolate SVG drawing from Inkscape background (i.e. page border). (bzr r12845)
* Partial fix for blocker bug 1163449: "Imported bitmap appear blurry when ↵Tavmjong Bah2013-11-131-4/+4
| | | | | | | zoomed in" Fixed typo in style.cpp which prevent reading in "image-rendering" attribute. (bzr r12808)
* Remove duplicate if statementDavid Turner2013-10-091-2/+0
| | | (bzr r12670.1.1)
* leak fixes: free marker value on delete; free the return value of uri's ↵buliabyak2013-09-281-3/+15
| | | | | toString() (bzr r12607)
* Proper fix for bug 1127103 (Filter changes color when object flipped.)Tavmjong Bah2013-09-251-3/+1
| | | (bzr r12590)
* Merge from trunk.Matthew Petroff2013-09-201-1/+4
|\ | | | | (bzr r12475.1.29)
| * Merge in patch for Jabiertxo Arraiza Cenoz in bug lp:1127103Martin Owens2013-09-181-1/+4
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1127103 (bzr r12530)
* | Merge from trunk.Matthew Petroff2013-09-121-87/+296
|\| | | | | (bzr r12475.1.16)
| * merge from trunk (r12487)su_v2013-08-291-19/+92
| |\ | | | | | | (bzr r11668.1.75)
| * | changes_2013_05_22a.patch:David Mathog2013-06-191-86/+294
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | Improve code readability.Matthew Petroff2013-08-281-15/+15
| |/ |/| | | (bzr r12475.1.9)
* | Merge Google Summer of Code unit refactor.Matthew Petroff2013-08-061-16/+16
|\ \ | | | | | | (bzr r12471)
| * | Eliminate "unit-constants.h".Matthew Petroff2013-07-311-16/+16
| |/ | | | | (bzr r12380.1.54)
* | init SPStyle better: fixes a bunch of bugs resulting from improper re-init ↵Johan B. C. Engelen2013-08-061-5/+71
| | | | | | | | | | of SPStyle struct. (after r12452) (bzr r12470)
* | disable really bad memset on a huge struct that contains member objects ↵Johan B. C. Engelen2013-08-031-2/+8
|/ | | | | besides just integers and enums (bzr r12452)
* define booleans as booleans (prevent future errors in comparisons)Kris De Gussem2013-04-221-1/+1
| | | (bzr r12297)
* Implement read/write of image-rendering property. To be used to control scaling.Tavmjong Bah2013-04-081-29/+69
| | | (bzr r12272)
* Fix even more forward declaration tagsAlex Valavanis2013-03-151-1/+1
| | | (bzr r12206)
* Bug fix for color-interpolation, color-interpolation-filters. Get rid of ↵Tavmjong Bah2012-12-221-6/+2
| | | | | annoying warning. (bzr r11970)
* code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-3/+3
| | | | | they are not used elsewhere. (bzr r11735)
* some memleak fixes (Bug #1043571)Kris De Gussem2012-09-201-7/+5
| | | (bzr r11686)
* Static code checking (Bug #614232)Kris De Gussem2012-09-131-3/+4
| | | (bzr r11668)