Commit graph

27 commits

Author SHA1 Message Date
Gregory John Casamento
db7a2e3969 Update to use GormAppDelegate instead of overriding NSApplication 2023-06-17 12:14:48 -04:00
Gregory John Casamento
48b1c4f38d Update images and classes to load resources correctly, move plists 2023-06-14 06:18:24 -04:00
Gregory John Casamento
028a22cd7b Add help file. 2021-05-10 00:57:30 -04:00
Gregory John Casamento
94955a248a Correctly interpret NSApplication and other top level objects, except NSWindowTemplate. 2021-05-04 05:04:59 -04:00
Lars Sonchocky-Helldorf
94816bea7f 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
Gregory John Casamento
e87fd029b4 int -> NSInteger transition.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37359 72102866-910b-0410-8b05-ffd578937521
2013-11-04 15:02:25 +00:00
David Chisnall
3cd12bee73 Next bit of NSInteger cleanup for -gui.
Fix all of the current warnings in Gorm so that it can be used to test
NSInteger things.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@36039 72102866-910b-0410-8b05-ffd578937521
2013-01-30 12:43:27 +00:00
Gregory John Casamento
4671ec0870 * GormCore/GormClassInspector.m
* GormCore/GormClassManager.m
	* GormCore/GormDocument.m
	* GormCore/GormGenericEditor.m
	* GormCore/GormObjectInspector.m
	* GormCore/GormOutlineView.m
	* GormCore/GormPrivate.h
	* GormCore/GormPrivate.m
	* Palettes/0Menus/GormMenuEditor.m
	* Palettes/1Windows/GormDrawerAttributesInspector.m
	* Palettes/3Containers/GormTableColumnAttributesInspector.m
	* Palettes/3Containers/GormTableViewEditor.m
	* Palettes/4Data/DataPalette.m
	* Palettes/4Data/GormNumberFormatterAttributesInspector.m: Change int/unsigned int to NSInteger
	and NSUInteger to address 64-bit issues.  Patch by
	Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
	* Plugins/Gorm/GormGormWrapperLoader.m
	* Plugins/Nib/GormNibWrapperBuilder.m
	* Plugins/Nib/GormNibWrapperLoader.m
	* Plugins/Xib/GormXibWrapperLoader.m: Clean up warnings found by clang.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35091 72102866-910b-0410-8b05-ffd578937521
2012-04-20 06:12:32 +00:00
Gregory John Casamento
d856f0eb5e * GormCore/GormPrivate.m: Remove poseAs: override. Fix for
compilation with ObjC2.0 compilers.
	* Palettes/3Containers/GormNSTableColumnInspector.gorm:
	Correction for tableView column identifiers.   Delegate
	wasn't connected.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@34763 72102866-910b-0410-8b05-ffd578937521
2012-02-15 23:00:44 +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
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
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
e26b4303fd Changes for encoding GormObjectProxy as NSCustomObject also some minor cleanup of the minimalContainerFrame() function.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23179 72102866-910b-0410-8b05-ffd578937521
2006-07-19 03:09:16 +00:00
Gregory John Casamento
09fbac4ce3 Nib changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23052 72102866-910b-0410-8b05-ffd578937521
2006-06-14 05:47:54 +00:00
Gregory John Casamento
145a8afd69 Nib support changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23043 72102866-910b-0410-8b05-ffd578937521
2006-06-10 13:34:44 +00:00
Gregory John Casamento
9c8d2c41f2 Nib compatibility changes. These simply allow Gorm to compile with the nib code present. Changes to read nibs will be merged at a later date.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22956 72102866-910b-0410-8b05-ffd578937521
2006-05-20 22:05:59 +00:00
Gregory John Casamento
3731a5475e Memory fix and remove uneeded FIXME.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21588 72102866-910b-0410-8b05-ffd578937521
2005-08-01 09:39:17 +00:00
Gregory John Casamento
22b1aed493 reverted previous change in init.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21578 72102866-910b-0410-8b05-ffd578937521
2005-07-31 12:35:47 +00:00
Gregory John Casamento
d0ab85ac95 Corrected crash when changing class hierarchy.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21576 72102866-910b-0410-8b05-ffd578937521
2005-07-30 19:53:09 +00:00
Gregory John Casamento
e012b61325 Removed user bundle check. The code will issue a warning in the log if poseAs: is called. Also corrected the implementation of IBObjectAdditions in GormImage and GormSound.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21563 72102866-910b-0410-8b05-ffd578937521
2005-07-28 04:01:24 +00:00
Gregory John Casamento
0e96a7e16b Various fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21496 72102866-910b-0410-8b05-ffd578937521
2005-07-17 19:04:52 +00:00
Gregory John Casamento
03dfa955f4 Made a more generic cell replacement algorith for custom classes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21423 72102866-910b-0410-8b05-ffd578937521
2005-07-08 02:08:16 +00:00
Gregory John Casamento
f5d58d88ac Change of address change for FSF.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21261 72102866-910b-0410-8b05-ffd578937521
2005-05-26 03:37:38 +00:00
Gregory John Casamento
d9356d6300 Implemented logic to use canSubstituteForClass: to determine what classes should appear in the custom class inspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21157 72102866-910b-0410-8b05-ffd578937521
2005-04-24 15:21:12 +00:00
Gregory John Casamento
314f0e9d38 Improved top level editor switching functionality.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21150 72102866-910b-0410-8b05-ffd578937521
2005-04-24 00:15:57 +00:00
Gregory John Casamento
9d4a74153b Refactored NSCell additions out of GormPrivate and added a new method for pboard type registration.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21148 72102866-910b-0410-8b05-ffd578937521
2005-04-23 17:16:10 +00:00
Gregory John Casamento
db6fe33741 Merge from branch: build_reorg_branch
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21012 72102866-910b-0410-8b05-ffd578937521
2005-03-31 03:01:36 +00:00