Gorm is a clone of the Cocoa (OpenStep/NeXTSTEP) `Interface Builder' application for GNUstep
Find a file
2023-06-12 03:50:05 -04:00
Documentation Update files for release 2023-01-15 05:56:59 -05:00
English.lproj Initial version of the bindings inspector 2023-01-16 07:35:09 -05:00
GormCore Fix plugin loading from framework 2023-06-12 03:50:05 -04:00
GormLib Gorm now correctly pulls in objects and assigns them names. 2021-05-04 05:04:59 -04:00
GormObjCHeaderParser Change name 2021-07-14 13:12:51 -04:00
GormPrefs headers cleaned up: use umbrella headers when using headers from other subprojects (to make PCH easier in the future); umbrella headers created for GormCore, GormObjCHeaderParser, GormPrefs; GNUmakefiles updated accordingly; some stray .cvsignore files deleted 2019-11-03 02:57:39 +01:00
Images Update images 2023-06-07 05:08:03 -04:00
Palettes Fix the rest of the issues mentioned in savannah bug#25310 2021-12-09 01:31:19 -05:00
Resources Changes to fix custom class handling. 2021-05-04 05:04:59 -04:00
Tools Fix build issue 2023-06-12 02:05:53 -04:00
.gitignore add new entries 2023-06-08 23:03:47 -04:00
ANNOUNCE Update announce 2023-01-15 06:15:42 -05:00
ChangeLog Update changelog for release 2023-01-15 06:10:49 -05:00
CODEOWNERS Add CODEOWNERS 2019-09-13 21:12:24 -04:00
COPYING Add COPYING file. 2008-04-22 22:59:52 +00:00
GNUmakefile Fix plugin loading from framework 2023-06-12 03:50:05 -04:00
GNUmakefile.postamble Fixed compilation on windows with newer gnustep-make, and removed a compiler warning 2008-01-10 11:43:37 +00:00
GNUmakefile.preamble Change to make the view visible when testing, but not to allow it to use 2005-06-21 00:04:36 +00:00
Gorm.m Code cleanup. Changes to handle connections. 2021-05-04 05:04:59 -04:00
Gorm.spec.in Correction for problem loading gmodels. 2004-12-23 11:03:45 +00:00
GormInfo.plist Update files for release 2023-01-15 05:56:59 -05:00
INSTALL Commit before release 2019-02-07 02:15:01 -05:00
main.m Changed header to reflect license change to GPLv3. 2007-11-05 23:44:36 +00:00
NEWS Update files for release 2023-01-15 05:56:59 -05:00
README Commit before release 2019-02-07 02:15:01 -05:00
TODO Fix issue horizontal and vertical resizable settings in Text View 2021-01-28 19:14:02 -05:00
Version Update files for release 2023-01-15 05:56:59 -05:00

1 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 Cocoa (OpenStep/NeXTSTEP) 'Interface Builder'
application for GNUstep.

   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.

   Documentation for Gorm is located in the Documentation directory.
It's also available on the wiki at
http://wiki.gnustep.org/index.php/Gorm_Manual.

2 Status
========

Gorm is usable and stable.  Please report bugs to bug-gnustep@gnu.org

   Known problems (things to do) -

  1. Support for IB 3.0 functionality.
  2. More palettes.

3 Acknowledgements
==================

  1. Icons - Mostly by Andrew Lindsay.  Gorm application icon by Jesse
     Ross.
  2. Code - GormViewKnobs.m adapted from code by Gerrit van Dyk.