mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
- zint_symbol->fgcolour
& bgcolour
buffer lengths extended 10
-> 16 to allow for "C,M,Y,K" comma-separated decimal percentage strings - API/CLI/GUI: allow foreground/background colours to be specified as comma-separated decimal "C,M,Y,K" strings where "C", "M" etc. are percentages (0-100) (ticket #281, 3rd point) - output.c: new funcs `out_colour_get_rgb()` & `out_colour_get_cmyk()` and use in bmp/emf/gif etc. - PCX: add alpha support - GUI: fix fg/gbcolor icon background not being reset on zap - GUI: Rearrange some Appearance tab inputs (Border Type <-> Width, Show Text <-> Font, Text/Font <-> Printing Scale/Size) to flow more naturally (hopefully) - GUI: save button "Save As..." -> "Save..." and add icon - CLI: add --bgcolor/colour & --fgcolor/colour synonyms
This commit is contained in:
13
ChangeLog
13
ChangeLog
@ -3,7 +3,10 @@ Version 2.12.0.9 (dev) not released yet
|
||||
|
||||
**Incompatible changes**
|
||||
------------------------
|
||||
- None yet
|
||||
- zint_symbol fgcolour and bgcolour buffer lengths extended 10 -> 16 to allow
|
||||
for "C,M,Y,K" comma-separated decimal percentage strings
|
||||
- CMYK values for EPS (slightly) and TIF (significantly) have changed - now use
|
||||
the same RGB -> CMYK formula
|
||||
|
||||
Changes
|
||||
-------
|
||||
@ -15,6 +18,13 @@ Changes
|
||||
(ticket #204)
|
||||
- GUI: disable "Reset" colour if default; add "Unset" to Printing Scale dialog
|
||||
(allows unsetting of X-dim/resolution settings without having to zap)
|
||||
- API/CLI/GUI: allow foreground/background colours to be specified as
|
||||
comma-separated decimal percentage strings "C,M,Y,K" where "C", "M" etc. are
|
||||
0-100 (ticket #281, 3rd point)
|
||||
- PCX: add alpha support
|
||||
- GUI: Rearrange some Appearance tab inputs (Border Type <-> Width, Show Text
|
||||
<-> Font, Text/Font <-> Printing Scale/Size) to flow more naturally;
|
||||
save button "Save As..." -> "Save..." and add icon
|
||||
|
||||
Bugs
|
||||
----
|
||||
@ -24,6 +34,7 @@ Bugs
|
||||
LD_LIBRARY_PATH and PATH (ticket #279, props Alexey Dokuchaev)
|
||||
- GUI: fg/bgcolor text edit: fix right-click context menu not working properly
|
||||
by checking for it on FocusOut
|
||||
- GUI: fix fg/gbcolor icon background not being reset on zap
|
||||
|
||||
|
||||
Version 2.12.0 (2022-12-12)
|
||||
|
Reference in New Issue
Block a user