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
This commit is contained in:
nico 2002-02-20 19:23:06 +00:00
parent 2b92aca887
commit d18dff286c

View file

@ -1,3 +1,11 @@
Wed Feb 20 19:15:58 2002 Nicola Pero <nicola@brainstorm.co.uk>
* 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 <nicola@brainstorm.co.uk>
* Model/GMAppKit.m ([NSBox -subviewsForModel]): New method fixing