diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 15 insertions, 10 deletions
@@ -1,3 +1,8 @@ +2004-02-17 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tkBind.c (HandleEventGenerate): only modify root[xy] + with [xy] when they haven't been otherwise set. + 2004-02-17 Don Porter <dgp@users.sourceforge.net> * tests/imgPhoto.test (imgPhoto-16.1): Corrected incorrect @@ -35,22 +40,22 @@ Backport Mac OS X specific fixes from TOT: - * macosx/tkMacOSXKeyboard.c: General cleanup. Add support for + * macosx/tkMacOSXKeyboard.c: General cleanup. Add support for [event generate]. [Bug #860454] - [Benjamin Riefenstahl] * macosx/tkMacOSXKeyboard.c: Add PowerBook keycode 0x34 as <Return>. [Benjamin Riefenstahl] - * macosx/tkMacOSXScrlbr.c: Reworking Vince's fix to [Bug 842952]. + * macosx/tkMacOSXScrlbr.c: Reworking Vince's fix to [Bug 842952]. This version is clearer, and works helps keep the mouse better pinned to the scrollbar. I also removed the glitch where the scrollbar would jump get its middle over the mouse when you first moved it. - * macosx/tkMacOSXClipboard.c (TkSuspendClipboard, TkSelGetSelection): - add unicode clipboard support. [Patch #840107] (senn) + * macosx/tkMacOSXClipboard.c (TkSuspendClipboard, TkSelGetSelection): + add unicode clipboard support. [Patch #840107] (senn) - * macosx/tkMacOSXDialog.c (NavServicesGetFile): Minor cleanups. - * (OpenFileFilterProc): Handle FSRef's as well as FSSpec's in the input + * macosx/tkMacOSXDialog.c (NavServicesGetFile): Minor cleanups. + * (OpenFileFilterProc): Handle FSRef's as well as FSSpec's in the input file. Also convert the FSSpec filename to an C-string before passing to MatchOneFile. [bug 517600] * (MatchOneFile): Require the input filename to be a C-string, not a @@ -59,8 +64,8 @@ * macosx/tkMacOSXDialog.c (MatchOneType): If the Macintosh filetype is 0, then automatically pass the fileType check. - * macosx/tkMacOSXButton.c (TkpDisplayButton): Use the tk text - drawing for checkbuttons & radiobuttons as well as for labels. + * macosx/tkMacOSXButton.c (TkpDisplayButton): Use the tk text + drawing for checkbuttons & radiobuttons as well as for labels. * macosx/tkMacOSXEvent.c (XSync): New function, need to implement this so drawing will get flushed in "update idletasks". * tkMacOSXPort.h: convert #define of XSync to function def'n. @@ -69,14 +74,14 @@ * macosx/tkMacOSXDialog.c: added native tk_messageBox command, (Tk_MessageBoxObjCmd) for MacOS X platform. [Vince Darley] - * macosx/tkMacOSXMenu.c: corrected encoding conversion for + * macosx/tkMacOSXMenu.c: corrected encoding conversion for torn-off menu entries (but many other display problems still exist with these) [Vince Darley] * macosx/tkMacOSXMouseEvent.c: improved handling of events in the presence of grabs, particularly activation events. [Vince Darley] - * macosx/tkMacOSXColor.c (GetControlPartColor): Use + * macosx/tkMacOSXColor.c (GetControlPartColor): Use the ThemeBrushes to get the control text color for buttons. |