* GormCore/GormMatrixEditor.m
* GormCore/GormClassEditor.m
some int -> NSInteger and float -> CGFloat transitions
spotted by libobjc2 runtime in debug mode
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@36656 72102866-910b-0410-8b05-ffd578937521
when text editing is completed.
Fixes for bug #28643.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@36289 72102866-910b-0410-8b05-ffd578937521
the window to see if it is the same as the _initialFirstResponder.
If it is, set it to nil as well in -unsetInitialFirstResponder:.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@36196 72102866-910b-0410-8b05-ffd578937521
alter code so that allViews under the editor are collected
and set to not post notifications. This change prevents
a notification/setFrame cycle which was occurring when
certain controls were added as subviews to NSTabView or
NSBox.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@36155 72102866-910b-0410-8b05-ffd578937521
object tree so that the can be properly addressed in connections.
Change to -attachObject:toParent:.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@36024 72102866-910b-0410-8b05-ffd578937521
change the document to edited when changing resize attributes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35964 72102866-910b-0410-8b05-ffd578937521
inspector was showing inverted settings after the last change.
Corrected this in -ok: and -revert:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35963 72102866-910b-0410-8b05-ffd578937521
notifications when resizing a view.
* Plugins/Nib/GormNibWrapperLoader.m: Preliminary changes to support
reading nibs as files instead of packages.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35882 72102866-910b-0410-8b05-ffd578937521
This appears to correct an issue seen by Sergey causing an out of
memory error.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35318 72102866-910b-0410-8b05-ffd578937521
* GormCore/GormFilePrefsManager.m
* GormCore/GormStandaloneViewEditor.m
* GormCore/GormViewWithContentViewEditor.m
* GormCore/GormWindowTemplate.m
* Palettes/0Menus/GormMenuEditor.m
* Palettes/0Menus/MenusPalette.m: Eliminate as many of the remaining
warnings in the code as possible.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35133 72102866-910b-0410-8b05-ffd578937521
* Palettes/2Controls/GormNSPopUpButton.m: Added new files for
Gorm subclass of NSPopUpButton.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35095 72102866-910b-0410-8b05-ffd578937521
these two keys are never remapped and Alt does not always exist
on european and some US keyboards. This change should address
bug#36096.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35028 72102866-910b-0410-8b05-ffd578937521
last change, so the outlet/action table data cells are
editable.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@34552 72102866-910b-0410-8b05-ffd578937521
Set editable state of the data cell to match editable state
of the column. (NSTableView now refuses to edit non-editable
data cells in editable columns.)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@34551 72102866-910b-0410-8b05-ffd578937521
Add retain/release so tab view item isn't deallocated while
being moved from one position to another.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@34550 72102866-910b-0410-8b05-ffd578937521
change in gui of -[NSColor getRed:green:blue:alpha:] method
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@34121 72102866-910b-0410-8b05-ffd578937521
being a popup button cell.
* Plugins/Xib/GormXibWrapperLoader.m: Move additional methods
into gui and correct handling of file owner.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@34056 72102866-910b-0410-8b05-ffd578937521
* GormCore/GormStandaloneViewEditor.m: Improve support for standalone
views. Correct issue with ungrouping. Correct issues with editing
subviews in a standalone view.
* GormCore/GormViewSizeInspector.m: Remove code which
made standalone views uneditable in the size inspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@33058 72102866-910b-0410-8b05-ffd578937521
name so that images which currently do not reference a known image
can be saved by name.
* Palettes/4Data/GormNSImageViewInspector.gorm: Add connection
to ok: from the text field.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@31709 72102866-910b-0410-8b05-ffd578937521
* English.lproj/Gorm.gorm: Add "Recent Documents" to menu.
* GormCore/GormClassManager.m: Post notifications when files
are created.
* GormInfo.plist: Update my email address and list of authors to
include Wolfgang and Adam.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@31082 72102866-910b-0410-8b05-ffd578937521
actions suitable for using the standard NSTextView find panel.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@31069 72102866-910b-0410-8b05-ffd578937521
years instead of each year individually.
* Gorm.m: Implement simple mechanism for recieving notifications
to parse a given class file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30942 72102866-910b-0410-8b05-ffd578937521
and NSMaxYEdge for attaching a pull down menu to its button.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30840 72102866-910b-0410-8b05-ffd578937521
title of a pull down menu and a pop up button to allow setting its
preferred attachment edge.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30838 72102866-910b-0410-8b05-ffd578937521
as Button.
* GormCore/GormDocument.m: Add the NSMenu as a top level item only
if it has filesOwner as it's parent.
* GormCore/GormPalettesManager.m: remove the restriction for having
just one instance of NSMenu in the document at the top level.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30547 72102866-910b-0410-8b05-ffd578937521
[GormDocument loadFileWrapperRepresentation:ofType:] call
updateChangeCount: to clear changes so that the document
doesn't show as modified on load.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30483 72102866-910b-0410-8b05-ffd578937521
Add a recent documents menu to the file menu and undo and redo
commands to the edit menu in Gorm's palette.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30465 72102866-910b-0410-8b05-ffd578937521
* GormInfo.plist: Update version
* Palettes/2Controls/GormPopUpButtonEditor.m: Override
method to prevent changes to appearance during editing.
* Version: Change to 1.2.13 for SVN version of Gorm.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30432 72102866-910b-0410-8b05-ffd578937521
manually set in the Gorm NSApplication subclass to self.
* GormCore/GormDocumentController.[hm]: Added new method
buildDocumentType:
* GormCore/GormDocument.m: Added call to touch in setName: so that
the document would be set as modified when the user alters
the name of an object in the document.
* GormCore/GormDocumentWindow.m: Remove methods preventing
document window from assuming main/key status.
* GormCore/GormPalettesManager.m: Remove methods allowing palette
window to assume main/key status
* Gorm.m: Added delegate methods to handle opening a document, if
in a mode which requires a default document to be created.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30417 72102866-910b-0410-8b05-ffd578937521
superclass of NSOwner... This bug was due to the owner class name
being released and a subsequent set failing on NSOwner in the
parseHeader: method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30300 72102866-910b-0410-8b05-ffd578937521
[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
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
* GormCore/GormClassManager.m: Remove include for GSCategories.h
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30276 72102866-910b-0410-8b05-ffd578937521
over the list of methods in a class when adding from a palette.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@29599 72102866-910b-0410-8b05-ffd578937521
* GormCore/GormCustomClassInspector.m: Change tooltip when
a new custom class is selected from the list.
* GormCore/GormPalettesManager.m: Set autoresizing on drag view.
* GormCore/GormServer.h: Protocol for GormServer.
* GormCore/GormViewEditor.m: Add the class name to the
tooltip.
* Gorm.m: Vend the object so that other apps can talk
to Gorm via DO.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@29499 72102866-910b-0410-8b05-ffd578937521
* GormCore/GormNSPanel.[hm]
* GormCore/GormNSWindow.[hm]: Move GormNSPanel.[hm] and
GormWindow.[hm] here.
* Palettes/1Windows/GNUmakefile: Remove files from being compiled
* Palettes/1Windows/GormNSPanel.h
* Palettes/1Windows/GormNSPanel.m
* Palettes/1Windows/GormNSWindow.h
* Palettes/1Windows/GormNSWindow.m: Remove these from here
* Palettes/1Windows/GormWindowAttributesInspector.m
* Palettes/1Windows/WindowsPalette.m: Change to include
GormNSPanel/GormNSWindow from the correct area.
This was done to correct compilation on windows since the Nib plugin
needs the GormNSWindow class.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@29220 72102866-910b-0410-8b05-ffd578937521
* Plugins/Nib/GNUmakefile: Add new class to makefile.
* Plugins/Nib/GormNibWrapperLoader.m: Modified to use
GormWindowTemplate.
* Plugins/Nib/GormWindowTemplate.[hm]: Replace flags
used only at runtime when the template is loaded. This is
so, for example, the released when closed flag will not cause
issues when editing the window.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@29168 72102866-910b-0410-8b05-ffd578937521