|
From: Jeffrey H. <ho...@us...> - 2005-05-31 05:22:12
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27094 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tkPanedWindow.c, tests/panedwindow.test: batch of fixes to panedwindow from Daniel South. Improved auto-size to fit internal windows, fixed sash placement at edge of pane, fixed calculation of stretch amount for internal windows. [Bug 1124198 1161543 1054117 1010941 795869 690169 1192323] |
|
From: Jeffrey H. <ho...@us...> - 2005-05-31 05:23:52
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27809 Modified Files: ChangeLog Log Message: * generic/tkPanedWindow.c, tests/panedwindow.test: batch of fixes to panedwindow from Daniel South. Improved auto-size to fit internal windows, fixed sash placement at edge of pane, fixed calculation of stretch amount for internal windows. [Bug 1124198 1161543 1054117 1010941 795869 690169 1192323] |
|
From: Reinhard M. <rm...@us...> - 2005-05-31 15:25:00
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17970 Modified Files: ChangeLog Log Message: * doc/Inactive.3 (new file): C level API documentationn for TIP#245 (Tk_GetUserInactiveTime, Tk_ResetUserInactiveTime). * tests/tk.test: Added tests for the TIP#245 implementation. |
|
From: Mo D. <md...@us...> - 2005-06-01 00:07:35
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6953 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderToplevel): * unix/tkUnixWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderToplevel): * win/tkWinWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderToplevel): Fix panic in wm stackorder when a toplevel is created on another diplay. The code now ignores toplevels that have a display that does not match the display of the parent window. [Bug 1152809] |
|
From: Jeffrey H. <ho...@us...> - 2005-06-01 17:53:36
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10138 Modified Files: ChangeLog Log Message: * win/tkWinX.c (Tk_ResetUserInactiveTime): cast to squelch compiler warning. |
|
From: Jeffrey H. <ho...@us...> - 2005-06-01 17:54:23
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11075 Modified Files: ChangeLog Log Message: * win/tkWinInt.h: added private decls of Tk_GetEmbeddedMenuHWND, Tk_GetMenuHWND, TkWinCleanupContainerList, and TkpWmGetState to that are used across source files. |
|
From: Reinhard M. <rm...@us...> - 2005-06-02 10:08:13
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23558 Modified Files: ChangeLog Log Message: * unix/tkUnix.c (Tk_GetUserInactiveTime): Improvements to get it working on Solaris, and panic if we run out of memory. * unix/configure.in: Rework the searching for Xss, to make it work on Solaris and provide more useful output. Use AC_HELP_STRING where appropriate. * unix/tcl.m4: synced from Tcl. * unix/configure: regenerated with autoconf 2.59. |
|
From: Jim I. <wol...@us...> - 2005-06-03 00:53:36
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9511 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: 2005-06-02 Jim Ingham <ji...@ap...> Another patch from M. Kirkham. * macosx/tkMacOSXScrlbr.c (ThumbActionProc, ScrollBarBindProc): Record the first mouse down point, and compute differences from that, rather than getting the mouse down each time through the loop. The old method would get fooled if you moved the mouse less than a text line height in the text widget. [Bug 1083728] |
|
From: Jeffrey H. <ho...@us...> - 2005-06-03 01:19:33
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24072 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: retagged 8.4.10 for OS X scrollbar fix |
|
From: Daniel A. S. <da...@us...> - 2005-06-03 08:52:41
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25625 Modified Files: ChangeLog Log Message: * macosx/Makefile: fixed 'embedded' target. |
|
From: Daniel A. S. <da...@us...> - 2005-06-03 08:54:18
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26411 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/Makefile: fixed 'embedded' target. |
|
From: Donal K. F. <dk...@us...> - 2005-06-03 15:25:08
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1250 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Backported [console] rename fix. [Bug 1016385] |
|
From: Jim I. <wol...@us...> - 2005-06-03 17:06:29
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19856 Modified Files: ChangeLog Log Message: 2005-06-02 Jim Ingham <ji...@ap...> Another patch from M. Kirkham. * macosx/tkMacOSXScrlbr.c (ThumbActionProc, ScrollBarBindProc): Record the first mouse down point, and compute differences from that, rather than getting the mouse down each time through the loop. The old method would get fooled if you moved the mouse less than a text line height in the text widget. [Bug 1083728] |
|
From: Jim I. <wol...@us...> - 2005-06-03 19:03:33
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13946 Modified Files: ChangeLog Log Message: On Mac OS X scrollwheel events are sent to the window under the mouse, not to the focus window. |
|
From: Donal K. F. <dk...@us...> - 2005-06-03 23:22:46
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22405 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Backport fix for [Bug 1114977]; canvas tag searches now work with threads. |
|
From: Don P. <dg...@us...> - 2005-06-18 20:22:05
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24405 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: release tag |
|
From: Daniel A. S. <da...@us...> - 2005-06-18 21:46:09
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23422 Modified Files: ChangeLog Log Message: * macosx/Makefile: for X11 build, add -X11 suffix to unversioned wish symbolic link. * unix/tcl.m4 (Darwin): add -headerpad_max_install_names to LDFLAGS to ensure we can always relocate binaries with install_name_tool. * unix/configure: autoconf-2.59 |
|
From: Daniel A. S. <da...@us...> - 2005-06-18 21:47:54
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24284 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: *** 8.4.11 TAGGED FOR RELEASE *** * macosx/Makefile: for X11 build, add -X11 suffix to unversioned wish symbolic link. * unix/tcl.m4 (Darwin): add -headerpad_max_install_names to LDFLAGS to ensure we can always relocate binaries with install_name_tool. * unix/configure: autoconf-2.13 |
|
From: Donal K. F. <dk...@us...> - 2005-06-19 21:49:15
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20771 Modified Files: ChangeLog Log Message: Get rid of statics; replaced with stack-allocated structures which are automatically thread-safe. Also squelched a buffer overrun in binary string data handling... |
|
From: Donal K. F. <dk...@us...> - 2005-06-21 22:59:00
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29397 Modified Files: ChangeLog Log Message: Fix silly error in SYNOPSIS of Tk_AllocBitmapFromObj doc [1224983] |
|
From: Donal K. F. <dk...@us...> - 2005-06-21 23:01:45
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30701 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix silly error in SYNOPSIS of Tk_AllocBitmapFromObj [Bug 1224983] |
|
From: Don P. <dg...@us...> - 2005-06-22 16:04:07
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25745 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: release tag |
|
From: Daniel A. S. <da...@us...> - 2005-06-23 06:00:37
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1793 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/Makefile.in (install-private-headers): rewrite tkPort.h when installing private headers to remove ../unix relative #include path to tkUnixPort.h (which is incorrect at the installed location). |
|
From: Daniel A. S. <da...@us...> - 2005-06-23 20:15:28
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1511 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/tkMacOSXDefault.h: change ENTRY_BORDER defaults to from 5 to 2 to make default entry widgets in TkAqua look like in other aqua apps (and have same border dimensions as other platforms). [Bug 1176610] |
|
From: Daniel A. S. <da...@us...> - 2005-06-23 20:18:04
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2812 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXDefault.h: change ENTRY_BORDER defaults to from 5 to 2 to make default entry widgets in TkAqua look like in other aqua apps (and have same border dimensions as other platforms). [Bug 1176610] |