]> gitweb.michael.orlitzky.com - libsvgtiny-pixbuf.git/history - io-svg.c
COPYING: add one to state the "or later" bit
[libsvgtiny-pixbuf.git] / io-svg.c
2023-08-09 Michael Orlitzkyio-svg.c: improve documentation; drop the unused size_f...
2023-08-08 Michael Orlitzkyio-svg.c: use new gdk_pixbuf_get_from_surface.h; drop...
2023-08-07 Michael Orlitzkyio-svg.c: add a mutex around svgtiny_parse()
2023-08-07 Michael Orlitzkyio-svg.c: use libxml2 to implement the <xi:include...
2023-08-07 Michael Orlitzkyio-svg.c: first attempt at handling content after an...
2023-08-07 Michael Orlitzkyio-svg.c: constify some arguments.
2023-08-07 Michael Orlitzkyio-svg.c: defend against things that shouldn't happen
2023-08-07 Michael Orlitzkyio-svg.c: do nothing if we're handed an increment of...
2023-08-06 Michael Orlitzkyio-svg.c: make two comments more informative
2023-08-06 Michael Orlitzkyio-svg.c: try to use stupid gtypes consistently.
2023-08-06 Michael Orlitzkyio-svg.c: clean up compiler warnings
2023-08-06 Michael Orlitzkyio-svg.c: initial support for gtk-encode-symbolic-svg
2023-08-06 Michael Orlitzkyio-svg.c: simplify memory management for context->svg_data
2023-08-06 Michael Orlitzkyio-svg.c: drop some commented example code that was...
2023-08-05 Michael Orlitzkyio-svg.c: update libsvgtiny error descriptions.
2023-08-05 Michael Orlitzkyio-svg.c: whitespace cleanup.
2023-08-05 Michael Orlitzkyio-svg.c: realloc() on each incremental load.
2023-08-05 Michael Orlitzkyio-svg.c: back to diagram width and height once again.
2023-08-05 Michael Orlitzkyio-svg.c: remove code for non-incremental loading.
2023-08-05 Michael Orlitzkyio-svg.c: miscellaneous documentation and error-handlin...
2023-08-04 Michael Orlitzkyio-svg.c: more work towards incremental loading (not...
2023-08-04 Michael Orlitzkyio-svg.c: add "incremental load" scaffolding.
2023-08-04 Michael Orlitzkyexample.c: rename to io-svg.c (standard upstream pixbuf...