zint-barcode-generator/frontend_qt
gitlost 323b34502b zint.h: increase symbol->text size 160 -> 200;
rename `ZINT_CAP_EXTENDABLE` -> `ZINT_CAP_EANUPC`
  (`ZINT_CAP_EXTENDABLE` marked as legacy)
CODE128: increase no. symbol chars max 60 -> 99
EAN-2/EAN-5: fix `BARCODE_BIND_TOP/BIND/BOX` output
GS1_128: warn if data > 48 (GS1 General Specifications max)
common: `is_extendable()` -> `is_ucpean()`
raster: add `ZFONT_HALIGN_CENTRE/LEFT/RIGHT` flags and process
  in `draw_string()` (for drawing EAN/UPC outside digits), and
  for `ZFONT_HALIGN_CENTRE` round when calculating centre
  (shifts some texts 1 pixel left)
raster/vector: use offsets into `symbol->text` for EAN/UPC
  instead of `out_upcean_split_text()` (removed)
BMP/EMF/GIF/PCX/PNG/PS/SVG/TIF: use new `out_colour_get_rgb()`
  routine (replaces `colour_to_XXX()`)
general: simplify/fix some `error_number` handling/returning
frontend: truncate overlong `--primary` instead of ignoring;
  negative floating pt option (for `--textgap`)
man page: list size detail for matrix symbols (`--vers`)
manual: further fiddling with scaling text; some typos
2023-11-19 19:39:54 +00:00
..
images/scalable
res Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
barcodeitem.cpp EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
barcodeitem.h EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
cliwindow.cpp - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
cliwindow.h - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
CMakeLists.txt Fix compilation errors when using CMake to add a project through add_subdirectory. 2023-10-17 15:39:20 +08:00
COPYING backend: define z_alloca() and use for both Unix and Windows; 2022-07-14 16:01:30 +01:00
datawindow.cpp RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7 2022-06-09 21:52:02 +01:00
datawindow.h RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7 2022-06-09 21:52:02 +01:00
exportwindow.cpp Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
exportwindow.h - library: check symbol->primary for escape sequences also 2022-06-16 16:47:34 +01:00
extCLI.ui GRIDMATRIX: default char set is GB 2312 only, not Latin-1 with GB 2312 alt 2022-05-19 10:17:51 +01:00
extData.ui Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
extExport.ui - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
extScale.ui - Add special symbology-specific escape sequences (Code 128 only) 2023-01-15 00:22:43 +00:00
extSequence.ui GUI: undo Windows * -> + change as formatting data, not filenames, doh 2022-07-05 01:35:24 +01:00
frontend_qt.pro - Add new symbology BARCODE_UPU_S10 2022-12-09 14:51:26 +00:00
frontend_qt_zintdll.pro - Add new symbology BARCODE_UPU_S10 2022-12-09 14:51:26 +00:00
frontend_vc8.pro - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
grpAztec.ui - vector: ensure separators don't overlap with other rectangles so that 2022-08-07 22:43:49 +01:00
grpC11.ui GUI: fix symbology-specific groupbox accelerators 2023-07-18 12:36:51 +01:00
grpC16k.ui
grpC25.ui GUI: fix symbology-specific groupbox accelerators 2023-07-18 12:36:51 +01:00
grpC39.ui GUI: fix symbology-specific groupbox accelerators 2023-07-18 12:36:51 +01:00
grpC49.ui
grpC93.ui GUI: fix symbology-specific groupbox accelerators 2023-07-18 12:36:51 +01:00
grpC128.ui - Add special symbology-specific escape sequences (Code 128 only) 2023-01-15 00:22:43 +00:00
grpChannel.ui GUI: fix symbology-specific groupbox accelerators 2023-07-18 12:36:51 +01:00
grpCodabar.ui GUI: fix symbology-specific groupbox accelerators 2023-07-18 12:36:51 +01:00
grpCodablockF.ui
grpCodeOne.ui Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
grpDAFT.ui Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
grpDBExtend.ui
grpDM.ui DATAMATRIX: add DM_ISO_144 (--dmiso144) option for ISO placement 2023-10-30 20:28:00 +00:00
grpDotCode.ui Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
grpDPD.ui GUI: fix symbology-specific groupbox accelerators 2023-07-18 12:36:51 +01:00
grpGrid.ui Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
grpHX.ui Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
grpITF14.ui Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
grpMailmark2D.ui GUI: fix symbology-specific groupbox accelerators 2023-07-18 12:36:51 +01:00
grpMaxicode.ui Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
grpMicroPDF.ui - PDF417/MICROPDF417: use latch not ps shift for padding when 2022-11-06 22:25:19 +00:00
grpMQR.ui Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
grpMSICheck.ui GUI: fix symbology-specific groupbox accelerators 2023-07-18 12:36:51 +01:00
grpPDF417.ui - PDF417/MICROPDF417: use latch not ps shift for padding when 2022-11-06 22:25:19 +00:00
grpPZN.ui GUI: fix symbology-specific groupbox accelerators 2023-07-18 12:36:51 +01:00
grpQR.ui QROCDE/UPNQR: add FAST_MODE (try 4 not 8 masks automatically) 2022-12-05 10:11:36 +00:00
grpRMQR.ui Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
grpUltra.ui Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
grpUPCA.ui Actually change SVG font to "Arimo, Arial, sans-serif" ([607e4ed]) 2023-06-13 18:12:20 +01:00
grpUPCEAN.ui Actually change SVG font to "Arimo, Arial, sans-serif" ([607e4ed]) 2023-06-13 18:12:20 +01:00
grpUPNQR.ui Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
grpVIN.ui GUI: fix symbology-specific groupbox accelerators 2023-07-18 12:36:51 +01:00
howto_build_qzint_using_msvs2015.txt Release 2.11.1 2022-08-22 16:28:22 +01:00
Inno_Setup_qtzint.iss
mac_icons.sh - library: check symbol->primary for escape sequences also 2022-06-16 16:47:34 +01:00
main.cpp help question mark in dialogs disabled by default in Qt6 2023-03-30 11:51:31 +03:00
mainwindow.cpp zint.h: increase symbol->text size 160 -> 200; 2023-11-19 19:39:54 +00:00
mainwindow.h zint.h: increase symbol->text size 160 -> 200; 2023-11-19 19:39:54 +00:00
mainWindow.ui zint.h: increase symbol->text size 160 -> 200; 2023-11-19 19:39:54 +00:00
resources.qrc Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
scalewindow.cpp - Add special symbology-specific escape sequences (Code 128 only) 2023-01-15 00:22:43 +00:00
scalewindow.h - Add special symbology-specific escape sequences (Code 128 only) 2023-01-15 00:22:43 +00:00
sequencewindow.cpp GUI: undo Windows * -> + change as formatting data, not filenames, doh 2022-07-05 01:35:24 +01:00
sequencewindow.h GUI: data dialog: convert Line Feeds if escaping on input, escape on output 2021-11-25 20:24:02 +00:00
zint-qt.icns - library: check symbol->primary for escape sequences also 2022-06-16 16:47:34 +01:00