diff options
author | hobbs <hobbs> | 2004-12-02 02:10:37 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-12-02 02:10:37 (GMT) |
commit | faf27421f44ec721bbcaa5836e21297f1fa57832 (patch) | |
tree | 569cde081bd6b95759a394075519d813986c41a4 /ChangeLog | |
parent | 3051ba20af89c12c489e91c71d04df0bb8afb7ac (diff) | |
download | tk-faf27421f44ec721bbcaa5836e21297f1fa57832.zip tk-faf27421f44ec721bbcaa5836e21297f1fa57832.tar.gz tk-faf27421f44ec721bbcaa5836e21297f1fa57832.tar.bz2 |
* unix/tkUnixButton.c (TkpDisplayButton): constrain coords to
Tk_RedrawImage to display only portion that is valid.
* generic/tkImgPhoto.c (ImgPhotoDisplay): add X error suppression
around XGetImage to prevent app abort. [Bug 979239]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,4 +1,12 @@ +2004-12-01 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/tkUnixButton.c (TkpDisplayButton): constrain coords to + Tk_RedrawImage to display only portion that is valid. + * generic/tkImgPhoto.c (ImgPhotoDisplay): add X error suppression + around XGetImage to prevent app abort. [Bug 979239] + 2004-11-28 Joe English <jenglish@users.sourceforge.net> + * unix/tkUnixRFont.c(Tk_DrawChars): Check for short integer overflow in x,y coordinates [Fixes: #942320 "Tk, Xft, text and long lines"] |