]> git.sur5r.net Git - glabels/commit
More refactoring of barcode subsystem.
authorJim Evins <evins@snaught.com>
Sun, 11 Jul 2010 18:00:20 +0000 (14:00 -0400)
committerJim Evins <evins@snaught.com>
Sun, 11 Jul 2010 18:00:20 +0000 (14:00 -0400)
commitb5865243f8cb28214bfed442ee5d7cbee2967bc2
tree42b02963f5c5c00e1a02969ad189345a42e301ae
parent6717882e759c320e468683f8c69cf8af1281d91b
More refactoring of barcode subsystem.

Create a clear separation between the intermediate barcode format and
the management of the barcode backends.
14 files changed:
src/Makefile.am
src/bc-backends.c [new file with mode: 0644]
src/bc-backends.h [new file with mode: 0644]
src/bc-gnubarcode.c
src/bc-iec16022.c
src/bc-iec18004.c
src/bc-postnet.c
src/bc-zint.c
src/bc.c
src/bc.h
src/label-barcode.c
src/label-barcode.h
src/object-editor-bc-page.c
src/object-editor.h