gitlost
4284f3c578
Add output_options BARCODE_QUIET_ZONES and BARCODE_NO_QUIET_ZONES
2021-09-24 13:21:24 +01:00
gitlost
da80d44196
GUI: fix setting guard descent for UPC-A ([4009c8])
2021-09-24 11:06:15 +01:00
gitlost
4009c86c5f
UPC/EAN: Add guard_bar descent (guard_descent)
...
zint.h: Adjust field order to improve alignments; encoded_data 143 -> 144
2021-09-22 00:04:15 +01:00
gitlost
9bae0b86f9
- raster.c: Need ceilf(symbol->height * si) to avoid heap-buffer-overflow;
...
also avoid distributive multiplication with floats to lessen chances of
platform variation (#204 ARM-Cortex crash)
- raster.c: Don't allow for text if scale < 1.0
- raster.c: Cast some indexes to (size_t) to allow for large scale
- vector.c: Check malloc()s and return ZINT_ERROR_MEMORY on fail
- raster/vector.c: various var name changes & other code fiddling
- library.c: Check that scale/height/whitespace/border are reasonable values:
scale (0.01-100), height (0-500), whitespace_width/height (0-100),
border_width (0-100)
- CLI: allow both e.g. '-height' and '--height' (getopt_long_only())
- gif.c: fix GIF_ZLW_PAGE_SIZE -> GIF_LZW_PAGE_SIZE
- GUI: allow whitespace/scale to 100
2021-09-20 14:56:27 +01:00
gitlost
5766b39845
gif.c: use malloc instead of alloca for LZW buffer as fails for large scale
2021-09-18 17:15:16 +01:00
gitlost
537990e32e
GUI: Add missing grpC93.ui ([bd0640])
2021-09-16 10:09:29 +01:00
gitlost
bd06400a5b
CODE93: add option_2 = 1 to display check chars in HRT
2021-09-13 18:49:25 +01:00
gitlost
86c15741d8
gs1.c: Allow 0-length AI data if GS1NOCHECK_MODE, props codemonkey82 ( #204 )
2021-09-13 17:54:46 +01:00
gitlost
9229634826
Suppress some pedantic warnings, props codemonkey82 ( #204 )
2021-09-12 23:37:44 +01:00
gitlost
f84f82d9a2
GUI: Separate out SCM fields for MAXICODE (Ticket #212 )
...
vector.c: Enforce minimum scale 0.1 and allow down to 0.1 in GUI
2021-09-09 21:50:02 +01:00
gitlost
492d9a41c5
GUI: remove refs to AspectRatioMode and mark as legacy ( #243 )
2021-09-05 21:52:00 +01:00
gitlost
c4b7921819
library.c: error_tag(): check error_number < ZINT_ERROR on WARN_FAIL_ALL
2021-08-31 18:34:29 +01:00
gitlost
603f5931de
CODE93: don't display check characters in HRT (as per standard Figure B1)
2021-08-28 20:17:26 +01:00
gitlost
bb6bb1e5ee
emf.c: truncate multiplication to 3 decimal places (ticket #242 )
2021-08-27 18:07:05 +01:00
gitlost
b568201574
MICROQR: some debug output, test case for ticket #241
2021-08-26 17:49:05 +01:00
gitlost
b7adbf4e5b
vector: Add width to struct zint_vector_circle: fix qzint render
2021-08-23 22:54:27 +01:00
gitlost
3388f98c00
vector: Add width to struct zint_vector_circle & use for MaxiCode bullseye
...
**Incompatible change**
2021-08-22 13:59:01 +01:00
gitlost
02c155b6b2
Update ChangeLog ([67b2a9])
2021-08-20 16:54:20 +01:00
gitlost
67b2a9c99d
RMQR: add ECI support; GUI/CLI: fix dev version test
2021-08-20 16:50:39 +01:00
gitlost
62cc9e49f5
Bump version to 2.10.0.9 (dev)
2021-08-14 16:11:25 +01:00
gitlost
942518d085
ChangLog: some small changes/additions to 2.10.0
2021-08-14 15:03:24 +01:00
gitlost
363a860241
manual.txt: add current version; rejig ECI info a bit; typos
2021-08-13 15:05:35 +01:00
gitlost
a4c67174cd
frontend(_qt)/CMakeLists.txt: add Windows rc files
2021-08-12 14:54:21 +01:00
gitlost
71af3b530e
win32/zint_cmdline_vc6/zint.rc, backend/libzint.rc: update copyright year
2021-08-11 21:46:57 +01:00
gitlost
eca84eaab7
frontend/zint.rc: update copyright year
2021-08-11 21:38:59 +01:00
gitlost
546114ed1e
backend_tcl/lib/zint/pkgIndex.tcl: fix version, props HaO; run autoconf
...
ChangeLog: fix version number/date, props HaO
GUI: remove "Windows port by..." and place in thanks
2021-08-11 19:39:39 +01:00
gitlost
a04a44f1e6
Update zint version to 2.10.0
2021-08-10 16:14:10 +01:00
gitlost
8577cbf87f
ChangeLog update
2021-08-10 12:09:53 +01:00
gitlost
14d1140d09
CODABLOCKF: prevent cols > 62; fix pTestList buffer overflow
...
RMQR: update to new draft ISO/IEC JTC1/SC31N000 (Draft 2019-6-24);
allow for righthand vertical timing pattern in populate_grid()
ULTRA: update max size and min cols based on BWIPP 2021-07-14 update
backend_tcl/zint_tcl.dsp: use /MD instead of /MT for tcl lib compat;
change include/lib path to more standard one
manual.txt: highlight that rMQR is still in development
GUI: use cross-platform smaller font func instead of explicit values for notes
2021-08-10 12:04:25 +01:00
gitlost
4d0fff7cf5
Changelog: update
2021-08-05 18:24:51 +01: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
f0bfb8d920
zint-qt: About: thanks to Alonso Schaich, Andre Maute
2021-07-27 10:25:17 +01:00
gitlost
aa964ef91a
emf.c: suppress clang-tidy warning
2021-07-26 15:55:34 +01:00
gitlost
3f33ed3eb9
CMakeLists.txt: cmake min required 3.13 -> 3.5 using CMAKE_REQUIRED_LIBRARIES; add ZINT_COVERAGE option
...
bmp/emf/ps.c: allow for foreground colour in ULTRA
bmp/gif/pcx.c: allow for BARCODE_STDOUT (fflush/fclose)
emf.c: hexagon rotation field not used; dont't use float index in font loop; Windows stdout binary mode
png.c: remove unused 8-bit; simplify libpng error handling and fclose outfile on error
ps.c: fix buffer overflow on colour_to_pscolor() CMYK
tif.c: fix BLACKISZERO indexes
CODE39: simplify check digit setting
reedsol.c: rs_uint_init_gf() log/alog tables must be zeroed
ZBarcode_Encode: debug: fix access out-of-bounds on non-NUL-terminated source if length < 10
manual.txt/zint.h: document NUL-terminated strings
tests: cover further cases for output (bmp/emf/etc), eci/gb18030/gb2312/sjis, reedsol, AZTEC, CODE39
2021-07-26 15:29:05 +01:00
b'Git Lost
059abdf6a1
Merge /u/gitlost/zint/ branch gs1_nocheck_mode into master
...
https://sourceforge.net/p/zint/code/merge-requests/128/
2021-07-20 09:08:25 +00:00
gitlost
141cc0b866
cmake min 3.9 -> 3.13 so LINK_LIBRARIES available in try_compile()
...
cmake: hardcode -fsanitize=address for MSVC 2019
cmake: non-MSVC simplify setting sanitize address, undefined
test_code128: test_hibc_input: extra tests
2021-07-19 15:58:44 +01:00
gitlost
ef6e1ca1e3
POSTNET/PLANET: allow up to 38 chars (ZINT_WARN_NONCOMPLIANT) (see [d7ac9c])
2021-07-13 19:56:53 +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
58420f3dde
CMakeLists.txt: re-enable ZINT_SANITIZE for MSVC, though warning issues + works?
2021-07-12 17:06:49 +01:00
gitlost
7a1500afeb
backend/CMakeLists.txt: output dir for zintconfig.h, props Andre Maute ( #238 ); copyright/guard
2021-07-12 16:57:32 +01:00
gitlost
d7d787383e
backend/tests/CMakeLists.txt: cmake min 3.18 -> 3.9, bwipp_dump.ps tar ( #235 )
2021-07-08 12:08:59 +01:00
b'Git Lost
3046690d98
Merge /u/gitlost/zint/ branch changelog into master
...
https://sourceforge.net/p/zint/code/merge-requests/126/
2021-07-07 21:55:23 +00:00
gitlost
e1f22e0e72
CODE128: make cppcheck out-of-bounds suppression clearer ( #233 ), props Andre Maute
2021-07-07 15:46:02 +01:00
gitlost
4d9aa96453
testUtilDataPath: use CMAKE_CURRENT_SOURCE_DIR env to work out-of-tree ( #234 )
2021-07-07 14:47:25 +01:00
gitlost
7379acd4a4
backend/tests/CMakeLists.txt: fix bwipp_dump.ps tar ( #235 ), props Alonso Schaich, Andre Maute
2021-07-07 14:42:16 +01:00
gitlost
f03da2f4ba
CODE128: suppress cppcheck out-of-bounds warning; plus others ( #233 )
2021-07-07 13:58:04 +01:00
gitlost
37cb277397
Move project history/version from manual.txt, backend/README into new ChangeLog
2021-07-07 10:46:26 +01:00
atom
3e995c70fb
Simpily CMakeLists
2021-07-07 12:39:21 +03:00
gitlost
3c1869b032
library: compat symbology 39 fix; ISBN: "X" check
...
WARN_FAIL_ALL: always return error: ZINT_ERROR_USES_ECI/NON_COMPLIANT
Fuller error messages; more comments zint.h
mainwindow.cpp: replace metaobject ENUM with array
(suppresses virtual in constructor warning)
2021-07-06 19:53:31 +01:00