Commit graph

1175 commits

Author SHA1 Message Date
Gregory John Casamento
63a656b958 * Gorm.m
* Plugins/Nib/GNUmakefile: Add new class to makefile.
	* Plugins/Nib/GormNibWrapperLoader.m: Modified to use 
	GormWindowTemplate.
	* Plugins/Nib/GormWindowTemplate.[hm]: Replace flags
	used only at runtime when the template is loaded. This is
	so, for example, the released when closed flag will not cause
	issues when editing the window.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@29168 72102866-910b-0410-8b05-ffd578937521
2009-12-27 06:16:54 +00:00
Riccardo Mottola
07750a7f5f do not open untitled document on application start
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@29090 72102866-910b-0410-8b05-ffd578937521
2009-12-01 22:36:28 +00:00
Germán Arias
183b008816 Changes to prevent menus placed off screen on screens with low resolution
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@29089 72102866-910b-0410-8b05-ffd578937521
2009-12-01 19:08:28 +00:00
Hans Baier
35776bf608 *English.lproj/Gorm.gorm: remove doubly assigned keyboard shortcut #p
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28991 72102866-910b-0410-8b05-ffd578937521
2009-11-11 05:31:08 +00:00
Gregory John Casamento
d152324c22 * GormCore/GormFunctions.m: Temporary change to fix compilation
problem.
	* GormCore/GormViewEditor.m: Added code to show id of the object 
	as a tooltip


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28825 72102866-910b-0410-8b05-ffd578937521
2009-10-14 03:52:34 +00:00
Gregory John Casamento
23e066acd5 * GormCore/GormViewWithSubviewsEditor.m: Call super instead of
parent.  Corrects issue with connecting to NSBox and 
	NSProgressIndicator.
	Patch by Wolfgang Lux <wolfgang.lux@gmail.com>


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28724 72102866-910b-0410-8b05-ffd578937521
2009-09-22 21:01:24 +00:00
Gregory John Casamento
4585271703 * English.lproj/Gorm.gorm
* GormCore/GormGenericEditor.h
	* GormCore/GormViewWithContentViewEditor.h
	* GormCore/GormViewWithContentViewEditor.m
	* Gorm.m: Beginning of implementation of groupSelectionInView:


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28618 72102866-910b-0410-8b05-ffd578937521
2009-09-07 03:56:08 +00:00
Gregory John Casamento
b199545b3d * GormCore/GormOutlineView.m: Remove .tiff from the end of the images.
This is interfering with theming in gorm since it's not pulling the
	right images in this case.
	* Plugins/Nib/GormNibCustomResource.[hm]: Handle custom resources
	in gorm, currently just images/sounds.
	* Plugins/Nib/GormNibWrapperLoader.h: Include nib resource header


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28509 72102866-910b-0410-8b05-ffd578937521
2009-08-22 22:05:57 +00:00
Gregory John Casamento
e40c813e22 * GormCore/GormDefines.h: Move defines for certain things here
so that they are centralized.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28447 72102866-910b-0410-8b05-ffd578937521
2009-08-10 14:02:19 +00:00
Gregory John Casamento
92376549f6 * GormCore/GNUmakefile: Added reference to new classes.
* GormCore/GormBoxEditor.m: Cleanup.
	* GormCore/GormClassManager.m: Correction for when loading from a
	nib and there are no custom classes in the nib file.
	* GormCore/GormDocumentWindow.m: Added awakeFromNib to accept
	mouse moved events.
	* GormCore/GormInternalViewEditor.m: Cleanup.
	* GormCore/GormStandaloneViewEditor.[hm]: Addition of new class.
	* GormCore/GormViewWithContentViewEditor.[hm]: Removal of
	handleMouseOnKnob:ofView:withEvent:,
	handleMouseOnView:withEvent: methods
	* GormCore/GormViewWithSubviewsEditor.[hm]: Addition of
	handleMouseOnKnob:ofView:withEvent:,
	handleMouseOnView:withEvent: methods
	* Palettes/0Menus/GormNSMenu.m: Cleanup.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28444 72102866-910b-0410-8b05-ffd578937521
2009-08-08 07:18:33 +00:00
Gregory John Casamento
3d32f289bd Update version to unstable release number.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28370 72102866-910b-0410-8b05-ffd578937521
2009-06-24 02:18:26 +00:00
Gregory John Casamento
a52ff1b253 Version 1.2.10.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28317 72102866-910b-0410-8b05-ffd578937521
2009-06-02 01:25:12 +00:00
Gregory John Casamento
094065690d * Palettes/0Menus/GormMenuEditor.m: -(void)deleteSelection, remove
arbitrary limitation which prevents removing all items in a menu.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28130 72102866-910b-0410-8b05-ffd578937521
2009-03-24 22:02:41 +00:00
Gregory John Casamento
dab982b111 * GormCore/GormWrapperLoader.m: Allow handling of wrappers which
are not directories.
	* Plugins/Gorm/GormGormWrapperLoader.m: Change logic to accommodate
	previous generation of .gorm files which were not packages.  Also
	correct the code so that a return is not made within the NS_DURING
	block.
	* Plugins/Nib/GormNibWrapperLoader.m: Do not load if the
	wrapper is not a directory.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28101 72102866-910b-0410-8b05-ffd578937521
