diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-28 13:08:38 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-28 13:08:38 (GMT) |
commit | 8d016bba7fbe3606e397d48384c83f273ce18c04 (patch) | |
tree | d14761b98a51d9beff989e0b397105a7f630855d /ChangeLog | |
parent | 524849f8a339db0114288b50f88c5ffa24415c9a (diff) | |
download | tk-8d016bba7fbe3606e397d48384c83f273ce18c04.zip tk-8d016bba7fbe3606e397d48384c83f273ce18c04.tar.gz tk-8d016bba7fbe3606e397d48384c83f273ce18c04.tar.bz2 |
Implementation of TIP #244, PNG image support.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -1,8 +1,16 @@ +2008-12-28 Donal K. Fellows <dkf@users.sf.net> + + TIP #244 IMPLEMENTATION + + * generic/tkImgPNG.c, tests/imgPNG.test, doc/photo.n: Adaptation of + tkpng to the Tk core, proving support for PNG image reading and + writing, based on Tcl's zlib support. + 2008-12-27 Joe English <jenglish@users.sourceforge.net> - * generic/ttk/ttkTreeview.c: Fix inconsistent use of - treeArea / headingArea; fixes [Bug 2381555]. ([$tv identify] - didn't work when horizontally scrolled). + * generic/ttk/ttkTreeview.c: Fix inconsistent use of treeArea / + headingArea; fixes [Bug 2381555]. ([$tv identify] didn't work when + horizontally scrolled). 2008-12-21 Donal K. Fellows <dkf@users.sf.net> |