summaryrefslogtreecommitdiff
path: root/rsvg-base.c
Commit message (Expand)AuthorAgeFilesLines
* s/colour/color - sorry, but this was all inconsistentFederico Mena Quintero2016-04-121-1/+1
* rsvg_handle_set_size_callback(): Document example code for how to use Cairo d...Federico Mena Quintero2016-04-041-0/+25
* Make gzipped SVGs work with new_from_gfile()Benjamin Otte2015-10-261-8/+23
* drawingctx: Remove unused variableBenjamin Otte2015-10-221-3/+0
* base: Remove old cycle detection codeBenjamin Otte2015-10-221-1/+0
* defs: Remove rsvg_defs_add_resolver()Benjamin Otte2015-10-221-2/+0
* rsvg: Add rsvg_acquire_node()Benjamin Otte2015-10-221-0/+55
* Remove a bunch of unneeded castsBenjamin Otte2015-10-221-7/+7
* bgo#700911 - Make sure the feComponentTransfer functions are actually usedFederico Mena Quintero2015-10-211-1/+1
* Handle the deprecation of g_type_init() to avoid compiler warningsFederico Mena Quintero2015-04-161-1/+2
* bgo#710163 - Use _wfullpath() on Windows instead of _fullpath()LRN2015-03-241-6/+26
* Internally use 'char *' for string dataFederico Mena Quintero2015-02-121-8/+8
* Fix variable name which shadows a type nameFederico Mena Quintero2015-02-121-4/+4
* rsvg-base.c: Have realpath() Work On WindowsChun-wei Fan2014-12-031-0/+9
* all: Add option to parse huge SVG XML filesChristian Persch2014-06-181-3/+20
* introspection: add many missing nullable annotationsEvan Nemerson2014-06-101-7/+8
* docs: use %, #, and @ more consistently for contants, types, and argsEvan Nemerson2014-06-101-14/+14
* portability: canonicalize_file_name -> realpath2.40.2Antoine Jacoutot2013-12-081-4/+4
* docs: Tiny fixChristian Persch2013-05-131-1/+1
* io: Implement strict load policyChristian Persch2013-03-101-8/+81
* io: Use XML_PARSE_NONETChristian Persch2013-03-101-0/+3
* io: Resolve relative URIsChristian Persch2013-03-101-17/+64
* introspection: clean up lots of warnings emitted by g-ir-scannerEvan Nemerson2012-06-191-9/+9
* introspection: assorted fixes to avoid Vala regressionsEvan Nemerson2012-06-121-8/+8
* Remove now unused or unneeded variables and functionsFelix Riemann2012-03-261-4/+0
* Fix variables that could be accessed uninitializedFelix Riemann2012-03-261-0/+3
* Use mime types instead of content typesChristian Persch2012-01-281-8/+8
* Only apply CSS if its content type is text/cssChristian Persch2012-01-271-4/+9
* Obey the passed-in cancellableChristian Persch2012-01-271-8/+24
* Add content_type out param to _rsvg_io_acquire_*Christian Persch2012-01-271-4/+9
* Add permission check before loading other filesChristian Persch2012-01-261-18/+51
* Mark non-exported functions with G_GNUC_INTERNALChristian Persch2012-01-261-0/+3
* Split IO handling to rsvg-io.[ch]Christian Persch2012-01-131-61/+92
* Don't parse CSS when the mime type isn't text/cssChristian Persch2012-01-131-3/+9
* Fix rendering of <text> tags when they contain <desc> tags or similarAngus Gratton2012-01-051-1/+1
* Unify desc, title and metadata handlersChristian Persch2011-12-151-143/+71
* Deprecate the title, desc, and metadata accessorsChristian Persch2011-12-151-0/+6
* Plug mem leaksChristian Persch2011-12-151-9/+39
* Remove unused RsvgRender vfuncsChristian Persch2011-11-271-12/+0
* 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