kc3-lang/libqrencode/qrencode.h

Branch :


Log

Author Commit Date CI Message
68a8a6b6 2010-10-09 10:49:22 Copyright year and mail addresses updated.
ad4d46ae 2010-01-27 06:24:59
6befd5b7 2010-01-25 05:53:10 - Added new functions to set FNC1 flag. - FNC1 second position encoding now supported.
a9c33062 2010-01-25 01:16:28 * qrencode.h: - QR_MODE_{ECI,FNC1A,FNC1B} have been added to QRencodeMode. * qrspec.h, mqrspec.h, qrinput.c: - QRSPEC_MODEID_* and MQRSPEC_MODEID_* have been added, and hard coded numbers were replaced with them.
b44c5f95 2010-01-16 07:48:49 QRcode_encodeData{,MQR,Structured}() have been added. Code refactoring.
8ff21ca4 2009-12-09 12:53:25 Typo fixes.
9b284987 2009-06-08 08:25:00 QRcode_clearCache() has been added.
fa3bb063 2009-06-05 19:24:24 VERSION_MAX moved to qrencode.h. Some functions now throws ERANGE.
4006013a 2009-06-05 16:17:59 QRinput_setVersionAndErrorCorrectionLevel() has been added.
f832f444 2009-06-03 20:47:07 QRencode_encodeStringMQR() and its 8bit version are added. QRcode_encodeMaskMQR() has been added.