Gorm is a clone of the Cocoa (OpenStep/NeXTSTEP) `Interface Builder' application for GNUstep
Find a file
Richard Frith-MacDonald 9023f1353f Set up a miniwindow image for a document.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@9052 72102866-910b-0410-8b05-ffd578937521
2001-02-08 07:15:15 +00:00
Documentation Minor tidyup 2001-02-07 07:06:16 +00:00
Images Pretty up 1999-12-22 12:20:22 +00:00
Palettes Minor fixes and improvements to controls palette 2001-02-06 08:37:33 +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 Minor tidyup 2001-02-07 07:06:16 +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 Make new tool panels key when selecting from menu 2000-03-06 22:48:46 +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 Set up a miniwindow image for a document. 2001-02-08 07:15:15 +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 Minor tidyup 2001-02-07 07:06:16 +00:00
GormObjectEditor.m Minor fixes and improvements to controls palette 2001-02-06 08:37:33 +00:00
GormObjectInspector.m Minor tidyup 2001-02-07 07:06:16 +00:00
GormPalettesManager.h Stuff for testing mode. 1999-12-15 15:29:27 +00:00
GormPalettesManager.m Some simplification. 2001-01-27 07:11:31 +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