diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-04-25 18:23:52 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-04-25 18:23:52 (GMT) |
commit | bcca65eae4c1a94002d5f9aa9bd7fb75dc48b0fa (patch) | |
tree | 1abbd463f4518655d16d1798d16795640a21d960 /ChangeLog | |
parent | 0ec04490736cdf3891388a3a1e9cf8e8cef380f5 (diff) | |
download | tk-bcca65eae4c1a94002d5f9aa9bd7fb75dc48b0fa.zip tk-bcca65eae4c1a94002d5f9aa9bd7fb75dc48b0fa.tar.gz tk-bcca65eae4c1a94002d5f9aa9bd7fb75dc48b0fa.tar.bz2 |
* generic/tkImgPNG.c (ReadIDAT, DecodePNG): Move the check for overall
termination of the compressed stream until after the final IDAT has
been read, so that multi-segment images will work right. Reported by
Andy Goth on the Wiki.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 49 |
1 files changed, 30 insertions, 19 deletions
@@ -1,30 +1,41 @@ +2010-04-25 Donal K. Fellows <dkf@users.sf.net> + + * generic/tkImgPNG.c (ReadIDAT, DecodePNG): Move the check for overall + termination of the compressed stream until after the final IDAT has + been read, so that multi-segment images will work right. Reported by + Andy Goth on the Wiki. + 2010-04-23 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tkImgGIF.c Formatting - * generic/tkListbox.c fix typo; - * generic/tkTrig.c fix typo; - * generic/tkInt.h fix typo; remove not existing tkDisplayList; - * generic/*.h Useless re-definitions of TCL_STORAGE_CLASS + * generic/tkImgGIF.c: Formatting + * generic/tkListbox.c: fix typo; + * generic/tkTrig.c: fix typo; + * generic/tkInt.h: fix typo; remove not existing tkDisplayList; + * generic/*.h: Useless re-definitions of TCL_STORAGE_CLASS 2010-04-20 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tkPort.h Make sure that tkWinPort.h is always included - * generic/tkIntXlibDecls.h before tcl.h, otherwise the fallback for TCHAR - * win/tkWinPort.h might go off before the inclusion of <tchar.h> - * win/tkWinDialog.c Define OPENFILENAME_SIZE_VERSION_400 if needed - * compat/stdlib.h Include <tcl.h> only when not already done. - * compat/unistd.h - * generic/tkInt.h tkPort.h already includes tk.h, which includes tcl.h - * generic/tk3d.h Always use #include "tkInt.h", not <tkInt.h> - * generic/tkColor.h - * xlib/xcolors.c - * xlib/xgc.c + * generic/tkPort.h: Make sure that tkWinPort.h is always + * generic/tkIntXlibDecls.h: included before tcl.h, otherwise the + * win/tkWinPort.h: fallback for TCHAR might go off before the + inclusion of <tchar.h> + * win/tkWinDialog.c: Define OPENFILENAME_SIZE_VERSION_400 if + needed. + * compat/stdlib.h: Include <tcl.h> only when not already + * compat/unistd.h: done. + * generic/tkInt.h: tkPort.h already includes tk.h, which + includes tcl.h. + * generic/tk3d.h: Always use #include "tkInt.h", not + * generic/tkColor.h: <tkInt.h> + * xlib/xcolors.c: + * xlib/xgc.c: 2010-04-19 Jan Nijtmans <nijtmans@users.sf.net> - * win/tkWinDialog.c Fix [Bug 2987995]: Tk_GetOpenFile returns garbage - under described circumstances - * win/tkWinDialog.c [Patch 2898255]: Filenames limit with Tk_GetFileName() + * win/tkWinDialog.c: Fix [Bug 2987995]: Tk_GetOpenFile returns garbage + under described circumstances. + * win/tkWinDialog.c: [Patch 2898255]: Filenames limit with + Tk_GetFileName(). Assure modern style dialogs where available 2010-04-13 Jan Nijtmans <nijtmans@users.sf.net> |