]> gitweb.michael.orlitzky.com - libsvgtiny-pixbuf.git/shortlog
libsvgtiny-pixbuf.git
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 Orlitzkyconfigure.ac: hack around "make distcheck" failure.
2023-08-05 Michael Orlitzky.gitignore,m4/.gitignore: add gitignore files.
2023-08-05 Michael OrlitzkyREADME: add one.
2023-08-05 Michael Orlitzkyconfigure.ac,Makefile.am: build and install the new...
2023-08-05 Michael Orlitzkylibsvgtiny.thumbnailer.in: new thumbnailer template
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 OrlitzkyMakefile.am: don't version the shared library.
2023-08-04 Michael OrlitzkyMakefile.am: don't install the svg2png test program.
2023-08-04 Michael Orlitzkyconfigure.ac,Makefile.am: build both a library and...
2023-08-04 Michael Orlitzkyexample.c: rename to io-svg.c (standard upstream pixbuf...
2023-08-04 Michael Orlitzkyexample.c: improve GError handling.
2023-08-04 Michael Orlitzkyexample.c: refactor to eliminate copy/pasted code.
2023-08-04 Michael Orlitzkyexample.c: use transparent background.
2023-08-04 Michael Orlitzkyexample.c: go back to viewport width/height.
2023-08-04 Michael Orlitzkyexample.c,Makefile.am: begin adding GdkPixbufModule...
2023-08-04 Michael Orlitzkyexample.c: render to diagram width/height instead of...
2023-08-04 Michael OrlitzkyLICENSE: add AGPLv3.
2023-08-04 Michael Orlitzkyexample.c: switch back to the stream-based file API.
2023-08-04 Michael Orlitzkyexample.c: use GdkPixbuf instead of Cairo for SVG ...
2023-08-04 Michael OrlitzkyMakefile.am,configure.ac: pull in gtk4 and gdk-pixbuf...
2023-08-04 Michael Orlitzkyexample.c: factor out cairo_context_from_diagram().
2023-08-04 Michael Orlitzkyexample.c: factor out svgtiny_diagram_from_path().
2023-08-04 Michael OrlitzkyGhostscript_Tiger.svg: drop from repository; no longer...
2023-08-04 Michael Orlitzkyexample.c: take INPUT/OUTPUT filenames as arguments.
2023-08-03 Michael Orlitzkyexample.c: get SVG -> PNG conversion via libsvgtiny...
2023-08-03 Michael OrlitzkyGhostscript_Tiger.svg: add the example file that everyo...
2023-08-03 Michael OrlitzkyMakefile.am: use "CFLAGS" from pkg-config.
2023-08-03 Michael OrlitzkyAdd autotools build system and rename some things.
2023-08-03 Michael OrlitzkyInitial commit of Hello, world!