gitlost
|
2c053c325a
|
tif.c: Use palette/bilevel/LZW to reduce file size, alpha/CMYK support
|
2021-03-19 13:09:21 +00:00 |
|
gitlost
|
badd9e59ad
|
Fix UPCEAN small font ignored/disabled (introduced [1adba1])
|
2021-03-19 00:12:13 +00:00 |
|
gitlost
|
c875371289
|
#221 Use cmake import targets for the Qt dependency (Xml), props Schaich Alonso
|
2021-03-11 11:41:13 +00:00 |
|
gitlost
|
6274140c73
|
CODEONE: various fixes, ECI support; #209
|
2021-02-05 23:55:24 +00:00 |
|
gitlost
|
94ece47f08
|
GUI: suppress "Qt WebEngine seems to be initialized from a plugin" warning
|
2021-01-28 20:43:26 +00:00 |
|
gitlost
|
f6bed3acb2
|
DOTCODE: Fix best_mask -> high_score prime test; manual mask
|
2021-01-22 18:07:59 +00:00 |
|
gitlost
|
7fe930b4dc
|
eci: Add support for all ECIs (Big5, Korean, UCS-2BE)
|
2021-01-11 18:11:41 +00:00 |
|
Harald Oehlmann
|
e9c55847cf
|
make qtzint on WIndows: Instructions updated.
Martin provided the attached frontend_qt.pro file which includes the zint library (Thanks !)
|
2021-01-05 17:34:50 +01:00 |
|
gitlost
|
2b85585e69
|
MAXICODE: scmvv option #212; postcode needn't be space-filled
|
2020-12-19 17:13:35 +00:00 |
|
gitlost
|
3e93968781
|
AZTEC: add "X Layers" to GUI "Adjust Size To"; buttongroup Size/ECC
|
2020-12-17 15:12:56 +00:00 |
|
gitlost
|
cd214addba
|
HANXIN: 0xFFE terminator; reedsol/AZTEC: stack-based; AZTEC/HANXIN/QR/GRIDMATRIX speedups; #209
|
2020-11-27 12:54:44 +00:00 |
|
gitlost
|
4b7561ab29
|
Remove further refs to QZint; win32/README; add zintconfig.h to Win make files
|
2020-11-24 22:22:12 +00:00 |
|
Robin Stuart
|
f9b639ed9c
|
Move QZint class into frontend binary
|
2020-11-22 20:17:46 +00:00 |
|
Robin Stuart
|
3eb31fe3f8
|
Take version information from CmakeLists.txt
Warning: potential incompatibility because version number is no longer stored in zint.h
|
2020-11-22 11:29:45 +00:00 |
|
gitlost
|
6bdd7e8509
|
GUI: Retab data/export/sequencewindow.cpp (no code changes)
|
2020-10-27 15:21:50 +00:00 |
|
gitlost
|
d2f86e01e6
|
GUI: Use UTF-8 for QSettings (non-ASCII was getting garbled on restore)
|
2020-10-27 15:11:33 +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
|
0617a5fec0
|
GUI: tooltip tables too spaced; tests: Ultracode READER_INIT, more signedness fixes
|
2020-10-04 14:27:28 +01:00 |
|
gitlost
|
e37a82a8f1
|
Tabs/typo in zint.h; PostNet -> POSTNET; ui: shortcuts, tooltips; tests inkscape -> libreoffice
|
2020-10-03 22:51:08 +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
|
ac7b5dd282
|
#206 build: version to 2.9.1.9; ZINT_VERSION_BUILD (9 dev); tools/update_version.php
|
2020-09-04 16:38:11 +01:00 |
|
Robin Stuart
|
88d6f955ab
|
Bugfix: Code16k selects GS1 mode by default in GUI
|
2020-08-09 08:21:21 +01:00 |
|
Harald Oehlmann
|
b78fa8cf2f
|
- Compile-able with MS-VC6
- Compile-able with MS-VC2015+QT5.18
- transbarency in TCL backend
- correct TCL demo
- README changes
|
2020-08-04 15:49:25 +02:00 |
|
Robin Stuart
|
fd9aa785ab
|
Make alpha channel available from GUI
|
2020-08-03 21:08:48 +01:00 |
|
Robin Stuart
|
3639072605
|
Add DPD to GUI
|
2020-08-03 17:27:42 +01:00 |
|
gitlost
|
18e3b41e0f
|
#201 raster/vector: bind/box check border_width > 0
|
2020-07-31 22:56:41 +01:00 |
|
Robin Stuart
|
e9652df70c
|
Change PDF417TRUNC -> PDF417COMP and version 2.8 -> 2.9
|
2020-07-29 22:35:31 +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
|
dd2bdb4335
|
CODE128: hrt always UTF-8; CODE128/EXCODE39/CODE93: blank same NUL/ctrl/DEL chars
|
2020-07-19 00:13:03 +01:00 |
|
gitlost
|
74ad80976e
|
PDF417TRUNC: stop pattern; PDF417: no default mode codeword 900 if 1st
|
2020-07-17 16:39:01 +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
|
9db5dd15c2
|
Windows: #196 Visual Studio 2017 Zint Studio instructions
|
2020-06-17 20:46:18 +01:00 |
|
gitlost
|
6242e02638
|
CODEONE/ULTRA overrun fixes; TELEPEN fixes; CODEONE/LOGMARS/VIN/CODABAR options; GUI updates; tests
|
2020-06-04 18:45:25 +01:00 |
|
gitlost
|
7be63a00b6
|
CODE16K fixes; separator default 1; raster/vector.c quiet_zones, output.c; #191
|
2020-05-21 18:22:28 +01:00 |
|
gitlost
|
8dcd09406c
|
CODABLOCKF and CODE128 fixes; row separator height option_3; #191
|
2020-05-16 10:22:33 +01:00 |
|
Robin Stuart
|
4b584a6344
|
Add Ultracode options to UI
|
2020-04-07 18:09:53 +01:00 |
|
Robin Stuart
|
0628e3ee4d
|
Update version 2.7.1 > 2.8.0
|
2020-04-07 17:27:45 +01:00 |
|
Robin Stuart
|
0d26948baa
|
Merge branch Ultra
|
2020-04-06 17:05:22 +01:00 |
|
Robin Stuart
|
a63f3af6a4
|
Add Ultracode to Qt frontend
|
2020-04-06 16:37:34 +01:00 |
|
Harald Oehlmann
|
0c5dc4d030
|
Set version to 2.7.1
|
2020-02-01 19:36:50 +01:00 |
|
Harald Oehlmann
|
dd6de21008
|
Add changes since 2.7.0. Update InnoSetup file.
|
2020-01-27 08:51:53 +01:00 |
|
gitlost
|
b00b227b4f
|
PDF417 no longer uses option_3 for no. codewords so set default 0 & remove from Studio
|
2019-12-19 20:29:11 +00:00 |
|
Harald Oehlmann
|
e03d03c877
|
Update version to 2.7.0
|
2019-12-05 20:16:39 +01:00 |
|
Harald Oehlmann
|
045a9e3b00
|
Make zint compile on MS-VC6. Adopt makefiles to new file list.
|
2019-12-05 19:19:37 +01:00 |
|
Robin Stuart
|
05784fb9cf
|
Add UI options for rMQR
And update manual to include rMQR
|
2019-11-27 16:54:03 +00:00 |
|
Robin Stuart
|
ac00e381a6
|
Add rMQR to Barcode Studio
and perform some code beautifying at the same time
|
2019-11-25 21:20:21 +00:00 |
|
Harald Oehlmann
|
23ec0d48fc
|
Make compile with ms-vc6 (zint, tcl) and VS2015 (qzint)
|
2019-11-17 19:30:55 +01:00 |
|
gitlost
|
3b87cd4ec6
|
EAN128_CC ecc, cc_width, rows and alignment adjustments
|
2019-11-05 14:16:48 +00:00 |
|
Robin Stuart
|
1564cd7a34
|
Add Automatic Height option to UI and enable by default
Brings UI default settings in line with CLI default settings
|
2019-10-21 08:29:21 +01:00 |
|