zint-barcode-generator/frontend
gitlost a74871a7de - CODABLOCKF: fix misencodation of extended ASCII 0xB0-0xB9 when
followed by digit (ignore 2nd byte of FNC4 when categorizing
  Code C characters)
- New `ZBarcode_Cap()` flag `ZINT_CAP_BINDABLE`, differentiated
  from `ZINT_CAP_STACKABLE`, and new Qt Backend method
  `isBindable()`
- CLI: fix `separator` check to use new `ZINT_CAP_BINDABLE` instead
  of `ZINT_CAP_STACKABLE`
- ZBarcode_Cap: add missing symbologies to `ZINT_CAP_BINDABLE` (was
  `ZINT_CAP_STACKABLE`)
- DOTCODE: pad rows if given number of columns instead of failing
  if rows below min (5)
- DBAR/composites: ensure stacked symbologies and composites are
  not stacked (set `symbol->rows` to 0)
- test suite: move `test_perf` routines into single test
  "test_perf";
  new "test_random" (based on "test_bwipp") to test various
  symbologies with random binary - discovered CODABLOCKF bug;
  expand "test_bwipp"
manual: Feeback: mention AZTEC -1 meaning min & MICROPDF417:
  doc new `ZINT_CAP_BINDABLE`
general: various code fiddlings and re-formattings
2025-04-03 16:08:15 +01:00
..
tests general: change BARCODE_RAW_TEXT to write to new zint_symbol 2025-03-28 10:02:19 +00:00
CMakeLists.txt cmake: bump min version 3.5 -> 3.10 to avoid warning with cmake 31.1; 2024-11-25 19:13:25 +00:00
COPYING backend: define z_alloca() and use for both Unix and Windows; 2022-07-14 16:01:30 +01:00
isotest.sh Replace WARN_ZPL_COMPAT with GS1NOCHECK_MODE 2021-07-13 17:39:03 +01:00
main.c - CODABLOCKF: fix misencodation of extended ASCII 0xB0-0xB9 when 2025-04-03 16:08:15 +01:00
Makefile.mingw Bump to version 2.15.0.9 (dev) 2025-02-25 15:29:08 +00:00
test.sh - library: check symbol->primary for escape sequences also 2022-06-16 16:47:34 +01:00
zint.rc - AZTEC/CHANNEL/CODABLOCKF/CODE16K/CODE49/CODEONE/DATAMATRIX/ 2025-03-07 16:51:36 +00:00
zint_black.ico frontend(_qt)/CMakeLists.txt: add Windows rc files 2021-08-12 14:54:21 +01:00