summaryrefslogtreecommitdiffstats
path: root/src/style.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-14patch from bug 214171bulia byak1-1/+3
2008-04-14fix 216898bulia byak1-2/+6
2008-04-08another currentColor fix from bug 174720bulia byak1-2/+2
2008-04-08since marker size depends on stroke width, write stroke width if there's no s...bulia byak1-2/+19
2008-04-01patch by Martin von Gagern for bug 174720bulia byak1-0/+3
2008-03-14skip writing stroke/fill properties when stroke/fill is nonebulia byak1-72/+87
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+3
2008-01-05Applying Gail's patch for font-specificationBryce Harrington1-1/+40
2007-12-16trying to fix the unset-gradient-on-transform bugbulia byak1-1/+1
2007-09-25Initial support for icc color selection including CMYKJon A. Cruz1-12/+9
2007-09-15Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz1-3/+3
2007-09-10Purged fill type enumJon A. Cruz1-68/+67
2007-09-06Preserve paint styles with multiple componentsJon A. Cruz1-70/+102
2007-09-03patch 1786802bulia byak1-1/+1
2007-07-08fix inheriting paintserversbulia byak1-7/+15
2007-07-04switch fill/stroke paintservers to URIReferences, properly disconnect and del...bulia byak1-220/+165
2007-06-30isolated internal spaces no longer force font-family quoting, for theMenTaLguY1-1/+19
2007-06-27a couple more checks just in casebulia byak1-6/+8
2007-06-27use an accessor method to get filter from stylebulia byak1-1/+1
2007-06-27switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...bulia byak1-98/+78
2007-04-05Removed use of union in paint type/structJon A. Cruz1-18/+18
2007-03-27comment on the order of parsing declarationsbulia byak1-0/+3
2007-03-16also quote fonnames starting from a non-letterbulia byak1-0/+3
2007-03-16quote font-family values if necessary on writing (fixes a bunch of bugs); cha...bulia byak1-23/+57
2007-03-14comment fixbulia byak1-1/+1
2006-11-18Cleanup work for markers - adding some documentation to areas of codeBryce Harrington1-7/+0
2006-11-16cleanup filter handling, fix hreffing, implement release and modified signal ...bulia byak1-40/+87
2006-10-08fix for filter (non)inheritance and a crude workaround for filter mergingbulia byak1-3/+12
2006-10-07add generic set-property-to-this-object-url methodbulia byak1-0/+25
2006-08-02Added skeleton files for other filter primitives' SP-objects. Added blur slid...Hugo Rodrigues1-10/+39
2006-07-26finish switching to sigc++ SPObject signals for SPStyleMenTaLguY1-4/+5
2006-07-26Added support for enable-background to SPStyleNiko Kiirala1-3/+39
2006-07-22switch to using sigc++ signalsMenTaLguY1-26/+42
2006-06-29Missing style instructions (for filters) added.Hugo Rodrigues1-1/+44
2006-06-21svg-filters branch merged back to headNiko Kiirala1-2/+82
2006-04-05Moving out icc parserJon A. Cruz1-30/+4
2006-04-04include errno.hAaron Spike1-0/+1
2006-04-03initial parsing of icc-color()Jon A. Cruz1-1/+32
2006-04-03Start of support for icc-color in fill/stroke.Peter Moulder1-5/+35
2006-03-31cleanup: (sp_style_paint_clear): All callers were passing hunref=TRUE, unset=...Peter Moulder1-17/+11
2006-03-31Disallow none/currentColor/uri as values for the `color' property, and get ri...Peter Moulder1-28/+15
2006-03-14differentiate _hreffed and _listening flags for color, fill, and stroke paint...bulia byak1-13/+66
2006-03-13(sp_style_write_ipaint): Pretty colour names: use sp_svg_write_color instead ...Peter Moulder1-4/+5
2006-03-13CodingStyle: whitespacePeter Moulder1-26/+26
2006-03-13#include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.Peter Moulder1-0/+1
2006-02-15bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan1-70/+70
2006-02-06r10887@tres: ted | 2006-02-05 23:16:41 -0800Ted Gould1-0/+1
2006-02-06(bzr r90)Ted Gould1-1/+0
2006-02-06yet another fix along the same lines: disconnect listeners if they have been ...bulia byak1-1/+6
2006-02-03further fix: remember is paintservers were hreffed in a flag, fixes undo crashbulia byak1-1/+4