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