Replaced GNUstep method for right mouse menu display with MacOSX one.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16212 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2003-03-19 16:17:07 +00:00
parent 4a0065ab77
commit b19a81ce43

View file

@ -1,3 +1,15 @@
2003-03-19 Fred Kiefer <FredKiefer@gmx.de>
* Headers/gnustep/gui/NSMenu.h
Removed method [_rightMouseDisplay:] as this is now private.
* Source/NSMenu.m
Implemented [popUpContextMenu:withEvent:forView:] using
[_rightMouseDisplay:].
* Source/NSApplication.m
In [rightMouseDown:] use [popUpContextMenu:withEvent:forView:].
* Source/NSMenu.m
In [sendEvent:] use [popUpContextMenu:withEvent:forView:].
2003-03-19 Fred Kiefer <FredKiefer@gmx.de> 2003-03-19 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSBitmapImageRep.m * Source/NSBitmapImageRep.m
@ -5,7 +17,7 @@
front of the list. As the standard GNUstep images are in this front of the list. As the standard GNUstep images are in this
format, this will speed up image loading. format, this will speed up image loading.
* Headers/gnustep/gui/NSCell.h * Headers/gnustep/gui/NSCell.h
Remvoed ivar is_continuous, this is now handled by the action Removed ivar is_continuous, this is now handled by the action
mask. Decreased size of the image_position ivar. Added two more mask. Decreased size of the image_position ivar. Added two more
subclass ivar to reuse the freed space. Flagged all methods that subclass ivar to reuse the freed space. Flagged all methods that
are new in MacOSX and added a few more of this. are new in MacOSX and added a few more of this.