summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Obey the passed-in cancellableChristian Persch2012-01-277-20/+47
* Add content_type out param to _rsvg_io_acquire_*Christian Persch2012-01-279-36/+94
* Improve decoding of data: URIsChristian Persch2012-01-271-23/+90
* Don't do fallback for data: URIsChristian Persch2012-01-271-8/+16
* Don't overwrite GErrorsChristian Persch2012-01-271-4/+4
* Add permission check before loading other filesChristian Persch2012-01-2610-48/+92
* Mark non-exported functions with G_GNUC_INTERNALChristian Persch2012-01-2621-59/+208
* Remove _rsvg_register_typesChristian Persch2012-01-264-53/+16
* Don't export private function _rsvg_size_callbackChristian Persch2012-01-2610-102/+172
* Fix the buildWilliam Lachance2012-01-161-1/+0
* Remove obsolete scriptChristian Persch2012-01-143-78/+0
* rsvg-view: Always initialise variableChristian Persch2012-01-131-2/+2
* Plug a mem leakChristian Persch2012-01-131-3/+4
* Fix an ABI compat problemChristian Persch2012-01-131-0/+31
* rsvg-view: Make this a GUI app for WindowsMaarten Bosmans2012-01-131-0/+4
* Split IO handling to rsvg-io.[ch]Christian Persch2012-01-1311-255/+416
* Don't parse CSS when the mime type isn't text/cssChristian Persch2012-01-131-3/+9
* rsvg-view: Re-implement .svgz supportChristian Persch2012-01-131-1/+29
* Fix rendering of <text> tags when they contain <desc> tags or similarAngus Gratton2012-01-051-1/+1
* Rework rsvg-viewChristian Persch2011-12-193-452/+281
* Post release version bumpChristian Persch2011-12-191-1/+1
* Version 2.35.12.35.1Christian Persch2011-12-191-0/+3
* Unify desc, title and metadata handlersChristian Persch2011-12-151-143/+71
* Deprecate the title, desc, and metadata accessorsChristian Persch2011-12-152-6/+13
* Plug mem leaksChristian Persch2011-12-151-9/+39
* Fix rsvg.h causing an "internal" deprated warningHans de Goede2011-12-101-1/+1
* 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
* Support basic vertical writing (Gnome Bug #664533)KUROSAWA Takeshi2011-11-285-44/+122
* Remove unused struct memberChristian Persch2011-11-271-1/+0
* Move definition to rsvg-filter.cChristian Persch2011-11-272-5/+4
* Flush the surface before accessing its pixelsChristian Persch2011-11-271-2/+39
* Remove unused functionChristian Persch2011-11-272-51/+31
* Remove unused functionsChristian Persch2011-11-272-57/+0
* Add rsvg_cairo_surface_to_pixbuf and use itChristian Persch2011-11-273-23/+127
* Remove unused RsvgRender vfuncsChristian Persch2011-11-276-108/+0
* NULL check before dereferenceChristian Persch2011-11-271-1/+1
* Use cairo image surfacesChristian Persch2011-11-279-437/+569
* Make _rsvg_pixbuf_new_cleared static and remove always-same parametersChristian Persch2011-11-272-23/+20
* Make some functions staticChristian Persch2011-11-262-9/+2
* Make filters render to a surfaceChristian Persch2011-11-265-61/+80
* Use cairo_image_surface_create() directlyChristian Persch2011-11-261-18/+19
* Add rsvg_get_surface_of_nodeChristian Persch2011-11-266-1/+49
* introspection: Hide deprecated stuffChristian Persch2011-11-251-0/+4
* introspection: Skip internal stuffChristian Persch2011-11-251-1/+4
* Remove unused member 'orientation'KUROSAWA Takeshi2011-11-251-3/+0
* Set correct value when unicode-bidi: inherit;KUROSAWA Takeshi2011-11-251-1/+1
* Clamp opacity value to range 0 to 1Kurosawa Takeshi2011-11-241-3/+6