diff options
author | das <das@noemail.net> | 2006-09-11 14:41:15 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2006-09-11 14:41:15 (GMT) |
commit | 2ffcc463523973782a037e657e8e419b5d7d9c68 (patch) | |
tree | 191fbdfd83d2610a765417eb034ddb441109d985 /ChangeLog | |
parent | b3086830a0a26e07e76d94e9dceb56796c087586 (diff) | |
download | tk-2ffcc463523973782a037e657e8e419b5d7d9c68.zip tk-2ffcc463523973782a037e657e8e419b5d7d9c68.tar.gz tk-2ffcc463523973782a037e657e8e419b5d7d9c68.tar.bz2 |
* macosx/tkMacOSXWm.c (TkMacOSXMakeRealWindowExist): revert part of
2006-05-16 change that had set overrideredirect windows to not become
activated by the window manager, as this prevented interaction with
native widgets in such windows [Bug 1472624]; apply changes to carbon
window attributes even if native window has already been created.
* macosx/tkMacOSXKeyEvent.c (TkMacOSXProcessKeyboardEvent): fix app
* macosx/tkMacOSXMenu.c (DrawMenuBarWhenIdle): menu item key shortcuts
* macosx/tkMacOSXInt.h: when custom ".apple" menu is installed.
* library/demos/widget: on TkAqua, don't install file menu with single
quit menu item, as the application menu already has a quit item.
* macosx/tkMacOSXColor.c: fix building on Mac OS X 10.2.
FossilOrigin-Name: bc2ad66b9159d170e032a577ebc06639035d85ae
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2006-09-11 Daniel Steffen <das@users.sourceforge.net> + + * macosx/tkMacOSXWm.c (TkMacOSXMakeRealWindowExist): revert part of + 2006-05-16 change that had set overrideredirect windows to not become + activated by the window manager, as this prevented interaction with + native widgets in such windows [Bug 1472624]; apply changes to carbon + window attributes even if native window has already been created. + + * macosx/tkMacOSXKeyEvent.c (TkMacOSXProcessKeyboardEvent): fix app + * macosx/tkMacOSXMenu.c (DrawMenuBarWhenIdle): menu item key shortcuts + * macosx/tkMacOSXInt.h: when custom ".apple" menu is installed. + + * library/demos/widget: on TkAqua, don't install file menu with single + quit menu item, as the application menu already has a quit item. + + * macosx/tkMacOSXColor.c: fix building on Mac OS X 10.2. + 2006-09-10 Daniel Steffen <das@users.sourceforge.net> * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgr |