3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Feb 07, 2025 — Mar 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- composite/MAXICODE: set `option_1/2` to values used in encodation ("Feedback options"), and for composites use in GUI to give feedback on CC type automatically selected - composite: warn if CC type upped from requested - set_height: give up on giving minimal height in warning for now as too messy to calc and just report too small More... 4 days ago
- set_height: fix min warning message - need to multiply `min_row_height` by `zero_count`; use new precision modifier - errtxtf: add processing of precision modifier for "%f"/"%g" - test_qzint: fix "BARCODE_QRCODE no text" `encodedOption1()` default 0 -> -1 More... 5 days ago
- AZTEC/CHANNEL/CODABLOCKF/CODE16K/CODE49/CODEONE/DATAMATRIX/ DOTCODE/GRIDMATRIX/HANXIN/MICROPDF417/MICROQR/PDF417/QRCODE/ RMQR/ULTRA: set `option_1/2/3` to values used in encodation ("Feedback options"), and add new access methods `encodedOption1()` etc. to Qt Backend, and use in GUI to provide better feedback on "Automatic" selections - AZTEC: give more precise warnings in low ECC situations, and indicate via `option_1` by setting to -1 (min 3 words), 0 (<5% + 3 words) (`ecc_ratio`) - set_height: fix non-compliance false positives by using epsilon in checks (prompted by CODABLOCKF non-compliant warning for zint-generated compliant height - floating point `rows` mult != `zero_count` div; one test regression for CODE93); better warning messages on non-compliant heights (min/max) - manual/man page: fix DATAMATRIX Sizes tables "28 12x26" -> "27 12x26" - GUI: AZTEC/CODEONE: add Zint versions to comboboxes - DOTCODE: improve error messages re size too small/large - ULTRA: better ZINT_TEST codeword dump (ZINT_DEBUG_TEST) - general: various tabs -> spaces; prettify main .rc files; trailing spaces; small amount of code fiddling (CODE16K) More... 5 days ago
Add convenience API funcs `ZBarcode_UTF8_To_ECI()` and `ZBarcode_Dest_Len_ECI()`, primarily for ZXingC++ but also useful in general More... 10 days ago
AZTEC: fix GS1 mode with Structured Append (wasn't outputting initial FNC1 (FLG(0)) More... 12 days ago
Reinstate `BARCODE_RAW_TEXT` (note forgot to remove mention of `ZINT_WARN_HRT_RAW_TEXT` in man page zint.1.pmd last time) More... 15 days ago
Bump to version 2.15.0.9 (dev) More... 15 days ago
Version 2.15.0 To be released tomorrow 2025-02-25 More... 16 days ago
CODE39/PLESSEY/POSTNET/PLANET/TELEPEN: suppress MSVC6 warning C4761 (`hrt_cat_chr_nochk(`)) More... 16 days ago
CODABLOCKF: suppress clang-tidy-20 warning clang-analyzer-core.UndefinedBinaryOperatorResult More... 16 days ago
Temporarily disable `BARCODE_RAW_TEXT` prior to 2.15.0 release, as it's not stable yet. `text_length` is kept. More... 16 days ago
general: suppress some CodeQL warnings CODABLOCKF: tidy some comments More... 17 days ago
CODE128: ***2.14.0 regression fix*** set C1 start latch lengths to max (was 0) to prevent C1 being selected initially - was causing StartC to be omitted, e.g. for "12é" More... 17 days ago
general: improve some wrong length error messages More... 18 days ago
upcean: BARCODE_RAW_TEST: need "+" separator for add-ons, else can't differentiate between EAN-13 and EAN-8 + EAN-5 cli: append "Ital. Pharma" to Code 32 description dxfilmedge: code fiddle More... 20 days ago
Rename `BARCODE_PLAIN_HRT` -> `BARCODE_RAW_TEXT` and add warning `ZINT_WARN_HRT_RAW_TEXT` if set when outputting HRT (ZXing-C++ issue 883, props Axel Waggershauser) README: Pharmacode -> One-Track, Pharmacode 2-trace -> Two-Track More... 21 days ago
ZSANITIZEM: The 2 maybe issues due to -fsanitize=memory were also false positives so surround with ZSANITIZEM conditional gif.c: some code fiddling (remove unnecessary braces) output.c: out_colour_char_to_rgb: take unsigned char general: some casts More... 21 days ago
general: cmake: add ZINT_SANITIZEM (clang -fsanitize=memory) option and suppress errors in lib and backend tests (pretty sure they're nearly all false positives apart from maybe 2 non-initializations in "gif.c" (`pOut` buffer) and "raster.c" (`rotated_pixbuf`) github: install de_DE.UTF-8 locale in ubuntu-debug also More... 22 days ago
DXFILMEDGE: suppress gcc warning -Wmaybe-uninitialized CMakeFile: don't disable -fno-var-tracking-assignments for gcc github: try installing de_DE.UTF-8 locale (for test_filemem) More... 24 days ago
DPD: fix no terminating NUL (required by `c128_cost()`), regression introduced by last commit [fef8b0], and only picked up in a fairly random test on the mac build :( More... 25 days ago
Add `text_length` (length of `text`) to `zint_symbol`, and new `BARCODE_PLAIN_HRT` option for `output_options` - for use primarily by ZXing-C++ but may be generally useful; centralize setting of HRT using new common `hrt_cpy_nochk()` etc. routines to ensure `text_length` always set PLESSEY: add show default check characters option CODE32: ignore `option_2` (check digit options) PZN: ignore `option_2` (check digit options) except when indicates PZN7 only DPD: exclude DEL from ident tag also out_maybe_mkdir: fix `utf8_to_wide()` return (Windows only) general: replace use of `strcpy()` etc. (except for test suite) with `memcpy()`, `hrt_()` etc. in lib & `cpy_str()` etc. in CLI & `cpy_bytearray_left()` in backend_qt clang-tidy: update README reflecting above backend_tcl: use sizeof(primary) to check length; tabs -> spaces general: various code fiddling docs: pandoc 3.6.2 -> 3.6.3 More... 25 days ago
iso4217: remove 191 (HRK), 694 (SLL), 931 (CUC); add 926 (VED) More... about 1 month ago