apps-gorm/GormLib
Gregory John Casamento 25947784ca Correction for Report#9830 and other improvements.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19810 72102866-910b-0410-8b05-ffd578937521
2004-08-02 03:18:45 +00:00
..
GNUmakefile Add library depends 2003-12-23 16:33:03 +00:00
GNUmakefile.postamble 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
GNUmakefile.preamble Add library depends 2003-12-23 16:33:03 +00:00
IBApplicationAdditions.h General clean up. Moved some constants. added the beginnings of a new 2003-05-29 05:40:28 +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
IBConnectors.h New logic to add predefined connectors and some documentation. 2004-01-06 06:11:24 +00:00
IBConnectors.m Modifications to make use of new templates. 2003-08-23 01:04:36 +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 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.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
IBEditors.h Correction for Report#9830 and other improvements. 2004-08-02 03:18:45 +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 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.m More changes for standalone views. 2004-07-28 03:54:42 +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 Correction for Report#9830 and other improvements. 2004-08-02 03:18:45 +00:00
IBObjectProtocol.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
IBPalette.h Correction for Report#9830 and other improvements. 2004-08-02 03:18:45 +00:00
IBPalette.m A sizable number of changes to correct some bugs and add external/custom palette support and the file prefs gui which allows the user to set which version a given .gorm should be saved as. 2004-07-12 04:16:09 +00:00
IBViewAdditions.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
InterfaceBuilder.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
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