Commit graph

7 commits

Author SHA1 Message Date
Gregory John Casamento
ef9cf368da Modifications to make use of new templates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17512 72102866-910b-0410-8b05-ffd578937521
2003-08-23 01:04:36 +00:00
Gregory John Casamento
b747859b74 Correction for Gorm to correspond with change in gui to make _menu private in NSResponder.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17328 72102866-910b-0410-8b05-ffd578937521
2003-07-24 04:40:55 +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
7e3d19eea7 Corrected problem w/ Menus palette
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15076 72102866-910b-0410-8b05-ffd578937521
2002-11-24 03:55:25 +00:00
Pierre-Yves Rivaille
f9ad0e9a14 * Gorm.m: fixes segfault when leaving test mode.
* GormDocument.m: fixes bad reactivating of editors.
* GormBoxEditor.m: commented unused drag'n'drop code.
* GormCustomView.m: added GormTestCustomView class to deal with unknown
  class name without raising an exception.
* GormInspectorsManager.m: fix to deal with new NSBrowser behaviour.
* GormObjectEditor.m: ([GormObjectEditor -rectForObject:]):
  Corrected returned rect.
* GormInternalViewEditor.m:
* GormViewEditor.m:
  updated drag'n'drop support.
* GormWindowEditor.m: commented unused code.
* GormButtonEditor.m:
  inline editing of button's title.

* Palettes/0Menus/GormMenuEditor.m
* Palettes/0Menus/GormMenuInspectors.m
* Palettes/0Menus/GormNSMenu.h
* Palettes/0Menus/GormNSMenu.m
* Palettes/0Menus/main.m
  Updated menu editing to support NSPopUpButton.
  Basic tag editing added.

* Palettes/2Controls/GormPopUpButtonEditor.m
* Palettes/2Controls/GNUmakefile
* Palettes/2Controls/inspectors.m
* Palettes/2Controls/main.m
* GormDocument.m
* Gorm.m
  Added support for NSPopUpButton.

* Palettes/3Containers/GormTableViewEditor.m
  Updated drag'n'drop for object connectiion.

* Palettes/4Data/main.m
  updated NSTextView initialization so that it resizes properly.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@14502 72102866-910b-0410-8b05-ffd578937521
2002-09-21 15:24:59 +00:00
Gregory John Casamento
186be08164 Removed NSLog which was causing compilation error on gcc < 3.0 compilers.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@13401 72102866-910b-0410-8b05-ffd578937521
2002-04-08 23:25:52 +00:00
Pierre-Yves Rivaille
1dbef9900b GormObjectEditor.m
ClassInformation.plist
Gorm.m
GormWindowEditor.m
GormTableViewEditor.m
GormDocument.m
GormInspectorsManager.m
Palettes/0Menus/main.m
Palettes/0Menus/GormMenuEditor.m
Palettes/0Menus/GNUmakefile
Palettes/0Menus/GormNSMenu.m
Palettes/0Menus/GormNSMenu.h


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@13391 72102866-910b-0410-8b05-ffd578937521
2002-04-07 22:02:41 +00:00