]> git.sur5r.net Git - glabels/commit
Added pixbuf cache and base64 modules.
authorJim Evins <evins@snaught.com>
Mon, 6 Jan 2003 05:53:19 +0000 (05:53 +0000)
committerJim Evins <evins@snaught.com>
Mon, 6 Jan 2003 05:53:19 +0000 (05:53 +0000)
commitcaa0ba592597dccf7b6980e66ccd7f591c115410
tree315ac763554610023291863f00100e4da03068c9
parent2a1ec544be08cf7cf5e0d1c801627d73aa0b5424
Added pixbuf cache and base64 modules.
Pixbufs are now saved in a glabels file as a base64 encoded version of the serialized pixdata.
Files are now compressed.

git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@237 f5e0f49d-192f-0410-a22d-a8d8700d0965
13 files changed:
glabels2/src/Makefile.am
glabels2/src/base64.c [new file with mode: 0644]
glabels2/src/base64.h [new file with mode: 0644]
glabels2/src/debug.c
glabels2/src/debug.h
glabels2/src/glabels.c
glabels2/src/label-image.c
glabels2/src/label.c
glabels2/src/label.h
glabels2/src/pixbuf-cache.c [new file with mode: 0644]
glabels2/src/pixbuf-cache.h [new file with mode: 0644]
glabels2/src/view.c
glabels2/src/xml-label.c