2009-03-20 03:40:53 +00:00
Gregory John Casamento
f725e855b7 * Plugins/Nib/GormNibWrapperLoader.m: Correct the code so that
return is not called from within an NS_DURING block.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28089 72102866-910b-0410-8b05-ffd578937521
2009-03-17 05:06:37 +00:00
Gregory John Casamento
375cc2622f Correct compilation error.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28088 72102866-910b-0410-8b05-ffd578937521
2009-03-17 00:18:56 +00:00
Gregory John Casamento
0c49a332f7 * GormCore/GormClassInspector.m: Change the cell to scrollable
to allow long action/outlet names.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28033 72102866-910b-0410-8b05-ffd578937521
2009-03-03 23:18:51 +00:00
Gregory John Casamento
b6da98f29d * Palettes/0Menus/GormMenuEditor.m: Revert some changes from
previous modification.  Corrects issue with submenus showing up
	when they shouldn't.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27847 72102866-910b-0410-8b05-ffd578937521
2009-02-11 14:14:26 +00:00
Gregory John Casamento
d495893e23 * GormCore/GormDocument.m: Remove call to deprecated method.
* GormCore/GormInternalViewEditor.m: Minor cleanup
	* GormObjCHeaderParser/OCMethod.m: Minor cleanup
	* Palettes/2Controls/GormNSTextFieldInspector.gorm: Correct issue
	with misspelled outlet name.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27841 72102866-910b-0410-8b05-ffd578937521
2009-02-11 06:25:12 +00:00
Gregory John Casamento
9e5f9c8fe0 * Palettes/2Controls/GormButtonAttributesInspector.[hm]:
Added code to handle button style.
        * Palettes/2Controls/GormNSButtonInspector.gorm: Added button
        style popup to the inspector.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27761 72102866-910b-0410-8b05-ffd578937521
2009-02-02 22:05:56 +00:00
Gregory John Casamento
e2c3acfe5d * GormCore/GormBoxEditor.m
* GormCore/GormInternalViewEditor.m
	* GormCore/GormViewWithSubviewsEditor.m: Changes to support
	standalone views.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27751 72102866-910b-0410-8b05-ffd578937521
2009-02-01 14:13:19 +00:00
Gregory John Casamento
4ff4b72168 Allow addition of plain NSView to gorm file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27748 72102866-910b-0410-8b05-ffd578937521
2009-01-31 23:37:33 +00:00
Gregory John Casamento
9791aa6c61 * GormCore/GormViewWindow.m: Change the color used for standalone
views.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27688 72102866-910b-0410-8b05-ffd578937521
2009-01-25 14:39:37 +00:00
Gregory John Casamento
1e20d5cf3d * Palettes/0Menus/GormNSMenu.m: Fix memory leak.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27683 72102866-910b-0410-8b05-ffd578937521
2009-01-25 12:46:27 +00:00
Gregory John Casamento
1ccf166c4b * GormCore/GormFilePrefsManager.m
* GormInfo.plist: Change version to 1.2.9 (SVN) unstable.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27682 72102866-910b-0410-8b05-ffd578937521
2009-01-25 11:52:45 +00:00
Gregory John Casamento
2135f76a59 * Palettes/0Menus/GormMenuEditor.m: Display the in certain situations.
* Palettes/0Menus/GormNSMenu.m: Remove call to setMenu: in 
	_createWindow since it's not needed and was causing display issues.
	* Palettes/0Menus/GormNSMenuView.m: Use new method in NSMenuView
	to reduce code duplication.  Corrections for bug #25401.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27681 72102866-910b-0410-8b05-ffd578937521
2009-01-25 11:45:09 +00:00
Gregory John Casamento
831b07058f Added printDocument: method to FirstResponder in plist.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27544 72102866-910b-0410-8b05-ffd578937521
2009-01-07 01:42:54 +00:00
Fred Kiefer
07a4efe71d Make sure an action name of ":" gets ignored.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27534 72102866-910b-0410-8b05-ffd578937521
2009-01-06 14:14:48 +00:00
Gregory John Casamento
e94700d7a7 * ANNOUNCE
* Documentation/news.texi
	* GormCore/GormFilePrefsManager.m
	* GormInfo.plist
	* NEWS: Update with new version information.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27433 72102866-910b-0410-8b05-ffd578937521
2008-12-26 18:47:22 +00:00
Gregory John Casamento
f29df17f39 Corrections.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27432 72102866-910b-0410-8b05-ffd578937521
2008-12-26 18:00:41 +00:00
Gregory John Casamento
af917aba6f Slight corrections to changelog.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27431 72102866-910b-0410-8b05-ffd578937521
2008-12-26 17:59:11 +00:00
Nicola Pero
18502b461f Do not set PACKAGE_NAME to GormObjCHeaderParser for the subproject; use gorm instead
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27351 72102866-910b-0410-8b05-ffd578937521
2008-12-19 13:10:33 +00:00
Nicola Pero
131c05030e Removed GNUSTEP_CORE_SOFTWARE=YES from makefiles and instead set PACKAGE_NAME=gorm
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27350 72102866-910b-0410-8b05-ffd578937521
2008-12-19 13:09:11 +00:00
Nicola Pero
86137d3fa7 Set GNUSTEP_CORE_SOFTWARE to YES so that gorm is installed by default in SYSTEM if gnustep-make has been configured with --disable-packages
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27337 72102866-910b-0410-8b05-ffd578937521
2008-12-18 19:06:27 +00:00
Gregory John Casamento
0d369e2d7e * Plugins/Nib/GormNibWrapperBuilder.m: -[GormNibWrapperBuilder archiver:
willEncodeObject:] add back code to replace GormFirstResponder with nil.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27328 72102866-910b-0410-8b05-ffd578937521
2008-12-18 05:47:18 +00:00
Gregory John Casamento
b656a67d81 * GormCore/GormInspectorsManager.m: Fix for bug#25111.
* Plugins/Nib/GormNibWrapperBuilder.m: Remove code which adds nil
	to the map if the object is a GormFirstResponder


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27327 72102866-910b-0410-8b05-ffd578937521
2008-12-18 05:16:40 +00:00
Gregory John Casamento
b5c94828fb Corrects bug #25001
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27225 72102866-910b-0410-8b05-ffd578937521
2008-12-06 16:00:16 +00:00
Gregory John Casamento
c1baf0ea52 * GormCore/GormCustomView.m
* GormCore/GormDocument.m
	* GormCore/GormFilePrefsManager.m
	* GormCore/GormHelpInspector.m
	* GormCore/GormPrivate.h
	* GormCore/GormPrivate.m
	* Palettes/1Windows/GormNSPanel.m
	* Palettes/1Windows/GormNSWindow.m
	* Palettes/1Windows/GormWindowSizeInspector.m
	* Palettes/1Windows/WindowsPalette.m
	* Plugins/Gorm/GormGormWrapperBuilder.m
	* Plugins/Nib/GormNibWrapperBuilder.m
	* Plugins/Nib/GormNibWrapperLoader.h: Use new header files for 
	nib/gorm loading.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27190 72102866-910b-0410-8b05-ffd578937521
