summaryrefslogtreecommitdiffstats
path: root/src/style.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah2014-08-011-2/+1
* Read CSS Text 3 'white-space' property, SVG 2 <text> 'width', 'height' attrib...Tavmjong Bah2014-07-301-13/+27
* Basic support for <solidColor> element (rendring only as a paint server).Tavmjong Bah2014-07-241-0/+5
* Proper quoting of CSS 'font-family' fallback lists.Tavmjong Bah2014-06-101-0/+2
* Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah2014-05-301-1/+3
* Clean up of style code: refactor marker properties. Step 3.Tavmjong Bah2014-04-241-2/+5
* Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah2014-04-241-4/+4
* Clean up of style code, converting structures to C++ classes. Step 1.Tavmjong Bah2014-04-231-55/+107
* Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah2014-03-111-485/+6
* Remove unused includes to tidy up the code.Martin Owens2014-03-091-2/+1
* Read new SVG2 property 'paint-order'.Tavmjong Bah2014-02-181-0/+19
* New CSS blending modes (outside of filters).Tavmjong Bah2013-12-101-0/+29
* Move libuemf to a separate directory.Krzysztof Kosi??ski2013-08-311-12/+0
* changes_2013_05_22a.patch:David Mathog2013-06-191-3/+41
* merge from trunk (r12305)su_v2013-04-271-3/+3
|\
| * revert r12297Kris De Gussem2013-04-231-5/+5
| * define booleans as booleans (prevent future errors in comparisons)Kris De Gussem2013-04-221-5/+5
* | merge from trunk (r12272)su_v2013-04-081-0/+36
|\|
| * Implement read/write of image-rendering property. To be used to control scaling.Tavmjong Bah2013-04-081-0/+36
* | merge from trunk (r12209)su_v2013-03-151-14/+1
|\|
| * Fix another load of forward declaration tagsAlex Valavanis2013-03-141-3/+1
| * Fix another tonne of forward declaration tagsAlex Valavanis2013-03-141-11/+0
* | merge from trunk (r11698)su_v2012-09-231-1/+1
|\|
| * some memleak fixes (Bug #1043571)Kris De Gussem2012-09-201-1/+1
* | Fixes bug #988601: omnibus patch for EMF input/output support (cross-platform)su_v2012-09-231-3/+8
|/
* Fix for 168164 : Font size, always output px optionJohn Smith2012-08-211-1/+2
* Fix for 168164 : Font sizes in points optionJohn Smith2012-08-161-1/+4
* Adding checks to prevent null pointer dereferencesKris De Gussem2012-05-041-10/+10
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-051-2/+2
* Cleanup for src/forward.h. (About 19 of the affected files did not require th...Jon A. Cruz2011-10-051-1/+0
* Add minimal support for reading color-interpolation and color-interpolation-f...Tavmjong Bah2011-08-291-0/+10
* Merge from trunk to pull in fix for LP #806105Krzysztof Kosi??ski2011-07-131-4/+7
|\
| * Allow em and ex as units on font-size.Tavmjong Bah2011-07-101-4/+7
* | Implement handling of the clip-rule property. Partially based onKrzysztof Kosi??ski2011-07-101-1/+3
|/
* Port of 0.48.x branch revision 9781.Jon A. Cruz2011-05-281-1/+1
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* Restore code safety for all but Win32.Jon A. Cruz2010-07-201-3/+6
* fix build broken by 9620Johan B. C. Engelen2010-07-191-3/+3
* Correct behavior of gradient stops to extract color from swatch when color is...Jon A. Cruz2010-07-181-0/+7
* Removing unused macro.Jon A. Cruz2010-07-041-2/+0
* Add support for baseline-shift attribute (all possible values).Tavmjong Bah2010-06-041-0/+26
* Adding some const correctness and overloads.Jon A. Cruz2010-03-231-11/+18
* fix 272408 and address fixmes: fix inheriting of dasharray and dashoffset, ma...bulia byak2009-08-221-0/+1
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-2/+2
* SPDocument->Documentjohnce2009-08-051-2/+2
* From trunkTed Gould2008-10-271-3/+3
* Applying Gail's patch for font-specificationBryce Harrington2008-01-051-0/+3
* Initial support for icc color selection including CMYKJon A. Cruz2007-09-251-1/+0
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-2/+2