| Commit message (Expand) | Author | Age | Files | Lines |
| * | some memleak fixes (Bug #1043571) | Kris De Gussem | 2012-09-20 | 1 | -1/+1 |
| * | Fix for 168164 : Font size, always output px option | John Smith | 2012-08-21 | 1 | -1/+2 |
| * | Fix for 168164 : Font sizes in points option | John Smith | 2012-08-16 | 1 | -1/+4 |
| * | Adding checks to prevent null pointer dereferences | Kris De Gussem | 2012-05-04 | 1 | -10/+10 |
| * | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-05 | 1 | -2/+2 |
| * | Cleanup for src/forward.h. (About 19 of the affected files did not require th... | Jon A. Cruz | 2011-10-05 | 1 | -1/+0 |
| * | Add minimal support for reading color-interpolation and color-interpolation-f... | Tavmjong Bah | 2011-08-29 | 1 | -0/+10 |
| * | Merge from trunk to pull in fix for LP #806105 | Krzysztof Kosi??ski | 2011-07-13 | 1 | -4/+7 |
| |\ |
|
| | * | Allow em and ex as units on font-size. | Tavmjong Bah | 2011-07-10 | 1 | -4/+7 |
| * | | Implement handling of the clip-rule property. Partially based on | Krzysztof Kosi??ski | 2011-07-10 | 1 | -1/+3 |
| |/ |
|
| * | Port of 0.48.x branch revision 9781. | Jon A. Cruz | 2011-05-28 | 1 | -1/+1 |
| * | compatibility patch to compile using gcc 4.6 | Adib Taraben | 2011-02-27 | 1 | -0/+1 |
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| * | Restore code safety for all but Win32. | Jon A. Cruz | 2010-07-20 | 1 | -3/+6 |
| * | fix build broken by 9620 | Johan B. C. Engelen | 2010-07-19 | 1 | -3/+3 |
| * | Correct behavior of gradient stops to extract color from swatch when color is... | Jon A. Cruz | 2010-07-18 | 1 | -0/+7 |
| * | Removing unused macro. | Jon A. Cruz | 2010-07-04 | 1 | -2/+0 |
| * | Add support for baseline-shift attribute (all possible values). | Tavmjong Bah | 2010-06-04 | 1 | -0/+26 |
| * | Adding some const correctness and overloads. | Jon A. Cruz | 2010-03-23 | 1 | -11/+18 |
| * | fix 272408 and address fixmes: fix inheriting of dasharray and dashoffset, ma... | bulia byak | 2009-08-22 | 1 | -0/+1 |
| * | Revert recent refactoring changes by johnce because they break the build, whi... | Maximilian Albert | 2009-08-06 | 1 | -2/+2 |
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -2/+2 |
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -3/+3 |
| * | Applying Gail's patch for font-specification | Bryce Harrington | 2008-01-05 | 1 | -0/+3 |
| * | Initial support for icc color selection including CMYK | Jon A. Cruz | 2007-09-25 | 1 | -1/+0 |
| * | Refactoring SPColor to C++ and removing legacy CMYK implementation | Jon A. Cruz | 2007-09-15 | 1 | -2/+2 |
| * | Purged fill type enum | Jon A. Cruz | 2007-09-10 | 1 | -11/+19 |
| * | Preserve paint styles with multiple components | Jon A. Cruz | 2007-09-06 | 1 | -0/+2 |
| * | switch fill/stroke paintservers to URIReferences, properly disconnect and del... | bulia byak | 2007-07-04 | 1 | -21/+23 |
| * | use an accessor method to get filter from style | bulia byak | 2007-06-27 | 1 | -2/+3 |
| * | switch SPStyle to using SPFilterReference for filters; sp_style_new now requi... | bulia byak | 2007-06-27 | 1 | -7/+4 |
| * | initial filter UI code drop from Nick | MenTaLguY | 2007-06-24 | 1 | -0/+2 |
| * | Removed use of union in paint type/struct | Jon A. Cruz | 2007-04-05 | 1 | -3/+3 |
| * | quote font-family values if necessary on writing (fixes a bunch of bugs); cha... | bulia byak | 2007-03-16 | 1 | -0/+3 |
| * | cleanup filter handling, fix hreffing, implement release and modified signal ... | bulia byak | 2006-11-16 | 1 | -0/+3 |
| * | add generic set-property-to-this-object-url method | bulia byak | 2006-10-07 | 1 | -0/+2 |
| * | add a member for gaussian blur deviation (perhaps will need to duplicate othe... | bulia byak | 2006-10-04 | 1 | -0/+4 |
| * | Added skeleton files for other filter primitives' SP-objects. Added blur slid... | Hugo Rodrigues | 2006-08-02 | 1 | -0/+1 |
| * | finish switching to sigc++ SPObject signals for SPStyle | MenTaLguY | 2006-07-26 | 1 | -0/+2 |
| * | Added support for enable-background to SPStyle | Niko Kiirala | 2006-07-26 | 1 | -0/+9 |
| * | switch to using sigc++ signals | MenTaLguY | 2006-07-22 | 1 | -3/+8 |
| * | svg-filters branch merged back to head | Niko Kiirala | 2006-06-21 | 1 | -0/+12 |
| * | Start of support for icc-color in fill/stroke. | Peter Moulder | 2006-04-03 | 1 | -0/+3 |
| * | Disallow none/currentColor/uri as values for the `color' property, and get ri... | Peter Moulder | 2006-03-31 | 1 | -4/+2 |
| * | differentiate _hreffed and _listening flags for color, fill, and stroke paint... | bulia byak | 2006-03-14 | 1 | -4/+8 |
| * | r10887@tres: ted | 2006-02-05 23:16:41 -0800 | Ted Gould | 2006-02-06 | 1 | -0/+2 |
| * | (bzr r90) | Ted Gould | 2006-02-06 | 1 | -2/+0 |
| * | yet another fix along the same lines: disconnect listeners if they have been ... | bulia byak | 2006-02-06 | 1 | -0/+2 |
| * | further fix: remember is paintservers were hreffed in a flag, fixes undo crash | bulia byak | 2006-02-03 | 1 | -0/+2 |
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+509 |