2008-12-02 07:54:31 +00:00
Gregory John Casamento
e9969f3190 * GNUmakefile: Remove default install to SYSTEM, per bug #24673.
* Plugins/Gorm/GormGormWrapperLoader.m: Minor grammatical correction.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27157 72102866-910b-0410-8b05-ffd578937521
2008-11-27 16:47:14 +00:00
Gregory John Casamento
248a59ef7c * GormCore/GormDocument.m: Change to apply labels in the document
to cells in a matrix.
	* GormCore/GormFilePrefsManager.m: Update version to 1.2.7
	* GormInfo.plist: Same
	* Version: Same


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27043 72102866-910b-0410-8b05-ffd578937521
2008-11-14 04:31:29 +00:00
Gregory John Casamento
b4f90a407d Changes for 1.2.6 release.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26965 72102866-910b-0410-8b05-ffd578937521
2008-10-25 22:34:59 +00:00
Gregory John Casamento
a886dcd980 Added patch from Wolfgang Lux.
* GormLib/IBObjectAdditions.m: Remove duplicate method implementations
	from here to fix issues on Darwin.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26955 72102866-910b-0410-8b05-ffd578937521
2008-10-23 02:25:48 +00:00
Gregory John Casamento
523ef5bf4b Added patch by Wolfgang
* GormCore/GormGenericEditor.h
	* GormCore/GormGenericEditor.m
	* GormCore/GormImageEditor.m
	* GormCore/GormObjectEditor.m
	* GormCore/GormSoundEditor.m: Observe notification IBWillCloseDocument
	and remove the reference to the document when that is recieved to 
	avoid a crash.
	* Resources/ClassInformation.plist: Add outlet for delegate to
	NSSplitView.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26940 72102866-910b-0410-8b05-ffd578937521
2008-10-20 01:48:37 +00:00
Gregory John Casamento
042264b382 * Palettes/2Controls/ControlsPalette.m: Correct sizing issue with
Controls Palette.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26901 72102866-910b-0410-8b05-ffd578937521
2008-10-06 23:23:00 +00:00
Gregory John Casamento
9218a1bcb0 Eliminate compiler warning.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26892 72102866-910b-0410-8b05-ffd578937521
2008-09-28 03:09:37 +00:00
Gregory John Casamento
98c835c50c * English.lproj/GormPreferences.gorm
* English.lproj/GormPrefPlugins.gorm
	* GNUmakefile
	* GormCore/GormPluginManager.m
	* GormPrefs/GNUmakefile
	* GormPrefs/GormPalettesPref.h
	* GormPrefs/GormPluginsPref.h
	* GormPrefs/GormPluginsPref.m
	* GormPrefs/GormPrefController.h
	* GormPrefs/GormPrefController.m: Changes to allow addition of 
	plugins by users.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26891 72102866-910b-0410-8b05-ffd578937521
2008-09-28 03:01:18 +00:00
Gregory John Casamento
4b4435cb68 * GormCore/GormPalettesManager.h
* GormCore/GormPalettesManager.m: Reverted the previous change to the 
	palettes manager.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26890 72102866-910b-0410-8b05-ffd578937521
2008-09-28 01:10:06 +00:00
Gregory John Casamento
167ca6ab03 * GormCore/GNUmakefile: Added GNUSTEP_INSTALLATION_DOMAIN
* GormCore/GormCustomView.m: Reverted previous change.  Need to
        write a GormCustomViewEditor instead to handle this case.
        * GormLib/GNUmakefile: Added GNUSTEP_INSTALLATION_DOMAIN


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26833 72102866-910b-0410-8b05-ffd578937521
2008-09-06 20:12:47 +00:00
Gregory John Casamento
a7a6b897b0 Correction for bug #24146. Removed unhide:.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26831 72102866-910b-0410-8b05-ffd578937521
2008-09-04 12:01:10 +00:00
Gregory John Casamento
adefb08ae6 Fixing standalone view handling.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26818 72102866-910b-0410-8b05-ffd578937521
2008-08-24 17:20:16 +00:00
Gregory John Casamento
31c6238394 * GormObjCHeaderParser/OCIVar.m
* GormObjCHeaderParser/ParserFunctions.h
	* GormObjCHeaderParser/ParserFunctions.m: Correction for 
	bug #23889.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26796 72102866-910b-0410-8b05-ffd578937521
