From 9a2a55ecee168b5583b1a5c2af735d86875e5a15 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Wed, 20 Feb 2002 19:23:06 +0000 Subject: [PATCH] Added the memory panel previously only available for GSTest.app. To allow applications to use it without any API change, bound the memory panel popup to the application icon in the info panel git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12602 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index c1d84588d..0d216530f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Feb 20 19:15:58 2002 Nicola Pero + + * Headers/gnustep/gui/GSMemoryPanel.h: New file. + * Source/GSMemoryPanel.m: New file. + * Source/GNUmakefile: Compile, install the new files. + * Source/GSInfoPanel.m: If the user clicks on the application + icon, open the memory panel (idea by Richard Frith-Macdonald). + Wed Feb 20 12:36:05 2002 Nicola Pero * Model/GMAppKit.m ([NSBox -subviewsForModel]): New method fixing