From 1350905dc87de7d6c5e1562afa6f45be2adbab72 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 21 Jan 2001 01:38:58 +0000 Subject: [PATCH] Modification to menu code to allow changing font and font size git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8722 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index a8e7659fd..d7fccda9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sat Jan 20 23:38:03 2001 Nicola Pero + + Patches by Alexander Malmberg , modified: + * Source/NSMenu.m ([NSMenuWindowTitleView -titleHeight]): New + method. ([NSMenu -initWithTitle:]): Use the new method to compute + menu title height. ([NSMenu -sizeToFit]): Idem. + * Source/NSMenuView.m ([+menuBarHeight]): Compute from the font + height. ([-initWithFrame:]): Compute cellSize from the font size. + 2001-01-20 Richard Frith-Macdonald * Source/NSLayoutManager.m: Reorganize and tidy up glyph code