Documentation
Adding changes to files for Gorm 0.3.0
2003-07-24 05:03:38 +00:00
GormLib
Modifications to make use of new templates.
2003-08-23 01:04:36 +00:00
Images
Some additional changes to improve the tab view inspector.
2003-06-01 20:08:52 +00:00
Palettes
Correction for Report #3270
2003-08-23 17:51:59 +00:00
Resources
Adding inspector and interface for image inspector
2003-07-20 23:11:37 +00:00
Testing
Remove initialize_gnustep_backend()
2003-04-07 19:42:40 +00:00
.cvsignore
Added .cvsignore
1999-12-13 23:39:08 +00:00
ANNOUNCE
Adding changes to files for Gorm 0.3.0
2003-07-24 05:03:38 +00:00
ChangeLog
Corrected issue which was causing custom class associations to not be deleted
2003-08-24 17:10:05 +00:00
ClassInformation.plist
corrected minor compilation error
2003-07-20 22:00:34 +00:00
Defaults.plist
Adding preferences and adding initial support for preloading headers into Gorm Documents.
2003-01-02 06:17:15 +00:00
GModelDecoder.m
Modifications to make use of new templates.
2003-08-23 01:04:36 +00:00
GNUmakefile
Adding inspector and interface for image inspector
2003-07-20 23:11:37 +00:00
GNUmakefile.postamble
Added changes to make Gorm compile in one go.
2003-07-21 03:44:59 +00:00
GNUmakefile.preamble
Use ADDITIONAL_GUI_LIBS for GormLib
2003-08-16 20:42:25 +00:00
Gorm.m
Corrections to prevent .gorm file corruption.
2003-08-23 05:49:26 +00:00
Gorm.spec.in
Fix summary
2001-04-25 03:14:39 +00:00
GormBoxEditor.h
Fix use of #import
2003-03-03 09:15:48 +00:00
GormBoxEditor.m
Fix use of #import
2003-03-03 09:15:48 +00:00
GormButtonEditor.h
Fix use of #import
2003-03-03 09:15:48 +00:00
GormButtonEditor.m
Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future.
2003-05-23 02:25:34 +00:00
GormClassEditor.m
Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future.
2003-05-23 02:25:34 +00:00
GormClassInspector.h
Fixed some bugs and added code to updated the class inspector when the class is edited in the class editor.
2003-06-08 04:38:59 +00:00
GormClassInspector.m
Fixed some bugs and added code to updated the class inspector when the class is edited in the class editor.
2003-06-08 04:38:59 +00:00
GormClassManager.h
Changes to correct header reading issue.
2003-07-15 04:20:09 +00:00
GormClassManager.m
Corrected issue which was causing custom class associations to not be deleted
2003-08-24 17:10:05 +00:00
GormControlEditor.h
Fix use of #import
2003-03-03 09:15:48 +00:00
GormControlEditor.m
Updated files to get rid of warnings. Also added GNUmakefile.preamble with the
2003-05-10 21:19:25 +00:00
GormCustomClassInspector.h
Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future.
2003-05-23 02:25:34 +00:00
GormCustomClassInspector.m
Corrected issue which was causing custom class associations to not be deleted
2003-08-24 17:10:05 +00:00
GormCustomView.h
Fix use of #import
2003-03-03 09:15:48 +00:00
GormCustomView.m
Adding fix for outlet deletion exception.
2003-08-10 03:36:27 +00:00
GormDocument.h
Further bugfixes and improvements.
2003-08-23 06:31:53 +00:00
GormDocument.m
Corrected issue which was causing custom class associations to not be deleted
2003-08-24 17:10:05 +00:00
GormFilesOwner.h
Fix use of #import
2003-03-03 09:15:48 +00:00
GormFilesOwner.m
Added code to correct problem where new classes are not showing up in the file's owner inspector.
2003-06-30 02:15:00 +00:00
GormFontViewController.h
Added font view controller for accessory view in Gorm's font panel.
2003-06-10 01:38:38 +00:00
GormFontViewController.m
Added inspector for NSColorWell and added some stubbed methods to GormFontViewController
2003-06-27 02:48:09 +00:00
GormGeneralPref.h
Adding patch supplied by Fabien Vallon
2003-05-13 04:10:12 +00:00
GormGeneralPref.m
Adding patch supplied by Fabien Vallon
2003-05-13 04:10:12 +00:00
GormGenericEditor.m
Updated files to get rid of warnings. Also added GNUmakefile.preamble with the
2003-05-10 21:19:25 +00:00
GormHeadersPref.h
Adding patch supplied by Fabien Vallon
2003-05-13 04:10:12 +00:00
GormHeadersPref.m
Adding patch supplied by Fabien Vallon
2003-05-13 04:10:12 +00:00
GormImageEditor.m
set a good path when adding Images
2003-08-04 11:47:44 +00:00
GormImageInspector.h
Adding inspector and interface for image inspector
2003-07-20 23:11:37 +00:00
GormImageInspector.m
Minor change to image inspector
2003-07-20 23:38:03 +00:00
GormInfo.plist
Updated version information
2003-07-15 04:26:46 +00:00
GormInspectorsManager.h
Made some enhancements to class manager and inspector manager. General
2003-05-25 19:08:36 +00:00
GormInspectorsManager.m
Corrected selection problem.
2003-08-24 01:29:35 +00:00
GormInternalViewEditor.h
Fix use of #import
2003-03-03 09:15:48 +00:00
GormInternalViewEditor.m
Added code to initialize a internal var before it is used. This was causing weirdness in the backend.
2003-08-10 20:18:56 +00:00
GormMatrixEditor.h
Fix use of #import
2003-03-03 09:15:48 +00:00
GormMatrixEditor.m
Fix use of #import
2003-03-03 09:15:48 +00:00
GormObjectEditor.m
Updated files to get rid of warnings. Also added GNUmakefile.preamble with the
2003-05-10 21:19:25 +00:00
GormObjectInspector.m
Add Localization
2003-05-24 12:40:54 +00:00
GormOutlineView.h
Fix use of #import
2003-03-03 09:15:48 +00:00
GormOutlineView.m
Minor class outline view vix
2003-02-13 13:32:59 +00:00
GormPalettesManager.h
Fix use of #import
2003-03-03 09:15:48 +00:00
GormPalettesManager.m
Add Localization
2003-05-24 12:40:54 +00:00
GormPlacementInfo.h
Fix use of #import
2003-03-03 09:15:48 +00:00
GormPosingView.h
Fix use of #import
2003-03-03 09:15:48 +00:00
GormPosingView.m
Fix use of #import
2003-03-03 09:15:48 +00:00
GormPrefController.h
Forgot to add this in last commit.
2003-05-13 04:13:57 +00:00
GormPrefController.m
Forgot to add this in last commit.
2003-05-13 04:13:57 +00:00
GormPrivate.h
Modifications to make use of new templates.
2003-08-23 01:04:36 +00:00
GormScrollViewAttributesInspector.h
Added images for tab view inspector
2003-06-01 17:50:36 +00:00
GormScrollViewAttributesInspector.m
Added images for tab view inspector
2003-06-01 17:50:36 +00:00
GormScrollViewEditor.m
Added font view controller for accessory view in Gorm's font panel.
2003-06-10 01:38:38 +00:00
GormSoundEditor.m
General clean up. Moved some constants. added the beginnings of a new
2003-05-29 05:40:28 +00:00
GormSoundInspector.h
Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future.
2003-05-23 02:25:34 +00:00
GormSoundInspector.m
Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future.
2003-05-23 02:25:34 +00:00
GormSplitViewEditor.h
Fix use of #import
2003-03-03 09:15:48 +00:00
GormSplitViewEditor.m
Fix use of #import
2003-03-03 09:15:48 +00:00
GormTabViewEditor.h
Fix use of #import
2003-03-03 09:15:48 +00:00
GormTabViewEditor.m
Fix use of #import
2003-03-03 09:15:48 +00:00
GormViewEditor.h
Fix use of #import
2003-03-03 09:15:48 +00:00
GormViewEditor.m
Updated files to get rid of warnings. Also added GNUmakefile.preamble with the
2003-05-10 21:19:25 +00:00
GormViewKnobs.m
Changes to allow an NSBox to be 'edited' and add subviews, move
2001-06-07 03:57:51 +00:00
GormViewSizeInspector.m
* GNUMakefile: added GormViewSizeInspector.m, GormGenericEditor.m
2002-11-18 20:54:26 +00:00
GormViewWithContentViewEditor.h
Submitting patch by fabien vallon to toggle the guidlines.
2003-05-20 03:57:37 +00:00
GormViewWithContentViewEditor.m
Updated editor to handle ungrouping of scroll view.
2003-06-08 06:11:28 +00:00
GormViewWithSubviewsEditor.h
Fix use of #import
2003-03-03 09:15:48 +00:00
GormViewWithSubviewsEditor.m
Fix use of #import
2003-03-03 09:15:48 +00:00
GormWindowEditor.m
Changes to correct header reading issue.
2003-07-15 04:20:09 +00:00
INSTALL
Adding changes to files for Gorm 0.3.0
2003-07-24 05:03:38 +00:00
NEWS
Adding changes to files for Gorm 0.3.0
2003-07-24 05:03:38 +00:00
README
Adding changes to files for Gorm 0.3.0
2003-07-24 05:03:38 +00:00
TODO
Add some todos
2003-08-03 09:02:32 +00:00
Version
Adding changes to files for Gorm 0.3.0
2003-07-24 05:03:38 +00:00