2008-07-20 13:35:32 +00:00
Gregory John Casamento
090f40d417 * GormCore/GormWrapperBuilder.h
* GormCore/GormWrapperBuilder.m
	* GormCore/GormWrapperLoader.h
	* GormCore/GormWrapperLoader.m
	* Plugins/GModel/GormGModelPlugin.m
	* Plugins/GModel/GormGModelWrapperLoader.h
	* Plugins/GModel/GormGModelWrapperLoader.m
	* Plugins/Gorm/GormGormPlugin.m
	* Plugins/Gorm/GormGormWrapperBuilder.m
	* Plugins/Gorm/GormGormWrapperLoader.m
	* Plugins/Nib/GormNibPlugin.m
	* Plugins/Nib/GormNibWrapperBuilder.m
	* Plugins/Nib/GormNibWrapperLoader.m: Change method name from "type"
	to "fileType" to avoid issues with gcc < 3.0


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26706 72102866-910b-0410-8b05-ffd578937521
2008-06-24 23:18:16 +00:00
Gregory John Casamento
08f8fa896c Move type method declaration to superclass.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26698 72102866-910b-0410-8b05-ffd578937521
2008-06-24 22:09:55 +00:00
Gregory John Casamento
e383a5eec4 Fix for compilation error.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26571 72102866-910b-0410-8b05-ffd578937521
2008-05-25 13:10:00 +00:00
Fabien Vallon
5a9d3ac8fb Add autoscrolling during IBAction connections
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26545 72102866-910b-0410-8b05-ffd578937521
2008-05-20 17:52:07 +00:00
Gregory John Casamento
b908ca07b1 Correction for segfault.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26540 72102866-910b-0410-8b05-ffd578937521
2008-05-18 23:17:31 +00:00
Fabien Vallon
208d75be45 implement NSTabView items ordering
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26537 72102866-910b-0410-8b05-ffd578937521
2008-05-18 08:54:20 +00:00
Gregory John Casamento
e0a131320d * GormCore/GormPluginManager.h
* GormCore/GormPluginManager.m: Added manager class.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26533 72102866-910b-0410-8b05-ffd578937521
2008-05-17 00:47:38 +00:00
Gregory John Casamento
adc5d81e91 Added plugin class.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26532 72102866-910b-0410-8b05-ffd578937521
2008-05-17 00:46:36 +00:00
Gregory John Casamento
027ab2363a * GNUmakefile: Added plugins as resources.
* GormCore/GNUmakefile: Remove classes from file
	* GormCore/GormGModelWrapperLoader.m
	* GormCore/GormGormWrapperBuilder.m
	* GormCore/GormGormWrapperLoader.m
	* GormCore/GormNibWrapperBuilder.m
	* GormCore/GormNibWrapperLoader.m: Removed the loaders from GormCore.
	* GormCore/GormProtocol.h: Added a new method.
	* GormLib/IBPlugin.m: Added implementations to some of the methods.
	* Gorm.m: Added a "pluginManager" method.
	* Palettes/1Windows/GNUmakefile.preamble
	* Palettes/2Controls/GNUmakefile.preamble
	* Palettes/3Containers/GNUmakefile.preamble
	* Palettes/4Data/GNUmakefile.preamble: Corrected issue with all
	of the palette makefiles pointing to the wrong name.
	* Plugins/GModel/GNUmakefile
	* Plugins/GModel/GNUmakefile.preamble
	* Plugins/GModel/GormGModelPlugin.m
	* Plugins/GModel/GormGModelWrapperLoader.h
	* Plugins/GModel/GormGModelWrapperLoader.m
	* Plugins/Gorm/GNUmakefile
	* Plugins/Gorm/GNUmakefile.preamble
	* Plugins/Gorm/GormGormPlugin.m
	* Plugins/Gorm/GormGormWrapperBuilder.m
	* Plugins/Gorm/GormGormWrapperLoader.h
	* Plugins/Gorm/GormGormWrapperLoader.m
	* Plugins/Nib/GNUmakefile
	* Plugins/Nib/GNUmakefile.preamble
	* Plugins/Nib/GormNibPlugin.m
	* Plugins/Nib/GormNibWrapperBuilder.m
	* Plugins/Nib/GormNibWrapperLoader.h
	* Plugins/Nib/GormNibWrapperLoader.m: Added new plugins for each
	supported file type.
	* Resources/Defaults.plist: Added the "BuiltinPlugins" default.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26531 72102866-910b-0410-8b05-ffd578937521
