| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanup on id access. | Jon A. Cruz | 2010-03-02 | 1 | -18/+18 |
| * | * infrastructure to store device colors as described in http://www.w3.org/TR/... | Felipe Corr??a da Silva Sanches | 2009-12-06 | 1 | -0/+12 |
| * | fix 272408 and address fixmes: fix inheriting of dasharray and dashoffset, ma... | bulia byak | 2009-08-22 | 1 | -16/+29 |
| * | Revert recent refactoring changes by johnce because they break the build, whi... | Maximilian Albert | 2009-08-06 | 1 | -13/+13 |
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -13/+13 |
| * | workaround for 'clip-path' and 'mask' given as style properties (bug #324849) | Thomas Holder | 2009-04-30 | 1 | -2/+13 |
| * | fix crash when ungrouping a group with set-then-unset filter | bulia byak | 2009-01-01 | 1 | -1/+1 |
| * | allow sp_style_set_property_url to unset the property as well, if the linked ... | bulia byak | 2008-11-29 | 1 | -6/+8 |
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -8/+28 |
| * | fix writing invalid color:none; optimize opacity (only if <1) and marker-... ... | bulia byak | 2008-09-19 | 1 | -14/+31 |
| * | fix 246944 | bulia byak | 2008-07-24 | 1 | -6/+19 |
| * | fix crash when writing style with empty font-family | bulia byak | 2008-07-24 | 1 | -2/+4 |
| * | * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp, | mjwybrow | 2008-06-22 | 1 | -1/+1 |
| * | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 2008-06-06 | 1 | -1/+1 |
| * | patch from bug 214171 | bulia byak | 2008-04-14 | 1 | -1/+3 |
| * | fix 216898 | bulia byak | 2008-04-14 | 1 | -2/+6 |
| * | another currentColor fix from bug 174720 | bulia byak | 2008-04-08 | 1 | -2/+2 |
| * | since marker size depends on stroke width, write stroke width if there's no s... | bulia byak | 2008-04-08 | 1 | -2/+19 |
| * | patch by Martin von Gagern for bug 174720 | bulia byak | 2008-04-01 | 1 | -0/+3 |
| * | skip writing stroke/fill properties when stroke/fill is none | bulia byak | 2008-03-14 | 1 | -72/+87 |
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+3 |
| * | Applying Gail's patch for font-specification | Bryce Harrington | 2008-01-05 | 1 | -1/+40 |
| * | trying to fix the unset-gradient-on-transform bug | bulia byak | 2007-12-16 | 1 | -1/+1 |
| * | Initial support for icc color selection including CMYK | Jon A. Cruz | 2007-09-25 | 1 | -12/+9 |
| * | Refactoring SPColor to C++ and removing legacy CMYK implementation | Jon A. Cruz | 2007-09-15 | 1 | -3/+3 |
| * | Purged fill type enum | Jon A. Cruz | 2007-09-10 | 1 | -68/+67 |
| * | Preserve paint styles with multiple components | Jon A. Cruz | 2007-09-06 | 1 | -70/+102 |
| * | patch 1786802 | bulia byak | 2007-09-03 | 1 | -1/+1 |
| * | fix inheriting paintservers | bulia byak | 2007-07-08 | 1 | -7/+15 |
| * | switch fill/stroke paintservers to URIReferences, properly disconnect and del... | bulia byak | 2007-07-04 | 1 | -220/+165 |
| * | isolated internal spaces no longer force font-family quoting, for the | MenTaLguY | 2007-06-30 | 1 | -1/+19 |
| * | a couple more checks just in case | bulia byak | 2007-06-27 | 1 | -6/+8 |
| * | use an accessor method to get filter from style | bulia byak | 2007-06-27 | 1 | -1/+1 |
| * | switch SPStyle to using SPFilterReference for filters; sp_style_new now requi... | bulia byak | 2007-06-27 | 1 | -98/+78 |
| * | Removed use of union in paint type/struct | Jon A. Cruz | 2007-04-05 | 1 | -18/+18 |
| * | comment on the order of parsing declarations | bulia byak | 2007-03-27 | 1 | -0/+3 |
| * | also quote fonnames starting from a non-letter | bulia byak | 2007-03-16 | 1 | -0/+3 |
| * | quote font-family values if necessary on writing (fixes a bunch of bugs); cha... | bulia byak | 2007-03-16 | 1 | -23/+57 |
| * | comment fix | bulia byak | 2007-03-14 | 1 | -1/+1 |
| * | Cleanup work for markers - adding some documentation to areas of code | Bryce Harrington | 2006-11-18 | 1 | -7/+0 |
| * | cleanup filter handling, fix hreffing, implement release and modified signal ... | bulia byak | 2006-11-16 | 1 | -40/+87 |
| * | fix for filter (non)inheritance and a crude workaround for filter merging | bulia byak | 2006-10-08 | 1 | -3/+12 |
| * | add generic set-property-to-this-object-url method | bulia byak | 2006-10-07 | 1 | -0/+25 |
| * | Added skeleton files for other filter primitives' SP-objects. Added blur slid... | Hugo Rodrigues | 2006-08-02 | 1 | -10/+39 |
| * | finish switching to sigc++ SPObject signals for SPStyle | MenTaLguY | 2006-07-26 | 1 | -4/+5 |
| * | Added support for enable-background to SPStyle | Niko Kiirala | 2006-07-26 | 1 | -3/+39 |
| * | switch to using sigc++ signals | MenTaLguY | 2006-07-22 | 1 | -26/+42 |
| * | Missing style instructions (for filters) added. | Hugo Rodrigues | 2006-06-29 | 1 | -1/+44 |
| * | svg-filters branch merged back to head | Niko Kiirala | 2006-06-21 | 1 | -2/+82 |
| * | Moving out icc parser | Jon A. Cruz | 2006-04-05 | 1 | -30/+4 |