gitlost
|
e14d9e99d5
|
Add HEIGHTPERROW_MODE_input mode flag (#204)
backend_qt: add encodedWidth, encodedRows
DBAR_EXPSTK: add max rows option (option_3)
CODE16K/CODE49: add min rows option (option_1)
GUI: HIBC xxx -> HIBC
|
2021-11-20 11:32:30 +00:00 |
|
gitlost
|
b015e38da0
|
composite: fix buffer overflow for large linear, small composite (500 -> 1000)
composite: clear errtxt when bumping from CC-A -> CC-B -> CC-C
composite: CC-C adjustment 53 -> 52 (same as BWIPP) with proper explanation
composite: remove unneeded > 11805 length check
CODEONE: remove unneeded extended ASCII check in C40 count
GS1_128/CODE16K: remove unneeded initial GS1 mode '[' check
PDF417: remove unneeded second option_2 > 30 check
Document some "Not reached" lines (code coverage)
Update bwipp_dump.ps
GUI: window/tab height +5 so 2 full lines for composite edit box (Ubuntu)
manual: dash -> hyphen, PDF417 "check digit" -> "error correction", DMRE ref
tests: further test cases for CODEONE/CODE16K/common/composite/DATAMATRIX/
DOTCODE/gs1/MAXICODE/PDF417/postal/QRCODE
|
2021-08-05 16:34:45 +01:00 |
|
gitlost
|
2e84fd5157
|
Replace WARN_ZPL_COMPAT with GS1NOCHECK_MODE
|
2021-07-13 17:39:03 +01:00 |
|
gitlost
|
7cc2095d3c
|
UPCE/UPCE_CC: allow check digit (same as UPCA/UPCA_CC) so selecting composite doesn't give error
composite.c: warning wasn't been passed back
zint.h/library.c: add const to char pointer args; move func defs around a bit
|
2021-07-12 22:27:16 +01:00 |
|
gitlost
|
52c00e59ba
|
C25/DBAR: use new func gs1_check_digit() for common GS1 check digit calc
CODE11/CODE39/EXCODE39/CODE93/PZN/CHANNEL/VIN/DBAR/UPCEAN: fuller error messages
DATAMATRIX: look_ahead_test debug counts
DBAR: consolidate option_2 cols_per_row
CMakeLists.txt: restore -fno-var-tracking-assignments for gcc no DEBUG
overall: suppress various warnings on various configs
testcommon.c: clean-up
|
2021-06-27 11:47:55 +01:00 |
|
gitlost
|
70801d8932
|
tests: VC6 compatible; plot_raster_dotty: avoid float rounding difference
|
2021-06-23 15:00:49 +01:00 |
|
gitlost
|
79d3c1dc7a
|
Add GS1PARENS_MODE (input_mode) to allow inputting GS1 AIs in parentheses
|
2021-05-15 12:23:46 +01:00 |
|
gitlost
|
88d1a9f625
|
DATAMATRIX: make EOD encodation strictly ISO 16022 compliant
|
2021-02-23 00:01:15 +00:00 |
|
gitlost
|
538efd6e52
|
gs1_verify: 4308 no pcenc (gs1-format-spec.txt); GS1 General Spec 21.0.1
|
2021-01-28 23:41:54 +00:00 |
|
gitlost
|
484bd6e19a
|
CLI: Handle UTF-8 args on Windows; -b <barcode name>
|
2021-01-20 21:15:03 +00:00 |
|
gitlost
|
f9300cb37e
|
gs1_verify: validate AIs from BWIPP gs1-format-spec.txt
|
2021-01-18 20:10:52 +00:00 |
|
gitlost
|
bee5f08f50
|
#209 rss.c, composite.c; DBAR_EXP encodation methods; symbol NO_PNG out.gif
|
2020-12-21 19:30:07 +00:00 |
|
gitlost
|
943ba79866
|
AZTEC: fix bit-stuffing; AZTECRUNE: fix >= 128; DATAMATRIX: eod shift -> 0 pad; Qt6
|
2020-10-26 12:21:43 +00:00 |
|
gitlost
|
90012ab23f
|
EANX_CC: allow for check digit + buffer overflow for too long add-on; GUI text colour; cmake 3.0
|
2020-10-05 23:22:06 +01:00 |
|
gitlost
|
36c19053d7
|
vector.c: string halign; POSTNET/PLANET: 1 module space; ZBarcode_Cap(); GUI settings
|
2020-09-30 12:19:12 +01:00 |
|
gitlost
|
e41cb71fd1
|
DBAR_LTD: add 5 right guard spaces (ISO/IEC 24723:2010 6.2 (e))
|
2020-09-11 08:07:21 +01:00 |
|
gitlost
|
b440692ee3
|
composite: EANX/UPCA/UPCE_CC addongap (option_2) not being passed to linear
|
2020-08-05 00:14:11 +01:00 |
|
Robin Stuart
|
0004cfb35a
|
Change symbol names e.g. RSS > GS-1 DataBar
Preserves old names in zint.h to retain backwards compatability.
|
2020-07-29 20:43:08 +01:00 |
|
gitlost
|
2a19b883a5
|
UPC/EAN, ITF14: quiet zones, addongap; raster/vector: sync code, use double
|
2020-07-15 19:00:12 +01:00 |
|
gitlost
|
c1fb51ba42
|
rss.c: some fixes for separators, allow check digit, refactoring; bwipp_dump.ps
|
2020-07-10 19:39:32 +01:00 |
|
gitlost
|
5eafa2e094
|
Test suite: add testRun allowing args; testSkip; haveIdentify/etc; general tidy-up
|
2020-05-05 22:28:25 +01:00 |
|
gitlost
|
62995f18d2
|
#181 OSS-Fuzz UPC/EAN fix, allow max 6 chars add-on in ean_leading_zeroes()
|
2020-03-26 09:35:04 +00:00 |
|
gitlost
|
3b87cd4ec6
|
EAN128_CC ecc, cc_width, rows and alignment adjustments
|
2019-11-05 14:16:48 +00:00 |
|
gitlost
|
1dd4b08986
|
Uses general_field_encode in rss_binary_string; min 4 chars; bottom separator
|
2019-10-31 02:01:42 +00:00 |
|
gitlost
|
03d99ceb23
|
Composite changes encodation 10, 11, general field, CC-A/B shift
|
2019-10-29 22:54:18 +00:00 |
|
gitlost
|
d8b576164f
|
Use zero-padded field to determine EANX type for composites
|
2019-10-14 22:20:16 +01:00 |
|