2008-05-17 00:43:33 +00:00
Gregory John Casamento
7c96ff63ca Added shortcut to page layout.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26493 72102866-910b-0410-8b05-ffd578937521
2008-05-07 00:04:42 +00:00
Gregory John Casamento
91bd1f2286 * English.lproj/Gorm.gorm: Add Page Layout menu.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26492 72102866-910b-0410-8b05-ffd578937521
2008-05-06 00:26:47 +00:00
Gregory John Casamento
6f7c3ce553 * English.lproj/Gorm.gorm: Added Print menu.
* Gorm.m: Added print: method to print the current keyWindow.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26491 72102866-910b-0410-8b05-ffd578937521
2008-05-06 00:09:10 +00:00
Gregory John Casamento
2dc0287a63 * GormCore/GormPalettesManager.m: Cleanup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26489 72102866-910b-0410-8b05-ffd578937521
2008-05-04 22:10:22 +00:00
Gregory John Casamento
bbedb6dd68 Correction for palette clipping issue.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26488 72102866-910b-0410-8b05-ffd578937521
2008-05-04 22:01:03 +00:00
Gregory John Casamento
607d01c9ee * Palettes/1Windows/GormNSPanel.m
* Palettes/1Windows/GormNSWindow.m: Cleanup and fix for 
	release when closed on panel.
	* Palettes/2Controls/ControlsPalette.gorm: Minor adjustment


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26485 72102866-910b-0410-8b05-ffd578937521
2008-05-03 17:40:55 +00:00
Gregory John Casamento
cea1fcb28d change min size
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26479 72102866-910b-0410-8b05-ffd578937521
2008-04-28 23:21:28 +00:00
Gregory John Casamento
5ad1715061 Change back to large toolbar on document.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26478 72102866-910b-0410-8b05-ffd578937521
2008-04-28 21:33:05 +00:00
Gregory John Casamento
c51b7b4e4b * English.lproj/GormPalettePanel.gorm: Moved palette window to
gorm file.
	* GNUmakefile: Added new gorm here.
	* GormCore/GormDocument.m: Made toolbar items smaller
	* GormCore/GormPalettesManager.[hm]: Added toolbar implementation
	to this class to allow the user to switch palettes using the toolbar.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26477 72102866-910b-0410-8b05-ffd578937521
2008-04-27 23:34:38 +00:00
Gregory John Casamento
0a0af253db * English.lproj/GormDocument.gorm: Corrected possition.
* GormCore/GormInspectorsManager.m: Show the name of the object 
        which is being edited in the inspector title.
        * Palettes/1Windows/GormNSWindowInspector.gorm: Added support for 
        setting the frame save name.
        * Palettes/1Windows/GormWindowAttributesInspector.h: Added ivar
        * Palettes/1Windows/GormWindowAttributesInspector.m: Modified ok: and
        revert:



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26474 72102866-910b-0410-8b05-ffd578937521
2008-04-25 21:43:54 +00:00
Gregory John Casamento
685a9a4409 * English.lproj/GormDocument.gorm: Correct position of window.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26472 72102866-910b-0410-8b05-ffd578937521
2008-04-24 22:59:12 +00:00
Gregory John Casamento
fff027c5fc Correct resize attributes of GormDocument.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26471 72102866-910b-0410-8b05-ffd578937521
2008-04-24 22:08:14 +00:00
Gregory John Casamento
97e7bc6d2f Corrected resizing issues with scrollview inspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26469 72102866-910b-0410-8b05-ffd578937521
2008-04-24 05:30:23 +00:00
Gregory John Casamento
605ca74210 * GormCore/GormDocument.m: change to log to debug instead.
* GormCore/GormImageEditor.m: properly dealloc the image code.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26468 72102866-910b-0410-8b05-ffd578937521
2008-04-24 05:22:44 +00:00
Gregory John Casamento
63126d63f7 * English.lproj/GormDocument.gorm: Correct issue with window.
* GormCore/GormDocument.m
	* GormCore/GormImageEditor.m
	* GormCore/GormObjectEditor.m
	* GormCore/GormSoundEditor.m: Fix memory leak.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26467 72102866-910b-0410-8b05-ffd578937521
2008-04-24 04:55:40 +00:00
Gregory John Casamento
c7b56de0d1 Correction for "is released when closed."
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26466 72102866-910b-0410-8b05-ffd578937521
2008-04-24 00:06:10 +00:00
Gregory John Casamento
8180986151 Minor correction to the info plist.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26452 72102866-910b-0410-8b05-ffd578937521
2008-04-20 15:48:48 +00:00
Gregory John Casamento
a91fcf8e6b 2008-04-14 17:37-EDT Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormImageEditor.m
        * GormCore/GormOutlineView.m
        * GormCore/GormResourceManager.m
        * GormCore/GormSoundInspector.m
        * GormCore/GormSplitViewEditor.m
        * GormLib/IBInspectorManager.m
        * Palettes/2Controls/GormBoxAttributesInspector.m
        * Palettes/4Data/GormDateFormatterAttributesInspector.m
        * Palettes/4Data/GormImageViewAttributesInspector.m
        * Palettes/4Data/GormNumberFormatterAttributesInspector.m: General
        clean up and compilation fixes to allow Gorm to compile without
        warnings.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26447 72102866-910b-0410-8b05-ffd578937521
2008-04-14 21:40:11 +00:00
Gregory John Casamento
de80c16c94 Move to SVN 1.2.5.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26439 72102866-910b-0410-8b05-ffd578937521
2008-04-07 23:01:07 +00:00
Gregory John Casamento
869f0eea88 Update version.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26433 72102866-910b-0410-8b05-ffd578937521
2008-04-07 01:10:37 +00:00
Gregory John Casamento
4885ca5241 Version 1.2.4
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26432 72102866-910b-0410-8b05-ffd578937521
2008-04-07 01:09:52 +00:00
Gregory John Casamento
6161138b6c Correction for c99'ism to allow compilation with gcc < 3.0
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26217 72102866-910b-0410-8b05-ffd578937521
2008-03-06 01:45:39 +00:00
Gregory John Casamento
3769a607ea Changed to use helper method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26097 72102866-910b-0410-8b05-ffd578937521
2008-02-19 01:31:42 +00:00
Gregory John Casamento
03ec2e7792 * GormCore/GormViewEditor.m
* GormCore/GormViewWindow.m: Minor correction to view resizing for
	windowless views to show contents properly.  Still working on
	editor issues.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26081 72102866-910b-0410-8b05-ffd578937521
