zint-barcode-generator/backend
gitlost 607e4ed33a EAN/UPC: add quiet zone indicators option (API output_options
`EANUPC_GUARD_WHITESPACE`, CLI `--guardwhitespace`) (ticket #287)
EAN-2/EAN-5: HRT now at top instead of at bottom for standalones,
  following BWIPP
CLI: batch mode: don't close input if stdin
EAN/UPC: fix excess 1X to right of add-ons
Composites: fix excess whitespace; fix quiet zone calcs to allow
  for linear shifting
CLI: use own (Wine) version of `CommandLineToArgvW()` to avoid
  loading "shell32.dll"
Move "font.h" -> "raster_font.h"
EPS/SVG: use new `out_putsf()` func to output floats, avoiding
  trailing zeroes & locale dependency
EPS: simplify "TR" formula
SVG: change font from "Helvetica, sans serif" to "OCR-B, monospace";
  use single "<path>" instead of multiple "<rect>"s to draw boxes
  (reduces file size)
Add `EMBED_VECTOR_FONT` to `output_options` (CLI `--embedfont`) to
  enable embedding of font in vector output - currently only for
  SVG output of EAN/UPC
GUI: use "OCR-B" font for EAN/UPC and "Arimo" for all others (was
  "Helvetica" for both); paint background of screen preview light
  grey so as contrasts with whitespace and quiet zones
EMF: prefix funcs with `emf_`; simplify string `halign` handling
large: rename `large_int` -> `large_uint`
CODE128/common: move `c128_hrt_cpy_iso8859_1()` to
  `hrt_cpy_iso8859_1()` and add `ZINT_WARN_HRT_TRUNCATED` warning
  (for future use)
Various symbologies: replace `printf()` with `fputs()`
  (symbol->debug)
QRCODE: better assert(), removing a NOLINT (2 left)
CLI: add some more barcode synonyms for DBAR
common: various fiddlings
CMake: don't include png.c unless ZINT_USE_PNG (avoids clang
  warning)
2023-06-12 01:25:55 +01:00
..
fonts EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
tests EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
tools GS1: add new AI 7011 (GSCN 22-163) 2022-12-07 10:54:36 +00:00
2of5.c Test suite: some fixes, additions 2023-04-07 15:49:36 +01:00
auspost.c GUI: remove sizeConstraint so squashable again (sigh) 2022-06-24 14:38:48 +01:00
aztec.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
aztec.h backend: define z_alloca() and use for both Unix and Windows; 2022-07-14 16:01:30 +01:00
bc412.c backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +01:00
big5.h GUI: remove sizeConstraint so squashable again (sigh) 2022-06-24 14:38:48 +01:00
bmp.c - zint_symbol->fgcolour & bgcolour buffer lengths extended 10 2023-01-29 19:51:11 +00:00
bmp.h backend: define z_alloca() and use for both Unix and Windows; 2022-07-14 16:01:30 +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 EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
codablock.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
code.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
code1.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
code1.h backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +01:00
code16k.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
code49.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
code49.h backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +01:00
code128.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
code128.h - Add special symbology-specific escape sequences (Code 128 only) 2023-01-15 00:22:43 +00:00
common.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
common.h EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
composite.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
composite.h backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +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 EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
dmatrix.h backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +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 EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
eci.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
eci.h backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +01:00
eci_sb.h GUI: remove sizeConstraint so squashable again (sigh) 2022-06-24 14:38:48 +01:00
emf.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
emf.h backend: define z_alloca() and use for both Unix and Windows; 2022-07-14 16:01:30 +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 GUI: remove sizeConstraint so squashable again (sigh) 2022-06-24 14:38:48 +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 - zint_symbol->fgcolour & bgcolour buffer lengths extended 10 2023-01-29 19:51:11 +00:00
gridmtx.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +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 - Add text_gap option to allow adjustment of vertical gap between 2023-02-10 14:44:10 +00: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: add new AI 7011 (GSCN 22-163) 2022-12-07 10:54:36 +00:00
hanxin.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +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 EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +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 GS1: update for new AI 4309 with latlong validator, plus new GS1 2022-07-14 20:44:48 +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 EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
libzint.rc - Add special symbology-specific escape sequences (Code 128 only) 2023-01-15 00:22:43 +00:00
mailmark.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
Makefile.mingw Bump version to 2.12.0.9 (dev) 2022-12-12 21:45:16 +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 - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
output.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
output.h EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
pcx.c - zint_symbol->fgcolour & bgcolour buffer lengths extended 10 2023-01-29 19:51:11 +00:00
pcx.h backend: define z_alloca() and use for both Unix and Windows; 2022-07-14 16:01:30 +01:00
pdf417.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
pdf417.h - PDF417/MICROPDF417: use latch not ps shift for padding when 2022-11-06 22:25:19 +00:00
pdf417_tabs.h - PDF417/MICROPDF417: use latch not ps shift for padding when 2022-11-06 22:25:19 +00:00
pdf417_trace.h EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
plessey.c backend: define z_alloca() and use for both Unix and Windows; 2022-07-14 16:01:30 +01:00
png.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
postal.c - Add text_gap option to allow adjustment of vertical gap between 2023-02-10 14:44:10 +00:00
ps.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
qr.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
qr.h backend: define z_alloca() and use for both Unix and Windows; 2022-07-14 16:01:30 +01:00
raster.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25: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 EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
rss.h backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +01:00
sjis.h GUI: remove sizeConstraint so squashable again (sigh) 2022-06-24 14:38:48 +01:00
svg.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
telepen.c backend: standard lib includes before local (fixes [[e1522e]]) 2022-09-13 22:08:08 +01:00
tif.c - zint_symbol->fgcolour & bgcolour buffer lengths extended 10 2023-01-29 19:51:11 +00:00
tif.h backend: define z_alloca() and use for both Unix and Windows; 2022-07-14 16:01:30 +01:00
tif_lzw.h backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +01:00
ultra.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
upcean.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
vector.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25: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 EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
zintconfig.h Bump version to 2.12.0.9 (dev) 2022-12-12 21:45:16 +00:00