apps-gorm/GormCore
Gregory John Casamento 42aeea536e Bugfix for button/textview problem and bugfix for NSSecureTextField problem.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21123 72102866-910b-0410-8b05-ffd578937521
2005-04-18 00:54:54 +00:00
..
GModelDecoder.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GNUmakefile Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GNUmakefile.preamble Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormBoxEditor.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormBoxEditor.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormClassEditor.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormClassInspector.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormClassInspector.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormClassManager.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormClassManager.m improvments to palette loading. 2005-04-16 21:25:33 +00:00
GormClassPanelController.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormClassPanelController.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormControlEditor.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormControlEditor.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormCustomClassInspector.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormCustomClassInspector.m Bugfix for button/textview problem and bugfix for NSSecureTextField problem. 2005-04-18 00:54:54 +00:00
GormCustomView.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormCustomView.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormDocument.h Implementation of resource manager handling for adding objects to the document. 2005-04-11 00:16:01 +00:00
GormDocument.m Implemented SubstituteClasses mechanism. This allows palettes to use subclasses of the class to edit and they will be saved as the real class when the gorm file is save and read as the substitute class when the gorm class is loaded by Gorm.app. 2005-04-17 16:14:12 +00:00
GormFilePrefsManager.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormFilePrefsManager.m Implemented SubstituteClasses mechanism. This allows palettes to use subclasses of the class to edit and they will be saved as the real class when the gorm file is save and read as the substitute class when the gorm class is loaded by Gorm.app. 2005-04-17 16:14:12 +00:00
GormFilesOwner.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormFilesOwner.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormFontViewController.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormFontViewController.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormFunctions.h improvments to palette loading. 2005-04-16 21:25:33 +00:00
GormFunctions.m improvments to palette loading. 2005-04-16 21:25:33 +00:00
GormGenericEditor.m Correction for notification issue and connection problem. 2005-04-13 00:32:33 +00:00
GormImage.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormImage.m Simplfied code. started outlet/action export code. 2005-04-14 04:40:48 +00:00
GormImageEditor.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormImageInspector.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormImageInspector.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormInspectorsManager.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormInspectorsManager.m Improvments to the palette code and a way to connect from table columns. 2005-04-15 06:39:21 +00:00
GormInternalViewEditor.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormInternalViewEditor.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormMatrixEditor.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormMatrixEditor.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormNSSplitViewInspector.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormNSSplitViewInspector.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormObjectEditor.m Correction for notification issue and connection problem. 2005-04-13 00:32:33 +00:00
GormObjectInspector.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormOutlineView.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormOutlineView.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormPalettesManager.h Implemented SubstituteClasses mechanism. This allows palettes to use subclasses of the class to edit and they will be saved as the real class when the gorm file is save and read as the substitute class when the gorm class is loaded by Gorm.app. 2005-04-17 16:14:12 +00:00
GormPalettesManager.m Implemented SubstituteClasses mechanism. This allows palettes to use subclasses of the class to edit and they will be saved as the real class when the gorm file is save and read as the substitute class when the gorm class is loaded by Gorm.app. 2005-04-17 16:14:12 +00:00
GormPlacementInfo.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormPrivate.h Improved attachObject:toParent: and implemented more of the resource manager. 2005-04-10 22:21:59 +00:00
GormPrivate.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormProtocol.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormResource.h Simplfied code. started outlet/action export code. 2005-04-14 04:40:48 +00:00
GormResource.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormResourceEditor.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormScrollViewAttributesInspector.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormScrollViewAttributesInspector.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormScrollViewEditor.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormSetNameController.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormSetNameController.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormSound.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormSound.m Simplfied code. started outlet/action export code. 2005-04-14 04:40:48 +00:00
GormSoundEditor.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormSoundInspector.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormSoundInspector.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormSoundView.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormSoundView.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormSplitViewEditor.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormSplitViewEditor.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormViewEditor.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormViewEditor.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormViewKnobs.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormViewKnobs.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormViewSizeInspector.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormViewWindow.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormViewWindow.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormViewWithContentViewEditor.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormViewWithContentViewEditor.m Small correction when cutting/pasting. Attach the view to the proper parent. 2005-04-10 16:32:10 +00:00
GormViewWithSubviewsEditor.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormViewWithSubviewsEditor.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
GormWindowEditor.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
NSColorWell+GormExtensions.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
NSColorWell+GormExtensions.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
NSFontManager+GormExtensions.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
NSFontManager+GormExtensions.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
NSView+GormExtensions.h Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00
NSView+GormExtensions.m Merge from branch: build_reorg_branch 2005-03-31 03:01:36 +00:00