3
I Use This!
Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 21 hours ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
GUI: about box: display QSettings config location More... 2 months ago
GUI: factory reset: reset preview background colour also More... 2 months ago
README.macos/windows: fix modified date year 2014 -> 2024 More... 2 months ago
output: `out_fopen()` fix `_WIN32` def check (ticket #313, props Axel Waggershauser) More... 2 months ago
As `get_best_eci()` can no longer return 0 remove caller checks library: simplify dealing one-letter escapes into one case; other fiddlings (`first_err` -> `warn_number`) More... 2 months ago
ECI: `get_best_eci()`: just assert `is_valid_utf8()` as checked prior to being called manual: update to latest GS1 General Specifications (v24), pandoc (3.1.12.1) More... 3 months ago
QRCODE: check `fopen()` return in ZINTLOG debugging code (ticket #181, props Stf Ortm) CODE128: suppress gcc -Wmaybe-uninitialized false positive (Release only) CLI: add "isbn" synonym; save a few bytes using `char[]` rather than `char *` More... 3 months ago
CODE128: simplify bitmask in `qr_add_version_info()` (ticket #110, props Daniel Gredler); check for next shift rather than next in `c128_dxsmooth()` to improve encodation on A/B shifting, props Daniel Gredler (Okapi) More... 3 months ago
test suite: zxing-cpp: adjust for `returnCodabarStartEnd` no-op; allow for old "libpng" (`png_set_scale_16()` not available) general: Solaris compat library: use proper function ptr instead of `void *` for function table; warning suppression "-Wpedantic" -> "-Wstrict-prototypes" GRIDMATRIX/HANXIN/QRCODE: `xx_define_mode()`: multi-dim `char_modes` More... 3 months ago
- ITF14/DPLEIT/DPIDENT: ignore `option_2` (check digit options) - GUI: scalewindow: fix cropping resolution on initial setup (`spnResolution` max 1000 -> 254000) and bound X-dim to <= 10 in `set_maxima()` - GUI: mainwindow: bound X-dim as above and clamp `m_xdimdpVars` members on initial load from INI - GUI: undo `QString::mid()` -> `QString::midRef()` from clazy & explicitly include "QObject" in "qzint.h" (not Qt6 compatible) More... 4 months ago
output: use doubles when converting in `out_colour_get_rgb()` and `out_colour_get_cmyk()`, to lessen chances of rounding errors (in particular for VC6) test_large: fix regression in change to test for formatting `uint64_t` for `printf()` win32/README: update MinGW/MSYS Qt version More... 4 months ago
frontend/CMake: fix HAVE_GETOPT -> HAVE_GETOPT_LONG_ONLY More... 4 months ago
CMake: check for `getopt_long_only()` instead of just `getopt()` so behaviour of CLI same general: AIX compat, suppress some warnings More... 4 months ago
- BMP/EMF/PCX/TIF: fix endianness on big-endian machines (note TIF now always written as little-endian - simplifies testing) - READMEs: add date updated More... 4 months ago
general: use explicit float consts rather than calced ones manual: remove extra tags from "manual.txt" and clean up table captions More... 4 months ago
fuzz.h: fix upper/lowercase flags GUI: suppress clazy warnings More... 4 months ago
AZTEC: change max byte count from `assert()` to if as overlong data can trigger it (fuzz_data (1st)) More... 4 months ago
Add fuzz stuff ("backend/tests/fuzz"), including OSS-Fuzz "Dockerfile" etc PDF417: lessen some debug verbosity gif: use "gif_" prefix; some code fiddling More... 4 months ago
GUI/manual/man page: bump year 2023 -> 2024 More... 5 months ago
GUI: About box: make smaller so fits on screen in most situations by removing "Currently supported standards" box (which was pretty unreadable anyway) More... 5 months ago
filemem: fix `fwrite()` return check in `fm_write()`; test `ferror()` also in `fm_err()` if `err` zero and file NetBSD: add instructions and some workarounds (`getopt_long_only()` in particular) qzint: check `__GNUC__` version for "-Wstringop-truncation" suppression More... 5 months ago
Add `BARCODE_MEMORY_FILE` to `symbol->output_options` to allow outputting to in-memory buffer `symbol->memfile` instead of to file `symbol->outfile`, ticket #301 Add "README.clang-tidy" and ".clang-tidy" options file Suppress some warnings More... 5 months ago
- raster/BMP/GIF/PCX/TIF: fix dealing with very large data (use `size_t` as appropriate) - BMP: lessen heap memory usage by only `malloc()`ing a row, not whole file - GIF: lessen heap memory usage by paging (also simplifies some function returns); use standard colour char map - raster: add `raster_malloc()` to fail > 1GB (avoids very large output files that most systems can't handle; also lessens to some degree chances of being victim of OOM killer on Linux) - GUI: printing scale dialog: set maxima on X-dim and resolution to keep scale <= 200 More... 5 months ago
Bump version to 2.13.0.9 (dev) More... 5 months ago
Version 2.13.0 More... 5 months ago
backend_tcl: add USE_TCL_STUBS & USE_TK_STUBS defines to "zint_tcl.dsp"; remove previous note added to "readme.txt", props Harald Oehlmann More... 5 months ago
backend_tcl: add "licence.txt"; add note to "readme.txt" re LINK32 tcl/tk libs update_version.php: add year replace for "licence.txt" above More... 5 months ago
win32: add missing "zint.sln", "zint.vcxproj", "libzint.vcxproj" update_version.php: remove "win32/vs2015/vsx/libzintMD.vcxproj" More... 5 months ago
win32: update README, changing Visual Studio example from 2017 -> 2022 (2017 moved to "vs2017") and simplifying lpng build (use "nmake" - "libpng16_static.lib" -> "libpng.lib"); update various ".sln", ".vcxproj" & "*.pro" files update_version.php: update copyright year also in "*.rc" files manual: note Ultracode 2023 now released but not yet supported More... 5 months ago
emf/eps: fix previous `gws_left/right_fudge` hack More... 5 months ago