diff options
author | hobbs <hobbs> | 2004-09-10 04:59:38 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-09-10 04:59:38 (GMT) |
commit | f7b7ff1f2dd1b2bbc6bbc0a1cc04272068127fd9 (patch) | |
tree | addb6403fe8045284b4b6608fc2d0e67d3a26552 /ChangeLog | |
parent | 14868d8f75546b594ffa0b8a90f8a3239843888f (diff) | |
download | tk-f7b7ff1f2dd1b2bbc6bbc0a1cc04272068127fd9.zip tk-f7b7ff1f2dd1b2bbc6bbc0a1cc04272068127fd9.tar.gz tk-f7b7ff1f2dd1b2bbc6bbc0a1cc04272068127fd9.tar.bz2 |
* win/tkWinWm.c: backport of several items from 8.5 head:
(ReadIconFromFile): when using SHGetFileInfo to retrieve icon, get
regular icon as well for correct Alt-Tab icon. (hobbs)
Fix for #742882 "Potential division by zero in gridded wm
geometry" (jenglish)
(UpdateWrapper): Let overrideredirect'ed window's wrapper be the
child of desktop window, thus making it to behave more similarly
to X11 Override Redirect. Esp. useful for combobox-like
megawidgets. (kovalenko)
(InstallColormaps): Check for TK_ALREADY_DEAD to avoid handling of
dead windows. (kovalenko)
Change 'panic' to 'Tcl_Panic' (davygrvy)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2004-09-09 Jeff Hobbs <jeffh@ActiveState.com> + + * win/tkWinWm.c: backport of several items from 8.5 head: + (ReadIconFromFile): when using SHGetFileInfo to retrieve icon, get + regular icon as well for correct Alt-Tab icon. (hobbs) + Fix for #742882 "Potential division by zero in gridded wm + geometry" (jenglish) + (UpdateWrapper): Let overrideredirect'ed window's wrapper be the + child of desktop window, thus making it to behave more similarly + to X11 Override Redirect. Esp. useful for combobox-like + megawidgets. (kovalenko) + (InstallColormaps): Check for TK_ALREADY_DEAD to avoid handling of + dead windows. (kovalenko) + Change 'panic' to 'Tcl_Panic' (davygrvy) + 2004-09-06 Jeff Hobbs <jeffh@ActiveState.com> * library/tkfbox.tcl (::tk::dialog::file::Create): use label |