mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
Gorm is a clone of the Cocoa (OpenStep/NeXTSTEP) `Interface Builder' application for GNUstep
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@6200 72102866-910b-0410-8b05-ffd578937521 |
||
---|---|---|
Documentation | ||
Images | ||
Palettes | ||
Testing | ||
.cvsignore | ||
ChangeLog | ||
ClassInformation.plist | ||
Defaults.plist | ||
GNUmakefile | ||
Gorm.h | ||
Gorm.m | ||
GormClassManager.h | ||
GormClassManager.m | ||
GormDocument.h | ||
GormDocument.m | ||
GormFilesOwner.h | ||
GormFilesOwner.m | ||
GormInspectorsManager.h | ||
GormInspectorsManager.m | ||
GormObjectEditor.m | ||
GormObjectInspector.m | ||
GormPalettesManager.h | ||
GormPalettesManager.m | ||
GormPrivate.h | ||
GormViewKnobs.m | ||
GormWindowEditor.m | ||
IBInspector.m | ||
IBPalette.m | ||
README | ||
Version |
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