summaryrefslogtreecommitdiff
path: root/rsvg-base.c
Commit message (Expand)AuthorAgeFilesLines
* Use cairo image surfacesChristian Persch2011-11-271-0/+9
* Add rsvg_get_surface_of_nodeChristian Persch2011-11-261-0/+6
* Fix parsing of xml-stylesheet pseudo-attributesChristian Persch2011-11-141-5/+5
* Remove obsolete ifdefChristian Persch2011-11-141-2/+0
* Bump libxml2 dependency to 2.7.0Christian Persch2011-11-121-55/+1
* Avoid unnecessary strdupsChristian Persch2011-11-111-8/+8
* Don't coalesce character nodes with tspan nodesMartin von Gagern2011-11-071-0/+3
* Deprecate rsvg_init and rsvg_termChristian Persch2011-11-071-3/+17
* Add rsvg_handle_new_with_flags()Christian Persch2011-11-071-1/+1
* Fix unused-but-set-variable warningsChristian Persch2011-11-071-3/+2
* Drop GSF supportChristian Persch2011-11-071-72/+2
* Render paths from cairo_path_tChristian Persch2011-11-071-7/+1
* Use cairo_path_tChristian Persch2011-11-071-8/+6
* Use cairo_matrix_tChristian Persch2011-11-071-14/+18
* Use cairo_rectangle_tChristian Persch2011-11-071-38/+38
* Use cairo_path_data_type_t directlyChristian Persch2011-11-071-1/+0
* Add RsvgRender type checkingChristian Persch2011-11-071-11/+2
* Generate introspection GIR and typelibDaniel Drake2011-10-311-1/+1
* Store node type separately in RsvgNodeChristian Persch2011-09-061-28/+40
* Call xmlFreeParserCtxt after using the context.Hiroyuki Ikezoe2011-07-281-3/+5
* Use "const" instead G_CONST_RETURNJavier Jardón2011-06-131-4/+4
* Fix build against old libxml2Christian Persch2010-06-271-0/+4
* Fix a compiler warning with GIO < 2.24Christian Persch2010-06-271-1/+1
* Modernise API docsChristian Persch2010-06-261-2/+2
* Use GZlibDecompressor for SVGZ supportChristian Persch2010-06-221-40/+72
* Add GIO convenience to librsvgChristian Persch2010-06-221-0/+212
* Apply style attributes of svg element at the end of svg element tag.Hiroyuki Ikezoe2010-06-081-1/+1
* Use correct free funcChristian Persch2010-06-051-2/+2
* Fix crash when rendering style only file.gnome-2-26Hiroyuki Ikezoe2010-06-021-1/+1
* [PATCH 1/3] RsvgState has its parent state to traverse its ancestors.Hiroyuki Ikezoe2010-05-021-9/+1
* set proper mode-line and fix indent and styles.Hiroyuki Ikezoe2010-05-011-197/+191
* Apply svg element's style after loading style data.Hiroyuki Ikezoe2010-04-181-0/+3
* render correctly no width and height specification SVG.Hiroyuki Ikezoe2010-04-071-1/+1
* _rsvg_css_hand_normalize_length_sub is unnecessary.Hiroyuki Ikezoe2010-04-071-18/+6
* remove needless G_OBJECT macros.Hiroyuki Ikezoe2010-04-071-1/+1
* fix compiler warnings.Hiroyuki Ikezoe2010-04-061-1/+1
* fails to parse SVG with parameter entities. Bug #567311Christian Persch2009-02-191-0/+27
* remove warningDom Lachowicz2009-02-191-2/+0
* better error messages. Bug #567307Christian Persch2009-02-191-2/+20
* Memory leak in rsvg_handle_get_dimensions_sub(). Bug #562546Hagen Schink2009-02-191-1/+5
* Add function to check whether the SVG document contains an element by ID.Christian Persch2009-01-081-0/+24
* Bug 564522 – rsvg_handle_get_position_sub doesn't workChristian Persch2008-12-151-0/+2
* New API rsvg_handle_get_position_sub(), gets the offset of an SVG element.Robert Staudinger2008-11-271-0/+106
* Feature request: rsvg_handle_get_dimensions_sub() (#555682). Patches fromDominic Lachowicz2008-11-221-144/+111
* Stray Makefile variables (#558039). Patches from dmacks@netspace.orgDominic Lachowicz2008-11-221-4/+0
* Stop crash due to recursive references (#518640). Patch by Tom ParkerDominic Lachowicz2008-10-201-0/+3
* gdmgreeter segfault due to libxml2 API/ABI change (#549087). Patch by TomDominic Lachowicz2008-10-201-0/+18
* #539488 - migrate use of GMemChunk to GSlice, from Felix Riemann dittoDominic Lachowicz2008-08-261-6/+1
* Fixes last bug @ below url. Text inside of text and tspan nodes now getsDominic Lachowicz2008-02-201-0/+32
* Migrate to gio (#513778)Jan Arne Petersen2008-02-021-4/+0