2008-02-17 17:50:04 +00:00
Gregory John Casamento
a253bae6ee * GormCore/GormInternalViewEditor.m
* GormCore/GormScrollViewEditor.m
	* GormCore/GormSplitViewEditor.m
	* GormCore/GormViewEditor.m
	* GormCore/GormViewWithContentViewEditor.m: Corrections for bug#18171.
	Fixes issues with grouping and ungrouping.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26077 72102866-910b-0410-8b05-ffd578937521
2008-02-17 06:08:27 +00:00
Gregory John Casamento
053d911cfe * Palettes/2Controls/GormSliderAttributesInspector.m: Cleaned up
code to use NSOnState and NSOffState properly, since we can't depend
	on them always reflecting YES and NO respectively.
	* Palettes/3Containers/GormTableViewAttributesInspector.m:
	Corrected call in ok: to use enclosingScrollView instead of 
	simply getting the superview of the table.  This corrects bug#22333.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26076 72102866-910b-0410-8b05-ffd578937521
2008-02-17 01:57:01 +00:00
Adam Fedor
efe1aa64f3 Avoid segfaults on solaris machines
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26047 72102866-910b-0410-8b05-ffd578937521
2008-02-10 03:00:51 +00:00
Gregory John Casamento
87874e0737 Change background color of object view.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26045 72102866-910b-0410-8b05-ffd578937521
2008-02-09 17:15:43 +00:00
Nicola Pero
930b3ded83 Fixed compilation on windows with newer gnustep-make, and removed a compiler warning
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25916 72102866-910b-0410-8b05-ffd578937521
2008-01-10 11:43:37 +00:00
Gregory John Casamento
d5556cc6b0 Moved variables to class to fix linking issues.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25894 72102866-910b-0410-8b05-ffd578937521
2008-01-08 01:06:03 +00:00
Gregory John Casamento
4d6ba13fb2 * GormCore/GormGenericEditor.m: Removed patch for bug#17539. Was
causing issues on load.
	* GormCore/GormNibWrapperLoader.m: Removed extra NSLog(...);


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25893 72102866-910b-0410-8b05-ffd578937521
2008-01-07 23:51:52 +00:00
Gregory John Casamento
e7534d0a71 * GormCore/GormNibWrapperLoader.m: Minor issues corrected with c99
changes.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25892 72102866-910b-0410-8b05-ffd578937521
2008-01-07 23:39:25 +00:00
Gregory John Casamento
afcc4ce2e4 Fixed resize issue with textview which edits button title. Also fixed resize issue for dropdown.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25890 72102866-910b-0410-8b05-ffd578937521
2008-01-07 22:40:56 +00:00
Riccardo Mottola
15ec85b917 removed some c99-isms
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25877 72102866-910b-0410-8b05-ffd578937521
2008-01-06 00:32:18 +00:00
Riccardo Mottola
11fd9e5214 removed some c99-isms
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25876 72102866-910b-0410-8b05-ffd578937521
2008-01-06 00:18:42 +00:00
Riccardo Mottola
9294743e9c removed some c99-isms
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25871 72102866-910b-0410-8b05-ffd578937521
2008-01-05 19:03:45 +00:00
Gregory John Casamento
01d9259623 Get the editor for the standalone view and activate it.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25864 72102866-910b-0410-8b05-ffd578937521
2008-01-04 23:39:30 +00:00
Gregory John Casamento
4b62dcb807 * English.lproj/Gorm.gorm: Changed delete to require command,
it was causing issues with editing text fields.
        * English.lproj/GormScrollViewAttributesInspector.gorm
        * GormCore/GormScrollViewAttributesInspector.h
        * GormCore/GormScrollViewAttributesInspector.m: Added ruler switches
        to inspector.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25861 72102866-910b-0410-8b05-ffd578937521
