| 
      
      
      From: Pat T. <pat...@us...> - 2003-07-19 01:15:32
       | 
| Update of /cvsroot/tktoolkit/tk
In directory sc8-pr-cvs1:/tmp/cvs-serv2233
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
	* win/tkWinCursor.c (TkGetCursorByName): Fix bug 420510 to provide
	consistency between unix and windows -cursor option.
 | 
| 
      
      
      From: Pat T. <pat...@us...> - 2003-07-19 01:20:18
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv2799 Modified Files: ChangeLog Log Message: * win/tkWinCursor.c: Applied misplaced Tcl RFE 700799 to provide the windows hand cursor where available. | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2003-07-19 01:22:15
       | 
| Update of /cvsroot/tktoolkit/tk
In directory sc8-pr-cvs1:/tmp/cvs-serv3098
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
	* library/panedwindow.tcl: use widget-specific Priv slots for
	pwAfterId and panecursor items to correctly handle cursor changes
	with adjacant panedwindows.
 | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2003-07-19 01:24:03
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv3659 Modified Files: ChangeLog Log Message: * library/panedwindow.tcl: use widget-specific Priv slots for pwAfterId and panecursor items to correctly handle cursor changes with adjacant panedwindows. | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2003-07-19 01:44:57
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv5819 Modified Files: ChangeLog Log Message: * unix/tkUnixFont.c (Tk_DrawChars): do not make XGetGeometry call that prevents overwidth lines as it requires a roundtrip call to the X server for every string drawn. Hard-code max width to 32768 until a beter solution to get max width is made. | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2003-07-19 01:45:49
       | 
| Update of /cvsroot/tktoolkit/tk
In directory sc8-pr-cvs1:/tmp/cvs-serv6090
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
	* unix/tkUnixFont.c (Tk_DrawChars): do not make XGetGeometry call
	that prevents overwidth lines as it requires a roundtrip call to
	the X server for every string drawn.  Hard-code max width to 32768
	until a beter solution to get max width is made.
 | 
| 
      
      
      From: Daniel A. S. <da...@us...> - 2003-07-21 12:37:10
       | 
| Update of /cvsroot/tktoolkit/tk
In directory sc8-pr-cvs1:/tmp/cvs-serv4212
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
	* macosx/buildTkConfig.tcl: fix to TK_BUILD_* ref generation
	broken by changes to tcl buildsystem.
 | 
| 
      
      
      From: Daniel A. S. <da...@us...> - 2003-07-21 12:39:51
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv4627 Modified Files: ChangeLog Log Message: * macosx/buildTkConfig.tcl: fix to TK_BUILD_* ref generation broken by changes to tcl buildsystem. | 
| 
      
      
      From: Pat T. <pat...@us...> - 2003-07-24 02:10:02
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv13511 Modified Files: ChangeLog Log Message: * win/tkWinCursor.c: Fix for bug #776646 for a native hand2 and fleur (move) cursor under win. * tests/cursor.test: Check that documented cursors are available. | 
| 
      
      
      From: Pat T. <pat...@us...> - 2003-07-28 21:31:07
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv5085 Modified Files: ChangeLog Log Message: * library/panedwindow.tcl: Apply patch from bug #778893 to make the panedwindow -opaqueresize option work as per the docs. | 
| 
      
      
      From: Pat T. <pat...@us...> - 2003-07-28 22:09:02
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv1011 Modified Files: ChangeLog Log Message: * library/tk.tcl: Apply fix for bug #778840 for window placement when using multiple desktops on windows. | 
| 
      
      
      From: Pat T. <pat...@us...> - 2003-07-28 23:10:01
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv13534 Modified Files: ChangeLog Log Message: * win/tkWinDialog.c: Applied patch from bug #611615 which fixes a problem with double clicks in file dialogs falling through to the window underneath in win32. | 
| 
      
      
      From: Daniel A. S. <da...@us...> - 2003-08-12 08:54:13
       | 
| Update of /cvsroot/tktoolkit/tk
In directory sc8-pr-cvs1:/tmp/cvs-serv27083
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
	* macosx/tkMacOSXMenu.c: fixed C99'ism that breaks gcc 2.95.
 | 
