]> gitweb.michael.orlitzky.com - libsvgtiny-pixbuf.git/shortlog
libsvgtiny-pixbuf.git
2023-08-09 Michael Orlitzkyconfigure.ac: update to v0.0.2. master 0.0.2
2023-08-09 Michael OrlitzkyREADME: we no longer conflict with librsvg
2023-08-09 Michael Orlitzky.gitignore: update shared library names
2023-08-09 Michael OrlitzkyMakefile.am: update library name to avoid conflict...
2023-08-09 Michael Orlitzkyio-svg.c: improve documentation; drop the unused size_f...
2023-08-09 Michael OrlitzkyREADME: wording tweaks 0.0.1
2023-08-08 Michael Orlitzkytest-cases: add a few more test cases targeted at certa...
2023-08-08 Michael Orlitzkyrun-tests.sh: hack a path to allow ./run-tests.sh outsi...
2023-08-08 Michael OrlitzkyMakefile.am,run-tests.sh: new bare-bones test suite
2023-08-08 Michael Orlitzkytest-cases/Ghostscript_Tiger.svg: new file; start addin...
2023-08-08 Michael OrlitzkyMakefile.am: include gdk_pixbuf_get_from_surface.h...
2023-08-08 Michael Orlitzkygdk_pixbuf_get_from_surface.h: make gdk_pixbuf_get_from...
2023-08-08 Michael OrlitzkyMakefile.am,configure.ac: stop using GTK4
2023-08-08 Michael Orlitzkyio-svg.c: use new gdk_pixbuf_get_from_surface.h; drop...
2023-08-08 Michael Orlitzkygdk_pixbuf_get_from_surface.h: new file copy/pasted...
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 OrlitzkyMakefile.am,configure.ac: prepare for libxml2
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 OrlitzkyREADME: mention the symbolic SVG problem
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 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!