summaryrefslogtreecommitdiff
path: root/rsvg-filter.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Create background pixbuf only if it's needed.Hiroyuki Ikezoe2010-05-021-8/+65
| | | | Fix for bug #614556.
* [PATCH 2/3] Follow up fix of RsvgState change.Hiroyuki Ikezoe2010-05-021-2/+2
| | | | rsvg_state_current -> rsvg_current_state.
* doc fixes.Hiroyuki Ikezoe2010-05-011-2/+2
|
* set proper mode-line and fix indent and styles.Hiroyuki Ikezoe2010-05-011-1/+2
|
* Use void explicitly.Hiroyuki Ikezoe2010-04-281-1/+1
|
* Fix crash in rsvg_filter_blend.Hiroyuki Ikezoe2010-04-201-1/+1
| | | | Fix for bug #616187.
* Fix crash in rsvg_filter_primitive_component_transfer_render.Tom Paker2010-04-121-1/+1
| | | | | | | Fix for bug #579286. Set correct fallback transfer funcion. Some ComponentTransferFunc are not set if the original RGBA order is used for index because channelmap order is BGRA on x86.
* remove needless G_OBJECT macros.Hiroyuki Ikezoe2010-04-071-46/+46
|
* remove unused rsvg_filter_adobe_blend function.Hiroyuki Ikezoe2010-04-061-50/+0
| | | | Fix for bug #614555.
* filter nodes are leaked. Bug #475851.Matthias Clasen2009-02-191-5/+0
| | | | | | | | | 2009-02-19 Matthias Clasen <mclasen@redhat.com> * rsvg-filter.c: filter nodes are leaked. Bug #475851. svn path=/trunk/; revision=1206
* "const static" should be "static const". Bug #570656Thomas Andersen2009-02-191-2/+2
| | | | | | | | | 2009-02-19 Thomas Andersen <phomes@gmail.com> * rsvg-filter.c: "const static" should be "static const". Bug #570656 svn path=/trunk/; revision=1202
* #548154 - Nautilus Segmentation fault when displaying SVG fileDominic Lachowicz2008-08-261-2/+2
| | | | | | | | | 2008-08-26 Dominic Lachowicz <domlachowicz@gmail.com> * rsvg-filters.c: #548154 - Nautilus Segmentation fault when displaying SVG file svn path=/trunk/; revision=1171
* Fix indentation of *.h files. Running indent on them was not a good idea.Emmanuel Pacaud2007-01-121-1/+1
| | | | | | | | | | 2007-01-12 Emmanuel Pacaud <emmanuel.pacaud@lapp.in2p3.fr> Fix indentation of *.h files. Running indent on them was not a good idea. Also add sts setting to vim modeline. svn path=/trunk/; revision=1089
* Indentation fix, using: indent -kr -nut -pcs -psl -i4 -l100Emmanuel Pacaud2007-01-121-3829/+3627
| | | | | | | | | 2007-01-12 Emmanuel Pacaud <emmanuel.pacaud@lapp.in2p3.fr> Indentation fix, using: indent -kr -nut -pcs -psl -i4 -l100 svn path=/trunk/; revision=1088
* bug 341499Dom Lachowicz2006-05-121-1/+1
|
* Factor out rsvg_get_url_string. Bug 340505.Paolo Borelli2006-05-031-22/+8
| | | | | | | | | | | | 2006-05-03 Paolo Borelli <pborelli@katamail.com> * rsvg-filter.c: * rsvg-marker.c: * rsvg-mask.c: * rsvg-paint-server.c: * rsvg-private.h: Factor out rsvg_get_url_string. Bug 340505.
* Fix segv when encountering feMergeNode (bug 330928)Dom Lachowicz2006-02-161-2/+10
|
* Export RsvgHandle and RsvgHandleClass to the outside world so you canDom Lachowicz2006-02-061-17/+17
| | | | | * rsvg.h: Export RsvgHandle and RsvgHandleClass to the outside world so you can subclass them * *.c: Changes necessary for ^^^
* bug 322489Dom Lachowicz2005-11-261-2/+3
|
* fancy new partial render apiCaleb Michael Moore2005-11-261-0/+2
|
* merge filter regression fixCaleb Michael Moore2005-10-241-1/+1
|
* string rttiCaleb Michael Moore2005-10-241-34/+21
|
* text rewriteCaleb Michael Moore2005-10-231-101/+101
|
* filter box coordinatesCaleb Michael Moore2005-10-221-443/+158
|
* late normalization of coordinatesCaleb Michael Moore2005-10-221-413/+155
|
* gaussian speed improvementsCaleb Michael Moore2005-10-211-35/+20
|
* gaussian blur changesCaleb Michael Moore2005-10-211-29/+6
|
* plug memleaksDom Lachowicz2005-10-211-7/+1
|
* leak fixesCaleb Michael Moore2005-10-201-1/+0
|
* filter cairo streamliningCaleb Michael Moore2005-10-201-81/+150
|
* better bbox calculation for cairo stuffCaleb Michael Moore2005-10-201-3/+14
|
* more cairo shitCaleb Michael Moore2005-10-191-0/+4
|
* getting rid of a lot of floatsCaleb Michael Moore2005-10-191-150/+161
|
* more premul filtersCaleb Michael Moore2005-10-191-60/+52
|
* more cairo filter fixesCaleb Michael Moore2005-10-191-1/+1
|
* cairo filter improvementsCaleb Michael Moore2005-10-191-182/+96
|
* bug 317549Dom Lachowicz2005-09-301-12/+12
|
* filters workingCaleb Michael Moore2005-07-281-228/+395
|
* further splittingCaleb Michael Moore2005-07-211-9/+4
|
* consistant node children and stylesCaleb Michael Moore2005-07-191-210/+223
|
* trying something for rahgaCaleb Michael Moore2005-06-231-2/+1
|
* DOM progression of shapesCaleb Michael Moore2005-05-301-126/+90
|
* pserver domificationCaleb Michael Moore2005-05-191-4/+0
|
* fixed use problemsCaleb Michael Moore2005-05-171-12/+0
|
* further DOM restructuringCaleb Michael Moore2005-05-161-100/+131
|
* more DOM stuffCaleb Michael Moore2005-05-151-224/+305
|
* bug 302905Dom Lachowicz2005-05-141-0/+2
|
* DOM stuffCaleb Michael Moore2005-05-141-339/+206
|
* naming and structure changesCaleb Michael Moore2005-03-161-8/+8
|
* update TODO, improve RsvgRender interfaceDom Lachowicz2005-02-271-4/+0
|