Gorm is a clone of the Cocoa (OpenStep/NeXTSTEP) `Interface Builder' application for GNUstep
Find a file
2021-04-23 06:48:09 -04:00
Documentation Fixed grammatical error ("All Rights" -> "All rights") 2020-04-20 22:07:14 -07:00
English.lproj Add groupSelectionInMatrix 2021-03-27 01:44:49 -04:00
GormCore Correctly interpret NSApplication and other top level objects, except NSWindowTemplate. 2021-04-23 06:35:50 -04:00
GormLib Fix memory leak when creating matrix cells using inspector. Do not deactivate / close the editor when matrix is expanded. 2021-04-22 04:05:49 -04:00
GormObjCHeaderParser 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
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 Fix compilation errors 2020-07-17 11:26:31 -04:00
Palettes Fix memory leak when creating matrix cells using inspector. Do not deactivate / close the editor when matrix is expanded. 2021-04-22 04:05:49 -04:00
Plugins Code to add window to top level objects when reading XIB file in GormXibWrapperLoader 2021-04-23 06:48:09 -04:00
Resources Initialize the items of Gorm's predefined Find menu with tags and 2010-08-02 19:10:17 +00:00
.cvsignore Added .cvsignore 1999-12-13 23:39:08 +00:00
.gitignore Add .gitignore. 2019-07-26 21:29:00 +02:00
ANNOUNCE Release 1.2.26 2020-04-14 14:45:33 -04:00
ChangeLog Fix issue #11 in Gorm. NSMatrix should now be selectable after initial selection. 2021-04-22 03:32:35 -04: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 make NSIS packageable 2016-06-21 08:07:08 +00: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 Fix all warnings in Gorm 2021-03-28 18:55:29 -04:00
Gorm.spec.in Correction for problem loading gmodels. 2004-12-23 11:03:45 +00:00
GormInfo.plist Add NSMainNibFile to avoid warning. 2020-08-02 12:18:36 -04: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 Release 1.2.26 2020-04-14 14:45:33 -04:00
NOTICE Added additional information to NOTICE. 2005-06-04 11:47:32 +00: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 Release 1.2.26 2020-04-14 14:45:33 -04: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.