From bea8d88e7cb71dce5cb58cf28654f7fa069f164b Mon Sep 17 00:00:00 2001 From: Fred Kiefer Date: Tue, 21 Aug 2001 23:25:38 +0000 Subject: [PATCH] Continued rework of NSMenu git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10770 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3b956a163..aadb7416e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2001-08-22 Fred Kiefer + + * Headers/gnustep/gui/NSMenu.h + Made method [_rightMouseDisplay:] public. + * Headers/gnustep/gui/NSResponder.h + Added method [scrollWheel:]. + * Source/NSResponder.m + Added dummy implementation of [scrollWheel:]. + Moved menu display code in [rightMouseDown:] to NSApplication. + * Source/NSApplication.m + Implemented [rightMouseDown:] with code from NSResponder. + * Source/NSWindow.m + Cache the default notification center. In [sendEvent:] handle case + of NSScrollWheel event. + * Source/NSMenu.m + Removed class NSMenuWindow, use aconfigured NSPanel instead. + New method [_createWindow] to create this. + Removed unused ivars of NSMenuWindowTitleView and renamed the + methods. Corrected the create/retain logic of the button handling + methods, the old code kept on creating buttons which where never released. + [NSMenu _setTornOff:] now calls addCloseButton or releaseCloseButton. + Replaced [NSMenuWindowTitleView titleHeight] with inline function + title_height(). + * Headers/gnustep/gui/NSTableView.h + Check in of this file was forgotten. + Tue Aug 21 19:38:00 2001 Nicola Pero * Headers/gnustep/gui/NSTableView.h: Added ivars for autosaving of