zint-barcode-generator/backend
gitlost 93c3e27fba CODE128: Add minimal encodation algorithm (non-extended ASCII only)
from ZXing (props Alex Geller) - about 25-60% slower depending on
  data & stack heavy but does improve some outcomes when FNC1s
  present (GS1_MODE or manual) although not much else it appears
  (the previous algorithm was very good), but has a logical clarity
  the other lacked - funcs `c128_dxsmooth()` etc shared with
  CODE16K now moved there and renamed as `c16k_`;
  also fix extended char latching when exactly 4 extended chars
  at end
  also manual code set switching now honoured exactly even if
  immediate shift required;
manual: make explicit that AI "(00)" and "(01)" prefixes added by
  Zint are HRT-only
general: add `extern "C"` wrappers to a few header files
2024-09-07 12:44:16 +01:00
..
fonts Actually change SVG font to "Arimo, Arial, sans-serif" ([607e4ed]) 2023-06-13 18:12:20 +01:00
tests CODE128: Add minimal encodation algorithm (non-extended ASCII only) 2024-09-07 12:44:16 +01:00
tools gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
2of5.c gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
auspost.c GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
aztec.c - GS1: fix square brackets treated as FNC1 in GS1PARENS_MODE by 2024-07-11 00:35:13 +01:00
aztec.h GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
bc412.c general: use explicit float consts rather than calced ones 2024-01-09 18:38:21 +00:00
big5.h GUI: remove sizeConstraint so squashable again (sigh) 2022-06-24 14:38:48 +01:00
bmp.c - BMP/EMF/PCX/TIF: fix endianness on big-endian machines (note TIF 2024-01-17 01:45:45 +00:00
bmp.h CODE128: Add minimal encodation algorithm (non-extended ASCII only) 2024-09-07 12:44:16 +01:00
channel_precalcs.h backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +01:00
CMakeLists.txt CMake: use "GNUInstallDirs" instead of old (2008) KDE 2024-06-21 15:18:00 +01:00
codablock.c EANX_CC/UPCA_CC: fix crash in dbar_date() on not checking length 2023-11-27 12:55:53 +00:00
code.c GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
code1.c - GS1: fix square brackets treated as FNC1 in GS1PARENS_MODE by 2024-07-11 00:35:13 +01:00
code1.h GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
code16k.c CODE128: Add minimal encodation algorithm (non-extended ASCII only) 2024-09-07 12:44:16 +01:00
code49.c - GS1: fix square brackets treated as FNC1 in GS1PARENS_MODE by 2024-07-11 00:35:13 +01:00
code49.h backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +01:00
code128.c CODE128: Add minimal encodation algorithm (non-extended ASCII only) 2024-09-07 12:44:16 +01:00
code128.h CODE128: Add minimal encodation algorithm (non-extended ASCII only) 2024-09-07 12:44:16 +01:00
common.c CODE128: Add minimal encodation algorithm (non-extended ASCII only) 2024-09-07 12:44:16 +01:00
common.h CODE128: Add minimal encodation algorithm (non-extended ASCII only) 2024-09-07 12:44:16 +01:00
composite.c - GS1: fix square brackets treated as FNC1 in GS1PARENS_MODE by 2024-07-11 00:35:13 +01:00
composite.h GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
DEVELOPER manual: Deutshe -> Deutsche (#266) 2022-08-05 23:51:24 +01:00
dllversion.c backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +01:00
dmatrix.c - GS1: fix square brackets treated as FNC1 in GS1PARENS_MODE by 2024-07-11 00:35:13 +01:00
dmatrix.h GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
dmatrix_trace.h - PDF417/MICROPDF417: use latch not ps shift for padding when 2022-11-06 22:25:19 +00:00
dotcode.c - GS1: fix square brackets treated as FNC1 in GS1PARENS_MODE by 2024-07-11 00:35:13 +01:00
eci.c As get_best_eci() can no longer return 0 remove caller checks 2024-03-05 22:09:05 +00:00
eci.h CODE128: Add minimal encodation algorithm (non-extended ASCII only) 2024-09-07 12:44:16 +01:00
eci_sb.h GUI: remove sizeConstraint so squashable again (sigh) 2022-06-24 14:38:48 +01:00
emf.c GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
emf.h CODE128: Add minimal encodation algorithm (non-extended ASCII only) 2024-09-07 12:44:16 +01:00
filemem.c output: use doubles when converting in out_colour_get_rgb() 2024-01-19 09:28:03 +00:00
filemem.h CODE128: Add minimal encodation algorithm (non-extended ASCII only) 2024-09-07 12:44:16 +01:00
gb2312.h GUI: remove sizeConstraint so squashable again (sigh) 2022-06-24 14:38:48 +01:00
gb18030.h GUI: remove sizeConstraint so squashable again (sigh) 2022-06-24 14:38:48 +01:00
gbk.h GUI: remove sizeConstraint so squashable again (sigh) 2022-06-24 14:38:48 +01:00
general_field.c - GS1: fix square brackets treated as FNC1 in GS1PARENS_MODE by 2024-07-11 00:35:13 +01:00
general_field.h backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +01:00
gif.c GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
gridmtx.c GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
gridmtx.h backend: define z_alloca() and use for both Unix and Windows; 2022-07-14 16:01:30 +01:00
gs1.c GS1: update to latest gs1-syntax-dictionary, new AI 8014 (GSCN 2024-07-30 13:11:15 +01:00
gs1.h UPU_S10/GS1: properly expose iso3166_alpha2(); add UPU_S10 to tcl 2022-12-09 15:56:13 +00:00
gs1_lint.h GS1: update to latest gs1-syntax-dictionary, new AI 8014 (GSCN 2024-07-30 13:11:15 +01:00
hanxin.c GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
hanxin.h backend: define z_alloca() and use for both Unix and Windows; 2022-07-14 16:01:30 +01:00
imail.c GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
iso3166.h UPU_S10/GS1: properly expose iso3166_alpha2(); add UPU_S10 to tcl 2022-12-09 15:56:13 +00:00
iso4217.h iso4217: new ISO 4217 currency code 924 for ZWG (amendment no. 177) 2024-06-21 16:31:19 +01:00
ksx1001.h GUI: remove sizeConstraint so squashable again (sigh) 2022-06-24 14:38:48 +01:00
large.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
large.h EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
library.c gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
libzint.rc GUI/manual/man page: bump year 2023 -> 2024 2024-01-01 13:26:49 +00:00
mailmark.c GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
Makefile.mingw Add BARCODE_MEMORY_FILE to symbol->output_options to allow 2023-12-27 19:20:19 +00:00
maxicode.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
maxicode.h backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +01:00
medical.c general: use explicit float consts rather than calced ones 2024-01-09 18:38:21 +00:00
output.c output: out_fopen() fix _WIN32 def check (ticket #313, props 2024-03-05 22:15:00 +00:00
output.h gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
pcx.c - BMP/EMF/PCX/TIF: fix endianness on big-endian machines (note TIF 2024-01-17 01:45:45 +00:00
pcx.h CODE128: Add minimal encodation algorithm (non-extended ASCII only) 2024-09-07 12:44:16 +01:00
pdf417.c gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
pdf417.h CODE128: Add minimal encodation algorithm (non-extended ASCII only) 2024-09-07 12:44:16 +01:00
pdf417_tabs.h CODE128: Add minimal encodation algorithm (non-extended ASCII only) 2024-09-07 12:44:16 +01:00
pdf417_trace.h EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
plessey.c GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
png.c Add BARCODE_MEMORY_FILE to symbol->output_options to allow 2023-12-27 19:20:19 +00:00
postal.c general: use explicit float consts rather than calced ones 2024-01-09 18:38:21 +00:00
ps.c gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
qr.c - GS1: fix square brackets treated as FNC1 in GS1PARENS_MODE by 2024-07-11 00:35:13 +01:00
qr.h GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
raster.c CODE128: Add new extra escape \^1 for manual insertion of FNC1s, 2024-09-03 11:55:55 +01:00
raster_font.h EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
reedsol.c backend: define z_alloca() and use for both Unix and Windows; 2022-07-14 16:01:30 +01:00
reedsol.h backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +01:00
reedsol_logs.h backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +01:00
rss.c - GS1: fix square brackets treated as FNC1 in GS1PARENS_MODE by 2024-07-11 00:35:13 +01:00
rss.h GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
sjis.h GUI: remove sizeConstraint so squashable again (sigh) 2022-06-24 14:38:48 +01:00
svg.c Add BARCODE_MEMORY_FILE to symbol->output_options to allow 2023-12-27 19:20:19 +00:00
telepen.c CODE11/C25XXX/CODE39/EXCODE39/HIBC_39/CODE93/CODABAR/PLESSEY/ 2023-11-22 00:45:30 +00:00
tif.c GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
tif.h CODE128: Add minimal encodation algorithm (non-extended ASCII only) 2024-09-07 12:44:16 +01:00
tif_lzw.h CODE128: Add minimal encodation algorithm (non-extended ASCII only) 2024-09-07 12:44:16 +01:00
ultra.c - GS1: fix square brackets treated as FNC1 in GS1PARENS_MODE by 2024-07-11 00:35:13 +01:00
upcean.c general: use explicit float consts rather than calced ones 2024-01-09 18:38:21 +00:00
vector.c CODE128: Add new extra escape \^1 for manual insertion of FNC1s, 2024-09-03 11:55:55 +01:00
zfiletypes.h backend: define z_alloca() and use for both Unix and Windows; 2022-07-14 16:01:30 +01:00
zint.h gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
zintconfig.h Bump version to 2.13.0.9 (dev) 2023-12-18 10:28:14 +00:00