Gregory John Casamento
cf60ff0dda
Adding ability to import sounds and images from palettes.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19731 72102866-910b-0410-8b05-ffd578937521
2004-07-14 03:10:44 +00:00
Gregory John Casamento
90e0b9d4cd
Corrected the header of one of the files and made a correction to a comment in the changelog.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19471 72102866-910b-0410-8b05-ffd578937521
2004-06-06 12:32:15 +00:00
Gregory John Casamento
4cdbd0f19a
Fix for recent segfault problem while loading images in the GormImageEditor. Suggested by Sungjin Chun.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19459 72102866-910b-0410-8b05-ffd578937521
2004-06-05 03:51:37 +00:00
Gregory John Casamento
7377aafb21
Corrected some behavior in the sound and image inspector.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19349 72102866-910b-0410-8b05-ffd578937521
2004-05-16 11:40:16 +00:00
Gregory John Casamento
17e6bc1492
Changes to correct a minor crash and to allow the user to access the system images from within Gorm.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19338 72102866-910b-0410-8b05-ffd578937521
2004-05-15 15:39:57 +00:00
Gregory John Casamento
a840e3a7ee
Rearrangement, refactoring and a memory leak fix.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19296 72102866-910b-0410-8b05-ffd578937521
2004-05-13 05:13:36 +00:00
Gregory John Casamento
c68cb685cd
More sound stuff. Also some change to allow preferences to affect matrix size universally.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19233 72102866-910b-0410-8b05-ffd578937521
2004-05-03 22:43:50 +00:00
Gregory John Casamento
2d45fa3a29
Warning corrections, so that Gorm compiles completely clean without any noise from the compiler. Also a new header to properly declare the knob functions.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19076 72102866-910b-0410-8b05-ffd578937521
2004-04-12 01:41:32 +00:00
Gregory John Casamento
d23519ef81
Removing commented out code. General cleanup of some of the code and documentation improvement. Also added "Autoenable" to the menu inspector.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17984 72102866-910b-0410-8b05-ffd578937521
2003-10-28 05:25:14 +00:00
Gregory John Casamento
b8f1c90ade
Fix for gcc < 3.x
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17573 72102866-910b-0410-8b05-ffd578937521
2003-08-30 15:04:34 +00:00
Fabien Vallon
cc8fffd7bf
set a good path when adding Images
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17431 72102866-910b-0410-8b05-ffd578937521
2003-08-04 11:47:44 +00:00
Fabien Vallon
d02ff72f08
Fix dnd
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17429 72102866-910b-0410-8b05-ffd578937521
2003-08-04 09:34:31 +00:00
Gregory John Casamento
d3489bacaa
corrected minor compilation error
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17268 72102866-910b-0410-8b05-ffd578937521
2003-07-20 22:00:34 +00:00
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
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
Adam Fedor
19a757b582
Gmodel loading - set up connections, custom classes
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15035 72102866-910b-0410-8b05-ffd578937521
2002-11-21 01:00: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