summaryrefslogtreecommitdiff
path: root/rsvg-cairo-draw.c
Commit message (Expand)AuthorAgeFilesLines
...
* rsvg-cairo-draw.c: Fix memory leak (#475841, Matthias Clasen)Dom Lachowicz2007-09-241-1/+1
* Basic support for SVG 1.1's text-rendering and shape-rendering propertiesDom Lachowicz2007-08-201-1/+32
* update MAINTAINERS to match what the new accounts system wantsDom Lachowicz2007-08-091-0/+18
* Rendering magnified SVGs with rsvg-cairo produces blurry images (#412682)Dom Lachowicz2007-07-201-2/+5
* Replace g_malloc with g_try_malloc. We'll need to go through the rest ofDom Lachowicz2007-07-191-1/+4
* Bug 402246 - Rsvg was leaking Pango contexts, layouts, and GList nodes.Ross Burton2007-01-301-2/+2
* add support for 'plus' comp-op. ditto. ditto.Emmanuel Pacaud2007-01-271-0/+14
* Fix indentation of *.h files. Running indent on them was not a good idea.Emmanuel Pacaud2007-01-121-1/+1
* Indentation fix, using: indent -kr -nut -pcs -psl -i4 -l100Emmanuel Pacaud2007-01-121-999/+904
* Add support for porterduff comp-op operators and for enable-background.Emmanuel Pacaud2007-01-121-80/+128
* Committed patch from Kouhei Sutou <kou@cozmixng.org> that makes librsvgDom Lachowicz2006-08-221-0/+73
* don't paint surfaces with CLEAR that don't support alpha; i'm not at all happ...Dom Lachowicz2006-02-071-1/+1
* optimized fix for 330022 from OwenDom Lachowicz2006-02-051-1/+1
* Bug #330022; code computes wrong pixel values with color = 0xFF and alpha - 0...Dom Lachowicz2006-02-051-2/+2
* pattern regression fixCaleb Michael Moore2006-02-031-5/+4
* bug 326485Caleb Michael Moore2006-01-111-20/+3
* bug 322489Dom Lachowicz2005-11-261-5/+7
* cleaned up vbox handling a littleCaleb Michael Moore2005-10-241-11/+12
* string rttiCaleb Michael Moore2005-10-241-1/+1
* text rewriteCaleb Michael Moore2005-10-231-19/+19
* late normalization of coordinatesCaleb Michael Moore2005-10-221-26/+59
* crisper filtersCaleb Michael Moore2005-10-211-8/+7
* bounding boxes and percentage fixesCaleb Michael Moore2005-10-211-9/+23
* fix major memleakDom Lachowicz2005-10-211-7/+8
* leak fixesCaleb Michael Moore2005-10-201-4/+7
* stopped double discrete layer effect application on imagesCaleb Michael Moore2005-10-201-3/+0
* gcc 4 fixesCaleb Michael Moore2005-10-201-1/+2
* filter cairo streamliningCaleb Michael Moore2005-10-201-67/+1
* 0 initialization of new surfacesCaleb Michael Moore2005-10-201-2/+2
* better bbox calculation for cairo stuffCaleb Michael Moore2005-10-201-18/+22
* more cairo shitCaleb Michael Moore2005-10-191-12/+11
* getting rid of a lot of floatsCaleb Michael Moore2005-10-191-13/+8
* more premul filtersCaleb Michael Moore2005-10-191-12/+53
* cairo filter improvementsCaleb Michael Moore2005-10-191-34/+81
* filters with cairoCaleb Michael Moore2005-10-181-31/+131
* No need to new0() image data, it just wastes CPU since we'll be overwriting i...Dom Lachowicz2005-10-161-2/+2
* image bound boxCaleb Michael Moore2005-10-121-1/+11
* cairo patterns and clippingCaleb Michael Moore2005-10-121-17/+36
* mask efficiency improvementCaleb Michael Moore2005-10-121-17/+7
* objectBoudingBox clip paths and masksCaleb Michael Moore2005-10-121-14/+82
* cairo masksCaleb Michael Moore2005-10-111-16/+95
* text and pattern fixesCaleb Michael Moore2005-10-101-4/+4
* more cairo pattern stuffCaleb Michael Moore2005-10-101-16/+20
* viewbox pattern improvementsCaleb Michael Moore2005-10-101-10/+14
* radial gradient fixCaleb Michael Moore2005-10-101-3/+2
* cairo pattern fixesCaleb Michael Moore2005-10-101-9/+97
* Add preliminary support for patterns to rsvg-cairo, (doesn't doCarl Worth2005-10-091-9/+44
* scale clip rectsCaleb Michael Moore2005-10-081-0/+6
* cairo grey box fixCaleb Michael Moore2005-10-081-2/+5
* clipping in cairoCaleb Michael Moore2005-10-081-7/+11