2008-01-04 18:23:10 +00:00
Gregory John Casamento
1347eb518d Addition of code for bug#17892.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25860 72102866-910b-0410-8b05-ffd578937521
2008-01-04 17:06:44 +00:00
Gregory John Casamento
3b0658b1e9 * GormCore/GormGenericEditor.m: Reformed and applied patch provided
by Sergey Golovin.  Corrects bug#17539.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25852 72102866-910b-0410-8b05-ffd578937521
2008-01-04 01:40:18 +00:00
Gregory John Casamento
3d05090894 Correction for bug#15637
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25851 72102866-910b-0410-8b05-ffd578937521
2008-01-04 01:18:30 +00:00
Gregory John Casamento
ae4cd37e77 Correction for bug#19792
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25850 72102866-910b-0410-8b05-ffd578937521
2008-01-04 01:03:54 +00:00
Gregory John Casamento
29b9223701 Changed variable name.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25849 72102866-910b-0410-8b05-ffd578937521
2008-01-04 00:41:02 +00:00
Gregory John Casamento
e3a196346f Make knobs more visually apparent.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25848 72102866-910b-0410-8b05-ffd578937521
2008-01-03 22:24:14 +00:00
Gregory John Casamento
6e3b735155 Correction for invalid window level. bug#21723
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25847 72102866-910b-0410-8b05-ffd578937521
2008-01-03 19:51:16 +00:00
Gregory John Casamento
c5122085ce Touch the document if corrections were made.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25832 72102866-910b-0410-8b05-ffd578937521
2008-01-02 04:08:05 +00:00
Gregory John Casamento
674495a9cb Cleanup array after errors/warnings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25831 72102866-910b-0410-8b05-ffd578937521
2008-01-02 03:58:37 +00:00
Gregory John Casamento
eee7e21f96 Add dummy makefiles for plugins.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25816 72102866-910b-0410-8b05-ffd578937521
2008-01-01 20:26:55 +00:00
Gregory John Casamento
7fe5b21476 Add makefile and directories for plugins.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25815 72102866-910b-0410-8b05-ffd578937521
2008-01-01 20:22:11 +00:00
Gregory John Casamento
d5f30e29c8 More corrections to repair file. Changed info to reflect SVN only status.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25814 72102866-910b-0410-8b05-ffd578937521
2008-01-01 19:04:15 +00:00
Gregory John Casamento
d047746fce Added code and gorm file to show inconsistencies in gorm files when they are detected.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25813 72102866-910b-0410-8b05-ffd578937521
2008-01-01 02:24:35 +00:00
Gregory John Casamento
c1f3e4d48c Correction bug#21845, made corrections to _repairFile method to fix issues with old Gorm files.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25761 72102866-910b-0410-8b05-ffd578937521
2007-12-20 00:13:14 +00:00
Gregory John Casamento
91dc686224 Correction for bug#19640.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25677 72102866-910b-0410-8b05-ffd578937521
2007-12-05 01:52:56 +00:00
Gregory John Casamento
9f4ab26ceb First cut at adding plugin support to Gorm.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25650 72102866-910b-0410-8b05-ffd578937521
2007-11-30 20:59:03 +00:00
Gregory John Casamento
b8375677d9 Preparing for release.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25584 72102866-910b-0410-8b05-ffd578937521
2007-11-11 20:39:11 +00:00
Gregory John Casamento
3ca936cbef Call itemChanged to update the item so that changes are seen in the item immediately.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25579 72102866-910b-0410-8b05-ffd578937521
2007-11-11 05:19:43 +00:00
Gregory John Casamento
6ecd3e5341 Updated docs and added key dropdown for menu.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25578 72102866-910b-0410-8b05-ffd578937521
2007-11-11 02:47:42 +00:00
Gregory John Casamento
89386fd640 Changed header to reflect license change to GPLv3.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25559 72102866-910b-0410-8b05-ffd578937521
2007-11-05 23:44:36 +00:00
Gregory John Casamento
88eba73015 Added new column title field to the inspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25558 72102866-910b-0410-8b05-ffd578937521
2007-11-05 23:22:02 +00:00
Gregory John Casamento
079e761dc5 Correction for bug#21478
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25552 72102866-910b-0410-8b05-ffd578937521
2007-11-05 06:58:00 +00:00
Gregory John Casamento
f6dc7bc66a Correct exception regarding locationKey.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25464 72102866-910b-0410-8b05-ffd578937521
2007-09-07 23:58:16 +00:00
Gregory John Casamento
85dd5fed1f Key modifier mask changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25453 72102866-910b-0410-8b05-ffd578937521
2007-09-05 04:42:59 +00:00
Gregory John Casamento
ee016efa70 Added support for arrow keys in key equivalents.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25447 72102866-910b-0410-8b05-ffd578937521
2007-09-04 03:13:48 +00:00
Gregory John Casamento
aed6296957 Corrected compilation issue.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25433 72102866-910b-0410-8b05-ffd578937521
2007-09-01 20:25:19 +00:00
Gregory John Casamento
621b49441a Added version information for NSButtonCell.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25416 72102866-910b-0410-8b05-ffd578937521
2007-08-25 02:36:37 +00:00
Gregory John Casamento
235f48c5ea Corrected issue found by Riccardo for version 0 gorm files.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25414 72102866-910b-0410-8b05-ffd578937521
2007-08-24 04:51:53 +00:00
Gregory John Casamento
33b20b7b63 Initial changes for controllers palette.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25400 72102866-910b-0410-8b05-ffd578937521
2007-08-20 01:22:58 +00:00
Gregory John Casamento
1e0950854b 2007-07-27 13:30-EDT Gregory John Casamento <greg_casamento@yahoo.com>
* Gorm.m: Remove commented code.
        * Palettes/0Menus/GormNSMenu.m: Added private category to prevent
        compilation warning.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25361 72102866-910b-0410-8b05-ffd578937521
2007-07-27 17:31:51 +00:00
Gregory John Casamento
4bfb8f8101 2007-07-26 10:25-EDT Gregory John Casamento <greg_casamento@yahoo.com>
* Palettes/0Menus/GormNSMenuView.m: Remove commented out code.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25357 72102866-910b-0410-8b05-ffd578937521
2007-07-26 14:26:10 +00:00
Gregory John Casamento
bde085c21f 2007-07-26 10:06-EDT Gregory John Casamento <greg_casamento@yahoo.com>
* Gorm.m: Remove default setting
        * Palettes/0Menus/GNUmakefile: Add GormNSMenuView.m
        * Palettes/0Menus/GormNSMenu.m: Override methods to prevent changing
        style to Mac style for menu being edited.
        * Palettes/0Menus/GormNSMenuView.[mh]: New class overrides methods
        to prevent switching style to Mac style for menu being edited.
        * Palettes/0Menus/palette.table: Added substitution rule for 
        NSMenuView.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25356 72102866-910b-0410-8b05-ffd578937521
2007-07-26 14:09:13 +00:00
Gregory John Casamento
cf01cd1f26 Corrected 20274.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25294 72102866-910b-0410-8b05-ffd578937521
2007-06-27 23:33:35 +00:00
Gregory John Casamento
0744c2ec58 Correction for bug#19640 and update GormInfo.plist file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25095 72102866-910b-0410-8b05-ffd578937521
2007-04-29 21:09:33 +00:00
Gregory John Casamento
31a08ac175 Updating release information.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25063 72102866-910b-0410-8b05-ffd578937521
2007-04-18 03:31:26 +00:00
Fred Kiefer
7be850dbd6 Handle changed NSTabViewType enumerator values correctly.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24807 72102866-910b-0410-8b05-ffd578937521
2007-03-07 23:17:55 +00:00
Matt Rice
47698b6a4f * GormLib/IBResourceManager.m (+registerResourceManagerClass:):
Post an IBResourceManagerRegistryDidChangeNotification.





