summaryrefslogtreecommitdiff
path: root/rsvg-private.h
Commit message (Expand)AuthorAgeFilesLines
* Obey the passed-in cancellableChristian Persch2012-01-271-0/+1
* Add content_type out param to _rsvg_io_acquire_*Christian Persch2012-01-271-0/+2
* Add permission check before loading other filesChristian Persch2012-01-261-0/+19
* Mark non-exported functions with G_GNUC_INTERNALChristian Persch2012-01-261-12/+31
* Remove _rsvg_register_typesChristian Persch2012-01-261-2/+0
* Don't export private function _rsvg_size_callbackChristian Persch2012-01-261-20/+1
* Split IO handling to rsvg-io.[ch]Christian Persch2012-01-131-3/+0
* Move definition to rsvg-filter.cChristian Persch2011-11-271-5/+0
* Add rsvg_cairo_surface_to_pixbuf and use itChristian Persch2011-11-271-0/+1
* Remove unused RsvgRender vfuncsChristian Persch2011-11-271-7/+0
* Use cairo image surfacesChristian Persch2011-11-271-0/+5
* Make _rsvg_pixbuf_new_cleared static and remove always-same parametersChristian Persch2011-11-271-2/+0
* Add rsvg_get_surface_of_nodeChristian Persch2011-11-261-1/+3
* Avoid unnecessary strdupsChristian Persch2011-11-111-1/+1
* Add rsvg_handle_new_with_flags()Christian Persch2011-11-071-0/+2
* Drop GSF supportChristian Persch2011-11-071-4/+0
* Render paths from cairo_path_tChristian Persch2011-11-071-1/+1
* Use cairo_path_tChristian Persch2011-11-071-2/+1
* Use cairo_matrix_tChristian Persch2011-11-071-21/+2
* Use cairo_rectangle_tChristian Persch2011-11-071-2/+4
* Remove unused functionsChristian Persch2011-11-071-16/+0
* Make RsvgCairoClipRender inherit RsvgCairoRenderChristian Persch2011-11-071-1/+1
* Add RsvgRender type checkingChristian Persch2011-11-071-0/+21
* Store node type separately in RsvgNodeChristian Persch2011-09-061-1/+59
* Use "const" instead G_CONST_RETURNJavier Jardón2011-06-131-1/+1
* Use GZlibDecompressor for SVGZ supportChristian Persch2010-06-221-2/+6
* Add GIO convenience to librsvgChristian Persch2010-06-221-0/+1
* [PATCH 3/3] Refer to parent's font-size if font-size unit is %, em and ex.Hiroyuki Ikezoe2010-05-021-0/+1
* [PATCH 1/3] RsvgState has its parent state to traverse its ancestors.Hiroyuki Ikezoe2010-05-021-1/+1
* set proper mode-line and fix indent and styles.Hiroyuki Ikezoe2010-05-011-52/+53
* Apply svg element's style after loading style data.Hiroyuki Ikezoe2010-04-181-5/+2
* _rsvg_css_hand_normalize_length_sub is unnecessary.Hiroyuki Ikezoe2010-04-071-3/+0
* GNOME Goal: Clean up GLib and GTK+ includes. Bug #563789Luis Menina2009-02-191-1/+1
* Feature request: rsvg_handle_get_dimensions_sub() (#555682). Patches fromDominic Lachowicz2008-11-221-0/+4
* Use G_STRFUNC as suggested by Christian Persch.Kjartan Maraas2008-11-051-2/+2
* Don't use deprecated glib symbols.Kjartan Maraas2008-11-051-4/+4
* Stop crash due to recursive references (#518640). Patch by Tom ParkerDominic Lachowicz2008-10-201-0/+1
* #539488 - migrate use of GMemChunk to GSlice, from Felix Riemann dittoDominic Lachowicz2008-08-261-1/+0
* 499386 - rsvg_handle_close leads to segfault DittoDom Lachowicz2007-11-271-0/+1
* Fix Emacs modeline. Tab is 8 characters.Emmanuel Pacaud2007-01-131-1/+1
* Fix indentation of *.h files. Running indent on them was not a good idea.Emmanuel Pacaud2007-01-121-75/+60
* Indentation fix, using: indent -kr -nut -pcs -psl -i4 -l100Emmanuel Pacaud2007-01-121-184/+154
* Introduce PRIVATE API to get around bugs 357406 and 362217. IMHO,Dom Lachowicz2006-11-031-0/+2
* Make export symbols work on OSX (bug 352512) Some preparation work forDom Lachowicz2006-08-231-0/+48
* Committed patch from Kouhei Sutou <kou@cozmixng.org> that makes librsvgDom Lachowicz2006-08-221-0/+4
* Use G_GNUC_PRETTY_FUNCTION so as to not depend on GCC extensions (3461163)Dom Lachowicz2006-06-291-2/+2
* Factor out rsvg_get_url_string. Bug 340505.Paolo Borelli2006-05-031-0/+2
* xmlChar vs. char (#340114)Dom Lachowicz2006-04-291-4/+4
* Use rsvg_return_if_fail where appropriate, to make life easier forDom Lachowicz2006-04-191-0/+20
* Export RsvgHandle and RsvgHandleClass to the outside world so you canDom Lachowicz2006-02-061-8/+1