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
21c67d28a2
Move GormWindowTemplate to GormCore since it is shared between GormXibWrapperLoader and GormNibWrapperLoader.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@34123 72102866-910b-0410-8b05-ffd578937521
2011-11-05 01:44:24 +00:00
Fred Kiefer
74b14040ce
Get XIB files to be loaded.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@34113 72102866-910b-0410-8b05-ffd578937521
2011-11-03 10:47:52 +00:00
Fred Kiefer
0f8b9f3d20
* Palettes/0Menu/GormMenuEditor.m: Protect against the menu parent
...
being a popup button cell.
* Plugins/Xib/GormXibWrapperLoader.m: Move additional methods
into gui and correct handling of file owner.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@34056 72102866-910b-0410-8b05-ffd578937521
2011-10-25 09:09:15 +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
Gregory John Casamento
86a898e927
011-04-28 14:44-EDT Gregory John Casamento <greg.casamento@gmail.com>
...
* Plugins/Xib/GormXibWrapperLoader.m: Correct compilation errors
and warnings in Xib loading code. Correct loading code so that
Xib file partially loads.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@32937 72102866-910b-0410-8b05-ffd578937521
2011-04-28 18:32:48 +00:00
Riccardo Mottola
dce7c06f1f
removed c99-ism
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@31578 72102866-910b-0410-8b05-ffd578937521
2010-11-01 13:06:01 +00:00
Gregory John Casamento
901327122b
* GNUmakefile: Added Xib.plugin to resources.
...
* GormInfo.plist: Added xib to the list of files Gorm can load
* Gorm.m: Change to recieve notifications to add/delete classes.
* Plugins/GNUmakefile: Added Xib plugin to subprojects list.
* Plugins/Xib/GNUmakefile
* Plugins/Xib/GNUmakefile.preamble
* Plugins/Xib/GormXibCustomResource.h
* Plugins/Xib/GormXibCustomResource.m
* Plugins/Xib/GormXibPlugin.m
* Plugins/Xib/GormXibWrapperLoader.h
* Plugins/Xib/GormXibWrapperLoader.m: Initial code for XIB plugin.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30482 72102866-910b-0410-8b05-ffd578937521
2010-05-30 06:55:26 +00:00