git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24673 72102866-910b-0410-8b05-ffd578937521
2007-02-21 11:55:22 +00:00
Matt Rice
fdb080a601 * GormCore/GormDocument.m (_real_close): New function.
(handleNotification:): Move document closing code to _real_close.
        (close:): Call _real_close.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24467 72102866-910b-0410-8b05-ffd578937521
2007-02-04 22:17:42 +00:00
Gregory John Casamento
bbc211c363 * Gorm.m: [Gorm init] added code to force menu interface style
to NSNextStepInterfaceStyle.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24275 72102866-910b-0410-8b05-ffd578937521
2006-12-28 04:03:05 +00:00
Matt Rice
c1531e8d73 * Palettes/3Menus/GormTableViewEditor.m: Start a connection when
control-mousing the selected table column.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24183 72102866-910b-0410-8b05-ffd578937521
2006-12-04 09:51:03 +00:00
Gregory John Casamento
7fa91a4e06 * GormCore/GormDocument.h: Change declaration for window member
from NSWindow to GormDocumentWindow.
	* GormCore/GormDocument.m: Move cast from call to setDocument:
	to call to _docWindow private method.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24181 72102866-910b-0410-8b05-ffd578937521
2006-12-04 01:06:28 +00:00
Gregory John Casamento
c86b0ada46 * GormCore/GormDocument.m: Use setDocument: method in awakeFromNib.
* GormCore/GormDocumentWindow.h: Add setDocument: method.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24180 72102866-910b-0410-8b05-ffd578937521
2006-12-04 00:35:31 +00:00
Matt Rice
4a03adccea * Palettes/0Menus/GormMenuEditor.m (-mouseDown:): Call
startConnecting.
        * GormCore/GormViewEditor.m (-startConnectingObject:withEvent:): Ditto.
        * GormCore/GormObjectEditor.m (-mouseDown:): Ditto.
        * GormCore/GormDocument.m (changeToViewWithTag:): Don't change the
        selection if connecting.
        * GormCore/GormResourceManager.m: Revert previous commit.
        * Gorm.m (-startConnecting:): Remove checks for a nil
        connectDestination.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24178 72102866-910b-0410-8b05-ffd578937521
2006-12-03 01:11:26 +00:00
Matt Rice
6826102d00 * GormCore/GormResourceManager.m: Temporarily comment out some code.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24164 72102866-910b-0410-8b05-ffd578937521
2006-11-27 15:36:07 +00:00
Gregory John Casamento
744cd628d5 * English.lproj/GormDocument.gorm: Move initial position of
Gorm document window back to the lower left of the screen.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24156 72102866-910b-0410-8b05-ffd578937521
2006-11-24 03:24:04 +00:00
Gregory John Casamento
85fc93f51d Updated version requirements to indicate Gorm's dependence on code recently added to gui.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24155 72102866-910b-0410-8b05-ffd578937521
2006-11-23 16:04:29 +00:00
Matt Rice
3f873b490f 2006-11-18 Matt Rice <ratmice@gmail.com>
* GormCore/GormDocumentWindow.[h,m]: Add copyright headers.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24130 72102866-910b-0410-8b05-ffd578937521
2006-11-19 01:26:27 +00:00
Matt Rice
8b6d518d07 * GormCore/GNUmakefile: Add GormDocumentWindow.[h,m].
* GormCore/GormResourceManager.m: Add code to handle
        image/sound/header files.
        * GormCore/GormDocument.[h,m]: Add -viewWithTag: method.
        * GormCore/GormClassEditor.m: Remove dragging destination code
        for resources.
        * GormCore/GormResourceEditor.m: Ditto.
        * GormCore/GormObjectEditor.m: Ditto.
        (addObject:): Change the editor to the GormObjectEditor.
        * GormCore/GormDocument.m: Register the window for dragged types.
        Implement -viewWithTag:.
        * GormCore/GormDocumentWindow.[h,m]: New subclass of NSWindow which
        handles drag and drop to GormResourceManager.
        * GormCore/GormDocument.gorm: Set the main document  window to a
        GormDocumentWindow class.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24129 72102866-910b-0410-8b05-ffd578937521
2006-11-19 00:48:34 +00:00
Nicola Pero
d72994d445 Do not set GNUSTEP_INSTALLATION_DIR in examples
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24101 72102866-910b-0410-8b05-ffd578937521
2006-11-15 17:28:07 +00:00
Gregory John Casamento
dbfa8e281f * Palettes/2Controls/GormNSSliderInspector.gorm: Added switch
and textfield to hold the number of tickmarks.
	* Palettes/2Controls/GormSliderAttributesInspector.[hm]: Added
	method and ivar to handle tick marks.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@24072 72102866-910b-0410-8b05-ffd578937521
2006-11-11 05:16:11 +00:00
Gregory John Casamento
09b7d2c257 * Palettes/3Containers/GormTableViewEditor.m: Add scrollToPoint:
method to call the super_view. Corrects bug #18143.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23997 72102866-910b-0410-8b05-ffd578937521
2006-10-30 00:23:55 +00:00
Gregory John Casamento
f7a4a54dd7 Add tool tips to the class editor.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23981 72102866-910b-0410-8b05-ffd578937521
2006-10-28 13:43:23 +00:00