]> git.sur5r.net Git - glabels/commit
Refactored core barcode subsystem.
authorJim Evins <evins@snaught.com>
Sat, 30 Oct 2010 21:37:37 +0000 (17:37 -0400)
committerJim Evins <evins@snaught.com>
Sat, 30 Oct 2010 21:45:10 +0000 (17:45 -0400)
commitedaa3e0b6dec8f8ba81c05b5a196a90b1ebb1ca2
tree7acbbcee7a5da74c3b7b569c817dfe351c55a234
parent227f04fc6321c2e05aa216cafcac42d6c682a83f
Refactored core barcode subsystem.

- Created new libglbarcode library
- Moved core barcode structure into library
- Moved cairo rendering of barcode into library
- Moved built-in barcodes to library
- Resurrected Code39 support (from wayback in glabels 0.1.x)

- Backend "glue" remains in glabels proper
37 files changed:
.gitignore
Makefile.am
configure.ac
libglbarcode/Makefile.am [new file with mode: 0644]
libglbarcode/lgl-barcode-code39.c [new file with mode: 0644]
libglbarcode/lgl-barcode-code39.h [new file with mode: 0644]
libglbarcode/lgl-barcode-create.c [new file with mode: 0644]
libglbarcode/lgl-barcode-create.h [new file with mode: 0644]
libglbarcode/lgl-barcode-onecode.c [new file with mode: 0644]
libglbarcode/lgl-barcode-onecode.h [new file with mode: 0644]
libglbarcode/lgl-barcode-postnet.c [new file with mode: 0644]
libglbarcode/lgl-barcode-postnet.h [new file with mode: 0644]
libglbarcode/lgl-barcode-render-to-cairo.c [new file with mode: 0644]
libglbarcode/lgl-barcode-render-to-cairo.h [new file with mode: 0644]
libglbarcode/lgl-barcode-type.h [new file with mode: 0644]
libglbarcode/lgl-barcode.c [new file with mode: 0644]
libglbarcode/lgl-barcode.h [new file with mode: 0644]
libglbarcode/libglbarcode-3.0.pc.in [new file with mode: 0644]
libglbarcode/libglbarcode.h [new file with mode: 0644]
src/Makefile.am
src/bc-backends.c
src/bc-backends.h
src/bc-builtin.c [new file with mode: 0644]
src/bc-builtin.h [new file with mode: 0644]
src/bc-gnubarcode.c
src/bc-gnubarcode.h
src/bc-iec16022.c
src/bc-iec16022.h
src/bc-iec18004.c
src/bc-iec18004.h
src/bc-onecode.c [deleted file]
src/bc-onecode.h [deleted file]
src/bc-postnet.c [deleted file]
src/bc-postnet.h [deleted file]
src/bc-zint.c
src/bc-zint.h
src/label-barcode.c