summaryrefslogtreecommitdiffstats
path: root/src/style.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Warnings cleanup.Liam P. White2014-08-041-5/+5
* Fix type in 'mix-blend-mode'.Tavmjong Bah2014-08-011-1/+1
* Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah2014-08-011-5/+5
* Read CSS Text 3 'white-space' property, SVG 2 <text> 'width', 'height' attrib...Tavmjong Bah2014-07-301-0/+10
* Merge from lp:inkscape 13477Johan B. C. Engelen2014-07-281-11/+0
|\
| * Fix placement news and calls to destructor. Fixes crash regressions #1348891,...Liam P. White2014-07-281-11/+0
| * Proper quoting of CSS 'font-family' fallback lists.Tavmjong Bah2014-06-101-55/+59
| * Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah2014-05-301-19/+33
* | Basic support for <solidColor> element (rendring only as a paint server).Tavmjong Bah2014-07-241-0/+23
* | Proper quoting of CSS 'font-family' fallback lists.Tavmjong Bah2014-06-101-55/+59
* | Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah2014-05-301-19/+33
|/
* Clean up of style code: Add default to SPIString for use with 'font-family'.Tavmjong Bah2014-04-281-1/+1
* Clean up of style code: refactor marker properties. Step 3.Tavmjong Bah2014-04-241-22/+26
* Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah2014-04-241-17/+11
* Clean up of style code, converting structures to C++ classes. Step 1.Tavmjong Bah2014-04-231-4266/+905
* Replaced a free() with g_free().Markus Engel2014-03-251-1/+1
* fix build warningKris De Gussem2014-03-141-1/+1
* Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski2014-03-131-1/+9
* Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah2014-03-111-156/+79
* Another typo...Tavmjong Bah2014-03-111-1/+1
* Update attributes unit test, expand style unit test and fix bug found.Tavmjong Bah2014-03-081-1/+1
* Fix typo in "paint-order".Tavmjong Bah2014-03-071-1/+1
* Read new SVG2 property 'paint-order'.Tavmjong Bah2014-02-181-0/+199
* New CSS blending modes (outside of filters).Tavmjong Bah2013-12-101-0/+51
* Partial fix for blocker bug 1163449: "Imported bitmap appear blurry when zoom...Tavmjong Bah2013-11-131-4/+4
* Remove duplicate if statementDavid Turner2013-10-091-2/+0
* leak fixes: free marker value on delete; free the return value of uri's toStr...buliabyak2013-09-281-3/+15
* Proper fix for bug 1127103 (Filter changes color when object flipped.)Tavmjong Bah2013-09-251-3/+1
* Merge from trunk.Matthew Petroff2013-09-201-1/+4
|\
| * Merge in patch for Jabiertxo Arraiza Cenoz in bug lp:1127103Martin Owens2013-09-181-1/+4
* | Merge from trunk.Matthew Petroff2013-09-121-87/+296
|\|
| * merge from trunk (r12487)su_v2013-08-291-19/+92
| |\
| * | changes_2013_05_22a.patch:David Mathog2013-06-191-86/+294
* | | Improve code readability.Matthew Petroff2013-08-281-15/+15
| |/ |/|
* | Merge Google Summer of Code unit refactor.Matthew Petroff2013-08-061-16/+16
|\ \
| * | Eliminate "unit-constants.h".Matthew Petroff2013-07-311-16/+16
| |/
* | init SPStyle better: fixes a bunch of bugs resulting from improper re-init of...Johan B. C. Engelen2013-08-061-5/+71
* | disable really bad memset on a huge struct that contains member objects besid...Johan B. C. Engelen2013-08-031-2/+8
|/
* define booleans as booleans (prevent future errors in comparisons)Kris De Gussem2013-04-221-1/+1
* Implement read/write of image-rendering property. To be used to control scaling.Tavmjong Bah2013-04-081-29/+69
* Fix even more forward declaration tagsAlex Valavanis2013-03-151-1/+1
* Bug fix for color-interpolation, color-interpolation-filters. Get rid of anno...Tavmjong Bah2012-12-221-6/+2
* code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton2012-10-041-3/+3
* some memleak fixes (Bug #1043571)Kris De Gussem2012-09-201-7/+5
* Static code checking (Bug #614232)Kris De Gussem2012-09-131-3/+4
* Fix for 168164 : Default text output to pxJohn Smith2012-08-251-1/+1
* Fix for 168164 : Font size, always output px optionJohn Smith2012-08-211-2/+18
* Fix for 168164 : Font sizes in points optionJohn Smith2012-08-161-4/+57
* Change default font to a CSS valid default font (Sans -> sans-serif).Tavmjong Bah2012-05-211-3/+3
* Adding checks to prevent null pointer dereferencesKris De Gussem2012-05-041-31/+60