Gorm is a clone of the Cocoa (OpenStep/NeXTSTEP) `Interface Builder' application for GNUstep
Find a file
Gregory John Casamento e150b5b43b Adding new interface file and enhancing Gorm.m to validate menu correctly.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15439 72102866-910b-0410-8b05-ffd578937521
2003-01-01 17:50:17 +00:00
Documentation Version 0.2.0 2002-12-05 05:13:41 +00:00
Images Added some additional visual effect to the outline view to make it more 2002-07-09 00:28:22 +00:00
Palettes Adding new interface file and enhancing Gorm.m to validate menu correctly. 2003-01-01 17:50:17 +00:00
Resources Adding new interface file and enhancing Gorm.m to validate menu correctly. 2003-01-01 17:50:17 +00:00
Testing Added .cvsignore 2000-01-10 02:42:32 +00:00
.cvsignore Added .cvsignore 1999-12-13 23:39:08 +00:00
ANNOUNCE Version 0.2.0 2002-12-05 05:13:41 +00:00
ChangeLog Adding new interface file and enhancing Gorm.m to validate menu correctly. 2003-01-01 17:50:17 +00:00
ClassInformation.plist Added support for NSOpenGLView in class information file 2002-11-19 22:12:54 +00:00
Defaults.plist Tidied 2000-01-04 12:37:00 +00:00
GModelDecoder.m Return nil for nil object 2002-12-03 02:54:39 +00:00
GNUmakefile Adding new interface file and enhancing Gorm.m to validate menu correctly. 2003-01-01 17:50:17 +00:00
Gorm.h * GNUMakefile: added GormViewSizeInspector.m, GormGenericEditor.m 2002-11-18 20:54:26 +00:00
Gorm.m Adding new interface file and enhancing Gorm.m to validate menu correctly. 2003-01-01 17:50:17 +00:00
Gorm.spec.in Fix summary 2001-04-25 03:14:39 +00:00
GormBoxEditor.h GormBoxEditor.h 2002-08-14 00:01:42 +00:00
GormBoxEditor.m * Gorm.m: fixes segfault when leaving test mode. 2002-09-21 15:24:59 +00:00
GormButtonEditor.h GormBoxEditor.h 2002-08-14 00:01:42 +00:00
GormButtonEditor.m * Gorm.m: added menu item for "group in scroll view". 2002-10-08 20:17:17 +00:00
GormClassEditor.m GormBoxEditor.h 2002-08-14 00:01:42 +00:00
GormClassManager.h Added code to show the current object's class in the classes view. 2002-12-15 07:30:35 +00:00
GormClassManager.m Committing fix to class manager. 2003-01-01 07:07:27 +00:00
GormControlEditor.h GormBoxEditor.h 2002-08-14 00:01:42 +00:00
GormControlEditor.m Log changes 2002-09-10 03:00:12 +00:00
GormCustomClassInspector.h Custom class implementation for Gorm. 2002-10-13 06:04:05 +00:00
GormCustomClassInspector.m Cleaned up some NSLog calls. Code runs more silently now. 2002-12-15 18:17:53 +00:00
GormCustomView.h Add support for custom views 2001-10-03 17:38:46 +00:00
GormCustomView.m Added missing includes to prevent compilation problem. 2002-10-09 03:14:50 +00:00
GormDocument.h Adding new interface file and enhancing Gorm.m to validate menu correctly. 2003-01-01 17:50:17 +00:00
GormDocument.m Adding new interface file and enhancing Gorm.m to validate menu correctly. 2003-01-01 17:50:17 +00:00
GormFilesOwner.h More connection improvements 1999-12-21 08:13:35 +00:00
GormFilesOwner.m Fixed issue w/ inspector showing "GormFirstResponder" and "GormFilesOwner" which 2002-11-24 05:52:50 +00:00
GormGenericEditor.m * GNUMakefile: added GormViewSizeInspector.m, GormGenericEditor.m 2002-11-18 20:54:26 +00:00
GormImageEditor.m Gmodel loading - set up connections, custom classes 2002-11-21 01:00:08 +00:00
GormInfo.plist Bug fixes and updates. Corrected problem with menu editor. 2003-01-01 05:37:02 +00:00
GormInspectorsManager.h tidy 1999-12-23 07:49:27 +00:00
GormInspectorsManager.m Adding .gorm file packages and adding sound support to gorm. 2002-11-04 13:52:31 +00:00
GormInternalViewEditor.h GormBoxEditor.h 2002-08-14 00:01:42 +00:00
GormInternalViewEditor.m * GormViewEditor.m 2002-12-14 14:31:43 +00:00
GormMatrixEditor.h GormBoxEditor.h 2002-08-14 00:01:42 +00:00
GormMatrixEditor.m Matrix cntl-drag fixes 2002-10-30 03:02:44 +00:00
GormObjectEditor.m * GormObjectEditor.m ([GormObjectEditor +setEditor:forDocument:]): 2002-11-19 08:30:43 +00:00
GormObjectInspector.m Gmodel loading - set up connections, custom classes 2002-11-21 01:00:08 +00:00
GormOutlineView.h Lots and lots of fixes and enhancements. 2002-07-22 15:24:37 +00:00
GormOutlineView.m Cleaned up some NSLog calls. Code runs more silently now. 2002-12-15 18:17:53 +00:00
GormPalettesManager.h Stuff for testing mode. 1999-12-15 15:29:27 +00:00
GormPalettesManager.m drag and drop logic for formatters 2001-12-04 22:26:00 +00:00
GormPlacementInfo.h GormBoxEditor.h 2002-08-14 00:01:42 +00:00
GormPosingView.h GormBoxEditor.h 2002-08-14 00:01:42 +00:00
GormPosingView.m GormBoxEditor.h 2002-08-14 00:01:42 +00:00
GormPrivate.h Corrected a problem w/ class rename. 2002-12-05 05:23:08 +00:00
GormScrollViewEditor.m * GormDocument.m: change nameTable retaining policy from 2002-10-29 18:30:05 +00:00
GormSoundEditor.m * GNUMakefile: added GormViewSizeInspector.m, GormGenericEditor.m 2002-11-18 20:54:26 +00:00
GormSoundInspector.h Adding some files which I forgot in the last commit. 2002-11-05 00:35:17 +00:00
GormSoundInspector.m Preliminary support for .gmodel conversion. Fixes for sound support. 2002-11-05 05:42:45 +00:00
GormSplitViewEditor.h GormBoxEditor.h 2002-08-14 00:01:42 +00:00
GormSplitViewEditor.m GormSplitViewEditor.m 2002-08-14 09:46:01 +00:00
GormTableViewEditor.m Various bug fixes... 2002-07-16 04:46:12 +00:00
GormTabViewEditor.h GormBoxEditor.h 2002-08-14 00:01:42 +00:00
GormTabViewEditor.m GormBoxEditor.h 2002-08-14 00:01:42 +00:00
GormViewEditor.h GormBoxEditor.h 2002-08-14 00:01:42 +00:00
GormViewEditor.m * GormViewEditor.m 2002-12-14 14:31:43 +00:00
GormViewKnobs.m Changes to allow an NSBox to be 'edited' and add subviews, move 2001-06-07 03:57:51 +00:00
GormViewSizeInspector.m * GNUMakefile: added GormViewSizeInspector.m, GormGenericEditor.m 2002-11-18 20:54:26 +00:00
GormViewWithContentViewEditor.h GormBoxEditor.h 2002-08-14 00:01:42 +00:00
GormViewWithContentViewEditor.m * GormViewEditor.m 2002-12-14 14:31:43 +00:00
GormViewWithSubviewsEditor.h GormBoxEditor.h 2002-08-14 00:01:42 +00:00
GormViewWithSubviewsEditor.m GormBoxEditor.h 2002-08-14 00:01:42 +00:00
GormWindowEditor.m Adding new interface file and enhancing Gorm.m to validate menu correctly. 2003-01-01 17:50:17 +00:00
IBInspector.m Lots and lots of fixes and enhancements. 2002-07-22 15:24:37 +00:00
IBPalette.m palette deallocation fixes. 2002-03-08 15:26:10 +00:00
INSTALL Version 0.2.0 2002-12-05 05:13:41 +00:00
NEWS Version 0.2.0 2002-12-05 05:13:41 +00:00
README Version 0.2.0 2002-12-05 05:13:41 +00:00
TODO adding to my TO DO list. 2002-12-31 15:53:00 +00:00
Version Version 0.2.0 2002-12-05 05:13:41 +00:00

Introduction
============

Read the NEWS file for the latest user visible changes. Read the INSTALL
file for installation instructions.

   Gorm is an acronym for Graphic Object Relationship modeler (or
perhaps GNUstep Object Relationship Modeler).

   Gorm is a clone of the NeXTstep `Interface Builder' application for
GNUstep.

   Gorm is not `gormless' (a Yorkshire dialect word that my parents
used when they spotted me staring, slack-jawed, at the TV).

   Gorm is part of the GNUstep project, and is copyrighted by the Free
Software Foundation.

   Gorm is released under the GPL - see the file `COPYING' for details.

   Little documentation exists. There is a nice basic tutorial at
<http://www.gnustep.it/pierre-yves/index.html>.

Status
======

   At this point, Gorm is usable only for very simple stuff as it only
supports the most commonly used gui elements.  However, the binary
format in which documents are archived is stable, so documents created
using Gorm now should remain useful.  Interface test mode qorks quite
nicely - you really can see things working.

   Known problems (things to do) -

  1. Documentation - only a tiny start has been made on this!

Acknowledgements
================

   Icons - Mostly by Andrew Lindsay.

   Code -  GormViewKnobs.m adapted from code by Gerrit van Dyk.