summaryrefslogtreecommitdiff
path: root/rsvg.c
Commit message (Expand)AuthorAgeFilesLines
* introspection: add many missing nullable annotationsEvan Nemerson2014-06-101-5/+5
* docs: use %, #, and @ more consistently for contants, types, and argsEvan Nemerson2014-06-101-4/+4
* introspection: assorted fixes to avoid Vala regressionsEvan Nemerson2012-06-121-1/+1
* Remove now unused or unneeded variables and functionsFelix Riemann2012-03-261-8/+0
* Add rsvg_cairo_surface_to_pixbuf and use itChristian Persch2011-11-271-23/+13
* Generate introspection GIR and typelibDaniel Drake2011-10-311-1/+1
* set proper mode line and fix indent.Hiroyuki Ikezoe2010-04-251-13/+14
* Use semi-implict casting to fix a crash in pixman.Felix Riemann2010-04-081-1/+1
* Make cairo render functions return a gboolean. Returns TRUE if the imageDominic Lachowicz2008-08-261-13/+16
* 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-40/+38
* Document _render_sub better (bug 346964)Dom Lachowicz2006-07-221-1/+3
* Use g_try_malloc0 so that the app doesn't abort() if we can't malloc theDom Lachowicz2006-05-021-1/+3
* don't paint surfaces with CLEAR that don't support alpha; i'm not at all happ...Dom Lachowicz2006-02-071-1/+1
* Export RsvgHandle and RsvgHandleClass to the outside world so you canDom Lachowicz2006-02-061-1/+1
* Bug #323114; work-around for a nasty cairo bug wrt pixel dirtDom Lachowicz2006-02-051-1/+1
* Bug #330008 - prevent crashes and other bad behavior by checkingDom Lachowicz2006-02-051-0/+3
* Rename rsvg_cairo_render to rsvg_handle_render_cairo, for better GObjectDom Lachowicz2006-02-041-1/+1
* update documentation - should be near 100% symbol coverageDom Lachowicz2006-01-291-0/+2
* document new APIsDom Lachowicz2006-01-141-1/+13
* fixed g_new related regressionCaleb Michael Moore2005-12-041-1/+1
* remove unecessary g_new0()Dom Lachowicz2005-11-261-5/+2
* bug 322489Dom Lachowicz2005-11-261-6/+2
* fancy new partial render apiCaleb Michael Moore2005-11-261-15/+28
* Rip out libart backend; require the cairo backend, and require cairo >=Dom Lachowicz2005-10-221-116/+19
* bounding boxes and percentage fixesCaleb Michael Moore2005-10-211-0/+3
* filters with cairoCaleb Michael Moore2005-10-181-23/+3
* cairo grey box fixCaleb Michael Moore2005-10-081-1/+3
* get rid of unecessary 0-ing of dataDom Lachowicz2005-10-071-1/+1
* hopefully get rid of static when using the cairo backendDom Lachowicz2005-10-071-1/+1
* un-premultiply ARGB into RGBA instead of going through a PNG intermediaryDom Lachowicz2005-08-081-23/+42
* implement rsvg_handle_get_pixbuf() API in terms of Cairo if it's around, and ...Dom Lachowicz2005-08-071-21/+87
* reworked version of a patch from cworth - paths now render nicely via cairoDom Lachowicz2005-08-041-2/+1
* more compartmentalization of libart, accomodation for cairoDom Lachowicz2005-08-031-1/+1
* further splittingCaleb Michael Moore2005-07-211-1285/+2
* consistant node children and stylesCaleb Michael Moore2005-07-191-16/+8
* bug 309885Caleb Michael Moore2005-07-111-6/+48
* bug 309234Dom Lachowicz2005-07-011-10/+10
* fixed little slipup of dom'sCaleb Michael Moore2005-06-271-3/+3
* fix bug 308810Dom Lachowicz2005-06-241-9/+21
* memleak fixCaleb Michael Moore2005-06-231-2/+1
* image size fixes, applied memleak patchCaleb Michael Moore2005-06-161-26/+16
* fixed a little bug with big annoying consequencesCaleb Michael Moore2005-06-041-1/+4
* DOM progression of shapesCaleb Michael Moore2005-05-301-60/+68
* fixed bug 161467Caleb Michael Moore2005-05-201-1/+0
* pserver domificationCaleb Michael Moore2005-05-191-10/+15
* fixed use problemsCaleb Michael Moore2005-05-171-28/+18
* further DOM restructuringCaleb Michael Moore2005-05-161-23/+21
* more DOM stuffCaleb Michael Moore2005-05-151-53/+63
* DOM stuffCaleb Michael Moore2005-05-141-19/+36