summaryrefslogtreecommitdiffstats
path: root/src/style.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-01Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah1-5/+5
2014-08-01Fix type in 'mix-blend-mode'.Tavmjong Bah1-1/+1
2014-08-01Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah1-5/+5
2014-07-31Basic support for <solidColor> element (rendering only as a paint server).Tavmjong Bah1-0/+23
2014-07-30Read CSS Text 3 'white-space' property, SVG 2 <text> 'width', 'height' attrib...Tavmjong Bah1-0/+10
2014-07-28Fix placement news and calls to destructor. Fixes crash regressions #1348891,...Liam P. White1-11/+0
2014-07-24Basic support for <solidColor> element (rendring only as a paint server).Tavmjong Bah1-0/+23
2014-06-10Proper quoting of CSS 'font-family' fallback lists.Tavmjong Bah1-55/+59
2014-06-10Proper quoting of CSS 'font-family' fallback lists.Tavmjong Bah1-55/+59
2014-05-30Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah1-19/+33
2014-05-30Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah1-19/+33
2014-04-28Clean up of style code: Add default to SPIString for use with 'font-family'.Tavmjong Bah1-1/+1
2014-04-24Clean up of style code: refactor marker properties. Step 3.Tavmjong Bah1-22/+26
2014-04-24Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah1-17/+11
2014-04-23Clean up of style code, converting structures to C++ classes. Step 1.Tavmjong Bah1-4266/+905
2014-03-25Replaced a free() with g_free().Markus Engel1-1/+1
2014-03-14fix build warningKris De Gussem1-1/+1
2014-03-13Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski1-1/+9
2014-03-11Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah1-156/+79
2014-03-11Another typo...Tavmjong Bah1-1/+1
2014-03-08Update attributes unit test, expand style unit test and fix bug found.Tavmjong Bah1-1/+1
2014-03-07Fix typo in "paint-order".Tavmjong Bah1-1/+1
2014-02-18Read new SVG2 property 'paint-order'.Tavmjong Bah1-0/+199
2013-12-10New CSS blending modes (outside of filters).Tavmjong Bah1-0/+51
2013-11-13Partial fix for blocker bug 1163449: "Imported bitmap appear blurry when zoom...Tavmjong Bah1-4/+4
2013-10-09Remove duplicate if statementDavid Turner1-2/+0
2013-09-28leak fixes: free marker value on delete; free the return value of uri's toStr...buliabyak1-3/+15
2013-09-25Proper fix for bug 1127103 (Filter changes color when object flipped.)Tavmjong Bah1-3/+1
2013-09-18Merge in patch for Jabiertxo Arraiza Cenoz in bug lp:1127103Martin Owens1-1/+4
2013-08-28Improve code readability.Matthew Petroff1-15/+15
2013-08-06init SPStyle better: fixes a bunch of bugs resulting from improper re-init of...Johan B. C. Engelen1-5/+71
2013-08-03disable really bad memset on a huge struct that contains member objects besid...Johan B. C. Engelen1-2/+8
2013-07-31Eliminate "unit-constants.h".Matthew Petroff1-16/+16
2013-06-19changes_2013_05_22a.patch:David Mathog1-86/+294
2013-04-22define booleans as booleans (prevent future errors in comparisons)Kris De Gussem1-1/+1
2013-04-08Implement read/write of image-rendering property. To be used to control scaling.Tavmjong Bah1-29/+69
2013-03-19Fixing regressionjtx1-1/+1
2013-03-17Working with widjetsJabier Arraiza Cenoz1-1/+1
2013-03-15Fix even more forward declaration tagsAlex Valavanis1-1/+1
2012-12-22Bug fix for color-interpolation, color-interpolation-filters. Get rid of anno...Tavmjong Bah1-6/+2
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-3/+3
2012-09-25revert changes not strictly required for EMF supportsu_v1-3/+1
2012-09-23Fixes bug #1050064: quiet console messages about supported values for 'color-...su_v1-1/+3
2012-09-20some memleak fixes (Bug #1043571)Kris De Gussem1-7/+5
2012-09-13Static code checking (Bug #614232)Kris De Gussem1-3/+4
2012-08-25Fix for 168164 : Default text output to pxJohn Smith1-1/+1
2012-08-21Fix for 168164 : Font size, always output px optionJohn Smith1-2/+18
2012-08-16Fix for 168164 : Font sizes in points optionJohn Smith1-4/+57
2012-05-21Change default font to a CSS valid default font (Sans -> sans-serif).Tavmjong Bah1-3/+3
2012-05-04Adding checks to prevent null pointer dereferencesKris De Gussem1-31/+60