mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
e30e1f9651
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding certain trailing bytes libzint: fix some confusing error messages introduced by segment stuff general: new escape chars \U, \d and \o backend_qt: fudge rendering of border rectangles due to scaling/translation rounding errors TODO: better fudge GUI: foreground/background colours -> text boxes and icon buttons, add swap button, independently movable picker (NULL parent), preview colour changes, preview Data Window changes, add clear data (del) buttons, add zap button and Factory Reset menu option, various other fixes libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers CMake: add find package QtSvg, remove QtXml manual: split symbology and general specs and sort, move DAFT to 4-state, UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info, various other fiddlings man page: options or -> |, expand MSI Plessey check digit options README.linux: add packages info license: add SPDX-License-Identifier to touched files |
||
---|---|---|
.. | ||
demo | ||
lib/zint | ||
tclconfig | ||
aclocal.m4 | ||
configure | ||
configure.in | ||
Makefile.in | ||
readme.txt | ||
zint_tcl.dsp | ||
zint.c |
zint tcl binding readme ----------------------- 2014-06-30 (C) Harald Oehlmann harald.oehlmann@users.sourceforge.net What: tcl binding for zint bar code generator library Build: The header files of a TCL and Tk build are required for the build. - MS-VC6 project file "zint_tcl.dsp" may be opened by the GUI. - Linux/Unix build is provided by the configure script. Thanks to Christian Werner for that. Usage: load zint.dll zint help Most options are identical to the command line tool. Details may be found in the zint manual. Demo: The demo folder contains a visual demo program.