]> gitweb.michael.orlitzky.com - libsvgtiny-pixbuf.git/history - io-svg.c
io-svg.c: do nothing if we're handed an increment of size zero
[libsvgtiny-pixbuf.git] / io-svg.c
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...