git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16317 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Wim (Willem Rein) Oudshoorn 2003-04-01 19:50:42 +00:00
parent fa5c825e40
commit c792ada36c

View file

@ -1,3 +1,17 @@
2003-04-01 Willem Rein Oudshoorn <woudshoo@xs4all.nl>
* Source/NSMenuView.m (NSMenuWindowTitleView): reformatted one line to
conform to coding standards
* Source/NSMenu.m: renamed ivar _changed to _needsSizing.
([NSMenu -sizeToFit]): Changed call [_view update] to [_view sizeToFit]
([NSMenu -displayTransient]): call [NSMenuView-update] to ensure that the
menuView knows it belongs to a transient menu
([NSMenu -closeTransient]): call [NSMenuView-update] to ensue that the
menuView knows it is not transient anymore.
* Headers/gnustep/gui/NSMenu.h: renamed ivar _changed to _needsSizing.
2003-04-01 Richard Frith-Macdonald <rfm@gnu.org> 2003-04-01 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSApplication.m: ensure that application initialisation * Source/NSApplication.m: ensure that application initialisation