| 
      
      
      From: Daniel A. S. <da...@us...> - 2003-08-12 08:54:16
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv27051 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXMenu.c: fixed C99'ism that breaks gcc 2.95. | 
| 
      
      
      From: Pat T. <pat...@us...> - 2003-08-13 11:04:05
       | 
| Update of /cvsroot/tktoolkit/tk
In directory sc8-pr-cvs1:/tmp/cvs-serv4752
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
	* library/scale.tcl: Fix for bug #787065 for Button-2 press.
	* tests/scale.test:  Added test for this bug.
 | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2003-08-13 12:11:38
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv14933 Modified Files: ChangeLog Log Message: ChangeLog Police: Added missing entry (derived from 8.4 branch checkin) | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2003-08-14 16:08:22
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv10909 Modified Files: ChangeLog Log Message: TIP#109 implementation - checkbuttons and radiobuttons now look better. | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2003-08-14 17:23:52
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv28696 Modified Files: ChangeLog Log Message: Make test suite pass without crashes from TIP#109 changes... | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2003-08-15 11:25:12
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv24315 Modified Files: ChangeLog Log Message: Faster color data parsing code for the [$photo put] subcommand. | 
| 
      
      
      From: Mo D. <md...@us...> - 2003-08-18 07:29:22
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv5726 Modified Files: ChangeLog Log Message: * win/configure: Regen. * win/tcl.m4: Update from Tcl to fix Tcl bug 781109. | 
| 
      
      
      From: Joe E. <jen...@us...> - 2003-08-20 08:52:55
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv31802 Modified Files: ChangeLog Log Message: * doc/bind.n: Added more information on event types and details [FRQ #523593 "bind(n) manpage needs more detail"] | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2003-08-20 12:26:46
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv6443 Modified Files: ChangeLog Log Message: Use Tcl_Obj-based interfaces for working with user-supplied font maps. | 
| 
      
      
      From: Pat T. <pat...@us...> - 2003-08-21 00:46:04
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv17912 Modified Files: ChangeLog Log Message: * win/tkWin3d.c: Applied Tk patch 791273 from Jeremy Collins which improves the 3d lines for sunken widgets under windows. | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2003-08-22 04:34:20
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv12994 Modified Files: ChangeLog Log Message: * library/demos/widget: Redo code view dialog, use named fonts, * library/demos/arrow.tcl: add basic see/dismiss routine with * library/demos/bind.tcl: images for better look & feel * library/demos/bitmap.tcl: * library/demos/button.tcl: * library/demos/check.tcl: * library/demos/clrpick.tcl: * library/demos/colors.tcl: * library/demos/cscroll.tcl: * library/demos/ctext.tcl: * library/demos/entry1.tcl: * library/demos/entry2.tcl: * library/demos/entry3.tcl: * library/demos/filebox.tcl: * library/demos/floor.tcl: * library/demos/form.tcl: * library/demos/hscale.tcl: * library/demos/icon.tcl: * library/demos/image1.tcl: * library/demos/image2.tcl: * library/demos/items.tcl: * library/demos/label.tcl: * library/demos/labelframe.tcl: * library/demos/menu.tcl: * library/demos/menubu.tcl: * library/demos/paned1.tcl: * library/demos/paned2.tcl: * library/demos/plot.tcl: * library/demos/puzzle.tcl: * library/demos/radio.tcl: * library/demos/ruler.tcl: * library/demos/sayings.tcl: * library/demos/search.tcl: * library/demos/spin.tcl: * library/demos/states.tcl: * library/demos/style.tcl: * library/demos/text.tcl: * library/demos/twind.tcl: * library/demos/unicodeout.tcl: * library/demos/vscale.tcl: | 
| 
      
      
      From: Joe E. <jen...@us...> - 2003-08-22 05:45:34
       | 
| Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv18396 Modified Files: ChangeLog Log Message: * generic/tkPanedWindow.c(PanedWindowWorldChanged): Set window background from the -background resource. Fixes [BUG #791500 "PanedWindow refresh glitches on X"] |