Gregory John Casamento
8fef77ed94
General clean up. Moved some constants. added the beginnings of a new
...
inspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16829 72102866-910b-0410-8b05-ffd578937521
2003-05-29 05:40:28 +00:00
Fabien Vallon
9fa942061d
eplace newApplication: newPalettes: , newInspector: newEmpty by
...
newGormDocument:
Add intelligent window placement (cascade)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16784 72102866-910b-0410-8b05-ffd578937521
2003-05-24 11:12:09 +00:00
Gregory John Casamento
dc86bbbd18
Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16776 72102866-910b-0410-8b05-ffd578937521
2003-05-23 02:25:34 +00:00
Gregory John Casamento
ae0687d0fc
Submitting patch by fabien vallon to toggle the guidlines.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16752 72102866-910b-0410-8b05-ffd578937521
2003-05-20 03:57:37 +00:00
Gregory John Casamento
b5f14f087d
Adding patch supplied by Fabien Vallon
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16705 72102866-910b-0410-8b05-ffd578937521
2003-05-13 04:10:12 +00:00
Gregory John Casamento
70d53d483a
Updated files to get rid of warnings. Also added GNUmakefile.preamble with the
...
-Werror option so that future warnings will be treated as errors.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16685 72102866-910b-0410-8b05-ffd578937521
2003-05-10 21:19:25 +00:00
Richard Frith-Macdonald
2852d2e510
Fix use of #import
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16111 72102866-910b-0410-8b05-ffd578937521
2003-03-03 09:15:48 +00:00
Gregory John Casamento
0f19e9a112
Correcting testInterface bug.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15612 72102866-910b-0410-8b05-ffd578937521
2003-01-17 03:55:55 +00:00
Gregory John Casamento
314ea111d8
Various fixes to compilation warnings and an NSPanel fix which allows the NSWindow inspector to be used on a panel.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15477 72102866-910b-0410-8b05-ffd578937521
2003-01-04 00:17:43 +00:00
Gregory John Casamento
4f740ef4b3
Adding preferences and adding initial support for preloading headers into Gorm Documents.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15446 72102866-910b-0410-8b05-ffd578937521
2003-01-02 06:17:15 +00:00
Gregory John Casamento
3ca2d79b5b
Corrected a problem w/ class rename.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15254 72102866-910b-0410-8b05-ffd578937521
2002-12-05 05:23:08 +00:00
Pierre-Yves Rivaille
582b406902
* GNUMakefile: added GormViewSizeInspector.m, GormGenericEditor.m
...
and GormImageEditor.m.
* GormGenericEditor.m: new abstract superclass of GormObjectEditor,
GormImageEditor and GormSoundEditor.
* GormImageEditor.m: new class to deal with Images.
* GormSoundEditor.m: refactored code with GormGenericEditor,
now looks like GormImageEditor.m
* GomCustomClassInspector.m: rewrote parts to stop using notification
and use changeObject: method instead.
* Gorm.m, Gorm.h, GormPrivate.h, GormDocument.h, GormDocument.m:
changes to accomodate new Image & Sound code.
* GormViewSizeInspector.m: new file. Contains code moved from
GormObjectEditor.m.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15013 72102866-910b-0410-8b05-ffd578937521
2002-11-18 20:54:26 +00:00
Gregory John Casamento
ca5882b572
Adding .gorm file packages and adding sound support to gorm.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@14921 72102866-910b-0410-8b05-ffd578937521
2002-11-04 13:52:31 +00:00
Gregory John Casamento
32516ef426
Custom class implementation for Gorm.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@14748 72102866-910b-0410-8b05-ffd578937521
2002-10-13 06:04:05 +00:00
Pierre-Yves Rivaille
420c315961
GormBoxEditor.h
...
GormBoxEditor.m
GormButtonEditor.h
GormButtonEditor.m
GormControlEditor.h
GormControlEditor.m
GormInternalViewEditor.h
GormInternalViewEditor.m
GormMatrixEditor.h
GormPlacementInfo.h
GormPosingView.h
GormPosingView.m
GormSplitViewEditor.h
GormSplitViewEditor.m
GormTabViewEditor.h
GormTabViewEditor.m
GormViewEditor.h
GormViewEditor.m
GormViewWithContentViewEditor.h
GormViewWithContentViewEditor.m
GormViewWithSubviewsEditor.h
GormViewWithSubviewsEditor.m
Palettes/3Containers/GormTableViewEditor.h
Palettes/3Containers/GormTableViewEditor.m
ChangeLog
GNUmakefile
Gorm.h
Gorm.m
GormClassEditor.m
GormClassManager.m
GormCustomClassInspector.m
GormCustomView.m
GormDocument.m
GormMatrixEditor.m
GormObjectEditor.m
GormOutlineView.m
GormPrivate.h
GormWindowEditor.m
Palettes/0Menus/GormMenuEditor.m
Palettes/1Windows/main.m
Palettes/2Controls/GormBoxInspector.gorm
Palettes/2Controls/GormButtonInspector.gorm
Palettes/2Controls/GormTextFieldInspector.gorm
Palettes/2Controls/main.m
Palettes/3Containers/GNUmakefile
Palettes/3Containers/GormNSBrowser.m
Palettes/3Containers/GormNSOutlineView.m
Palettes/3Containers/GormNSTableView.h
Palettes/3Containers/GormTableColumnInspector.classes
Palettes/3Containers/GormTableColumnInspector.gorm
Palettes/3Containers/GormTableViewInspector.gorm
Palettes/3Containers/inspectors.m
Palettes/3Containers/main.m
Palettes/4Data/inspectors.m
Palettes/4Data/main.m
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@14267 72102866-910b-0410-8b05-ffd578937521
2002-08-14 00:01:42 +00:00
Pierre-Yves Rivaille
1ff190361e
ClassInformation.plist
...
GNUmakefile
GormDocument.m
GormPrivate.h GormWindowEditor.m
Palettes/3Containers/GNUmakefile
Palettes/3Containers/GormNSTableView.m
Palettes/3Containers/GormNSTableView.h
Palettes/3Containers/inspectors.m
GormTableViewEditor.m
Palettes/3Containers/GormTableColumnInspector.gorm
Palettes/3Containers/GormTableColumnInspector.classes
Palettes/3Containers/GormTableColumnSizeInspector.gorm
Palettes/3Containers/GormTableColumnSizeInspector.classes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@13270 72102866-910b-0410-8b05-ffd578937521
2002-03-29 16:30:01 +00:00
Laurent Julliard
07f2ac5a37
NSDateFormatter and NSNumberFormatter additions
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@11626 72102866-910b-0410-8b05-ffd578937521
2001-12-04 22:23:51 +00:00
Adam Fedor
bfc6f87df4
Add support for custom views
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@11078 72102866-910b-0410-8b05-ffd578937521
2001-10-03 17:38:46 +00:00
Adam Fedor
6f5ebc106f
Fixes to handle matrixes better. Editable matrix cells. Improved
...
editors for window size and buttons.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@10917 72102866-910b-0410-8b05-ffd578937521
2001-09-16 18:53:33 +00:00
Adam Fedor
e19b231bed
Changes to allow an NSBox to be 'edited' and add subviews, move
...
them around inside the box, etc.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@10095 72102866-910b-0410-8b05-ffd578937521
2001-06-07 03:57:51 +00:00
Richard Frith-Macdonald
9a45909aab
iCustom class modifications
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@9897 72102866-910b-0410-8b05-ffd578937521
2001-05-08 09:43:11 +00:00
Richard Frith-MacDonald
15d8b973ba
A few testing fixes.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5917 72102866-910b-0410-8b05-ffd578937521
2000-02-03 17:04:37 +00:00
Richard Frith-MacDonald
6d103be1b2
More tidying up
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5657 72102866-910b-0410-8b05-ffd578937521
2000-01-04 16:25:39 +00:00
Richard Frith-MacDonald
d5b56eea8e
Loads of tidying up etc.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5654 72102866-910b-0410-8b05-ffd578937521
2000-01-04 12:21:17 +00:00
Richard Frith-MacDonald
5c17f3142d
Improvements for testing etc
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5649 72102866-910b-0410-8b05-ffd578937521
2000-01-03 11:00:14 +00:00
Richard Frith-MacDonald
e40f8fce22
More connection improvements
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5592 72102866-910b-0410-8b05-ffd578937521
1999-12-21 08:13:35 +00:00
Richard Frith-MacDonald
2a6f2299ed
Connection management code.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5587 72102866-910b-0410-8b05-ffd578937521
1999-12-20 14:20:06 +00:00
Richard Frith-MacDonald
e77dbe5d2e
Improve connection dragging
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5581 72102866-910b-0410-8b05-ffd578937521
1999-12-19 06:19:31 +00:00
Richard Frith-MacDonald
9ffd6f3071
Tidying
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5576 72102866-910b-0410-8b05-ffd578937521
1999-12-18 11:08:18 +00:00
Richard Frith-MacDonald
e8cbc4a69d
Tidied connection handling code.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5575 72102866-910b-0410-8b05-ffd578937521
1999-12-18 08:55:31 +00:00
Richard Frith-MacDonald
8336146f60
Tidied
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5563 72102866-910b-0410-8b05-ffd578937521
1999-12-17 21:53:06 +00:00
Richard Frith-MacDonald
c01d75390e
Connection mechanism started.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5558 72102866-910b-0410-8b05-ffd578937521
1999-12-17 17:22:18 +00:00
Richard Frith-MacDonald
c11ab2237f
Image info for connecting
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5557 72102866-910b-0410-8b05-ffd578937521
1999-12-17 12:48:37 +00:00
Richard Frith-MacDonald
46b4a92b7b
More images from Andrew
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5556 72102866-910b-0410-8b05-ffd578937521
1999-12-17 12:44:06 +00:00
Richard Frith-MacDonald
a9bd3b4784
Loads of stuff!
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5538 72102866-910b-0410-8b05-ffd578937521
1999-12-16 18:06:22 +00:00
Richard Frith-MacDonald
481c60d327
Stuff for testing mode.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5521 72102866-910b-0410-8b05-ffd578937521
1999-12-15 15:29:27 +00:00
Richard Frith-MacDonald
01100bd4b6
Removed GormResourcesManager
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5511 72102866-910b-0410-8b05-ffd578937521
1999-12-14 19:55:18 +00:00
Richard Frith-MacDonald
d8cab2129d
Import some knob drawing code.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5498 72102866-910b-0410-8b05-ffd578937521
1999-12-13 20:04:31 +00:00
Richard Frith-MacDonald
2d0fe9b5c2
Update to correct version
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5415 72102866-910b-0410-8b05-ffd578937521
1999-12-08 15:19:11 +00:00
Richard Frith-MacDonald
b24b1706c8
Gorm source
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5409 72102866-910b-0410-8b05-ffd578937521
1999-12-08 15:04:57 +00:00