|
From: Don P. <dg...@us...> - 2004-08-25 22:23:39
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15795 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXWm.c: Made use of Tcl_WrongNumArgs in a few * win/tkWinMenu.c: appropriate spots. |
|
From: Jeffrey H. <ho...@us...> - 2004-08-26 18:03:37
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25245 Modified Files: ChangeLog Log Message: * library/text.tcl (::tk::TextTranspose): Ensure that Transpose is an atomic op to undo. |
|
From: Jeffrey H. <ho...@us...> - 2004-08-26 18:04:15
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25455 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * library/text.tcl (::tk::TextTranspose): Ensure that Transpose is an atomic op to undo. Replace 'string compare' with 'ne'. |
|
From: Donal K. F. <dk...@us...> - 2004-08-29 09:27:42
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14538 Modified Files: ChangeLog Log Message: TIP#165 (user data field) implementation. |
|
From: Donal K. F. <dk...@us...> - 2004-09-01 09:37:56
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8095 Modified Files: ChangeLog Log Message: More doc fixes from Mikhail Kolesnitchenko |
|
From: Donal K. F. <dk...@us...> - 2004-09-01 10:00:13
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10964 Modified Files: ChangeLog Log Message: Fix general error-case test. [Bug 1019085] |
|
From: Donal K. F. <dk...@us...> - 2004-09-03 14:09:17
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24328 Modified Files: ChangeLog Log Message: Make sure user_data is NULL everywhere it isn't set. [Bug 1021812] |
|
From: Pat T. <pat...@us...> - 2004-09-06 13:45:43
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2169 Modified Files: ChangeLog Log Message: Set TK_LIBRARY when execing Tk apps (test, runtest, rundemo). |
|
From: Jeffrey H. <ho...@us...> - 2004-09-06 23:21:55
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13634 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * library/tkfbox.tcl (::tk::dialog::file::Create): use label instead of button for "File of type", as it properly handles -state disabled now. |
|
From: Jeffrey H. <ho...@us...> - 2004-09-06 23:22:23
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13755 Modified Files: ChangeLog Log Message: * library/tkfbox.tcl (::tk::dialog::file::Create): use label instead of button for "File of type", as it properly handles -state disabled now. |
|
From: Donal K. F. <dk...@us...> - 2004-09-09 12:17:19
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32109 Modified Files: ChangeLog Log Message: Clarify -use docs. [Bug 1024364] |
|
From: Jeffrey H. <ho...@us...> - 2004-09-10 04:50:51
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6382 Modified Files: ChangeLog Log Message: * win/tkWinWm.c (ReadIconFromFile): when using SHGetFileInfo to retrieve icon, get regular icon as well for correct Alt-Tab icon. |
|
From: Jeffrey H. <ho...@us...> - 2004-09-10 05:13:10
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7625 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * 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) |
|
From: Donal K. F. <dk...@us...> - 2004-09-10 21:32:54
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21826 Modified Files: ChangeLog Log Message: Reformat and highlight TIP impl entry. |
|
From: Jeffrey H. <ho...@us...> - 2004-09-10 21:34:28
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv307 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: (UpdateWrapper): update to Kovalenko to account for whether the override window has a transient parent, and apply WS_POPUP in the correct case. The makes splash screens pop up as well as making dropdowns not grab focus away from the parent. |
|
From: Vince D. <vin...@us...> - 2004-09-10 21:56:19
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21743 Modified Files: ChangeLog Log Message: text widget 'peer' subcommand -- TIP#169 implementation |
|
From: Jeffrey H. <ho...@us...> - 2004-09-10 21:55:58
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24181 Modified Files: ChangeLog Log Message: bulletproof 23.2 result [Bug #1019100] |
|
From: Donal K. F. <dk...@us...> - 2004-09-10 22:29:05
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21915 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: More state resetting on dialog start. [Bug 845189] |
|
From: Donal K. F. <dk...@us...> - 2004-09-10 22:31:30
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22586 Modified Files: ChangeLog Log Message: Make sure the state is correctly reset on dialog startup. [Bug 845189] |
|
From: Jeffrey H. <ho...@us...> - 2004-09-11 00:54:48
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32375 Modified Files: ChangeLog Log Message: (UpdateWrapper): update to 2004-06-12 Kovalenko to account for whether the override window has a transient parent, and apply WS_POPUP in the correct case. The makes splash screens pop up as well as making dropdowns not grab focus away from the parent. |
|
From: Donal K. F. <dk...@us...> - 2004-09-11 01:39:32
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31526 Modified Files: ChangeLog Log Message: Prevent tk_strictMotif poisoning of the Widget demo [Bug 1013942] |
|
From: Jeffrey H. <ho...@us...> - 2004-09-11 04:15:05
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7762 Modified Files: ChangeLog Log Message: * win/tkWinWm.c (ActivateWindow): SetFocus to grab window when clicking outside the grab window hierarchy. [Bug 220908] |
|
From: Jeffrey H. <ho...@us...> - 2004-09-11 04:20:04
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8113 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * win/tkWinWm.c (ActivateWindow): SetFocus to grab window when clicking outside the grab window hierarchy. [Bug 220908] |
|
From: Donal K. F. <dk...@us...> - 2004-09-11 04:26:02
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32076 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Stop tk_strictMotif poisoning of the widget demo [Bug 1013942] |
|
From: Jeffrey H. <ho...@us...> - 2004-09-13 22:54:44
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12051 Modified Files: ChangeLog Log Message: * win/tkWinWm.c (ReadIconFromFile): fix mem alloc to get the right size for both icons ('?:' order of precedence mistake). |