Commit Graph

50 Commits

Author SHA1 Message Date
5cc4674a99 Added changelog in TCL file, that character encoding is now treated by zint and TCL encodings are not used any more. 2021-01-14 10:07:25 +01:00
e1e0aa7ac4 eci: All ECIs: update CLI main.c and tcl zint.c 2021-01-12 14:11:53 +00:00
04bf0ec99c 2021-01-05 2.9.1 HaO TCL backend update
+- Added options -reverse, -werror, -wzpl
+- Use version number from zint.h (first 3 digits). Do not use an own one.
2021-01-05 14:13:11 +01:00
2b85585e69 MAXICODE: scmvv option #212; postcode needn't be space-filled 2020-12-19 17:13:35 +00:00
cd214addba HANXIN: 0xFFE terminator; reedsol/AZTEC: stack-based; AZTEC/HANXIN/QR/GRIDMATRIX speedups; #209 2020-11-27 12:54:44 +00:00
e37a82a8f1 Tabs/typo in zint.h; PostNet -> POSTNET; ui: shortcuts, tooltips; tests inkscape -> libreoffice 2020-10-03 22:51:08 +01:00
36c19053d7 vector.c: string halign; POSTNET/PLANET: 1 module space; ZBarcode_Cap(); GUI settings 2020-09-30 12:19:12 +01:00
ac7b5dd282 #206 build: version to 2.9.1.9; ZINT_VERSION_BUILD (9 dev); tools/update_version.php 2020-09-04 16:38:11 +01:00
b78fa8cf2f - Compile-able with MS-VC6
- Compile-able with MS-VC2015+QT5.18
- transbarency in TCL backend
- correct TCL demo
- README changes
2020-08-04 15:49:25 +02:00
e9652df70c Change PDF417TRUNC -> PDF417COMP and version 2.8 -> 2.9 2020-07-29 22:35:31 +01:00
0004cfb35a Change symbol names e.g. RSS > GS-1 DataBar
Preserves old names in zint.h to retain backwards compatability.
2020-07-29 20:43:08 +01:00
b0c30489ec README updated with the changes of the last 3 weeks
TCL backend changes:
- Version now 2.9.0
- option -addongap added
- renamed the following symbology names:
  - Matrix2of5 -> Standard2of5
  - PDF417Trunc -> PDF417Compact
  - RSS14Stacked -> GS1DataBarStacked
  - RSS14Stacked -> GS1DataBarStacked
  - RSS14StackedOmni -> GS1DataBarSstackedOmni
  - RSS14ExpandedStacked -> GS1DataBarExpandedStacked
  - OneCode -> USPSIntelligentMail
  - EAN128-CC -> GS1-128-CC
  - RSS14-CC -> GS1DataBarOmni-CC
  - RSSLimited-CC -> GS1DataBarLimited-CC
  - RSSExpandedStacked-CC -> GS1DataBarExpanded-CC
  - RSSEXPanded-CC -> GS1DataBarExpanded-CC
  - RSS14Stacked-CC -> GS1DataBarStacked-CC
  - RSS14Omni-CC -> GS1DataBarStackedOmni-CC
  - RSSExpandedStacked-CC -> GS1DataBarExpandedStacked-CC
  *** Potential incompatibility ***
