apps-gorm/GormLib
Riccardo Mottola ed7c24ba5f Make IBEditors implement NSobject protocol to avoid warnings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30780 72102866-910b-0410-8b05-ffd578937521
2010-06-19 00:08:25 +00:00
..
GNUmakefile Removed GNUSTEP_CORE_SOFTWARE=YES from makefiles and instead set PACKAGE_NAME=gorm 2008-12-19 13:09:11 +00:00
GNUmakefile.postamble More makefile fixes. 2004-10-24 00:24:03 +00:00
GNUmakefile.preamble Adding -lobjc manually is no longer needed on mingw 2005-03-21 22:17:21 +00:00
IBApplicationAdditions.h Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
IBApplicationAdditions.m Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
IBCellAdditions.h Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
IBCellProtocol.h Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
IBConnectors.h Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
IBConnectors.m Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
IBDefines.h Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
IBDocuments.h Addition of code for bug#17892. 2008-01-04 17:06:44 +00:00
IBDocuments.m Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
IBEditors.h Make IBEditors implement NSobject protocol to avoid warnings. 2010-06-19 00:08:25 +00:00
IBEditors.m Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
IBInspector.h Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
IBInspector.m Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
IBInspectorManager.h Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
IBInspectorManager.m 2008-04-14 17:37-EDT Gregory John Casamento <greg_casamento@yahoo.com> 2008-04-14 21:40:11 +00:00
IBInspectorMode.h Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
IBInspectorMode.m Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
IBObjectAdditions.h Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
IBObjectAdditions.m Added patch from Wolfgang Lux. 2008-10-23 02:25:48 +00:00
IBObjectProtocol.h Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
IBPalette.h Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
IBPalette.m Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
IBPlugin.h First cut at adding plugin support to Gorm. 2007-11-30 20:59:03 +00:00
IBPlugin.m * GNUmakefile: Added plugins as resources. 2008-05-17 00:43:33 +00:00
IBProjectFiles.h Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
IBProjects.h Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
IBResourceManager.h Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
IBResourceManager.m Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
IBSystem.h Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
IBViewAdditions.h Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
IBViewProtocol.h Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
IBViewResourceDragging.h Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
InterfaceBuilder.h First cut at adding plugin support to Gorm. 2007-11-30 20:59:03 +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
Version Modify GNUmakefiles to include Version to properly name .so libraries. 2006-10-21 00:09:12 +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