Gorm is a clone of the Cocoa (OpenStep/NeXTSTEP) `Interface Builder' application for GNUstep
Find a file
Richard Frith-MacDonald 455d55466f New info
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@6114 72102866-910b-0410-8b05-ffd578937521
2000-02-25 17:34:30 +00:00
Documentation First .cvsignore 2000-01-10 02:44:58 +00:00
Images Pretty up 1999-12-22 12:20:22 +00:00
Palettes popup and pulldown menus added to palette 2000-02-14 07:50:01 +00:00
Testing Added .cvsignore 2000-01-10 02:42:32 +00:00
.cvsignore Added .cvsignore 1999-12-13 23:39:08 +00:00
ChangeLog Tidyup 2000-02-25 17:26:57 +00:00
ClassInformation.plist Limited menu support 2000-01-13 21:19:03 +00:00
Defaults.plist Tidied 2000-01-04 12:37:00 +00:00
GNUmakefile Remove Doc 2000-02-22 04:20:36 +00:00
Gorm.h Improvements for testing etc 2000-01-03 11:00:14 +00:00
Gorm.m Tidyup 2000-02-25 17:26:57 +00:00
GormClassManager.h Better inspector support 1999-12-21 11:38:49 +00:00
GormClassManager.m Better inspector support 1999-12-21 11:38:49 +00:00
GormDocument.h A few testing fixes. 2000-02-03 17:04:37 +00:00
GormDocument.m Tidyup 2000-02-25 17:26:57 +00:00
GormFilesOwner.h More connection improvements 1999-12-21 08:13:35 +00:00
GormFilesOwner.m tidy 1999-12-23 07:49:27 +00:00
GormInspectorsManager.h tidy 1999-12-23 07:49:27 +00:00
GormInspectorsManager.m Limited menu support 2000-01-13 21:19:03 +00:00
GormObjectEditor.m Tidyup 2000-02-25 17:26:57 +00:00
GormObjectInspector.m Various improvements 1999-12-23 16:36:51 +00:00
GormPalettesManager.h Stuff for testing mode. 1999-12-15 15:29:27 +00:00
GormPalettesManager.m More tidying up 2000-01-04 16:25:39 +00:00
GormPrivate.h A few testing fixes. 2000-02-03 17:04:37 +00:00
GormViewKnobs.m Loads of stuff! 1999-12-16 18:06:22 +00:00
GormWindowEditor.m Add menu inspectors 2000-01-14 13:34:15 +00:00
IBInspector.m Improvements for testing etc 2000-01-03 11:00:14 +00:00
IBPalette.m Gorm source 1999-12-08 15:04:57 +00:00
README New info 2000-02-25 17:34:30 +00:00
Version oops - forgot version info 2000-01-05 17:48:32 +00:00

25 Feb 2000

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!

2. Support for custom objects needs to be added.

3. Editors and inspectors need writing for most gui elements -
  popup menus
  boxes
  browsers
  scrollviews
  splitviews
  etc etc

4. Support for color and images on buttons etc.
  This requires improved image and color support in the gui library

5. Support for fonts etc
  This requires improved font management support in the gui library