summaryrefslogtreecommitdiff
path: root/rsvg-filter.c
Commit message (Expand)AuthorAgeFilesLines
* s/colour/color - sorry, but this was all inconsistentFederico Mena Quintero2016-04-121-59/+59
* RsvgFilterPrimitive: use a single destructor for most subclasses2.40.14Federico Mena Quintero2016-03-301-176/+111
* RsvgFilterPrimitiveComponentTransfer: add destructor; fix memory leakRon Hopper2016-03-301-2/+12
* filter: Remove unused variablesBenjamin Otte2016-01-291-30/+0
* state: Resolve filters lazilyBenjamin Otte2015-10-221-27/+0
* rsvg: Add rsvg_acquire_node()Benjamin Otte2015-10-221-2/+7
* bgo#630732 - Fix out-of-bounds read in feComponentTransfer with tableValuesFederico Mena Quintero2015-10-211-4/+7
* bgo#700911 - Make sure the feComponentTransfer functions are actually usedFederico Mena Quintero2015-10-211-3/+4
* rsvg-filter: Use g_new() instead of g_malloc()Federico Mena Quintero2015-10-071-1/+1
* rsvg-filter.c: Avoid VLA UsageChun-wei Fan2015-09-251-1/+4
* filter: Plug a leakCarlos Garnacho2015-08-041-1/+3
* filter: Plug gaussian convolution matrix leakCarlos Garnacho2015-08-041-1/+2
* filter: Plug one more cairo context/surface leakCarlos Garnacho2015-08-041-0/+1
* bgo#748608 - Destroy cairo_t after useCarlos Garnacho2015-08-021-0/+1
* Gaussian blur: clip the blurred image to the filter effects regionFederico Mena Quintero2015-03-241-5/+24
* bgo#605875 - Gaussian blurred objects are sometimes missingFederico Mena Quintero2015-03-241-104/+494
* Fix shadowed variablesFederico Mena Quintero2015-02-121-1/+1
* bgo#744270 - Fix uninitialized value in rsvg_filter_primitive_displacement_ma...Federico Mena Quintero2015-02-111-1/+1
* Avoid overflow in gint multiplicationFederico Mena Quintero2015-02-061-4/+3
* bgo#703102 - Clip coordinates for rsvg_alpha_blt() in a more civilized fashionFederico Mena Quintero2015-02-061-64/+51
* introspection: add many missing nullable annotationsEvan Nemerson2014-06-101-4/+4
* docs: use %, #, and @ more consistently for contants, types, and argsEvan Nemerson2014-06-101-2/+2
* rsvg-filter: Remove a bogus NULL checkJasper St. Pierre2013-10-311-1/+1
* rsvg-filter: Don't overrun an array when given invalid inputsJasper St. Pierre2013-10-311-4/+6
* rsvg-filter: Fix memory leakJasper St. Pierre2013-09-031-1/+1
* introspection: clean up lots of warnings emitted by g-ir-scannerEvan Nemerson2012-06-191-8/+13
* Fix variables that could be accessed uninitializedFelix Riemann2012-03-261-1/+0
* Add permission check before loading other filesChristian Persch2012-01-261-2/+2
* Simplify angle handlingChristian Persch2011-12-031-2/+2
* Plug a refount leakChristian Persch2011-12-031-0/+2
* Add NULL checksChristian Persch2011-12-031-3/+125
* Fix refcount problemChristian Persch2011-11-291-1/+1
* Flush the surface before accessing its pixelsChristian Persch2011-11-271-2/+39
* NULL check before dereferenceChristian Persch2011-11-271-1/+1
* Use cairo image surfacesChristian Persch2011-11-271-348/+378
* Make _rsvg_pixbuf_new_cleared static and remove always-same parametersChristian Persch2011-11-271-21/+20
* Make some functions staticChristian Persch2011-11-261-2/+2
* Make filters render to a surfaceChristian Persch2011-11-261-11/+49
* filter: The blur filter was not rendered correctly when scaled to certain sizes.Isak2011-11-091-2/+2
* Don't create pixbufs with zero width or heightChristian Persch2011-11-091-6/+9
* Fix crash on invalid kernelMatrix attributeKurosawa Takeshi2011-11-091-3/+4
* Fix unused-but-set-variable warningsChristian Persch2011-11-071-14/+2
* Pass pointer to structChristian Persch2011-11-071-6/+6
* Avoid repeatedly calculating floor and ceil values hereChristian Persch2011-11-071-12/+18
* Use cairo_matrix_tChristian Persch2011-11-071-79/+78
* Use cairo_rectangle_tChristian Persch2011-11-071-23/+23
* Initialise GString member to NULLChristian Persch2011-11-071-0/+1
* Stop console pollutionChristian Persch2011-11-071-1/+1
* Add RsvgRender type checkingChristian Persch2011-11-071-1/+1
* Store node type separately in RsvgNodeChristian Persch2011-09-061-37/+42