1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-05-01 19:55:29 +00:00
Commit Graph

27 Commits

Author SHA1 Message Date
gitlost
df64a0f237 debian: updated using https://salsa.debian.org/debian/zint as
template, props Dmitry Smirnov (ticket #147, props John Crisp);
  TODO: enable building with the GS1 Syntax Engine;
  this involved auditing copyrights which prompted the next item
  re "tif.c" and will prompt the next next item "pdf417.c"
tif.c: replaced LZW compression with tree-based one due to
  "tif_lzw.h"'s original BSD-TAHOE license which has the equivalent
  of the "advertising clause", new implementation (which is much
  faster anyway) props Harald Kuhr and Bob Montgomery
pdf417.c: TODO: Replace all code adapted from "pdf417.frm" as it
  was released under GPL v2.0 or later
pdf417.h: replace unnecessary "pdf417.frm" references with ISO/IEC
  standard as 1st step re above, some expanded comments
general: Codablock-F -> Codablock F (i.e. lose hyphen)
cmake: frontend/frontend_qt: go back to only setting RPATH on macOS
  as not Debian compatible and it seems it's not a good idea on
  Linux anyway; TODO: check BSD + other Unixes
CLI/GUI: make "--verbose" option official and document
tools/gen_eci_sb_h.php/gen_eci_mb_h.php: add SPDX Unicode-3.0;
  update haible.de/bruno tarball info - "GB18030.TXT" no longer in
  "jdk-1.4.2/" so mention "libiconv-1.11/" version instead (same)
general: add various SPDXs and normalize some Copyrights
reedsol.c: malloced `logt`/`alog` tables int -> short (slight
  performance improvement)
aztec.c: add copyrights, some code fiddling
BWIPP: update to latest
2026-03-18 15:08:32 +00:00
gitlost
15b8024712 - library: check symbol->primary for escape sequences also
- GUI: error message GS1_MODE -> GS1 mode
- GUI: sequence window: fix initial clear button status
- GUI: make acceptable for macOS; add iconset for macOS, install
- manual: update macOS Homebrew install info; add README.macos
- GUI: export window: add no. of sequences to results label
2022-06-16 16:47:34 +01:00
gitlost
719613d4c3 GRIDMATRIX: default char set is GB 2312 only, not Latin-1 with GB 2312 alt
HANXIN/QRCODE: use Hanzi/Kanji modes when compatible ECIs given
manual: one true source now manual.pmd from which manual.txt is generated
CLI: man page moved from frontend/zint.1.gz to docs/zint.1.gz, now
  generated from docs/zint.1.pmd
add README.linux to root dir
2022-05-19 10:17:51 +01:00
gitlost
2e84fd5157 Replace WARN_ZPL_COMPAT with GS1NOCHECK_MODE 2021-07-13 17:39:03 +01:00
Robin Stuart
83e368f8c1 Update test routines 2016-10-27 13:34:59 +01:00
Robin Stuart
747faf85ed Update test script 2016-08-26 14:03:02 +01:00
Robin Stuart
bac1bfe09b Correct test scripts.
Remove symbologies no longer supported from test scripts.
2010-12-27 08:51:37 +00:00
hooper114
6b68a42ccc Remove Codablock test 2010-05-23 08:17:46 +00:00
hooper114
f6dc4dfc07 Remove Codablock-F 2010-01-28 17:55:59 +00:00
hooper114
35cacaef67 Update version number to 2.3.0 2009-11-08 22:17:11 +00:00
hooper114
f72de2c575 Update test scripts to include Code One 2009-07-16 15:23:50 +00:00
hooper114
805e80e0bb Improved test scripts 2009-06-11 20:36:40 +00:00
hooper114
c47744c019 Add new symbologies 2009-05-17 09:28:16 +00:00
hooper114
de08d8a885 Add Japanese Post Barcode 2009-03-14 11:04:52 +00:00
hooper114
de4f39782f Improved Kanji support - Now converts from Unicode to Shift JIS 2009-02-22 14:13:32 +00:00
hooper114
2262c365c4 Add SVG testing 2009-02-21 23:20:41 +00:00
hooper114
099dd11fcc Add HIBC support 2009-01-31 22:03:46 +00:00
hooper114
0a6961506f Add GS1 data 2009-01-31 16:25:25 +00:00
hooper114
e246efe727 Corrected GS1 data 2009-01-11 07:43:14 +00:00
hooper114
e6ace8a855 Add Korea Post 2008-12-07 20:11:50 +00:00
hooper114
49a14d9d73 Added Aztec Runes 2008-11-09 10:06:05 +00:00
taipanromania
67c2c477ae rename zint_frontend back to zint 2008-09-24 08:59:39 +00:00
hooper114
78c7011452 Moved ITF-14. 2008-09-20 05:55:10 +00:00
taipanromania
01fc4ad2cb I think this is better 2008-09-18 14:41:37 +00:00
hooper114
caee24ea82 Changed to accompany rearrangement of symbology numbers to reflect Tbarcode 8. 2008-09-16 07:57:20 +00:00
hooper114
ebfac2fb47 now tests Aztec, KIX, Code 32 and image rotation 2008-09-02 20:23:49 +00:00
factor
52aa6fdb27 Initial revision 2008-07-13 21:15:55 +00:00