diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 42 |
1 files changed, 42 insertions, 0 deletions
@@ -1,3 +1,45 @@ +2006-09-10 Daniel Steffen <das@users.sourceforge.net> + + * 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. + + * library/text.tcl (aqua): change focus bindings to implement platform + standard look for inactive text selections using this new color. + + * generic/tkTextBTree.c (TkTextIsElided): on TkAqua, don't show text + * generic/tkTextDisp.c (GetStyle): selection when text widget + * generic/tkText.c (TextEventProc): is in disabled state. + + * generic/tkEntry.c (DisplayEntry): change default TkAqua selection + * macosx/tkMacOSXDefault.h: relief to "flat" (platform std). + + * generic/tkText.c (Tk_TextCmd): 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/Makefile: 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/tkMacOSXEntry.c (TkpDrawEntryBorderAndFocus): fix typo. + + * unix/tcl.m4: sync with tcl/unix/tcl.m4. + 2006-09-07 Daniel Steffen <das@users.sourceforge.net> * generic/tkWindow.c: add #include "tclInt.h" now required due to use |