apps-gorm/GormLib
Nicola Pero 537db39e12 Fixed building on Windows
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20948 72102866-910b-0410-8b05-ffd578937521
2005-03-21 22:16:52 +00:00
..
GNUmakefile Added new file to the GormLib. 2005-03-19 20:56:22 +00:00
GNUmakefile.postamble More makefile fixes. 2004-10-24 00:24:03 +00:00
GNUmakefile.preamble Added IBSystem header. 2004-12-18 13:57:26 +00:00
IBApplicationAdditions.h Completed documentation. 2005-01-01 14:56:11 +00:00
IBApplicationAdditions.m Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00
IBCellAdditions.h New classes/headers, fleshed out document class, added document. 2005-01-01 07:39:12 +00:00
IBCellProtocol.h Completed documentation. 2005-01-01 14:56:11 +00:00
IBConnectors.h Completed documentation. 2005-01-01 14:56:11 +00:00
IBConnectors.m Correction for Bug#10934. Implementation for category action support (the ability to add action existing appkit classes. Default implementation of nibInstantiate. 2004-11-07 19:32:57 +00:00
IBDefines.h Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00
IBDocuments.h New classes/headers, fleshed out document class, added document. 2005-01-01 07:39:12 +00:00
IBDocuments.m New classes/headers, fleshed out document class, added document. 2005-01-01 07:39:12 +00:00
IBEditors.h Corrected the define name for IB_EXTERN 2004-12-18 18:24:28 +00:00
IBEditors.m Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00
IBInspector.h Completed documentation. 2005-01-01 14:56:11 +00:00
IBInspector.m Corrected bug#11346. Redid background for all inspectors. 2005-01-28 05:41:55 +00:00
IBInspectorManager.h Added inspector manager to GormLib. This is part of the standard InterfaceBuilder framework. 2004-12-19 13:39:56 +00:00
IBInspectorManager.m Added [super init] to init. 2004-12-19 14:05:10 +00:00
IBObjectAdditions.h Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00
IBObjectAdditions.m Improved docs. 2005-01-01 15:29:40 +00:00
IBObjectProtocol.h Improved docs. 2005-01-01 15:29:40 +00:00
IBPalette.h Corrected the define name for IB_EXTERN 2004-12-18 18:24:28 +00:00
IBPalette.m New classes/headers, fleshed out document class, added document. 2005-01-01 07:39:12 +00:00
IBProjectFiles.h New classes/headers, fleshed out document class, added document. 2005-01-01 07:39:12 +00:00
IBProjects.h New classes/headers, fleshed out document class, added document. 2005-01-01 07:39:12 +00:00
IBResourceManager.h New classes/headers, fleshed out document class, added document. 2005-01-01 07:39:12 +00:00
IBResourceManager.m New classes/headers, fleshed out document class, added document. 2005-01-01 07:39:12 +00:00
IBSystem.h Fixed building on Windows 2005-03-21 22:16:52 +00:00
IBViewAdditions.h New files to be more compliant. 2004-12-12 21:04:53 +00:00
IBViewProtocol.h Completed documentation. 2005-01-01 14:56:11 +00:00
IBViewResourceDragging.h Added new file to the GormLib. 2005-03-19 20:56:22 +00:00
InterfaceBuilder.h Added new file to the GormLib. 2005-03-19 20:56:22 +00:00
README Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00

GormLib is a clone of the InterfaceBuilder framework.  

GormLib's primary purpose is to allow the creation of custom palettes and
inspectors outside of Gorm.  This will also facilitate extension of Gorm 
since it will allow outside applications to have an interface with which they
can interact with the running Gorm application.

You must install this library before you can build Gorm. 

Thanks, Gregory John Casamento