Gregory John Casamento
f5d7f25044
Add dealloc to class inspector
2023-12-15 04:34:21 -05:00
Gregory John Casamento
1072df949f
Refactor to use underscore in GormClassInspector
2023-12-15 04:14:27 -05:00
Gregory Casamento
01e46d5c6a
Cleanup, ignore, or correct warnings
2023-10-22 14:39:24 -04:00
Gregory John Casamento
9fc62200c4
Update class inspector to sort outlets/actions and class names
2023-07-27 03:21:02 -04:00
Gregory John Casamento
548f2478f8
Fix class update notification and add outlets and actions to GormLanguageViewController
2023-07-14 16:42:25 -04:00
Gregory John Casamento
db7a2e3969
Update to use GormAppDelegate instead of overriding NSApplication
2023-06-17 12:14:48 -04:00
Gregory John Casamento
e7965029b0
Move resources and correct gorm loading logic
2023-06-14 03:40:51 -04:00
Gregory John Casamento
99edd0e4de
Minor fixes
2023-01-16 07:36:11 -05:00
Ahmed Khanzada
ab9810a771
Fixed grammatical error ("All Rights" -> "All rights")
2020-04-20 22:07:14 -07: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
Riccardo Mottola
7d0d96a1bc
Explicitely cast NSIntegers to avoid warning and problems
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37916 72102866-910b-0410-8b05-ffd578937521
2014-05-28 07:02:41 +00: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
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
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
cda5a97ccc
* Version: 1.2.16
...
* GormInfo.plist
* Documentation/news.texi: Update version and documentation.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@34723 72102866-910b-0410-8b05-ffd578937521
2012-02-06 07:09:34 +00:00
Gregory John Casamento
c8360459a3
* GormCore/GormClassInspector.m:
...
[GormClassInspector selectClass:] Refresh connections so that
when the class is reparented only those connections which aren't
present anymore get broken.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30299 72102866-910b-0410-8b05-ffd578937521
2010-05-05 16:36:58 +00:00
Gregory John Casamento
4e7a5d8005
* GormCore/GormClassInspector.m: Allow a class' name to be changed
...
in the GormClassInspector without it disconnecting all connections
for that class.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30293 72102866-910b-0410-8b05-ffd578937521
2010-05-04 23:22:50 +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
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
5400a8841d
Return autoreleased copy of classname from _currentClass method.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21589 72102866-910b-0410-8b05-ffd578937521
2005-08-01 11:50: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
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
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
61fb2596fc
Corrected notification-update loop.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21492 72102866-910b-0410-8b05-ffd578937521
2005-07-17 03:31:09 +00:00
Gregory John Casamento
9d70705d9d
Added translation and corrected infinite loop.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21295 72102866-910b-0410-8b05-ffd578937521
2005-06-10 11:43:51 +00:00
Gregory John Casamento
2a30191e74
Changes to enable disable remove button in gui when actions/outlets are selected as appropriate.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21252 72102866-910b-0410-8b05-ffd578937521
2005-05-24 04:28:17 +00:00
Gregory John Casamento
9b9575fb7f
Correction for a bug which was preventing editing of class names in the outline view also, preparations for the use of NSBrowser to view the classes (in addition to the outline).
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21186 72102866-910b-0410-8b05-ffd578937521
2005-05-04 09:34:49 +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