..
tests
QR optimize encoding modes
2019-12-16 17:31:52 +00:00
tools
ECI conversion for GRIDMATRIX; GB 2312 LIBICONV port
2019-11-28 19:15:29 +00:00
2of5.c
Remove spaces before EOL
2017-10-25 17:23:57 +01:00
auspost.c
Remove error correction bug for Australia Post symbols
2018-03-15 19:17:34 +00:00
aztec.c
Handle UNICODE_MODE ECI conversion for reduced charset barcodes and QRCODE/MICROQR
2019-11-27 16:16:14 +00:00
aztec.h
Remove spaces before EOL
2017-10-25 17:23:57 +01:00
bmp.c
Remove spaces before EOL
2017-10-25 17:23:57 +01:00
bmp.h
Remove spaces before EOL
2017-10-25 17:23:57 +01:00
CMakeLists.txt
HANXIN ECI conversion, GB 18030 LIBICONV port; some codeword fixes; optimized encoding modes
2019-12-08 16:15:34 +00:00
codablock.c
Handle UNICODE_MODE ECI conversion for reduced charset barcodes and QRCODE/MICROQR
2019-11-27 16:16:14 +00:00
code1.c
Handle UNICODE_MODE ECI conversion for reduced charset barcodes and QRCODE/MICROQR
2019-11-27 16:16:14 +00:00
code1.h
Remove spaces before EOL
2017-10-25 17:23:57 +01:00
code16k.c
Handle UNICODE_MODE ECI conversion for reduced charset barcodes and QRCODE/MICROQR
2019-11-27 16:16:14 +00:00
code49.c
Handle UNICODE_MODE ECI conversion for reduced charset barcodes and QRCODE/MICROQR
2019-11-27 16:16:14 +00:00
code49.h
Make data types for tables consistent across symbologies
2017-08-09 09:13:37 +01:00
code128.c
Always parse input as GS1 for EAN128 and RSS_EXP
2019-10-17 10:06:21 +01:00
code.c
Fixes for eci, binary div, upce, other
2019-09-01 20:23:15 +01:00
common.c
QR optimize encoding modes
2019-12-16 17:31:52 +00:00
common.h
QR optimize encoding modes
2019-12-16 17:31:52 +00:00
composite.c
EAN128_CC ecc, cc_width, rows and alignment adjustments
2019-11-05 14:16:48 +00:00
composite.h
Composite changes encodation 10, 11, general field, CC-A/B shift
2019-10-29 22:54:18 +00:00
DEVELOPER
Update version to 2.6.1
2017-08-27 09:31:02 +01:00
dllversion.c
code reworked
2012-12-29 19:37:03 +01:00
dmatrix.c
Handle UNICODE_MODE ECI conversion for reduced charset barcodes and QRCODE/MICROQR
2019-11-27 16:16:14 +00:00
dmatrix.h
2018-08-30 HaO Change DMRE from AIM standard to ISO/EC29158 DMRE (not backward compatible)
2019-08-30 18:41:58 +02:00
dotcode.c
Handle UNICODE_MODE ECI conversion for reduced charset barcodes and QRCODE/MICROQR
2019-11-27 16:16:14 +00:00
eci.c
Fixes for eci, binary div, upce, other
2019-09-01 20:23:15 +01:00
eci.h
Fixes for eci, binary div, upce, other
2019-09-01 20:23:15 +01:00
emf.c
Fix EOF bug in EMF output
2019-03-14 11:02:17 +00:00
emf.h
Remove spaces before EOL
2017-10-25 17:23:57 +01:00
font.h
Make data types for tables consistent across symbologies
2017-08-09 09:13:37 +01:00
gb2312.c
HANXIN ECI conversion, GB 18030 LIBICONV port; some codeword fixes; optimized encoding modes
2019-12-08 16:15:34 +00:00
gb2312.h
HANXIN ECI conversion, GB 18030 LIBICONV port; some codeword fixes; optimized encoding modes
2019-12-08 16:15:34 +00:00
gb18030.c
HANXIN ECI conversion, GB 18030 LIBICONV port; some codeword fixes; optimized encoding modes
2019-12-08 16:15:34 +00:00
gb18030.h
HANXIN ECI conversion, GB 18030 LIBICONV port; some codeword fixes; optimized encoding modes
2019-12-08 16:15:34 +00:00
general_field.c
Uses general_field_encode in rss_binary_string; min 4 chars; bottom separator
2019-10-31 02:01:42 +00:00
general_field.h
Composite changes encodation 10, 11, general field, CC-A/B shift
2019-10-29 22:54:18 +00:00
gif.c
Remove spaces before EOL
2017-10-25 17:23:57 +01:00
gridmtx.c
QR optimize encoding modes
2019-12-16 17:31:52 +00:00
gridmtx.h
GRIDMATRIX codeword fixes, Project Nayuki optimized encoding modes
2019-12-04 13:45:01 +00:00
gs1.c
Make compile with ms-vc6 (zint, tcl) and VS2015 (qzint)
2019-11-17 19:30:55 +01:00
gs1.h
Always parse input as GS1 for EAN128 and RSS_EXP
2019-10-17 10:06:21 +01:00
hanxin.c
QR optimize encoding modes
2019-12-16 17:31:52 +00:00
hanxin.h
Remove spaces before EOL
2017-10-25 17:23:57 +01:00
imail.c
Fixes for eci, binary div, upce, other
2019-09-01 20:23:15 +01:00
large.c
Fixes for eci, binary div, upce, other
2019-09-01 20:23:15 +01:00
large.h
Improved binary multiplication for large numbers
2018-02-11 08:00:32 +00:00
library.c
Merge rMQR support in to master
2019-12-01 15:17:08 +00:00
libzint.rc
Update version to 2.7.0
2019-12-05 20:16:39 +01:00
LICENSE
license changed with permission of original copyright holders (see mailing list for details)
2013-05-16 19:26:22 +02:00
mailmark.c
Fixes for eci, binary div, upce, other
2019-09-01 20:23:15 +01:00
Makefile.mingw
Chnaged formatting and set "git config core.autocrlf false" to avoid warning that it will be transformed to crlf. No idea what it does.
2018-12-12 10:09:17 +01:00
maxicode.c
Allow explicit ECI 3
2019-10-06 17:39:54 +01:00
maxicode.h
Make data types for tables consistent across symbologies
2017-08-09 09:13:37 +01:00
medical.c
Remove spaces before EOL
2017-10-25 17:23:57 +01:00
ms_stdint.h
Remove spaces before EOL
2017-10-25 17:23:57 +01:00
pcx.c
Remove spaces before EOL
2017-10-25 17:23:57 +01:00
pcx.h
Remove spaces before EOL
2017-10-25 17:23:57 +01:00
pdf417.c
Allow explicit ECI 3
2019-10-06 17:39:54 +01:00
pdf417.h
Refactor
2017-09-11 19:21:33 +01:00
plessey.c
Remove spaces before EOL
2017-10-25 17:23:57 +01:00
png.c
Remove spaces before EOL
2017-10-25 17:23:57 +01:00
postal.c
Handle UNICODE_MODE ECI conversion for reduced charset barcodes and QRCODE/MICROQR
2019-11-27 16:16:14 +00:00
ps.c
Make it compile with MS-VC6++
2018-11-02 09:09:38 +01:00
qr.c
QR optimize encoding modes
2019-12-16 17:31:52 +00:00
qr.h
QR optimize encoding modes
2019-12-16 17:31:52 +00:00
raster.c
EANX/UPCA/UPCE_CHK handling + various raster/vector fixes; ISBNX add-ons
2019-11-11 21:38:21 +00:00
reedsol.c
HANXIN ECI conversion, GB 18030 LIBICONV port; some codeword fixes; optimized encoding modes
2019-12-08 16:15:34 +00:00
reedsol.h
Remove spaces before EOL
2017-10-25 17:23:57 +01:00
rss.c
EAN128_CC ecc, cc_width, rows and alignment adjustments
2019-11-05 14:16:48 +00:00
rss.h
Uses general_field_encode in rss_binary_string; min 4 chars; bottom separator
2019-10-31 02:01:42 +00:00
sjis.c
HANXIN ECI conversion, GB 18030 LIBICONV port; some codeword fixes; optimized encoding modes
2019-12-08 16:15:34 +00:00
sjis.h
HANXIN ECI conversion, GB 18030 LIBICONV port; some codeword fixes; optimized encoding modes
2019-12-08 16:15:34 +00:00
stdint_msvc.h
Remove spaces before EOL
2017-10-25 17:23:57 +01:00
svg.c
Handle UNICODE_MODE ECI conversion for reduced charset barcodes and QRCODE/MICROQR
2019-11-27 16:16:14 +00:00
telepen.c
Remove spaces before EOL
2017-10-25 17:23:57 +01:00
tif.c
Do not free _alloca data
2018-02-13 16:53:12 +01:00
tif.h
Remove spaces before EOL
2017-10-25 17:23:57 +01:00
ultra.c
Add placeholder for Ultracode
2019-03-21 09:14:24 +00:00
upcean.c
EANX/UPCA/UPCE_CHK handling + various raster/vector fixes; ISBNX add-ons
2019-11-11 21:38:21 +00:00
vector.c
EANX/UPCA/UPCE_CHK handling + various raster/vector fixes; ISBNX add-ons
2019-11-11 21:38:21 +00:00
zint.h
Update version to 2.7.0
2019-12-05 20:16:39 +01:00