summaryrefslogtreecommitdiff
path: root/rsvg-gobject.c
Commit message (Expand)AuthorAgeFilesLines
* docs: use %, #, and @ more consistently for contants, types, and argsEvan Nemerson2014-06-101-1/+1
* introspection: assorted fixes to avoid Vala regressionsEvan Nemerson2012-06-121-0/+21
* Deprecate including headers other than rsvg.hEvan Nemerson2012-06-121-1/+1
* Obey the passed-in cancellableChristian Persch2012-01-271-0/+3
* Add permission check before loading other filesChristian Persch2012-01-261-1/+2
* Remove _rsvg_register_typesChristian Persch2012-01-261-48/+10
* Bump libxml2 dependency to 2.7.0Christian Persch2011-11-121-18/+1
* Plug a mem leakChristian Persch2011-11-121-21/+21
* Deprecate rsvg_init and rsvg_termChristian Persch2011-11-071-0/+2
* Add rsvg_handle_new_with_flags()Christian Persch2011-11-071-0/+42
* Drop GSF supportChristian Persch2011-11-071-11/+0
* Make RsvgHandle:dispose safe to be called multiple timesChristian Persch2011-11-071-0/+4
* Use gobject instance private dataChristian Persch2011-11-071-3/+4
* rsvg-gobject.c: g_free object after we free all it's attributes, not before (...Adam Tkac2010-07-021-2/+2
* Modernise API docsChristian Persch2010-06-261-0/+14
* Don't leak the input streamChristian Persch2010-06-221-0/+4
* Use GZlibDecompressor for SVGZ supportChristian Persch2010-06-221-5/+14
* Add GIO convenience to librsvgChristian Persch2010-06-221-0/+5
* set proper mode-line and fix indent and styles.Hiroyuki Ikezoe2010-05-011-5/+6
* Handle !important directive.Hiroyuki Ikezoe2010-04-271-1/+4
* remove needless G_OBJECT macros.Hiroyuki Ikezoe2010-04-071-3/+3
* fix compiler warnings.Hiroyuki Ikezoe2010-04-061-1/+1
* Feature request: rsvg_handle_get_dimensions_sub() (#555682). Patches fromDominic Lachowicz2008-11-221-0/+1
* gdmgreeter segfault due to libxml2 API/ABI change (#549087). Patch by TomDominic Lachowicz2008-10-201-0/+4
* Fix mismatched allocators. Bug #514071.Christian Persch2008-02-121-4/+4
* 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-222/+219
* Bug #393297: no need to make GTypeInfo static.Christian Persch2007-01-051-1/+1
* Bug 361267 - SVGs with duplicate IDs cause Nautilus/eog to crash.Dom Lachowicz2006-11-031-1/+1
* Introduce PRIVATE API to get around bugs 357406 and 362217. IMHO,Dom Lachowicz2006-11-031-16/+29
* Implement the XInclude spec to some large-ish degree. Currently doesn'tDom Lachowicz2006-04-301-1/+2
* bug 338795Dom Lachowicz2006-04-181-1/+1
* Export RsvgHandle and RsvgHandleClass to the outside world so you canDom Lachowicz2006-02-061-37/+37
* Bug #330008 - prevent crashes and other bad behavior by checkingDom Lachowicz2006-02-051-2/+4
* add props "width", "height", "em", "ex" (all read only)Robert Staudinger2006-02-051-4/+26
* add props "width", "height" (read only)Robert Staudinger2006-02-041-0/+23
* don't use newly deprecated API; use g_object_unref insteadDom Lachowicz2006-02-041-0/+13
* Update documentation. I'm pretty happy with how things look and areDom Lachowicz2006-02-041-0/+259