Commit graph

14 commits

Author SHA1 Message Date
Gregory John Casamento
8ae617dd6e * Palettes/1Windows/GNUmakefile: Added new classes and interface.
* Palettes/1Windows/GormDrawerAttributesInspector.gorm: Inspector 
	interface.
	* Palettes/1Windows/GormDrawerAttributesInspector.[hm]: Inspector.
	* Palettes/1Windows/inspectors.m: Added implementation for
	inspectorClassName.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23495 72102866-910b-0410-8b05-ffd578937521
2006-09-14 03:20:54 +00:00
Gregory John Casamento
a72d9dae48 * GormCore/GormWindowEditor.m: Remove IBApplicationAdditions category.
* Palettes/1Windows/DrawerSmall.tiff: icon for NSDrawer in objects 
        view.
        * Palettes/1Windows/Drawer.tiff: Icon for drawer on palette
        * Palettes/1Windows/GNUmakefile: Added new files.
        * Palettes/1Windows/inspectors.m: Add IBApplicationAdditions category
        for NSWindow (from GormWindowEditor above) and add category for
        NSDrawer.
        * Palettes/1Windows/WindowsPalette.h: Moved interface for 
        WindowsPalette here.
        * Palettes/1Windows/WindowsPalette.m: Removed interface and added
        #include
        * Resources/ClassInformation.plist: Added ivars which were missing 
        for NSDrawer.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23479 72102866-910b-0410-8b05-ffd578937521
2006-09-13 03:12:59 +00:00
Gregory John Casamento
0a4eb9ce3a Move all IBObjectAdditions definitions from various files into one file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21616 72102866-910b-0410-8b05-ffd578937521
2005-08-06 19:32:38 +00:00
Gregory John Casamento
2cbb6a93ed Copied main.m files to files with meaningful names.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21615 72102866-910b-0410-8b05-ffd578937521
2005-08-06 19:17:05 +00:00
Gregory John Casamento
a2bd3f3fda Merged post 1.0 branch. Gorm 1.0 development will continue on a new gorm_1_0 branch.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21614 72102866-910b-0410-8b05-ffd578937521
2005-08-06 17:59:08 +00:00
Gregory John Casamento
aef0f307df improvments to palette loading.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21115 72102866-910b-0410-8b05-ffd578937521
2005-04-16 21:25:33 +00:00
Adam Fedor
fe43fc2f1f Don't install palettes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16590 72102866-910b-0410-8b05-ffd578937521
2003-05-01 04:20:22 +00:00
Gregory John Casamento
f86a25b225 Improved panel support and some cleanup.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15504 72102866-910b-0410-8b05-ffd578937521
2003-01-05 06:03:14 +00:00
Gregory John Casamento
b5ecfcdaa2 Replacing old style .gorm/.classes files with .gorm packages
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15488 72102866-910b-0410-8b05-ffd578937521
2003-01-04 04:51:12 +00:00
Pierre-Yves Rivaille
ef475a3451 * Palettes/3Containers/GNUmakefile
* Palettes/3Containers/main.m
* Palettes/3Containers/GormNSBrowser.m
* Palettes/3Containers/GormNSBrowser.h
* Gorm.m
* GormDocument.m
Subclass of NSBrowser and NSTableView to be able to set the
delegate for runtime only (there is a dummy delegate for edit-time
and test-time). Those classes are encoded as NSBrowser/NSTableView
and NSTableView/NSBrowser are decoded as GormNSBrowser/GormNSTableView

* Palettes/1Windows/GNUmakefile
* Palettes/1Windows/GormNSWindow.h
* Palettes/1Windows/GormNSWindow.m
* Palettes/1Windows/main.m
* GormDocument.m
* Gorm.m
Subclass of NSWindow to be able to choose the stylemask
and to still be able to resize/close/minimize the window in the editor
regardless of the stylemask. This class is encoded as NSWindow and
NSWindow is decoded as GormNSWindow.

* GormDocument.m ([-attachObect:toParent]):
NSTableView & NSTextView objects contained in NSScrollView are now
added. Connections to and from those objects are now available.

* GormWindowEditor.m: new bestKnownSuperview function
(original patch from Stefan Urbanek <stefanurbanek@yahoo.fr>
modified to let the user select the NSScrollView or the NSTextView/
NSTableView contained within the NSScrollView).

* Palettes/3Containers/inspectors.m
* Palettes/3Containers/GormBrowserInspector.gorm
* Palettes/3Containers/GormTableViewInspector.gorm
NSTableView and NSBrowser inspectors updated (new tag field)
(patch from Stefan Urbanek <stefanurbanek@yahoo.fr>)


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@12559 72102866-910b-0410-8b05-ffd578937521
2002-02-18 12:37:26 +00:00
Laurent Julliard
e6e2dd4726 Window inspector as a gorm file
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@11258 72102866-910b-0410-8b05-ffd578937521
2001-10-27 20:22:59 +00:00
Adam Fedor
042cc5c13e New window size inspector using gorm file
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@10204 72102866-910b-0410-8b05-ffd578937521
2001-06-18 23:04:20 +00:00
Richard Frith-MacDonald
472f55d440 Changes for update to make package for palettes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5680 72102866-910b-0410-8b05-ffd578937521
2000-01-07 06:47:08 +00:00
Richard Frith-MacDonald
caf45f1d8b New palettes layout
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5540 72102866-910b-0410-8b05-ffd578937521
1999-12-16 21:41:21 +00:00