|
From: Daniel A. S. <da...@us...> - 2006-07-21 06:26:32
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5763 Modified Files: ChangeLog Log Message: * generic/tkBind.c (TkBindInit): for REDO_KEYSYM_LOOKUP, change keysym-to-string mapping hash to use first name in ks_names.h instead of last (if there are multiple possibilities), e.g. "F11" instead of "L1". * macosx/tkMacOSXKeyboard.c (TkpGetKeySym): correct keysyms for pure modifier key presses [Bugs 700311, 1525905]; correct keysym for Enter key; add keysyms for new NumLock and Fn modifiers (added 2005-08-09). |
|
From: Daniel A. S. <da...@us...> - 2006-07-21 06:26:54
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5790 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tkBind.c (TkBindInit): for REDO_KEYSYM_LOOKUP, change keysym-to-string mapping hash to use first name in ks_names.h instead of last (if there are multiple possibilities), e.g. "F11" instead of "L1". * macosx/tkMacOSXKeyboard.c (TkpGetKeySym): correct keysyms for pure modifier key presses [Bugs 700311, 1525905]; correct keysym for Enter key; add keysyms for new NumLock and Fn modifiers (added 2005-08-09). |
|
From: Daniel A. S. <da...@us...> - 2006-07-21 06:28:29
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6599 Modified Files: ChangeLog Log Message: typo |
|
From: Daniel A. S. <da...@us...> - 2006-07-21 06:28:34
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6601 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: typo |
|
From: Daniel A. S. <da...@us...> - 2006-07-24 04:45:52
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18899 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXWm.c (TkWmMapWindow): fix incorrect values of wmInfo parentWidth/Height for toplevels by recalculating them once the window is mapped (i.e. once the window&structure sizes are known). [Bug 1358663] (ParseGeometry): sync with ParseGeometry in tkUnixWm.c/tkWinWm.c. |
|
From: Daniel A. S. <da...@us...> - 2006-07-24 04:46:00
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18900 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/tkMacOSXWm.c (TkWmMapWindow): fix incorrect values of wmInfo parentWidth/Height for toplevels by recalculating them once the window is mapped (i.e. once the window&structure sizes are known). [Bug 1358663] (ParseGeometry): sync with ParseGeometry in tkUnixWm.c/tkWinWm.c. |
|
From: Daniel A. S. <da...@us...> - 2006-07-25 12:09:01
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13180 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXKeyEvent.c (TkMacOSXProcessKeyboardEvent): handle key shortcut for kHICommandQuit in the same way as other application menu item key shortcuts. [Bug 1516950] |
|
From: Daniel A. S. <da...@us...> - 2006-07-25 12:09:07
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13220 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/tkMacOSXKeyEvent.c (TkMacOSXProcessKeyboardEvent): handle key shortcut for kHICommandQuit in the same way as other application menu item key shortcuts. [Bug 1516950] |
|
From: Jeffrey H. <ho...@us...> - 2006-08-17 01:07:13
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5753 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/tkMacOSXWm.c (WmAttributesCmd): correct OS X result for [wm attributes $top]. |
|
From: Jeffrey H. <ho...@us...> - 2006-08-17 01:07:23
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5926 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXWm.c (WmAttributesCmd): correct OS X result for [wm attributes $top]. |
|
From: Daniel A. S. <da...@us...> - 2006-08-18 07:47:12
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6534 Modified Files: ChangeLog Log Message: * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for universal builds including x86_64, for 64-bit CoreFoundation on Leopard and for use of -mmacosx-version-min instead of MACOSX_DEPLOYMENT_TARGET. * unix/configure.in (Darwin): remove 64-bit arch flags from CFLAGS for combined 32-bit and 64-bit universal builds, as neither TkAqua nor TkX11 can be built for 64-bit at present. * unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59 * macosx/Wish.xcodeproj/project.pbxproj: switch native release targets to use DWARF with dSYM, Xcode 3.0 changes. * macosx/README: updates for x86_64 and Xcode 2.3. * macosx/tkMacOSXInit.c (TkpInit): when available, use public TransformProcessType() API instead of CPSEnableForegroundOperation() SPI to notify the window server that we are a GUI application. * macosx/tkMacOSXWm.c (WmAttrGetTitlePath): use HIWindow API on >=Tiger. * macosx/tkMacOSXMouseEvent.c (GenerateToolbarButtonEvent): * macosx/tkMacOSXMenus.c (GenerateEditEvent): * macosx/tkMacOSXMenu.c (MenuSelectEvent): bzero XVirtualEvent structure before use to ensure all fields are initialized. [Bug 1542205] |
|
From: Daniel A. S. <da...@us...> - 2006-08-18 07:47:28
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6952 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for universal builds including x86_64, for 64-bit CoreFoundation on Leopard and for use of -mmacosx-version-min instead of MACOSX_DEPLOYMENT_TARGET. * unix/configure.in (Darwin): remove 64-bit arch flags from CFLAGS for combined 32-bit and 64-bit universal builds, as neither TkAqua nor TkX11 can be built for 64-bit at present. * unix/configure: autoconf-2.13 * macosx/README: updates for x86_64 support in Tcl. * macosx/tkMacOSXInit.c (TkpInit): when available, use public TransformProcessType() API instead of CPSEnableForegroundOperation() SPI to notify the window server that we are a GUI application. * macosx/tkMacOSXWm.c (WmAttrGetTitlePath): use HIWindow API on >=Tiger. * macosx/tkMacOSXMouseEvent.c (GenerateToolbarButtonEvent): * macosx/tkMacOSXMenus.c (GenerateEditEvent): * macosx/tkMacOSXMenu.c (MenuSelectEvent): bzero XVirtualEvent structure before use to ensure all fields are initialized. [Bug 1542205] |
|
From: Donal K. F. <dk...@us...> - 2006-08-18 10:49:38
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17412 Modified Files: ChangeLog Log Message: Added test suggested by Sam <ba...@ya...> on c.l.t |
|
From: Daniel A. S. <da...@us...> - 2006-08-21 01:09:25
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28067 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXCarbonEvents.c (CarbonTimerProc): avoid starving main event loop: limit the number of tcl events processed per invocation. Fixes bug reported on tcl-mac by Kevan Hashemi. |
|
From: Daniel A. S. <da...@us...> - 2006-08-21 01:09:33
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28071 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/tkMacOSXCarbonEvents.c (CarbonTimerProc): avoid starving main event loop: limit the number of tcl events processed per invocation. Fixes bug reported on tcl-mac by Kevan Hashemi. |
|
From: Daniel A. S. <da...@us...> - 2006-08-21 06:12:29
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27608 Modified Files: ChangeLog Log Message: typo: s/Xcode 2.3/Xcode 2.4/ |
|
From: Daniel A. S. <da...@us...> - 2006-08-24 05:22:30
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16812 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXScrlbr.c (UpdateControlValues): set native scrollbar control bounds only once all size adjustments have been computed. Fixes issue with grow icon obscuring scrollbar reported on tcl-mac. |
|
From: Daniel A. S. <da...@us...> - 2006-08-24 05:22:36
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16969 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/tkMacOSXScrlbr.c (UpdateControlValues): set native scrollbar control bounds only once all size adjustments have been computed. Fixes issue with grow icon obscuring scrollbar reported on tcl-mac. |
|
From: Jeffrey H. <ho...@us...> - 2006-08-30 21:53:48
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31415 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * win/tkWinKey.c: Add WM_UNICHAR window message support (used by * win/tkWinX.c: virtual keyboard apps). [Bug 1518677] (petasis) |
|
From: Jeffrey H. <ho...@us...> - 2006-08-30 21:55:52
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32328 Modified Files: ChangeLog Log Message: * win/tkWinKey.c: Add WM_UNICHAR window message support (used by * win/tkWinX.c: virtual keyboard apps). [Bug 1518677] (petasis) |
|
From: Jeffrey H. <ho...@us...> - 2006-09-06 19:53:24
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18490 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tkText.c (DeleteChars): backport of 8.5 text delete speedup that removes tags from deleted area first. [Bug 1456342] |
|
From: Jeffrey H. <ho...@us...> - 2006-09-06 22:01:25
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5730 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tkEntry.c: move hard-coded ALWAYS_SHOW_SELECTION * generic/tkInt.h: control of entry/text selection display * generic/tkText.c: based on focus to the Tcl level, * generic/tkTextBTree.c: controlled by ::tk::AlwaysShowSelection * generic/tkTextDisp.c: (boolean, private). [Bug 1553691] * generic/tkWindow.c: * library/tk.tcl * unix/tkUnixPort.h: |
|
From: Jeffrey H. <ho...@us...> - 2006-09-06 22:39:28
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21979 Modified Files: ChangeLog Log Message: * generic/tkEntry.c: move hard-coded ALWAYS_SHOW_SELECTION * generic/tkInt.h: control of entry/text selection display * generic/tkText.c: based on focus to the Tcl level, * generic/tkWindow.c: controlled by ::tk::AlwaysShowSelection * library/tk.tcl: (boolean, private). [Bug 1553691] * macosx/tkMacOSXDefault.h: * unix/tkUnixDefault.h: * unix/tkUnixPort.h: * win/tkWinDefault.h: |
|
From: Daniel A. S. <da...@us...> - 2006-09-07 06:37:30
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23348 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tkWindow.c: add #include "tclInt.h" now required due to use of tcl internal Tcl_CreateNamespace() in previous commit. |
|
From: Daniel A. S. <da...@us...> - 2006-09-10 17:06:32
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12436 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgr * macosx/tkMacOSXDefault.h: to retrieve platform std colors for text * macosx/tkMacOSXPort.h: selections, add "systemHighlightSecondary" color name for standard color of inactive selections, use this color as default for text widget -inactiveselectbackground to implement platform standard look for inactive text selections. * library/text.tcl (aqua): remove focus bindings to set selection color. * generic/tkTextBTree.c (TkTextIsElided): on TkAqua, don't show inactive * generic/tkTextDisp.c (GetStyle): text selection when text widget is in disabled state. * generic/tkEntry.c (DisplayEntry): change default TkAqua selection * macosx/tkMacOSXDefault.h: relief to "flat" (platform std). * generic/tkText.c (CreateWidget): fix bug leading to default text selection relief string DEF_TEXT_SELECT_RELIEF being ignored. * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): allow mouse event delivery to background windows with kWindowNoActivatesAttribute (e.g. overrideredirect windows), as these never come to the foreground they would not receive any mouse events otherwise. [Bug 1472624] * macosx/tkMacOSXWindowEvent.c (TkMacOSXGenerateFocusEvent): do not send focus events to any windows with kWindowNoActivatesAttribute. * macosx/tkMacOSXXStubs.c (XQueryColor, XQueryColors): implement basic XColor computation from pixel values, enough to make tkImg's window.c happy, fixes img::window failures reported on tcl-mac. * macosx/tkMacOSXMenu.c (DrawMenuEntryLabel): fix leak. [Bug 1554672] * macosx/GNUmakefile: workaround bug in 'cp -pRH' on Darwin 6 and earlier, fixes 'make embedded' failure reported on tcl-mac; fix error from 'make deploy' with same build tree as previous 'make embedded'. * macosx/Wish.xcodeproj/project.pbxproj: add new tclUnixCompat.c file. * macosx/tkMacOSXEntry.c (TkpDrawEntryBorderAndFocus): fix typo. * unix/tcl.m4: sync with tcl/unix/tcl.m4. * unix/configure: autoconf-2.59 |