summaryrefslogtreecommitdiffstats
path: root/src/style.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
* Add minimal support for reading color-interpolation and color-interpolation-f...Tavmjong Bah2011-08-291-4/+43
* Merge from trunk to pull in fix for LP #806105Krzysztof Kosi??ski2011-07-131-58/+207
|\
| * Properly handle CSS font shorthand property. Work done with Abhishek Sharma f...Tavmjong Bah2011-07-131-11/+143
| * Allow em and ex as units on font-size.Tavmjong Bah2011-07-101-58/+75
* | Implement handling of the clip-rule property. Partially based onKrzysztof Kosi??ski2011-07-101-2/+28
* | Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski2011-06-231-1/+0
|/
* Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-25/+31
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-3/+10
|\
| * C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public2010-07-061-3/+9
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Correct behavior of gradient stops to extract color from swatch when color is...Jon A. Cruz2010-07-181-30/+37
* | Revert device-color for now.Jon A. Cruz2010-07-071-12/+0
|/
* "Fix" for bug #583593 (Default tool styles are not loaded for new users).Tavmjong Bah2010-06-071-4/+4
* Compute baseline-shift relative to parent baseline-shift.Tavmjong Bah2010-06-061-0/+2
* Adding a character to a superscript or subscript no longer resetsTavmjong Bah2010-06-051-24/+14
* Add support for baseline-shift attribute (all possible values).Tavmjong Bah2010-06-041-5/+198
* Changed default font from Bitstream Vera Sans to Sans. NotTavmjong Bah2010-04-141-3/+3
* inherit value as well as computed for linespacing and other spacing propertie...buliabyak2010-03-271-0/+3
* Cleanup on id access.Jon A. Cruz2010-03-021-18/+18
* * infrastructure to store device colors as described in http://www.w3.org/TR/...Felipe Corr??a da Silva Sanches2009-12-061-0/+12
* fix 272408 and address fixmes: fix inheriting of dasharray and dashoffset, ma...bulia byak2009-08-221-16/+29
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-13/+13
* SPDocument->Documentjohnce2009-08-051-13/+13
* workaround for 'clip-path' and 'mask' given as style properties (bug #324849)Thomas Holder2009-04-301-2/+13
* fix crash when ungrouping a group with set-then-unset filterbulia byak2009-01-011-1/+1
* allow sp_style_set_property_url to unset the property as well, if the linked ...bulia byak2008-11-291-6/+8
* From trunkTed Gould2008-10-271-8/+28
* fix writing invalid color:none; optimize opacity (only if <1) and marker-... ...bulia byak2008-09-191-14/+31
* fix 246944bulia byak2008-07-241-6/+19
* fix crash when writing style with empty font-familybulia byak2008-07-241-2/+4
* * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,mjwybrow2008-06-221-1/+1
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-1/+1
* patch from bug 214171bulia byak2008-04-141-1/+3
* fix 216898bulia byak2008-04-141-2/+6
* another currentColor fix from bug 174720bulia byak2008-04-081-2/+2
* since marker size depends on stroke width, write stroke width if there's no s...bulia byak2008-04-081-2/+19
* patch by Martin von Gagern for bug 174720bulia byak2008-04-011-0/+3
* skip writing stroke/fill properties when stroke/fill is nonebulia byak2008-03-141-72/+87
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+3
* Applying Gail's patch for font-specificationBryce Harrington2008-01-051-1/+40
* trying to fix the unset-gradient-on-transform bugbulia byak2007-12-161-1/+1
* Initial support for icc color selection including CMYKJon A. Cruz2007-09-251-12/+9
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-3/+3
* Purged fill type enumJon A. Cruz2007-09-101-68/+67
* Preserve paint styles with multiple componentsJon A. Cruz2007-09-061-70/+102
* patch 1786802bulia byak2007-09-031-1/+1
* fix inheriting paintserversbulia byak2007-07-081-7/+15
* switch fill/stroke paintservers to URIReferences, properly disconnect and del...bulia byak2007-07-041-220/+165
* isolated internal spaces no longer force font-family quoting, for theMenTaLguY2007-06-301-1/+19