2020-07-27 18:44:51 +02:00
5875305cef Added changes list of last great commit by GITLose 2020-06-10 12:02:53 +02:00
7be63a00b6 CODE16K fixes; separator default 1; raster/vector.c quiet_zones, output.c; #191 2020-05-21 18:22:28 +01:00
9f56a1c35e - Added changes in README
- Migrated changes in main.c to tcl backend
- TCL Demo did not honor the specified options
- Added "static" to function "is_stackable" in frontend/main.c. This is an interrim solution, see E-Mail.
2020-05-19 12:02:18 +02:00
17474b10d8 Add UltraCode symbology to the tcl backend. 2020-04-07 18:11:33 +02:00
2f99f0c4fd Add -fullmultibyte to tcl frontend 2020-04-06 18:37:39 +02:00
0c5dc4d030 Set version to 2.7.1 2020-02-01 19:36:50 +01:00
889e786d95 HANXIN ECI conversion, GB 18030 LIBICONV port; some codeword fixes; optimized encoding modes 2019-12-08 16:15:34 +00:00
e03d03c877 Update version to 2.7.0 2019-12-05 20:16:39 +01:00
045a9e3b00 Make zint compile on MS-VC6. Adopt makefiles to new file list. 2019-12-05 19:19:37 +01:00
8be13283db ECI conversion for GRIDMATRIX; GB 2312 LIBICONV port 2019-11-28 19:15:29 +00:00
fed7378675 Handle UNICODE_MODE ECI conversion for reduced charset barcodes and QRCODE/MICROQR 2019-11-27 16:16:14 +00:00
23ec0d48fc Make compile with ms-vc6 (zint, tcl) and VS2015 (qzint) 2019-11-17 19:30:55 +01:00
6e1283ccd8 2019-10-07 2.6.7 HaO Set version to 2.6.7, documentation, readme 2019-10-07 11:57:35 +02:00
6751a816a6 2019-09-19 HaO Set Version to 2.6.6 2019-09-18 11:58:57 +02:00
40aab7908b 2018-08-30 2.6.5 HaO Set version to 2.6.5 2019-09-02 12:37:01 +02:00
128a6f43d6 Included backend/ultra.c in makefiles I maintain 2019-08-30 14:41:03 +02:00
059eb7e450 tcl backend update to version 2.6.4:
- Add options -bold, -dotted, -dotsize, -dmre, -eci
- Implemented ECI logic
2018-11-02 18:48:04 +01:00
458d1c2ca0 tcl backend: improved help and corrected parameter error that -rotate 360 was allowed but would crash 2018-11-02 09:36:51 +01:00
30a334f60b Add backend/vector.c to makefiles I maintain 2018-11-02 09:34:00 +01:00
7fb7203a86 Include VIN and MailMark symbologies 2018-02-13 16:37:46 +01:00
31cc0ae78a Remove spaces before EOL 2017-10-25 17:23:57 +01:00
45441a6da7 Fix mixed unix / windows EOL 2017-10-25 17:15:35 +01:00
2372c16ba0 2017-10-23 2.6.2 HaO Allow TCL dll unload 2017-10-23 17:32:57 +02:00
4b03bccba0 Make compile with MS-VC and set release version 2.6.2 in various files
Attention: qtzint.exe core dumpfs for me
2017-10-23 17:07:30 +02:00
f83e5b1501 Make compile with MS-VC6 2017-10-16 19:26:54 +02:00
947b548fd0 Merge branch 'master' of ssh://git.code.sf.net/p/zint/code 2017-09-11 19:24:03 +01:00
4963a772db Refactor 2017-09-11 19:21:33 +01:00
1d44670642 Update TCL zint to framework 2.6.1 2017-08-29 22:19:55 +02:00
c52032acb2 Update win c6 makefile and tcl backend to version 2.6.0 2017-05-12 14:16:59 +02:00
6ac21c39b8 Add files emf.c and tif.c to tcl makefiles 2017-03-29 12:08:05 +02:00
5fdecd20bd Set Version 2.5.3 for TCL ZINT and 2.5.1 for zint.exe 2016-12-12 15:38:38 +01:00
f83413f481 Corrected zint tcl package version to 2.5.2 2016-10-17 22:01:15 +02:00
674687feba tcl backend 2.5.2: Include the upstream reverted image format 2016-10-14 16:23:15 +02:00
51d737b8db Update TEA build of tcl zint package 2016-09-14 10:01:49 +02:00
6d3b167ead 2016-09-14 2.5.1 HaO
-   Added Codablock F options "-rows".
-   Adopted to new image format of zint
2016-09-14 09:51:54 +02:00
727cd147d7 Included TEA and Androwish changes by Christian Werner from:
http://www.androwish.org/index.html/info/9fb57bb78476312a
2016-07-04 13:46:30 +02:00
372994d794 Add Data Matrix Rectangular Extension (DMRE) in regular distribution
- add define "DM_DMRE	101" to zint.h as option_3 value
- add option "-dmre" to command line
- add ckeckbutton "Activate DMRE in automatic mode" to qzint
- make dmatrix.c/dmatrix.h aware of option_3 value DM_DMRE and include DMRE in automatic mode
- Use version 2.5 everywere (as already started by Robin)
- common test case for DMRE in automatic mode is numeric input data with 48 digits, which should lead to a symbol of size 8x64
2016-02-27 21:26:52 +01:00
fe83bb1f36 TCL Backend 2.5.0 2015-08-18 14:23:28 +02:00