1
0
mirror of https://github.com/woo-j/zint.git synced 2025-01-08 05:17:43 +03:00
zint/frontend
gitlost fe3907c2cb DXFILMEDGE: various tweaks:
change # 147 -> 127 to use up barcode # holes;
  use "common.h" funcs `str_to_uppercase()` -> `to_upper()`,
  `count_char_occurrences()` -> `chr_cnt()`;
  prefix defines with `DX_` and funcs with `dx_`;
  `ZINT_DEBUG_PRINT` -> `symbol->debug & ZINT_DEBUG_PRINT`;
  bools to ints; use `posn()` to check for slash (returns length);
  restrict line lengths to 118; suppress some clang-tidy warnings;
  normalize some error messages;
  check for single "A" if any (`sscanf()`);
  use compliant height default; some whitespace formatting;
Tcl: add DXFILMEDGE support
docs: document DXFILMEDGE; update to latest pandoc
test suite: ZXingCPP: DXFILMEDGE support
2024-12-23 20:52:08 +00:00
..
tests cmake: bump min version 3.5 -> 3.10 to avoid warning with cmake 31.1; 2024-11-25 19:13:25 +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 DXFILMEDGE: various tweaks: 2024-12-23 20:52:08 +00:00
Makefile.mingw Bump version to 2.13.0.9 (dev) 2023-12-18 10:28:14 +00:00
test.sh - library: check symbol->primary for escape sequences also 2022-06-16 16:47:34 +01:00
zint_black.ico frontend(_qt)/CMakeLists.txt: add Windows rc files 2021-08-12 14:54:21 +01:00
zint.rc GUI/manual/man page: bump year 2023 -> 2024 2024-01-01 13:26:49 +00:00