Commit graph

18 commits

Author SHA1 Message Date
adam
e976b3b145 Changes 0.7.7:
* Important bugfixes in editor classes.
   * Rearranged some of the editor classes to be in the palettes which
     contain the classes they are responsible for editing
     (GormButtonEditor & GormTabViewEditor).
   * Image and Sound editors will now display system default images or
     sounds if they are available.
   * Document window now uses an NSToolbar (experimental).
   * Improved the layout of some of the inspectors.
   * Corrected some minor issues in the inspectors
   * Added code to allow NSTableView and NSOutlineView to show some data during testing
   * Gorm will now show an alert panel when a model fails to load or test properly.
2004-08-18 14:02:44 +00:00
adam
9cc330c857 Changes 0.7.6:
This release is mainly a bugfix release for 0.7.5.
   * Improved .gmodel support
   * Corrections to previous repair feature.
   * Important bugfixes for Menu editing.
   * Important bugfixes for class inspector.
2004-06-02 15:12:07 +00:00
rh
c52c7af647 Update Gorm to 0.7.5
Noteworthy changes in version `0.7.5'
=====================================

   * The 'reparent' feature in the class inspector.  This allows the
     user to change the class hierarchy from within Gorm.

   * Some important bugfixes

   * a property 'GormRepairFileOnLoad' (untested) which  should repaire
     old .gorm files... It is HIGHLY recommended that Gorm not be run
     with this on constantly and that you back up any files which you
     want to repair before opening them with this option turned on.

   * A shelf inspector in prefs that lets you expand the size of the
     names in the object view..

   * Support for NSFontManager

   * A way to restore a complete NSMenu if it's deleted (a new palette
     entry for NSMenu, not just an item)
2004-04-19 07:41:11 +00:00
rh
6c35c5e61d Update Gorm to 0.6.0.
Noteworthy changes in version `0.6.0'
=====================================

   * Several major bugs corrected.
   * Clarified some of the inspectors
   * Menu items are now properly enabled/disabled when appropriate
   * More descriptive title displayed when a class is being edited.
2004-04-11 00:05:24 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
grant
f49bdea710 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
jmmv
2b07fc26d8 s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
adam
5a9de262c6 Noteworthy changes in version `0.4.0':
* New Menu and Menu Item inspectors.
   * User can now specify the Services and Windows menus in the menu
     inspector.
   * User can specify a non-custom subclass as well as a custom one to
     replace the class when the .gorm is unarchived.  This can be used
     to turn a NSTextField into NSSecureTextField and etc.
   * New set name panel.
   * New switch control on the font panel to allow the user to specify
     if a font is encoded with its default size or not.
   * Added NSStepper and NSStepperCell to the class list to allow
     creation of custom subclasses.
   * Windows and Services menus now function correctly.
2003-12-05 10:29:17 +00:00
rh
6245c7785d Update Gorm to 0.3.0.
Noteworthy changes in version `0.3.0'
=====================================

   * Preferences added.

   * User can now enable and disable guidlines for easier editing.

   * Refactored code into GormLib which is a clone of the
     InterfaceBuilder framework.  This facilitates creating palettes
     and inspectors outside of Gorm.

   * Added class inspector for easier editing of classes.  This gives
     the user the option to use either the outline view or the
     inspector to edit new classes.

   * Added inspectors for the following: NSScrollView,
     NSProgressIndicator, NSColorWell, GormImageInspector (for images
     added to .gorm files).

   * Improved look of NSTabView inspector.

   * Removed all warnings from the code.

   * various bug fixes.
2003-08-10 11:35:31 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
rh
15f526a3e1 Update Gorm to 0.2.6. Changes are bugfixes only. 2003-04-01 11:42:45 +00:00
rh
b41e568a89 Update Gorm to 0.2.5.
Noteworthy changes in version `0.2.5'.
======================================

Many fixes and improvements to make the app work better.

   * Better parsing of headers

   * Interface code redone as gorm files.

   * Re-add multiple selection via mouse drag.
2003-01-25 11:01:52 +00:00
rh
89f9331672 Update Gorm to 0.2.0. Notable changes include:
* Custom class support/translations implemented.
   * Added NSScrollView, NSPopupButton, NSOutlineView, NSTableView
     editing.
   * Improved test mode support.
   * Improved drag n' drop support on many items.
   * Intelligent placement hints.
   * Read gmodel files.
   * More inspectors.
   * Sound and Image support.
   * gorm files were changed to directory wrappers for more flexibility.
2003-01-03 07:13:35 +00:00
rh
31dbcb1bb4 Initial import of Gorm-0.1.9, a GNUstep graphical user interface builder. 2002-10-18 09:36:01 +00:00