Gregory John Casamento
3f8ad5fd07
Gorm now correctly pulls in objects and assigns them names.
2021-04-28 19:03:27 -04:00
Gregory John Casamento
0284554411
Fix memory leak when creating matrix cells using inspector. Do not deactivate / close the editor when matrix is expanded.
2021-04-22 04:05:49 -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
0420732766
Fix for bug#45040
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@38485 72102866-910b-0410-8b05-ffd578937521
2015-05-12 00:24:12 +00:00
Niels Grewe
e098bcde5b
Fix typo in header inclusion guard #define
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@36818 72102866-910b-0410-8b05-ffd578937521
2013-07-03 11:07:55 +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
David Chisnall
b259b857d0
Fix NSUInteger / unsigned mismatch.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@36031 72102866-910b-0410-8b05-ffd578937521
2013-01-28 14:04:38 +00:00
Sebastian Reitenbach
bc8f0dc1cc
The connection inspector is broken on a couple
...
of *BSD so revert a patch done in April.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35285 72102866-910b-0410-8b05-ffd578937521
2012-07-12 15:17:46 +00:00
Gregory John Casamento
25fff13915
* GormLib/IBObjectAdditions.m
...
* GormObjCHeaderParser/OCClass.m
* GormObjCHeaderParser/OCHeaderParser.m
* GormObjCHeaderParser/OCIVarDecl.m
* GormObjCHeaderParser/OCIVar.m
* GormObjCHeaderParser/OCMethod.m
* GormObjCHeaderParser/ParserFunctions.m: Fix compiler warnings
when building with clang.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35093 72102866-910b-0410-8b05-ffd578937521
2012-04-20 14:34:55 +00:00
Gregory John Casamento
a539c80e3f
Change to 2.1
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@33057 72102866-910b-0410-8b05-ffd578937521
2011-05-17 21:23:13 +00:00
Gregory John Casamento
d541fa067d
Update license text
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@33056 72102866-910b-0410-8b05-ffd578937521
2011-05-17 21:21:40 +00:00
Riccardo Mottola
ed7c24ba5f
Make IBEditors implement NSobject protocol to avoid warnings.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30780 72102866-910b-0410-8b05-ffd578937521
2010-06-19 00:08:25 +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
d319fbee70
Remove SYSTEM domain in GormCore.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27158 72102866-910b-0410-8b05-ffd578937521
2008-11-27 16:52:39 +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
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
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
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
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
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
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
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
Gregory John Casamento
e4a7db7a1c
Modify GNUmakefiles to include Version to properly name .so libraries.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23926 72102866-910b-0410-8b05-ffd578937521
2006-10-21 00:09:12 +00:00
Gregory John Casamento
22950c742d
* GormLib/IBInspector.m: Remove uneeded call to
...
[window setDocumentEdited:] in touch: method.
* Palettes/2Controls/GormButtonAttributesInspector.m:
In ok: call [super ok:].
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23844 72102866-910b-0410-8b05-ffd578937521
2006-10-11 01:29:53 +00:00
Nicola Pero
4ec1f9f55b
Do not set GNUSTEP_INSTALLATION_DIR in makefiles
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23811 72102866-910b-0410-8b05-ffd578937521
2006-10-09 22:07:35 +00:00
Gregory John Casamento
966d2b8409
Merge from NibCompatibility branch.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23033 72102866-910b-0410-8b05-ffd578937521
2006-06-05 02:12:00 +00:00
Gregory John Casamento
de2a5082ea
Corrected problem in IBInspector.m
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21619 72102866-910b-0410-8b05-ffd578937521
2005-08-06 21:55:23 +00:00
Gregory John Casamento
cde6e64c5e
Improved button inspector.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21618 72102866-910b-0410-8b05-ffd578937521
2005-08-06 21:46:01 +00:00
Gregory John Casamento
a568609f3c
2005-07-23 18:02 Gregory John Casamento <greg_casamento@yahoo.com>
...
* GormCore/GormInspectorsManager.m: Remove extra revert: call.
* GormLib/IBInspector.m: Touch changes the inspector X to the broken
X, per specs.
* Gorm.m:
* Palettes/0Menus/main.m: Added to authors list.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21524 72102866-910b-0410-8b05-ffd578937521
2005-07-24 01:17:16 +00:00
Gregory John Casamento
b742588aea
Implemented view resource delegate functionality.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21402 72102866-910b-0410-8b05-ffd578937521
2005-07-03 16:27:52 +00:00
Gregory John Casamento
3c8628157c
Addition of IBInspectorMode and changes to inspector manager.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21396 72102866-910b-0410-8b05-ffd578937521
2005-07-02 20:09:49 +00:00
Gregory John Casamento
9ce0b44f38
Added revert to setObject:
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21313 72102866-910b-0410-8b05-ffd578937521
2005-06-16 23:42:34 +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
6618ced98b
Added new resource manager.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21139 72102866-910b-0410-8b05-ffd578937521
2005-04-22 00:43:10 +00:00
Gregory John Casamento
564893d37a
Fix to prevent a problem in unarchiving from crashing the app.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21134 72102866-910b-0410-8b05-ffd578937521
2005-04-21 03:04:08 +00:00
Gregory John Casamento
80bcf1a1ec
More improvements to the resource manager.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21086 72102866-910b-0410-8b05-ffd578937521
2005-04-11 05:43:19 +00:00
Gregory John Casamento
d9cc373584
Implementation of resource manager handling for adding objects to the document.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21082 72102866-910b-0410-8b05-ffd578937521
2005-04-11 00:16:01 +00:00
Gregory John Casamento
660c9fd7ad
Improved attachObject:toParent: and implemented more of the resource manager.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21080 72102866-910b-0410-8b05-ffd578937521
2005-04-10 22:21:59 +00:00
Gregory John Casamento
a61ec02510
Removed resources.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21077 72102866-910b-0410-8b05-ffd578937521
2005-04-09 10:49:44 +00:00
Gregory John Casamento
5e2a90da82
Implementation for IBResourceManager.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21039 72102866-910b-0410-8b05-ffd578937521
2005-04-03 11:42:35 +00:00
Nicola Pero
149d0f39aa
Adding -lobjc manually is no longer needed on mingw
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20949 72102866-910b-0410-8b05-ffd578937521
2005-03-21 22:17:21 +00:00
Nicola Pero
537db39e12
Fixed building on Windows
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20948 72102866-910b-0410-8b05-ffd578937521
2005-03-21 22:16:52 +00:00
Gregory John Casamento
a80f102678
Added new file to the GormLib.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20929 72102866-910b-0410-8b05-ffd578937521
2005-03-19 20:56:22 +00:00
Gregory John Casamento
9eb5c02771
Corrected bug#11346. Redid background for all inspectors.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20627 72102866-910b-0410-8b05-ffd578937521
2005-01-28 05:41:55 +00:00
Gregory John Casamento
6d04958743
Improved docs.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20511 72102866-910b-0410-8b05-ffd578937521
2005-01-01 15:29:40 +00:00
Gregory John Casamento
a7690ef937
Completed documentation.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20510 72102866-910b-0410-8b05-ffd578937521
2005-01-01 14:56:11 +00:00
Gregory John Casamento
49c7adba2b
New classes/headers, fleshed out document class, added document.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20509 72102866-910b-0410-8b05-ffd578937521
2005-01-01 07:39:12 +00:00
Gregory John Casamento
edf2035650
Removed some methods.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20493 72102866-910b-0410-8b05-ffd578937521
2004-12-28 02:37:02 +00:00
Gregory John Casamento
6528ede51b
Added [super init] to init.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20470 72102866-910b-0410-8b05-ffd578937521
2004-12-19 14:05:10 +00:00