2006-10-05 17:20:40 +00:00
|
|
|
2006-10-05 13:16-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/GormClassEditor.gorm: Added new gorm file to hold
|
|
|
|
classes view contents as well as search and operations drop down.
|
2006-10-05 17:26:27 +00:00
|
|
|
* English.lproj/GormDocument.gorm: Removed search and drop down
|
2006-10-05 17:20:40 +00:00
|
|
|
* GNUmakefile: Added new gorm file.
|
|
|
|
* GormCore/GormClassEditor.h: new outlets classesView and mainView,
|
|
|
|
added declarations for methods createSubclass:, createClassFiles:,
|
|
|
|
instantiateClass:, removeClass:
|
|
|
|
* GormCore/GormClassEditor.m: Changes to methods to use the above.
|
|
|
|
* GormCore/GormDocument.h: Removed duplicate declarations.
|
|
|
|
* GormCore/GormDocument.m: Remove code for methods and replace with
|
|
|
|
simple calls to the editor.
|
|
|
|
* Palettes/2Controls/GormBoxAttributesInspector.m: ok: and revert:
|
|
|
|
changed to convert to integer.
|
|
|
|
|
2006-10-05 02:39:50 +00:00
|
|
|
2006-10-04 22:35-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormCustomView.m: Minor cleanup in initWithFrame:
|
|
|
|
* GormCore/GormGormWrapperLoader.m: Added logic to _repairFile
|
|
|
|
to correct issue with views that don't have a name in the nametable.
|
|
|
|
* GormCore/GormViewWithContentViewEditor.m: Properly add
|
|
|
|
the subview back into the document in ungroup method.
|
|
|
|
|
2006-10-04 04:16:47 +00:00
|
|
|
2006-10-04 00:12-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/GormDocument.gorm: Make connection to
|
|
|
|
fileType in GormFilePrefsManager.
|
|
|
|
* GormCore/GormDocumentController.m: Move the window when
|
|
|
|
"New Application" is selected.
|
|
|
|
* GormCore/GormDocument.m: Add call in awakeFromNib
|
|
|
|
to setFileTypeName:.
|
|
|
|
* GormCore/GormFilePrefsManager.h: add setFileTypeName: and
|
|
|
|
fileTypeName.
|
|
|
|
* GormCore/GormFilePrefsManager.m: add setFileTypeName: and
|
|
|
|
fileTypeName.
|
|
|
|
* Palettes/4Data/GormTextViewEditor.m: Remove commented out
|
|
|
|
windowAndRect:forObject:
|
|
|
|
|
2006-10-02 03:08:55 +00:00
|
|
|
2006-10-01 23:07-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassEditor.m: Correct issue with class selection in
|
|
|
|
deleteSelection method.
|
|
|
|
|
2006-10-02 02:51:28 +00:00
|
|
|
2006-10-01 22:50-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/GormDocument.gorm: Remove some extra classes.
|
|
|
|
|
2006-10-02 02:47:22 +00:00
|
|
|
2006-10-01 22:23-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/GormDocument.gorm: Added section in file section
|
|
|
|
to show fileType.
|
|
|
|
* GormCore/GormFilePrefsManager.m: Changed version number from
|
|
|
|
1,1,0 to 1,1,2.
|
|
|
|
* GormCore/GormInspectorsManager.m: Removed kludge from
|
|
|
|
setCurrentInspector:.
|
|
|
|
* GormCore/GormScrollViewEditor.m: Remove code which returns
|
|
|
|
the table view editor in editorClassName. In mouseDown:
|
|
|
|
remove check in mouseDown: for NSScroller and subclasses.
|
|
|
|
* GormCore/GormViewEditor.h: Declare frameDidChange:
|
|
|
|
* Palettes/3Containers/GormTableViewEditor.m: Remove redundant
|
|
|
|
implementation of performDragOperation:. Call draggingUpdated
|
|
|
|
instead.
|
|
|
|
* Palettes/4Data/DataPalette.m: Change minimum size.
|
|
|
|
* Palettes/4Data/GormTextViewEditor.m: Add handleNotification:
|
|
|
|
and add initWithObject:inDocument:.
|
|
|
|
|
2006-10-01 03:09:55 +00:00
|
|
|
2006-09-30 23:09-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormGModelWrapperLoader.m: Cleanup NSLog()
|
|
|
|
calls.
|
|
|
|
|
2006-09-30 16:08:29 +00:00
|
|
|
2006-09-30 12:00-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassManager.h: Added declaration findByClassName:
|
|
|
|
* GormCore/GormClassManager.m: Added findClassByName: method to
|
|
|
|
find classes with partial text matches.
|
|
|
|
* GormCore/GormDocument.m: Modified controlTextDidChange: to call
|
|
|
|
findClassByName:.
|
|
|
|
* GormCore/GormGModelWrapperLoader.m: Change className to cm
|
|
|
|
in initWithModelUnarchiver: to avoid warning.
|
|
|
|
|
2006-09-30 03:29:21 +00:00
|
|
|
2006-09-29 22:56-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/GormDocument.gorm: Added "Remove" to Operations
|
|
|
|
menu.
|
|
|
|
|
2006-09-30 02:29:40 +00:00
|
|
|
2006-09-29 21:59-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/GormDocument.gorm: Added "Operations" item to
|
|
|
|
prevent accidental subclassing. Aligned with side of view and
|
|
|
|
changed resizing properties.
|
|
|
|
|
2006-09-29 02:28:49 +00:00
|
|
|
2006-09-28 22:27-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassManager.m: Allow addClassNamed:... to accept
|
|
|
|
arguments superClass, actions, and outlets as nil.
|
|
|
|
* GormObjCHeaderParser/OCClass.m: Correctly recognize a category
|
|
|
|
in [OCClass parse]; Corrects bug#17804.
|
|
|
|
|
2006-09-29 00:41:30 +00:00
|
|
|
2006-09-28 20:38-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/GormDocument.gorm: Added search field and drop down
|
|
|
|
for loading reading and subclassing.
|
|
|
|
* GormCore/GormClassManager.m: Removed sorting from allSuperclassesOf:
|
|
|
|
* GormCore/GormDocument.m: Added delegate method for search field.
|
|
|
|
Implemments suggestions in bug#17802 (Change request).
|
|
|
|
|
2006-09-28 04:44:05 +00:00
|
|
|
2006-09-28 00:43-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Resources/Defaults.plist: Make the browser classes view the default.
|
|
|
|
|
2006-09-28 04:38:26 +00:00
|
|
|
2006-09-28 00:36-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassEditor.m: Correct problem which caused
|
|
|
|
class inspector to loose focus.
|
|
|
|
* GormInfo.plist: Update version to reflect SVN.
|
|
|
|
* GormPrefs/GormGuidelinePref.m: Eliminate warning.
|
|
|
|
|
2006-09-28 02:31:06 +00:00
|
|
|
2006-09-27 22:28-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassManager.m: Sort classnames in subClassesOf:,
|
|
|
|
allSuperclassesOf:, allSubclassesOf:, allCustomSubClassesOf:.
|
|
|
|
|
2006-09-14 03:20:54 +00:00
|
|
|
2006-09-13 23:19-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
2006-09-13 03:12:59 +00:00
|
|
|
2006-09-12 23:10-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
2006-08-27 05:39:47 +00:00
|
|
|
2006-08-27 01:37-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormBoxEditor.m: Check to see if the subview responds
|
|
|
|
to destroyAndListSubviews.
|
|
|
|
* GormCore/GormViewWithContentViewEditor.m:
|
|
|
|
[GormViewWithContentViewEditor ungroup] added local
|
|
|
|
variable "v" to hold the view.
|
|
|
|
* Gorm.m: Remove NSLog from ungroup method.
|
|
|
|
Partial correction for bug#17538.
|
|
|
|
|
2006-08-20 16:25:23 +00:00
|
|
|
2006-08-20 12:23-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: Modify outdated "upgrade" warning in
|
|
|
|
fileWrapperRepresentationOfType:.
|
|
|
|
* GormCore/GormGormWrapperLoader.m: Set .gorms of version 1 as
|
|
|
|
old in buildFileWrapperDictionaryWithDocument:.
|
|
|
|
|
2006-08-19 23:19:39 +00:00
|
|
|
2006-08-19 19:18-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/2Controls/GormFormAttributesInspector.m: Minor
|
|
|
|
cleanup in ok:
|
|
|
|
* Palettes/2Controls/GormNSFormInspector.gorm: Added missing
|
|
|
|
connections.
|
|
|
|
|
2006-08-16 04:56:24 +00:00
|
|
|
2006-08-16 00:54-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: Simplify message in
|
|
|
|
fileRepresentationOfType:.
|
|
|
|
* GormCore/GormNibWrapperBuilder.m: Correct test for menu which
|
|
|
|
was causing the app to crash in openItems method.
|
|
|
|
|
2006-08-15 21:51:48 +00:00
|
|
|
2006-08-15 17:50-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormWrapperLoader.m: Correct problem introduced in
|
|
|
|
previous commit in [GormWrapperLoader loadFileWrapper:
|
|
|
|
withDocument:];
|
|
|
|
|
2006-08-15 06:18:50 +00:00
|
|
|
2006-08-15 02:16-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormFilePrefsManager.h: Add declaration for
|
|
|
|
nibDataWithOpenObjects:
|
|
|
|
* GormCore/GormFilePrefsManager.m: Rename nibData to
|
|
|
|
nibDataWithOpenObjects:
|
|
|
|
* GormCore/GormNibWrapperBuilder.m: Create the IBOpenObjects
|
|
|
|
list in buildWrapper...
|
|
|
|
* GormCore/GormResource.m: Properly assign the data to the ivar
|
|
|
|
in initWithData:...
|
|
|
|
* GormCore/GormWrapperBuilder.m: Correct image loading and saving
|
|
|
|
issue.
|
|
|
|
* GormCore/GormWrapperLoader.m: Correct image problem.
|
|
|
|
|
2006-08-15 01:49:18 +00:00
|
|
|
2006-08-14 21:48-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormNibWrapperBuilder.m: Properly encode oids as
|
|
|
|
integers in -[NSIBObjectData initWithDocument:] since bug#17426
|
|
|
|
is corrected.
|
|
|
|
|
2006-08-14 05:05:56 +00:00
|
|
|
2006-08-14 01:04-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormNibWrapperBuilder.m: Temporary workaround in
|
|
|
|
-[NSIBObjectData initWithDocument:] until 17426 is resolved.
|
|
|
|
|
2006-08-14 01:52:20 +00:00
|
|
|
2006-08-13 21:48-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormNibWrapperBuilder.m: Correct issue which was
|
|
|
|
causing IB to complain about the File's Owner not having
|
|
|
|
an oid in [NSIBObjectData initWithDocument:].
|
|
|
|
* GormCore/GormWrapperBuilder.m: Correct issue discovered by
|
|
|
|
Benhur Stein that was causing images not to be saved in the
|
|
|
|
wrapper correctly in buildFileWrapperDictionaryWithDocument:
|
|
|
|
* Gorm.m: Remove uneeded application:openFile: method which was
|
|
|
|
commented out.
|
|
|
|
|
2006-08-11 15:14:35 +00:00
|
|
|
2006-08-11 11:13-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocumentController.m: Default backing store changed
|
|
|
|
in newDocument: to NSBackingStoreBuffered instead of
|
|
|
|
NSBackingStoreRetained.
|
|
|
|
|
2006-08-11 05:55:16 +00:00
|
|
|
2006-08-11 01:53-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormCustomView.m: Corrected encoding issues with custom
|
|
|
|
view in encodeWithCoder: it now properly encodes itself as
|
|
|
|
an NSCustomView.
|
|
|
|
|
2006-08-09 06:31:12 +00:00
|
|
|
2006-08-09 02:29-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormCustomView.m: encodeWithCoder: changes to encode the
|
|
|
|
customview.
|
|
|
|
* GormCore/GormNibWrapperBuilder.m: Add oids for connectors and
|
|
|
|
also add one for the owner.
|
|
|
|
|
2006-08-06 04:39:29 +00:00
|
|
|
2006-08-06 00:37-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormFilesOwner.m: Remove implementation of initWithCoder:
|
|
|
|
* GormCore/GormNibWrapperBuilder.m: In -[NSIBObjectData
|
|
|
|
initWithDocument:] add code to set NSFramework key.
|
|
|
|
|
2006-08-05 12:48:45 +00:00
|
|
|
2006-08-05 08:46-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassManager.m: Fixes to encode classes.nib file
|
|
|
|
properly.
|
|
|
|
* GormCore/GormFilePrefsManager.m: Added code to encode a dummy
|
|
|
|
info.nib for nib saving.
|
|
|
|
* GormCore/GormFilesOwner.m: Code to encode this as a NSCustomObject
|
|
|
|
in encodeWithCoder:
|
|
|
|
* GormCore/GormNibWrapperBuilder.m: in
|
|
|
|
-[NSIBObjectData initWithDocument:] added code to pull the names
|
|
|
|
and generate OIDS for the .nib properly.
|
|
|
|
|
2006-08-01 04:16:34 +00:00
|
|
|
2006-08-01 00:12-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GNUmakefile: Add GormNibWrapperBuilder.m
|
|
|
|
* GormCore/GormClassManager.m: Correct nibData method to properly
|
|
|
|
output information in classes.nib format.
|
|
|
|
* GormCore/GormDocument.m: Slight improvement to windowAndRect:
|
|
|
|
forObject:.
|
|
|
|
* GormCore/GormFilePrefsManager.[hm]: Add nibData method.
|
|
|
|
* GormInfo.plist: Change GSNibFileType entry to "Editor"
|
|
|
|
* GormNibWrapperBuilder.m: Class to write nibs.
|
|
|
|
|
2006-07-19 03:09:16 +00:00
|
|
|
2006-07-18 23:04 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormFunctions.m: Remove the width and height adjustment
|
|
|
|
from the function minimalContainerFrame().
|
|
|
|
* GormCore/GormPrivate.m: Add the encoding logic for saving
|
|
|
|
NSCustomObject.
|
|
|
|
* GormCore/GormViewWindow.m: Add the width and height here, instead
|
|
|
|
of in the function.
|
|
|
|
|
2006-07-17 03:14:57 +00:00
|
|
|
2006-07-16 23:13 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormFunctions.h:
|
|
|
|
* GormCore/GormFunctions.m:
|
|
|
|
* GormCore/GormViewWindow.m: Improved placement of standalone
|
|
|
|
views when being loaded by .gorm files.
|
|
|
|
|
2006-07-15 22:35:02 +00:00
|
|
|
2006-07-15 18:34 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Images/Gorm.tiff: Slightly improved icon. Based on suggestions
|
|
|
|
from people on #gnustep. More improvements to come.
|
|
|
|
|
2006-07-12 04:33:25 +00:00
|
|
|
2006-07-12 00:31 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: in testInterface, make the item with terminate:
|
|
|
|
the "Quit Test" item, if none is found add one.
|
|
|
|
|
2006-07-10 05:34:43 +00:00
|
|
|
2006-07-10 01:32 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormGormWrapperLoader.m: in loadFileWrapper:withDocument:
|
|
|
|
removed the check for the info file. Some earlier versions of
|
|
|
|
the .gorm wrapper don't have this file.
|
|
|
|
|
2006-07-10 03:28:10 +00:00
|
|
|
2006-07-09 23:27 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormNibWrapperLoader.m: Replace the destination or
|
|
|
|
source of any connection which connects to an NSWindowTemplate object.
|
|
|
|
|
2006-07-09 22:01:08 +00:00
|
|
|
2006-07-09 17:59 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormViewEditor.m: Correction for issue which was causing
|
|
|
|
size inspector not to update when a view was moved or changed.
|
|
|
|
Removed code in editoedObjectFrameDidChange: and frameDidChange:
|
|
|
|
to correct the problem.
|
|
|
|
|
2006-07-09 17:05:45 +00:00
|
|
|
2006-07-09 13:04 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormNibWrapperLoader.m: Correct test for customClass or
|
|
|
|
name in loadFileWrapper:withDocument:.
|
|
|
|
|
2006-07-09 15:19:44 +00:00
|
|
|
2006-07-09 11:18 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormCustomView.m: initWithCoder: move call to get customView
|
|
|
|
className after the if, so that it's properly set.
|
|
|
|
* GormCore/GormNibWrapperLoader.m: Remove commented out code.
|
|
|
|
|
2006-07-09 14:50:34 +00:00
|
|
|
2006-07-09 10:46 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/GormDocument.gorm: New version profile added
|
|
|
|
to pull down.
|
|
|
|
* GormCore/GormDocument.m: Encode topLevelObjects first in
|
|
|
|
encodeWithCoder: and decode first in initWithCoder:.
|
|
|
|
* GormCore/GormGormWrapperBuilder.m: Changes for version 2 of
|
|
|
|
GSNibContainer.
|
|
|
|
* GormCore/GormGormWrapperLoader.m: Changes for version 2 of
|
|
|
|
GSNibContainer.
|
|
|
|
* GormCore/GormNibWrapperLoader.m: No longer explicitly get
|
|
|
|
the main menu. The main menu is the only menu that is a top
|
|
|
|
level object, so let it determine itself.
|
|
|
|
* GormCore/GormWrapperBuilder.m: Changes to prevent sending
|
|
|
|
back a file wrapper if the dictionary returned is nil in
|
|
|
|
buildWrapperWithDocument:.
|
|
|
|
* Resources/VersionProfiles.plist: New version profile.
|
|
|
|
|
2006-07-06 00:18:34 +00:00
|
|
|
2006-07-05 20:17 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: In testInterface, assign top level objects from the
|
|
|
|
testContainer to topObjects, a temporary var, so that they can be
|
|
|
|
properly cleaned up.
|
|
|
|
|
2006-07-05 23:58:14 +00:00
|
|
|
2006-07-05 19:56 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Correct bug introduced at some point in testInterface which
|
|
|
|
causes the test mode not to display a menu when the application has no
|
|
|
|
menu. It is supposed to show a small test menu so that test mode
|
|
|
|
can be exited.
|
|
|
|
|
2006-07-05 04:03:58 +00:00
|
|
|
2006-07-05 00:02 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormNibWrapperLoader.m: Added check to prevent error
|
|
|
|
if customclass or name comes back nil.
|
|
|
|
|
2006-07-03 21:19:40 +00:00
|
|
|
2006-07-03 17:18 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormNibWrapperLoader.m: Remove category for NSView
|
|
|
|
which provided setSuperview as it is no longer needed.
|
|
|
|
|
2006-07-02 04:55:30 +00:00
|
|
|
2006-07-02 00:53 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormCustomView.[hm]: If CustomView includes some
|
|
|
|
subviews in a nib file make the custom view into the best possible
|
|
|
|
superclass of the custom class indicated. Also store the className
|
|
|
|
in a variable instead of depending on "stringValue".
|
|
|
|
|
2006-06-25 00:50:34 +00:00
|
|
|
2006-06-24 20:49 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormNibWrapperLoader.m: Make _isTopLevelObject: into
|
|
|
|
a normal method, not private.
|
|
|
|
|
2006-06-25 00:45:18 +00:00
|
|
|
2006-06-24 20:41 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormNibWrapperLoader.m: Change
|
|
|
|
-[GormNibWrapperLoader _isTopLevelObject:] to use the "objects"
|
|
|
|
map. This map is used to maintain parent/child object
|
|
|
|
relationships in the .nib file.
|
|
|
|
* Gorm.m: in -[Gorm testInterface] change the warning to use
|
|
|
|
multiple lines. On smaller screens it runs over.
|
|
|
|
|
2006-06-24 14:37:41 +00:00
|
|
|
2006-06-24 10:36 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormNibWrapperLoader.m: Remove swappedObjects
|
|
|
|
ivar and also remove from -init and -dealloc in GormNibWrapperLoader.
|
|
|
|
|
2006-06-24 14:26:32 +00:00
|
|
|
2006-06-24 10:22 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormNibWrapperLoader.m: Use the "classes" map properly in
|
|
|
|
-[GormNibWrapperLoader loadWrapperFile:withDocument:].
|
|
|
|
* main.m: Correct comment.
|
|
|
|
|
2006-06-23 05:03:36 +00:00
|
|
|
2006-06-23 00:57 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormGModelWrapperLoader.m: call
|
|
|
|
-[NSDocument updateChangeCount:] to
|
|
|
|
clear changes so that the document isn't flagged as needing
|
|
|
|
to be saved right after load.
|
|
|
|
* GormCore/GormNibWrapperLoader.m: Use the objects in the map
|
|
|
|
returned by -names in -loadFileWrapper:withDocument:.
|
|
|
|
|
2006-06-18 18:41:28 +00:00
|
|
|
2006-06-18 14:40 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormNibWrapperLoader.m: Added filter to remove
|
|
|
|
NSIBHelpConnector instances from the connections array.
|
|
|
|
|
2006-06-18 00:41:02 +00:00
|
|
|
2006-06-17 20:39 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormNibWrapperLoader.m: Remove resizing change from
|
|
|
|
loadFileWrapper:withDocument: since it was moved to NSWindowTemplate
|
|
|
|
nibInstantiate.
|
|
|
|
|
2006-06-17 16:46:24 +00:00
|
|
|
2006-06-17 12:45 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormInternalViewEditor.m: Removed previous resize
|
|
|
|
in activate method.
|
|
|
|
* GormCore/GormNibWrapperLoader.m: Code to properly resize the
|
|
|
|
window after loading.
|
|
|
|
|
2006-06-17 14:56:02 +00:00
|
|
|
2006-06-17 10:54 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormCustomView.m: Return self in the conditional that
|
|
|
|
reads the custom view.
|
|
|
|
* GormCore/GormInternalViewEditor.m: Reset the current view size
|
|
|
|
so that the window is properly displayed.
|
|
|
|
* Palettes/1Windows/GormNSWindow.m: Send deferred as "NO" always.
|
|
|
|
|
2006-06-17 10:55:14 +00:00
|
|
|
2006-06-17 06:53 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormNibWrapperLoader.m: Added code to clear changes
|
|
|
|
so that the nib loads without showing the document as changed.
|
|
|
|
Also added code to correct the missing colon in some nib files
|
|
|
|
for certain methods so that connections are correctly made.
|
|
|
|
* Resources/ClassInformation.plist: Addition of missing methods on
|
|
|
|
NSFirst.
|
|
|
|
|
2006-06-17 10:26:20 +00:00
|
|
|
2006-06-17 06:25 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormNibWrapperLoader.m: Fix for connections to NSOwner.
|
|
|
|
|
2006-06-15 04:51:33 +00:00
|
|
|
2006-06-15 00:48 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GModelDecoder.m: Removed old class.
|
|
|
|
* GormCore/GNUmakefile: Added new GormGModelWrapperLoader class
|
|
|
|
* GormCore/GormClassManager.m: Minor cleanup
|
|
|
|
* GormCore/GormDocument.m: Temporarily comment out release of file
|
|
|
|
prefs window.
|
|
|
|
* GormCore/GormGModelWrapperLoader.m: new loader class for GModel.
|
|
|
|
* GormCore/GormNibWrapperLoader.m: Minor cleanup
|
|
|
|
* GormInfo.plist: Added GModel entry back in and made both GModel
|
|
|
|
and Nib "Viewer" entries.
|
|
|
|
|
2006-06-15 02:47:27 +00:00
|
|
|
2006-06-14 22:45 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.[hm]: Added new deactivateEditors and
|
|
|
|
reactivateEditors methods.
|
|
|
|
* GormCore/GormGormWrapperBuilder.m: Moved connection
|
|
|
|
name/object swap here for gorm format.
|
|
|
|
* Gorm.m: Calling new deactivate/reactivateEditors
|
|
|
|
|
2006-06-14 05:47:54 +00:00
|
|
|
2006-06-14 01:42 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GNUmakefile: Addition of GormNibWrapperLoader to the
|
|
|
|
makefile.
|
|
|
|
* GormCore/GormClassManager.[hm]: Correction for nib classes loading.
|
|
|
|
* GormCore/GormDocument.h: Added include for GSNibContainer
|
|
|
|
* GormCore/GormDocument.m: In NSNibConnector category which
|
|
|
|
implements "isEqual" check if it's the same "kind of class". If
|
|
|
|
not return NO.
|
|
|
|
* GormCore/GormGormWrapperBuilder.m: Corrections for connection
|
|
|
|
persistence issues.
|
|
|
|
* GormCore/GormGormWrapperLoader.m: Corrections for connection
|
|
|
|
persistence issues.
|
|
|
|
* GormCore/GormNibWrapperLoader.m: Initial cut at class to build the
|
|
|
|
nib wrapper.
|
|
|
|
* GormCore/GormPrivate.[hm]: Added encoding changes to
|
|
|
|
GormObjectProxy and GormCustomView to allow them to handle
|
|
|
|
NSCustomObject and NSCustomView respectively
|
|
|
|
* Gorm.m: In testing, don't substitute the browser either.
|
|
|
|
|
2006-06-11 01:17:10 +00:00
|
|
|
2006-06-10 21:04 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormGormWrapperLoader.m: removed uneeded sound/image
|
|
|
|
logic. That is in the parent class.
|
|
|
|
|
2006-06-10 14:30:33 +00:00
|
|
|
2006-06-10 10:28 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: Removed code that does name/obj
|
|
|
|
substitution in connections.
|
|
|
|
* GormCore/GormGormWrapperBuilder.m: Added code which handles
|
|
|
|
name/obj substitution.
|
|
|
|
* Gorm.m: Corrected issues with testing.
|
|
|
|
|
2006-06-10 13:34:44 +00:00
|
|
|
2006-06-10 09:24 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GModelDecoder.m: Changes to make this compile with
|
|
|
|
new modifications.
|
|
|
|
* GormCore/GNUmakefile: Addition of new files.
|
|
|
|
* GormCore/GormCustomView.m:Encoding changes for NSCustomView.
|
|
|
|
* GormCore/GormDocumentController.m: Removed touch, so that it
|
|
|
|
is possible to quit when first creating a new document, this is the
|
|
|
|
way other document oriented apps behave.
|
|
|
|
* GormCore/GormDocument.[hm]: Added container methods and
|
|
|
|
coding methods.
|
|
|
|
* GormCore/GormGormWrapperBuilder.m: Class whic writes gorm files.
|
|
|
|
* GormCore/GormGormWrapperLoader.m: Class which loads gorm files
|
|
|
|
* GormCore/GormPrivate.[hm]: Simplification of init call to
|
|
|
|
GormObjectProxy.
|
|
|
|
* GormCore/GormWrapperBuilder.[hm]: Wrapper builder
|
|
|
|
* GormCore/GormWrapperLoader.[hm]: Wrapper loader
|
|
|
|
* Gorm.m: Change testInterface to encode the doc.
|
|
|
|
|
2006-06-06 01:25:51 +00:00
|
|
|
2006-06-05 21:20 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocumentController.m: touches the initial document
|
|
|
|
so that the user cannot simply quit after. Also sets the initial
|
|
|
|
fileType.
|
|
|
|
* GormCore/GormDocument.m: Compose the names used in Gorm name table
|
|
|
|
using the base class name (without NS or GS) and a number in
|
|
|
|
parenthesis starting with 0. A new panel or window might look like
|
|
|
|
Window(0) or Panel(1).
|
|
|
|
|
2006-06-05 05:48:10 +00:00
|
|
|
2006-06-05 01:46 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassManager.h: Added classes.nib loading and
|
|
|
|
saving method declarations.
|
|
|
|
* GormCore/GormClassManager.m: Added classes.nib loading and
|
|
|
|
saving method implementations.
|
|
|
|
* GormCore/GormDocument.h: Add NSObject to id declaration for
|
|
|
|
container ivar.
|
|
|
|
* GormCore/GormDocument.m: Minor cleanup.
|
|
|
|
* GormCore/GormProtocol.h: Minor cleanup.
|
|
|
|
|
2006-06-05 02:12:00 +00:00
|
|
|
2006-06-04 22:11 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* ChangeLog
|
|
|
|
* English.lproj/GormDocument.gorm
|
|
|
|
* English.lproj/Gorm.gorm
|
|
|
|
* GormCore/GModelDecoder.m
|
|
|
|
* GormCore/GNUmakefile
|
|
|
|
* GormCore/GormClassManager.h
|
|
|
|
* GormCore/GormClassManager.m
|
|
|
|
* GormCore/GormDocument.h
|
|
|
|
* GormCore/GormDocument.m
|
|
|
|
* GormCore/GormFilePrefsManager.h
|
|
|
|
* GormCore/GormFilePrefsManager.m
|
|
|
|
* GormCore/GormFilesOwner.m
|
|
|
|
* GormCore/GormImageEditor.m
|
|
|
|
* GormCore/GormImage.h
|
|
|
|
* GormCore/GormImage.m
|
|
|
|
* GormCore/GormProtocol.h
|
|
|
|
* GormCore/GormResource.h
|
|
|
|
* GormCore/GormResource.m
|
|
|
|
* GormCore/GormSound.h
|
|
|
|
* GormCore/GormSound.m
|
|
|
|
* GormCore/GormViewWithContentViewEditor.m
|
|
|
|
* GormInfo.plist
|
|
|
|
* GormLib/IBDocuments.h
|
|
|
|
* GormLib/IBPalette.m
|
|
|
|
* Gorm.m
|
|
|
|
* Palettes/0Menus/GormNSMenu.m
|
|
|
|
* Palettes/1Windows/GormNSWindow.m
|
|
|
|
* Version: Merged from NibCompatibility branch.
|
|
|
|
|
|
|
|
2006-06-03 11:44 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/Gorm.gorm: Add GormDocumentController as delegate
|
|
|
|
to Gorm.
|
|
|
|
* GormCore/GormDocumentController.m: Comment.
|
|
|
|
* GormCore/GormDocument.h: Comments and containerClass declaration.
|
|
|
|
* GormCore/GormDocument.m: containerClass implementation and use.
|
|
|
|
* GormLib/IBDocuments.h: More descriptive comment.
|
|
|
|
* GormLib/IBPalette.m: Remove IBPaletteDocument, since this is
|
|
|
|
not used.
|
|
|
|
* Gorm.m: Remove applicationShouldTerminate, since it is handled
|
|
|
|
by GormDocumentController as the app delegate.
|
|
|
|
|
|
|
|
2006-06-01 23:06 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormInfo.plist: Correct NSName entries.
|
|
|
|
|
|
|
|
2006-05-30 00:03 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocumentController.h
|
|
|
|
* GormCore/GormDocumentController.m: New file.
|
|
|
|
* Gorm.m: Reimplemented activeDocument to use the document controller.
|
|
|
|
|
|
|
|
2006-05-29 22:55 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: Removed some unused variables in
|
|
|
|
fileWrapperRepresentationOfType:.
|
|
|
|
|
|
|
|
2006-05-29 22:50 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.[hm]: Added scmDirWrapper and private method
|
|
|
|
saveSCMDirectory to preserve the .svn/CVS directories, if they
|
|
|
|
are there.
|
|
|
|
* GormInfo.plist: GormDocument will be responsible for saving/reading
|
|
|
|
all types.
|
|
|
|
|
|
|
|
2006-05-29 18:38 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormImage.m: Corrected minor issue in initWithData:...
|
|
|
|
|
|
|
|
2006-05-29 11:48 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.h: Added new ivars for holding images/sounds
|
|
|
|
temporarily.
|
|
|
|
* GormCore/GormDocument.m: loadFileWrapperRepresentation:ofType:
|
|
|
|
modified to use images/sounds arrays. The awakeFromNib method
|
|
|
|
now pulls objects from those arrays and inserts them into the
|
|
|
|
GormImageEditor/GormSoundEditor instances when the nib is fully
|
|
|
|
loaded.
|
|
|
|
|
|
|
|
2006-05-29 10:39 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: Override displayName and keepBackupFile.
|
|
|
|
* Palettes/1Windows/GormNSWindow.m: Remove test code.
|
|
|
|
|
|
|
|
2006-05-28 23:31 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormProtocol.h: Removed some methods not needed anymore.
|
|
|
|
|
|
|
|
2006-05-28 23:03 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/Gorm.gorm: Removed uneeded methods from Gorm class.
|
|
|
|
* GormCore/GormDocument.[hm]: Add sender as a parameter to translate
|
|
|
|
and exportStrings.
|
|
|
|
* Gorm.m: Removed some uneeded checks in validateMenu: also removed
|
|
|
|
uneeded methods which were used to forward to GormDocument.
|
|
|
|
* Palettes/0Menus/GormNSMenu.m: Can't become key.
|
|
|
|
|
|
|
|
2006-05-28 19:36 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/GormDocument.gorm: Reparented GormDocument
|
|
|
|
to be a subclass of NSDocument and also redid connections.
|
|
|
|
* English.lproj/Gorm.gorm: Added new GormDocumentController class.
|
|
|
|
redid connections to save/new/and loadDocument methods for NSDocument
|
|
|
|
subclasses.
|
|
|
|
* GormCore/GModelDecoder.m: Changed to reflect changes to document.
|
|
|
|
* GormCore/GNUmakefile: Added new classes.
|
|
|
|
* GormCore/GormClassManager.[hm]: Added methods to allow
|
|
|
|
initialization and saving to NSData
|
|
|
|
* GormCore/GormDocument.[hm]: Removed save* and load* methods,
|
|
|
|
implemented loadFileWrapperRepresentation:ofType: and
|
|
|
|
fileWrapperRepresentationOfType: for NSDocument.
|
|
|
|
* GormCore/GormFilePrefsManager.[hm]: Added methods
|
|
|
|
to allow initialization from data.
|
|
|
|
* GormCore/GormImageEditor.m: Changed comment.
|
|
|
|
* GormCore/GormImage.[hm]: Allow init with data.
|
|
|
|
* GormCore/GormProtocol.h: Removed superceded methods.
|
|
|
|
* GormCore/GormResource.[hm]: Allow initialization with data.
|
|
|
|
* GormCore/GormSound.[hm]: Changed to allow initialization with
|
|
|
|
data.
|
|
|
|
* GormCore/GormViewWithContentViewEditor.m: Fixed warning.
|
|
|
|
* GormInfo.plist: Updated information for use with NSDocument.
|
|
|
|
* Gorm.m: Remove superceded methods.
|
|
|
|
* Palettes/1Windows/GormNSWindow.m: Temporary debugging method.
|
|
|
|
|
2006-05-20 22:21:00 +00:00
|
|
|
2006-05-20 18:19 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormFilePrefsManager.m: Updated to 1.0.9
|
|
|
|
* GormInfo.plist: Updated to 1.0.9.
|
2006-05-20 23:48:51 +00:00
|
|
|
* [NibCompatibility]: Merged from this branch to HEAD.
|
|
|
|
|
|
|
|
2006-01-08 14:03 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormPrivate.m: Removed deprecated templates.
|
|
|
|
* GormCore/GormViewEditor.m: Removed problem which was causing
|
|
|
|
a notification loop. [NibCompatibility]
|
2006-05-20 22:21:00 +00:00
|
|
|
|
2006-05-20 08:49:53 +00:00
|
|
|
2006-05-20 04:47 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Version 1.0.8
|
|
|
|
|
|
|
|
2006-05-20 04:46 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* ANNOUNCE
|
|
|
|
* Documentation/news.texi
|
|
|
|
* GormCore/GormFilePrefsManager.m
|
|
|
|
* GormInfo.plist
|
|
|
|
* NEWS
|
|
|
|
* Version: Changes for 1.0.8 bugfix release.
|
|
|
|
|
2006-05-16 05:00:20 +00:00
|
|
|
2006-05-16 00:56 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: Improved logic in detachObject: to clear the
|
|
|
|
selection in the parent editor and reset the selection in the document
|
|
|
|
to prevent any problems when an object is removed. Also added
|
|
|
|
code for removeAllInstancesOfClass: from GormObjectEditor.
|
|
|
|
* GormCore/GormFunctions.m: allSubviews shouldn't return the view
|
|
|
|
which is initially passed.
|
|
|
|
* GormCore/GormInternalViewEditor.m: simplified deleteSelection because
|
|
|
|
of changes to detachObject:
|
|
|
|
* GormCore/GormObjectEditor.[hm]: Remove removeAllInstancesOfClass:
|
|
|
|
from the header and class.
|
|
|
|
|
2006-05-16 02:59:45 +00:00
|
|
|
2006-05-15 22:58 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassEditor.m: Reload all on calls to reloadData
|
|
|
|
* GormCore/GormDocument.m: in detachObject: make certain that
|
2006-05-16 05:00:20 +00:00
|
|
|
window is closed and released. Corrects bug#16587.
|
2006-05-16 02:59:45 +00:00
|
|
|
|
2006-05-16 01:29:26 +00:00
|
|
|
2006-05-15 21:28 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormFilePrefsManager.m
|
|
|
|
* GormInfo.plist: Update to 1.0.7.
|
|
|
|
|
2006-05-01 07:51:35 +00:00
|
|
|
2006-05-01 07:45 David Ayers <d.ayers@inode.at>
|
|
|
|
|
|
|
|
* Palettes/3Containers/GormNSTableView.m
|
|
|
|
([-tableView:objectValueForTableColumn:row:]): Do not assume that
|
|
|
|
the identifier of the table column is an NSString.
|
|
|
|
|
2006-04-30 09:17:09 +00:00
|
|
|
2006-04-30 09:15 David Ayers <d.ayers@inode.at>
|
|
|
|
|
|
|
|
* GormCore/GormCustomClassInspector.m
|
|
|
|
([-_replaceWithCellClassForClassName:]): Cast to NSCell to invoke
|
|
|
|
type to disambiguate incompatible method signatures.
|
|
|
|
|
2006-04-08 19:16:23 +00:00
|
|
|
2006-04-08 15:16 Gregory John Casamento <greg_casamento@yahoo.com>
|
2006-04-08 19:01:40 +00:00
|
|
|
|
|
|
|
* Version 1.0.6
|
|
|
|
|
2006-04-08 19:16:23 +00:00
|
|
|
2006-04-08 15:15 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormFilePrefsManager.m
|
|
|
|
|
2006-04-08 18:40:24 +00:00
|
|
|
2006-04-08 14:40 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* ANNOUNCE
|
|
|
|
* Documentation/news.texi
|
|
|
|
* NEWS
|
|
|
|
* Version: Changed for release 1.0.6.
|
|
|
|
|
2006-04-06 11:30:04 +00:00
|
|
|
2006-04-06 07:29 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormInfo.plist: Update date in info file.
|
|
|
|
|
2006-03-25 15:32:59 +00:00
|
|
|
2006-03-25 10:32 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/4Data/GormNSNumberFormatterInspector.gorm: Change labels
|
|
|
|
in inspector to clarify.
|
|
|
|
|
2006-03-24 22:35:51 +00:00
|
|
|
2006-03-24 17:34 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Images/GormTesting.tiff: New testing icon
|
|
|
|
* Palettes/2Controls/GormNSButtonInspector.gorm:
|
|
|
|
* Palettes/2Controls/GormNSTextFieldInspector.gorm:
|
|
|
|
* Palettes/4Data/GormNSImageViewInspector.gorm: Usability changes.
|
|
|
|
Some inspectors had some "dead" space.
|
|
|
|
|
2006-03-22 01:03:58 +00:00
|
|
|
2006-03-21 20:03 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Images/Gorm.tiff: Slight change so that .xpm renders a little more
|
|
|
|
nicely when docking.
|
|
|
|
|
2006-03-22 00:54:43 +00:00
|
|
|
2006-03-21 19:54 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GNUmakefile
|
|
|
|
* GormInfo.plist
|
|
|
|
* Images/Gorm.tiff: Improved icon.
|
|
|
|
|
2006-03-21 03:42:51 +00:00
|
|
|
2006-03-20 22:41 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GNUmakefile: Added entries for new icons
|
|
|
|
* GormInfo.plist: Added entries for new icons
|
|
|
|
* Images/FileIcon_gmodel.tiff: Changed icon
|
|
|
|
* Images/GormFile.tiff: New icon
|
|
|
|
* Images/GormPalette.tiff: New icon
|
|
|
|
* Images/GormTesting.tiff: Changed icon
|
|
|
|
* Images/Gorm.tiff: Changed icon
|
|
|
|
|
2006-03-20 04:39:17 +00:00
|
|
|
2006-03-19 23:38 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormInfo.plist: Added 2006
|
|
|
|
* Images/centeralign_nib.tiff
|
|
|
|
* Images/leftalign_nib.tiff
|
|
|
|
* Images/rightalign_nib.tiff: Recreated images.
|
|
|
|
|
2006-03-20 03:42:33 +00:00
|
|
|
2006-03-19 22:42 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormInfo.plist: Update date.
|
|
|
|
|
2006-03-20 02:43:32 +00:00
|
|
|
2006-03-19 21:43 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Images/GormEHCoil.tiff
|
|
|
|
* Images/GormEHLine.tiff
|
|
|
|
* Images/GormEVCoil.tiff
|
|
|
|
* Images/GormEVLine.tiff
|
|
|
|
* Images/GormMHCoil.tiff
|
|
|
|
* Images/GormMHLine.tiff
|
|
|
|
* Images/GormMVCoil.tiff
|
|
|
|
* Images/GormMVLine.tiff: Improved images.
|
|
|
|
|
2006-03-19 01:16:18 +00:00
|
|
|
2006-03-18 20:12 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: Generalize rule for adding documentView
|
|
|
|
objects from a scrollview.
|
|
|
|
* GormCore/GormInspectorsManager.m: Correct logic which selects the
|
|
|
|
object to send to the inspector.
|
|
|
|
* GormCore/GormScrollViewEditor.m: Cleanup code a little bit.
|
|
|
|
|
2006-03-16 11:34:35 +00:00
|
|
|
2006-03-16 06:33 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormViewWithContentViewEditor.m: Correction related to
|
|
|
|
bug#16049. There was an issue with moving a table column while the
|
|
|
|
table was selected.
|
|
|
|
|
2006-03-12 01:41:26 +00:00
|
|
|
2006-03-11 20:40 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormViewWithContentViewEditor.m: Minor formatting changes.
|
|
|
|
* Palettes/4Data/DataPalette.m: Correction for bug#15988, patch by
|
|
|
|
Matt Rice.
|
|
|
|
|
2006-03-11 22:07:33 +00:00
|
|
|
2006-03-11 16:57 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/3Containers/GormTableViewEditor.m: Correction for
|
|
|
|
bug#16050.
|
|
|
|
|
2006-03-10 06:26:38 +00:00
|
|
|
2006-03-10 01:24 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormViewEditor.m: Correction for bug#16049
|
|
|
|
|
2006-03-09 10:19:02 +00:00
|
|
|
2006-03-09 05:18 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Images/GormEHCoil.tiff
|
|
|
|
* Images/GormEHLine.tiff
|
|
|
|
* Images/GormEVCoil.tiff
|
|
|
|
* Images/GormEVLine.tiff
|
|
|
|
* Images/GormMHCoil.tiff
|
|
|
|
* Images/GormMHLine.tiff
|
|
|
|
* Images/GormMVCoil.tiff
|
|
|
|
* Images/GormMVLine.tiff: Remade coil/lines to look cleaner.
|
|
|
|
|
2006-03-06 01:11:47 +00:00
|
|
|
2006-03-05 20:10 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormPalettesManager.m: Correction for bug#15989
|
|
|
|
|
2006-03-05 00:46:42 +00:00
|
|
|
2006-03-04 19:44 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/3Containers/GormTableViewEditor.m: Correction for
|
|
|
|
bug#15987.
|
|
|
|
|
2006-02-23 03:53:26 +00:00
|
|
|
2006-02-22 22:52 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Overide arrangeInFront: so that when testing the interface
|
|
|
|
it doesn't inadvertantly bring the edited window forward.
|
|
|
|
|
2006-02-20 14:08:15 +00:00
|
|
|
2006-02-20 08:54 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormScrollViewEditor.m: Correction for bug#15817.
|
|
|
|
Returning only GormScrollViewEditor was causing an issue with
|
|
|
|
editing tables.
|
|
|
|
|
2006-02-19 17:08:18 +00:00
|
|
|
2006-02-19 12:07 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/2Controls/GormTextFieldAttributesInspector.m: Correction
|
|
|
|
for bug#15780.
|
|
|
|
|
2006-02-10 04:37:36 +00:00
|
|
|
2006-02-09 23:36 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormInfo.plist: Change "RELEASE" to SVN to indicate that 1.0.5 is
|
|
|
|
an unstable version.
|
|
|
|
|
2006-02-07 02:06:59 +00:00
|
|
|
2006-02-06 21:06 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/3Containers/GormNSTableViewInspector.gorm
|
|
|
|
* Palettes/3Containers/GormTableViewAttributesInspector.m:
|
|
|
|
Correction for bug#15642.
|
|
|
|
|
2006-02-04 02:57:16 +00:00
|
|
|
2006-02-03 21:56 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormScrollViewAttributesInspector.m
|
|
|
|
* GormCore/GormScrollViewEditor.m: Corrected problem with adding
|
|
|
|
something to a scrollview.
|
|
|
|
|
2006-02-02 04:25:07 +00:00
|
|
|
2006-02-01 23:24 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormFilePrefsManager.m
|
|
|
|
* GormInfo.plist
|
|
|
|
* Version: Updated with new version information.
|
|
|
|
|
2006-02-02 03:10:00 +00:00
|
|
|
2006-02-01 22:08 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/4Data/GormDateFormatterAttributesInspector.m: Correction
|
|
|
|
for bug#15556
|
|
|
|
|
2006-01-25 10:23:23 +00:00
|
|
|
2006-01-25 05:21 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Version 1.0.4
|
|
|
|
|
2006-01-21 05:22:01 +00:00
|
|
|
2006-01-21 00:19 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormViewEditor.m: [GormViewEditor activate] do not send
|
|
|
|
notifications about frame size changes, if the object is a standalone
|
|
|
|
view.
|
|
|
|
* GormCore/GormViewSizeInspector.m: [GormViewSizeInspector setObject:]
|
|
|
|
Added code to enable/disable cells if view is standalone.
|
|
|
|
|
2006-05-20 22:05:59 +00:00
|
|
|
|
|
|
|
2006-01-17 22:03 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* ChangeLog
|
|
|
|
* GormCore/GormViewEditor.m
|
|
|
|
* GormCore/GormViewSizeInspector.m
|
|
|
|
* Palettes/1Windows/GormWindowAttributesInspector.m
|
|
|
|
* Palettes/1Windows/GormWindowSizeInspector.m: Merged changes from
|
|
|
|
the baseline.
|
|
|
|
|
2006-01-17 04:21:00 +00:00
|
|
|
2006-01-16 23:19 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormViewSizeInspector.m: Correction for a similar problem
|
|
|
|
in the view size inspector. Added to call to abort editing.
|
|
|
|
|
2006-01-16 21:27:08 +00:00
|
|
|
2006-01-16 16:25 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/1Windows/GormWindowSizeInspector.m: Correction for
|
|
|
|
bug#13994. abortEditing call to all forms added to revert:.
|
|
|
|
|
2006-01-16 17:24:36 +00:00
|
|
|
2006-01-16 12:20 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/1Windows/GormWindowAttributesInspector.m: Correction
|
|
|
|
for bug#15236. In ok: method the newStyleMask variable wasn't
|
2006-06-05 02:12:00 +00:00
|
|
|
properly initialized, this was causing the flags to be set
|
|
|
|
|
|
|
|
2006-01-08 14:03 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormPrivate.m: Removed deprecated templates.
|
|
|
|
* GormCore/GormViewEditor.m: Removed problem which was causing
|
|
|
|
a notification loop.
|
|
|
|
|
2005-12-16 00:10:23 +00:00
|
|
|
2005-12-15 19:08 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: Correction for crash on close after
|
|
|
|
opening objects.gorm directly. Corrects bug#15178.
|
|
|
|
|
2005-12-15 03:12:26 +00:00
|
|
|
2005-12-14 22:08 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.h: Declaration for new readableTypes method.
|
|
|
|
* GormCore/GormDocument.m: Added readableTypes method to return the
|
|
|
|
types accepted by GormDocument.
|
|
|
|
* Gorm.m: Use readableTypes in application:openFile: corrects
|
|
|
|
bug#15178
|
|
|
|
|
2005-11-20 05:33:47 +00:00
|
|
|
2005-11-19 09:57 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Version 1.0.1
|
|
|
|
|
2005-11-14 15:00:55 +00:00
|
|
|
2005-11-14 09:59 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/3Containers/GormTabViewEditor.m: Correction to tabView:
|
|
|
|
shouldSelectTabViewItem: for gcc < 3.x compatibility.
|
|
|
|
|
2005-11-14 04:19:20 +00:00
|
|
|
2005-11-13 23:17 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormCustomClassInspector.m: Correctly handle image/text
|
|
|
|
cell in replaceWithCellClassForClassName:.
|
|
|
|
|
2005-11-13 09:10:31 +00:00
|
|
|
2005-11-13 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* GormCore/GormFunctions.m: Use NSSearchPathForDirectoriesInDomains()
|
|
|
|
to locate resources rather than broken use of NSOpenStepRootDirectory()
|
|
|
|
|
2005-11-12 21:33:26 +00:00
|
|
|
2005-11-12 16:32 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassManager.m
|
|
|
|
* GormCore/GormGenericEditor.h
|
|
|
|
* GormCore/GormPalettesManager.m
|
|
|
|
* GormCore/GormPrivate.h
|
|
|
|
* GormObjCHeaderParser/OCHeaderParser.m
|
|
|
|
* Palettes/0Menus/GormMenuAttributesInspector.m: Corrected minor
|
|
|
|
compilation warnings.
|
|
|
|
|
2005-11-12 20:35:35 +00:00
|
|
|
2005-11-12 15:33 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormScrollViewAttributesInspector.m: Corrected problem
|
|
|
|
reported by Matt Rice with table column selection.
|
|
|
|
|
2005-11-04 05:21:00 +00:00
|
|
|
2005-11-04 00:20 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormCustomClassInspector.m: Corrected problem with cell.
|
|
|
|
|
2005-11-03 01:18:18 +00:00
|
|
|
2005-11-02 20:17 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormFilePrefsManager.m: Updated version to 1.0.1
|
|
|
|
* GormInfo.plist: Same
|
|
|
|
* Palettes/2Controls/GormNSTextFieldInspector.gorm: Corrected resize
|
|
|
|
issues.
|
|
|
|
|
2005-10-29 13:17:16 +00:00
|
|
|
2005-10-29 09:09 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Version 1.0.0
|
|
|
|
|
2005-10-29 13:07:31 +00:00
|
|
|
2005-10-29 09:04 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* ANNOUNCE: Updated for 1.0
|
|
|
|
* Documentation/news.texi: Updated for 1.0
|
|
|
|
* INSTALL: Updated for 1.0
|
|
|
|
* NEWS: Updated for 1.0
|
|
|
|
* README: Updated for 1.0
|
|
|
|
* Version: Updated for 1.0
|
|
|
|
* GormCore/GormCustomClassInspector.m: Fixed minor problem
|
|
|
|
updating cell.
|
|
|
|
|
2005-10-06 00:23:02 +00:00
|
|
|
2005-10-05 20:21 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/1Windows/GormNSWindowSizeInspector.gorm: Remove delegate
|
|
|
|
from sizeForm and connect to ok:
|
|
|
|
* Palettes/1Windows/GormWindowSizeInspector.m: Cleanup in ok: and other
|
|
|
|
methods.
|
|
|
|
|
2005-10-05 13:14:15 +00:00
|
|
|
2005-10-05 fabien <fabien@sonappart.net>
|
|
|
|
|
|
|
|
* Palettes/2Controls/GormButtonAttributesInspector.m :
|
|
|
|
Add delegate method for forms
|
|
|
|
|
2005-10-05 04:22:16 +00:00
|
|
|
2005-10-05 00:21 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/1Windows/GormNSWindowInspector.gorm: Corrected spelling
|
|
|
|
of "deactivate" on Window Inspector.
|
|
|
|
|
2005-10-05 01:17:10 +00:00
|
|
|
2005-10-04 20:57 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormScrollViewAttributesInspector.m: In category
|
|
|
|
IBObjectAdditions, for editorClassName, return only
|
|
|
|
GormScrollViewEditor.
|
|
|
|
* GormCore/GormScrollViewEditor.m: Cleanup.
|
|
|
|
|
2005-09-29 23:40:18 +00:00
|
|
|
2005-09-29 19:38 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormConnectionInspector.m: Corrected resizing attributes in
|
|
|
|
the GormInspectorManager setCurrentInspector: method.
|
|
|
|
* GormCore/GormInspectorsManager.m: Corrected resizing attributes for
|
|
|
|
connect and revert buttons in init.
|
|
|
|
|
2005-09-25 18:41:17 +00:00
|
|
|
2005-09-25 14:40 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormInspectorsManager.m: Additional correct in
|
|
|
|
setCurrentInspector:
|
|
|
|
|
2005-09-25 16:57:11 +00:00
|
|
|
2005-09-25 12:54 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/GormInspectorPanel.gorm: Set resize options correctly.
|
|
|
|
* GormCore/GormConnectionInspector.m: [GormConnectionInspector init]
|
|
|
|
modified size of ok/revert buttons.
|
|
|
|
* GormCore/GormDocument.m: Pull the archive type in
|
|
|
|
[GormDocument saveGormDocument:]
|
|
|
|
* GormCore/GormInspectorsManager.m: in setCurrentInspector:
|
|
|
|
corrected issues with inspector resizing.
|
|
|
|
|
2005-09-15 04:55:04 +00:00
|
|
|
2005-09-15 00:53 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormInspectorsManager.[mh]: Added origFrame to allow
|
|
|
|
resetting the inspectorView frame to it's original size in
|
|
|
|
setCurrentInspector:.
|
|
|
|
* GormCore/GormPalettesManager.m: Removed old commented out code
|
|
|
|
in init.
|
|
|
|
|
2005-09-13 02:16:53 +00:00
|
|
|
2005-09-12 22:15 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GNUmakefile: Copy the .gorm file into the Resources.
|
|
|
|
* GormCore/GormInspectorsManager.h: Use the inspector panel gorm.
|
|
|
|
* GormCore/GormInspectorsManager.m: Use the inspector panel gorm.
|
2005-09-13 02:42:18 +00:00
|
|
|
* English.lproj/GormInspectorPanel.gorm: corrects bug#13767.
|
|
|
|
* English.lproj/GormDummyInspector.gorm: corrects bug#13767.
|
2005-09-13 02:16:53 +00:00
|
|
|
|
2005-09-04 14:15:41 +00:00
|
|
|
2005-09-04 10:17 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/4Data/GormNSComboBoxAttributesInspector.m: In ok:
|
|
|
|
performs a revert to show any changes which were made
|
|
|
|
automatically as a result of other changes.
|
|
|
|
|
2005-09-04 13:59:16 +00:00
|
|
|
2005-09-04 10:00 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/1Windows/GormWindowAttributesInspector.m
|
|
|
|
* Palettes/1Windows/GormWindowSizeInspector.m
|
|
|
|
* Palettes/2Controls/GormBoxAttributesInspector.m
|
|
|
|
* Palettes/2Controls/GormColorWellAttributesInspector.m
|
|
|
|
* Palettes/2Controls/GormMatrixAttributesInspector.m
|
|
|
|
* Palettes/2Controls/GormNSTextFieldInspector.gorm
|
|
|
|
* Palettes/2Controls/GormTextFieldAttributesInspector.m
|
|
|
|
* Palettes/3Containers/GormTableColumnAttributesInspector.m
|
|
|
|
* Palettes/3Containers/GormTableViewAttributesInspector.m
|
|
|
|
* Palettes/4Data/GormNSComboBoxAttributesInspector.h
|
|
|
|
* Palettes/4Data/GormNSComboBoxAttributesInspector.m
|
|
|
|
* Palettes/4Data/GormNSComboBoxInspector.gorm
|
|
|
|
* Palettes/4Data/GormTextViewAttributesInspector.m: Removed all
|
|
|
|
extraneous and unecessary (and annoying) #warning messages.
|
|
|
|
|
2005-08-30 02:40:32 +00:00
|
|
|
2005-08-29 22:41 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/2Controls/GormFormAttributesInspector.h: Added ivar
|
|
|
|
autosizeSwitch.
|
|
|
|
* Palettes/2Controls/GormFormAttributesInspector.m: Added code
|
|
|
|
to handle autosize flag.
|
|
|
|
* Palettes/2Controls/GormNSFormInspector.gorm: Added autosize flag
|
|
|
|
* Palettes/2Controls/GormNSMatrixInspector.gorm: Box on bottom
|
|
|
|
now reads "Options".
|
|
|
|
|
2005-08-29 23:39:54 +00:00
|
|
|
2005-08-29 19:40 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormMatrixEditor.m: Corrected bug in
|
|
|
|
editTitleWithEvent: which was causing a portion of the window
|
|
|
|
to become transparent.
|
|
|
|
|
2005-08-19 04:25:52 +00:00
|
|
|
2005-08-19 00:24 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: [GormDocument attachObject:toParent:]
|
|
|
|
handle popup button items.
|
|
|
|
* GormCore/GormFilePrefsManager.m: Updated version.
|
|
|
|
* GormInfo.plist: Updated version.
|
|
|
|
|
2005-08-19 03:24:23 +00:00
|
|
|
2005-08-18 23:22 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: retrieveObjectForParent:.. check for
|
|
|
|
nil before placing in result array.
|
|
|
|
|
2005-08-19 02:22:30 +00:00
|
|
|
2005-08-18 22:21 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: attachObject:toParent: added code to
|
|
|
|
add menu items and submenus to document.
|
|
|
|
|
2005-08-19 01:33:16 +00:00
|
|
|
2005-08-18 21:32 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: attachObject:toParent code to add all
|
|
|
|
subviews of a view when it's added to the document.
|
|
|
|
|
2005-08-19 01:05:46 +00:00
|
|
|
2005-08-18 21:02 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: attachObject:toParent: added code to insert
|
|
|
|
the content view into the nametable and the parent->child
|
|
|
|
connections.
|
|
|
|
* GormCore/GormViewWithContentViewEditor.m: in the group* methods added
|
|
|
|
code to "reparent" the objects so that the parent->child relationships
|
|
|
|
are reset to represent the reflect the new relationship.
|
|
|
|
|
2005-08-19 00:22:23 +00:00
|
|
|
2005-08-18 20:21 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: Remove commented out code.
|
|
|
|
|
2005-08-18 03:32:21 +00:00
|
|
|
2005-08-17 23:26 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: attachObject:toParent: code to handle
|
|
|
|
addition of tab view and items.
|
|
|
|
* Palettes/3Containers/GormTabViewAttributesInspector.m: in ok:
|
|
|
|
code to handle attaching and detaching from the document, when items
|
|
|
|
are added and deleted.
|
|
|
|
* Palettes/3Containers/GormTabViewEditor.m: Streamlined code in
|
|
|
|
delegate.
|
2005-08-19 01:05:46 +00:00
|
|
|
Corrects bug#14004.
|
|
|
|
|
2005-08-12 05:13:50 +00:00
|
|
|
2005-08-12 01:23 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassEditor.m: Correction for crash when loading
|
|
|
|
.gorm files via [NSApplication openFile:...].
|
|
|
|
|
2005-08-12 02:52:49 +00:00
|
|
|
2005-08-11 23:00 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormInspectorsManager.m: Removed explicit check for table
|
|
|
|
or text view.
|
|
|
|
* GormCore/GormScrollViewAttributesInspector.m: removed explicit
|
|
|
|
check for table or text view.
|
|
|
|
* Palettes/3Containers/inspectors.m: Added editorClassName
|
|
|
|
* Palettes/4Data/GNUmakefile: Added new files.
|
|
|
|
* Palettes/4Data/GormImageViewAttributesInspector.m: Pulled out
|
|
|
|
IBObjectAdditions category
|
|
|
|
* Palettes/4Data/GormTextViewAttributesInspector.[hm]: Change class
|
|
|
|
name to GormTextViewAttributesInspector.
|
|
|
|
* Palettes/4Data/GormNumberFormatterAttributesInspector.m: Split
|
|
|
|
* Palettes/4Data/GormDateFormatterAttributesInspector.m: Split
|
|
|
|
* Palettes/4Data/GormTextViewEditor.m: Split
|
|
|
|
* Palettes/4Data/inspectors.m: Moved all IBObjectAdditions categories
|
|
|
|
here.
|
|
|
|
|
2005-08-11 00:56:36 +00:00
|
|
|
2005-08-10 21:05 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/3Containers/GormTableViewEditor.m: in pasteInSelection,
|
|
|
|
pasteType:fromPasteboard:parent: w/ _editedObject as the parent.
|
|
|
|
|
2005-08-10 06:28:55 +00:00
|
|
|
2005-08-10 02:36 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.[hm]: Added retrieveObjectForParent:recursive:
|
|
|
|
which retrieves all of the children of a given parent. Also modified
|
|
|
|
detachObject: to use this method.
|
|
|
|
* GormCore/GormFilePrefsManager.m: Bumped version to 0.13.1
|
|
|
|
* GormInfo.plist: Bumped version to 0.13.1
|
|
|
|
* Palettes/3Containers/GormNSTableViewInspector.gorm: Corrected minor
|
|
|
|
spacing issue.
|
|
|
|
|
2005-08-08 01:07:35 +00:00
|
|
|
2005-08-07 21:15 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GNUmakefile: Added new GormObjectInspector.gorm file.
|
|
|
|
* English.lproj/GormObjectInspector.gorm: New file.
|
|
|
|
* GormCore/GNUmakefile: Added new GormObjectInspector.h.
|
|
|
|
* GormCore/GormObjectInspector.m: Now loads gorm file.
|
|
|
|
* GormCore/GormObjectInspector.h: New file.
|
|
|
|
* Gorm.m: Corrected comment in header.
|
|
|
|
|
2005-08-07 14:17:05 +00:00
|
|
|
2005-08-07 10:26 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GNUmakefile: Add new header file.
|
|
|
|
* GormCore/GormConnectionInspector.m: Include new header.
|
|
|
|
* GormCore/GormConnectionInspector.h: New file, split from .m
|
|
|
|
|
2005-08-07 12:29:43 +00:00
|
|
|
2005-08-07 08:38 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GNUmakefile: Added new file.
|
|
|
|
* GormCore/GormInspectorsManager.m: Removed GormConnectionInspector.
|
|
|
|
* GormCore/GormConnectionInspector.m: Split out from
|
|
|
|
GormInspectorsManager.m
|
|
|
|
|
2005-08-07 12:21:12 +00:00
|
|
|
2005-08-07 08:30 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormFilePrefsManager.m: Update version to 0.13.0
|
|
|
|
* GormInfo.plist: Same
|
|
|
|
|
2005-08-07 02:24:49 +00:00
|
|
|
2005-08-06 22:25 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/GormClassInspector.gorm: Minor changes.
|
|
|
|
* GNUmakefile: Added GormConnectionInspector.m
|
|
|
|
* GormCore/GNUmakefile: Added the new resource manager.
|
|
|
|
* GormCore/GormDocument.m: Changed to refer to the new resource
|
|
|
|
manager.
|
|
|
|
* GormCore/GormInspectorsManager.m: Removed hard coded gui.
|
|
|
|
* GormCore/GormObjectEditor.m: Enabled copy/paste for objects in the
|
|
|
|
object view.
|
|
|
|
* GormCore/GormResourceManager.[hm]: Added to replace
|
|
|
|
GormViewResourceManager.[hm]
|
|
|
|
* Palettes/3Containers/GormBrowserAttributesInspector.[hm]:
|
|
|
|
Added code to handle maxVisibleColumnsField. Corrected tag issue.
|
|
|
|
* Palettes/3Containers/GormNSBrowserInspector.gorm:
|
|
|
|
Added maximum visible columns field.
|
|
|
|
|
2005-08-06 21:55:23 +00:00
|
|
|
2005-08-06 18:04 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormLib/IBInspector.m: Change to correct problem with revert call
|
|
|
|
in setObject:. It should call using self as the sender parameter, not
|
|
|
|
anObject or object.
|
|
|
|
|
2005-08-06 21:46:01 +00:00
|
|
|
2005-08-06 17:52 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/2Controls/GNUmakefile: Add in GormButtonAttributesInspector
|
|
|
|
files.
|
|
|
|
* Palettes/2Controls/GormButtonAttributesInspector.h: Changed ivar
|
|
|
|
names.
|
|
|
|
* Palettes/2Controls/GormButtonAttributesInspector.m: Changed names
|
|
|
|
of vars and corrected problem with revert using anObject instead
|
|
|
|
of object as it should. Removed explicit button item adds from
|
|
|
|
init. Added trivial subclass to the file.
|
|
|
|
* Palettes/2Controls/GormNSButtonInspector.gorm: Added NSPopUpButton
|
|
|
|
items for button types.
|
|
|
|
* Palettes/2Controls/GormStepperAttributesInspector.m: Added trivial
|
|
|
|
subclass to the file.
|
|
|
|
* Palettes/2Controls/inspectors.m: Moved all of IBObjectAdditions
|
|
|
|
categories here.
|
|
|
|
|
2005-08-06 19:32:38 +00:00
|
|
|
2005-08-06 15:40 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/0Menus/GNUmakefile: Add new file
|
|
|
|
* Palettes/0Menus/GormMenuAttributesInspector.m: Removed
|
|
|
|
IBObjectAdditions definitions from this file.
|
|
|
|
* Palettes/0Menus/GormMenuEditor.m: Same
|
|
|
|
* Palettes/0Menus/GormMenuInspectors.m: Same
|
|
|
|
* Palettes/0Menus/GormMenuItemAttributesInspector.m: Same
|
|
|
|
* Palettes/0Menus/inspectors.m: new file to hold implementation of
|
|
|
|
IBObjectAdditions.
|
|
|
|
* Palettes/1Windows/GNUmakefile: Add new file.
|
|
|
|
* Palettes/1Windows/GormWindowAttributesInspector.m: Remove
|
|
|
|
IBObjectAdditions definitions from this file.
|
|
|
|
* Palettes/1Windows/inspectors.m: new file to hold implementation of
|
|
|
|
IBObjectAdditions.
|
|
|
|
|
2005-08-06 19:17:05 +00:00
|
|
|
2005-08-06 15:24 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/0Menus/GNUmakefile
|
|
|
|
* Palettes/1Windows/GNUmakefile
|
|
|
|
* Palettes/2Controls/GNUmakefile
|
|
|
|
* Palettes/3Containers/GNUmakefile
|
|
|
|
* Palettes/4Data/GNUmakefile: Added new palette file names.
|
|
|
|
* Palettes/0Menus/MenusPalette.m: New file created from main.m
|
|
|
|
* Palettes/1Windows/WindowsPalette.m: New file created from main.m
|
|
|
|
* Palettes/2Controls/ControlsPalette.m: New file created from main.m
|
|
|
|
* Palettes/3Containers/ContainersPalette.m: : New file created from
|
|
|
|
main.m
|
|
|
|
* Palettes/4Data/DataPalette.m: New file created from main.m
|
|
|
|
|
2005-08-06 17:59:08 +00:00
|
|
|
2005-08-06 11:33 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Merge from post 1.0 branch.
|
|
|
|
|
|
|
|
2005-08-03 07:57 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/2Controls/GormStepperAttributesInspector.m: Removed call
|
|
|
|
to setNeedsDisplay in ok: method.
|
|
|
|
|
|
|
|
2005-08-03 07:11 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/4Data/inspectors.m: Removed local declaration of
|
|
|
|
GormViewSizeInspector, added include of new header, added
|
|
|
|
copyright header.
|
|
|
|
|
|
|
|
2005-08-03 06:20 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GNUmakefile: Added new GormViewSizeInspector.h file, split
|
|
|
|
out from the GormViewSizeInspector.h file.
|
|
|
|
* GormCore/GormViewSizeInspector.m: Removed interface, put into .h
|
|
|
|
* GormCore/GormViewSizeInspector.h: Moved interface here.
|
|
|
|
* Palettes/1Windows/GormNSWindowSizeInspector.gorm: Corrected position
|
|
|
|
and sizing of elements in size inspector.
|
|
|
|
* Palettes/1Windows/GormWindowAttributesInspector.m: Corrected comment,
|
|
|
|
added copyright header.
|
|
|
|
* Palettes/1Windows/GormWindowSizeInspector.m: Corrected comment,
|
|
|
|
added copyright header.
|
|
|
|
* Palettes/1Windows/main.m: Added category for NSPanel to add
|
|
|
|
allocSubstitute. Same as change on HEAD.
|
|
|
|
* Palettes/2Controls/GormBoxAttributesInspector.[hm]: Added copyright
|
|
|
|
header.
|
|
|
|
* Palettes/2Controls/GormCellAttributesInspector.[hm]: Added copyright
|
|
|
|
header.
|
|
|
|
* Palettes/2Controls/GormColorWellAttributesInspector.[hm]: Added
|
|
|
|
copyright header.
|
|
|
|
* Palettes/2Controls/GormFormAttributesInspector.m:
|
|
|
|
Added copyright header.
|
|
|
|
* Palettes/2Controls/GormMatrixAttributesInspector.m: Corrected
|
|
|
|
comment.
|
|
|
|
* Palettes/2Controls/GormPopUpButtonAttributesInspector.m: Corrected
|
|
|
|
comment.
|
|
|
|
* Palettes/2Controls/GormProgressIndicatorAttributesInspector.m:
|
|
|
|
Corrected comment.
|
|
|
|
* Palettes/2Controls/GormSliderAttributesInspector.m: Corrected
|
|
|
|
comment.
|
|
|
|
* Palettes/2Controls/GormStepperAttributesInspector.m: Corrected
|
|
|
|
comment.
|
|
|
|
* Palettes/2Controls/GormTextFieldAttributesInspector.m: Corrected
|
|
|
|
comment.
|
|
|
|
* Palettes/3Containers/GNUmakefile: Added table size inspector files.
|
|
|
|
* Palettes/3Containers/GormBrowserAttributesInspector.m: Corrected
|
|
|
|
comment.
|
|
|
|
* Palettes/3Containers/GormNSOutlineView.[hm]: Added copyright header.
|
|
|
|
* Palettes/3Containers/GormTableColumnAttributesInspector.[hm]: Added
|
|
|
|
copyright header. Corrected comment.
|
|
|
|
* Palettes/3Containers/GormTableColumnSizeInspector.m: Corrected
|
|
|
|
comment.
|
|
|
|
* Palettes/3Containers/GormTableViewAttributesInspector.m: Corrected
|
|
|
|
comment.
|
|
|
|
* Palettes/3Containers/GormTableViewSizeInspector.[hm]: Re-added this
|
|
|
|
as it was previously removed.
|
|
|
|
* Palettes/3Containers/GormTabViewAttributesInspector.m: Corrected
|
|
|
|
comment.
|
|
|
|
* Palettes/3Containers/inspectors.m: Moved all categories from
|
|
|
|
containers to here.
|
|
|
|
* Palettes/4Data/GormImageViewAttributesInspector.m: Corrected
|
|
|
|
comment.
|
|
|
|
* Palettes/4Data/GormNSComboBoxAttributesInspector.m: Corrected
|
|
|
|
comment.
|
|
|
|
* Palettes/4Data/GormTextViewAttributesInspector.m: Corrected
|
|
|
|
comment.
|
|
|
|
|
|
|
|
2005-08-02 Fabien VALLON <fabien@sonappart.net>
|
|
|
|
|
|
|
|
* Palettes/2Controls/GormBoxAttributesInspector.m : split file
|
|
|
|
use ok: revert:, clean up and comments. Add NSBox IBObjectAdditions
|
|
|
|
category
|
|
|
|
* Palettes/2Controls/GormBoxAttributesInspector.h : split file
|
|
|
|
clean up and comments
|
|
|
|
* Palettes/2Controls/GormCellAttributesInspector.m: split file
|
|
|
|
use ok: revert: , clean up and comments. Add NSCell IBObjectAdditions
|
|
|
|
category
|
|
|
|
* Palettes/2Controls/GormCellAttributesInspector.h: split file
|
|
|
|
clean up and comments.
|
|
|
|
* Palettes/2Controls/GormFormAttributesInspector.m: split file
|
|
|
|
use ok: revert:, replace optionMatrix by cellPositionSwitch,
|
|
|
|
editableSwitch,selectableSwitch, and scrollableSwitch.
|
|
|
|
clean up and comments.
|
|
|
|
Add NSForm IBObjectAdditions category
|
|
|
|
* Palettes/2Controls/GormFormAttributesInspector.h: split file
|
|
|
|
replace optionMatrix by cellPositionSwitch,editableSwitch,
|
|
|
|
selectableSwitch, and scrollableSwitch. clean up and comments.
|
|
|
|
* Palettes/2Controls/GormNSFormInspector.gorm:
|
|
|
|
replace optionMatrix by cellPositionSwitch,editableSwitch,
|
|
|
|
selectableSwitch, and scrollableSwitch. setNextKeyView
|
|
|
|
* Palettes/2Controls/GormMatrixdAttributesInspector.m: split file
|
|
|
|
use ok: revert:. clean up and comments. Add NSMatrix IBObjectAdditions
|
|
|
|
category
|
|
|
|
* Palettes/2Controls/GormMatrixdAttributesInspector.h: split file
|
|
|
|
clean up and comments
|
|
|
|
* Palettes/2Controls/GormPopUpButtonAttributesInspector.m: split file
|
|
|
|
use ok: revert:, clean up and comments. Add NSPopUpButton
|
|
|
|
IBObjectAdditions category
|
|
|
|
* Palettes/2Controls/GormPopUpButtonAttributesInspector.h : split file
|
|
|
|
clean up and comments
|
|
|
|
* Palettes/2Controls/GormSliderAttributesInspector.m: split file
|
|
|
|
use ok: revert:, clean up and comments. Add NSSlider IBObjectAdditions
|
|
|
|
category. Remove : altForm, knobField, numberOfTicks,snapToTicks,
|
|
|
|
tickPosition
|
|
|
|
Rename : valueForm into valuesForm. clean up & comments.
|
|
|
|
* Palettes/2Controls/GormSliderAttributesInspector.h: split file
|
|
|
|
clean up and comments
|
|
|
|
* Palettes/2Controls/GormNSSliderInspector.gorm :
|
|
|
|
Remove : altForm, knobField, numberOfTicks,snapToTicks,tickPosition
|
|
|
|
Rename : valueForm into valuesForm.
|
|
|
|
Remove : ok: target for NSForms ( use delegate )
|
|
|
|
* Palettes/2Controls/GormStepperAttributesInspector.m: split file
|
|
|
|
use ok: revert: clean up and comments. Add NSStepper IBObjectAdditions
|
|
|
|
category
|
|
|
|
* Palettes/2Controls/GormStepperAttributesInspector.h: split file
|
|
|
|
Clean up and comments
|
|
|
|
* Palettes/2Controls/GormTextFieldAttributesInspector.m: split file
|
|
|
|
use ok: revert. replace optionsMatrix by editableSwitch,
|
|
|
|
selectableSwitch,scrollableSwitch. clean up and comments.
|
|
|
|
Add NSTextField IBObjectAdditions category.
|
|
|
|
* Palettes/2Controls/GormTextFieldAttributesInspector.h: split file
|
|
|
|
replace optionsMatrix by editableSwitch, selectableSwitch,
|
|
|
|
scrollableSwitch. clean up and comments.
|
|
|
|
* Palettes/2Controls/GormNSTextFieldInspector.gorm:
|
|
|
|
replace optionsMatrix by editableSwitch, selectableSwitch
|
|
|
|
andscrollableSwitch. set NextKeyView:
|
|
|
|
* Palettes/2Controls/GormColorWellAttributesInspector.m: split file
|
|
|
|
renamed bordered in borderedSwitch, initialColor in initialColorWell,
|
|
|
|
disabled in disabledSwitch, tagValue in tagField.
|
|
|
|
remove initialColorSelected:, disabledSelected:, borderedSelected:.
|
|
|
|
use ok: revert: clean up and comments.
|
|
|
|
* Palettes/2Controls/GormColorWellAttributesInspector.h: split file
|
|
|
|
renamed bordered in borderedSwitch, initialColor in initialColorWell,
|
|
|
|
disabled in disabledSwitch, tagValue in tagField.
|
|
|
|
remove initialColorSelected:, disabledSelected:, borderedSelected:.
|
|
|
|
Clean up and comments.
|
|
|
|
* Palettes/2Controls/GormColorWellInspector.gorm:
|
|
|
|
renamed bordered in borderedSwitch, initialColor in initialColorWell,
|
|
|
|
disabled in disabledSwitch, tagValue in tagField.
|
|
|
|
remove initialColorSelected:, disabledSelected:, borderedSelected:.
|
|
|
|
tagField remove ok: target ( use delegate )
|
|
|
|
* Palettes/2Controls/GormProgressIndicatorAttributesInspector.m :
|
|
|
|
split file emove doubleValue; borderMatrix. use ok: revert:
|
|
|
|
Clean up and comments
|
|
|
|
* Palettes/2Controls/GormProgressIndicatorAttributesInspector.h :
|
|
|
|
split file remove doubleValue; borderMatrix. Clean up and comments
|
|
|
|
* Palettes/2Controls/GormNSProgressIndicatorInspector.gorm:
|
|
|
|
remove doubleValue; borderMatrix
|
|
|
|
* Palettes/3Containers/GormBrowserAttributesInspector.m : split file
|
|
|
|
use ok: revert: , use multipleSelectionSwitch, emptySelectionSwitch,
|
|
|
|
branchSelectionSwitch,separateColumnsSwitch,horizontalScrollerSwitch,
|
|
|
|
and displayTitlesSwitch instead of optionMatrix.clean up and comments
|
|
|
|
Add NSBrowser category ( IBObjectAdditions )
|
|
|
|
* Palettes/3Containers/GormBrowserAttributesInspector.h : split file
|
|
|
|
use multipleSelectionSwitch, emptySelectionSwitch,
|
|
|
|
branchSelectionSwitch,separateColumnsSwitch,horizontalScrollerSwitch,
|
|
|
|
and displayTitlesSwitch instead of optionMatrix. clean up and comments
|
|
|
|
* Palettes/3Containers/GormNSBrowserInspector.gorm:
|
|
|
|
use multipleSelectionSwitch, emptySelectionSwitch,
|
|
|
|
branchSelectionSwitch,separateColumnsSwitch,horizontalScrollerSwitch,
|
|
|
|
and displayTitlesSwitch instead of optionMatrix. set nextKeyView:
|
|
|
|
* Palettes/3Containers/GormTableViewAttributesInspector.m: split file
|
|
|
|
use ok: revert:, replace selectionMatrix by multipleSelectionSwitch,
|
|
|
|
emptySelectionSwith and columnSelectionSwitch,
|
|
|
|
replace optionMatrix by drawgridSwitch, resizingSwitch and
|
|
|
|
reorderingSwitch.clean up and comments.
|
|
|
|
Add NSTableView category ( IBObjectAdditions )
|
|
|
|
* Palettes/3Containers/GormTableViewAttributesInspector.h: split file
|
|
|
|
replace selectionMatrix by multipleSelectionSwitch,emptySelectionSwith
|
|
|
|
and columnSelectionSwitch.
|
|
|
|
replace optionMatrix by drawgridSwitch, resizingSwitch
|
|
|
|
and reorderingSwitch.clean up and comments.
|
|
|
|
* Palettes/3Containers/GormNSTableViewInspector.gorm :
|
|
|
|
replace selectionMatrix
|
|
|
|
by multipleSelectionSwitch,emptySelectionSwith and
|
|
|
|
columnSelectionSwitch. replace optionMatrix by drawgridSwitch,
|
|
|
|
resizingSwitch and reorderingSwitch.set nextKeyView:
|
|
|
|
* Palettes/3Containers/GormTableColumnAttributesInspector.m : split file
|
|
|
|
clean up, comments and warnings ( TODO )
|
|
|
|
Add NSTableColumn category ( IBObjectAdditions )
|
|
|
|
* Palettes/3Containers/GormTableColumnAttributesInspector.h : split file
|
|
|
|
clean up and comments
|
|
|
|
* Palettes/3Containers/GormTableColumnSizeInspector.m: split file
|
|
|
|
use controlTextDidChange: for the form, clean up and comments.
|
|
|
|
Add IBObjectAdditionsSize category
|
|
|
|
* Palettes/3Containers/GormTableColumnSizeInspector.h: split file
|
|
|
|
clean up and comments.
|
|
|
|
* Palettes/3Containers/
|
|
|
|
GormNSTableColumnSizeInspector.gorm: remove
|
|
|
|
ok: taget ( use delegate )
|
|
|
|
* Palettes/3Containers/GNUmakefile : add
|
|
|
|
GormBrowserAttributesInspector.m
|
|
|
|
GormTabViewAttributesInspector.m, GormTableColumnAttributesInspector.m
|
|
|
|
GormTableColumnSizeInspector.m and GormTableViewAttributesInspector.
|
|
|
|
* Palettes/3Containers/inspector.m : remove
|
|
|
|
GormBrowserAttributesInspector
|
|
|
|
GormTabViewAttributesInspector, GormTableColumnAttributesInspector
|
|
|
|
GormTableColumnSizeInspector and GormTableViewAttributesInspector
|
|
|
|
* Palettes/4Data/GormComboBoxAttributesInspector.m: split file
|
|
|
|
* Palettes/4Data/GormImageViewAttributesInspector.m: split file
|
|
|
|
use ok:, revert:, clean up and comments
|
|
|
|
* Palettes/4Data/GormImageViewAttributesInspector.h: split file
|
|
|
|
clean up
|
|
|
|
* Palettes/4Data/GormTextViewAttributesInspector.m: split file
|
|
|
|
replace optionsMatrix by selectableButton, editableButton,
|
|
|
|
multipleFontsButtonand graphicsButton, clean up and comments.
|
|
|
|
Add NSTextView IBObjectAdditions category
|
|
|
|
* Palettes/4Data/GormTextViewAttributesInspector.h: split file
|
|
|
|
replace optionsMatrix by selectableButton, editableButton,
|
|
|
|
multipleFontsButton and graphicsButton, clean up and comments
|
|
|
|
* Palettes/4Data/GormNSTextViewInspector.gorm: replace optionsMatrix
|
|
|
|
by selectableButton, editableButton, multipleFontsButton and
|
|
|
|
graphicsButton
|
|
|
|
|
|
|
|
2005-08-01 20:30 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/GormPreferences.gorm: Add keyboard equivalents
|
|
|
|
to dropdown for preference panels.
|
|
|
|
|
|
|
|
2005-08-01 07:59 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassInspector.m: Return an autoreleased copy of the
|
|
|
|
class name from _currentClass.
|
|
|
|
|
|
|
|
2005-08-01 05:45 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassInspector.m: Remove dopy code from _currentClass.
|
|
|
|
* GormCore/GormPrivate.m: Use ASSIGNCOPY in initWithClassName:
|
|
|
|
* Palettes/1Windows/main.m: Removed FIXME, since Gorm shouldn't
|
|
|
|
show the window decoration changes directly.
|
|
|
|
|
|
|
|
2005-07-31 19:14 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/1Windows/main.m: Addition of allocSubstitute method for
|
|
|
|
NSPanel in the category GormPrivate.
|
|
|
|
|
|
|
|
2005-07-31 18:56 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: Correction for bug#13990.
|
|
|
|
* GormCore/GormInspectorsManager.m: Removed uneeded GormISelectionView
|
|
|
|
class.
|
|
|
|
|
|
|
|
2005-07-31 10:57 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormInspectorsManager.m: [GormConnectionsInspector ok:]
|
|
|
|
Removed code which blanks out the connector. This allows the user
|
|
|
|
to select connections repeatedly. Suggested by Matt Rice.
|
|
|
|
|
|
|
|
2005-07-31 08:43 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormPrivate.m: Reverted previous change in init.
|
|
|
|
|
|
|
|
|
|
|
|
2005-07-30 15:57 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/GormPreferences.gorm: Changed class hierarchy. Also
|
|
|
|
added panel outlet.
|
|
|
|
* GormCore/GormClassInspector.m: -[GormClassInspector _currentClass]
|
|
|
|
copy the className.
|
|
|
|
* GormCore/GormPrivate.m: -[GormClassProxy init] copy the className.
|
|
|
|
* Gorm.m: Changed to initialize preferences panel using init.
|
|
|
|
* GormPrefs/GormPrefController.[hm]: Added panel method, changed
|
|
|
|
derivation to a subclass of NSObject, instead of NSWindowController.
|
|
|
|
|
|
|
|
2005-07-30 09:30 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Documentation/Makefile.postamble: Generate documentation from
|
|
|
|
headers only.
|
|
|
|
* GormPrefs/GormColorsPref.h
|
|
|
|
* GormPrefs/GormGeneralPref.h
|
|
|
|
* GormPrefs/GormGeneralPref.m
|
|
|
|
* GormPrefs/GormGuidelinePref.h
|
|
|
|
* GormPrefs/GormHeadersPref.h
|
|
|
|
* GormPrefs/GormPalettesPref.h
|
|
|
|
* GormPrefs/GormPrefController.h
|
|
|
|
* GormPrefs/GormShelfPref.h: Added documentation.
|
|
|
|
|
|
|
|
2005-07-30 04:29 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormFilePrefsManager.h: Added documentation.
|
|
|
|
|
|
|
|
2005-07-30 04:16 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: use versionOfClass: in
|
|
|
|
_replaceObjectsWithTemplates: method.
|
|
|
|
* GormCore/GormFilePrefsManager.[hm]: Added versionOfClass:.
|
|
|
|
|
|
|
|
2005-07-30 Fabien VALLON <fabien@sonappart.net>
|
|
|
|
|
|
|
|
* Palettes/1Window/GormWindowAttributesInspector.[mh] : split files.
|
|
|
|
use ok: revert: methods, remove controls & options Matrix,
|
|
|
|
& replace it by a set of switch buttons. Clean up & comments
|
|
|
|
* Palettes/1Window/GormWindowSizeInspector.{m,h} :split files.
|
|
|
|
use ok: revert: methods. Clean up & comments
|
|
|
|
* Palettes/1Window/main.m : remove GormWindowSizeInspector,
|
|
|
|
GormWindowAttributesInspector classes and move IBObjectAdditions
|
|
|
|
categories into GormWindowAttributesInspector and GormSizeInspector.
|
|
|
|
* Palettes/1Window/GormNSWindowInspector.gorm: remove controls and
|
|
|
|
options matrix, & replace it by a set of switch buttons.
|
|
|
|
* Palettes/0Menus/GormMenuAttributesInspector.{m,h} : split files.
|
|
|
|
use ok: revert: methods, replace menuType matrix by a matrix of Radio
|
|
|
|
buttons.Clean up and comments.
|
|
|
|
* Palettes/0Menus/GormMenuItemAttributesInspector.m: split files.
|
|
|
|
use ok: revert: methods, Clean up and comments.
|
|
|
|
* Palettes/0Menus/MenuInspectors.m : removed
|
|
|
|
* Palettes/0Menus/GormMenuAttributesInspector.gorm : improve ui,
|
|
|
|
use a matrix of radioButtonCell for menu type
|
|
|
|
* Palettes/0Menus/GormMenuEditor.m : rename IBObjectAdditions category
|
|
|
|
|
|
|
|
2005-07-28 00:04 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormImage.h: Added documentation.
|
|
|
|
* GormCore/GormImage.m: Properly implemented IBObjectAdditions.
|
|
|
|
* GormCore/GormPrivate.h: Remove illegalClassSubstitution method.
|
|
|
|
* GormCore/GormPrivate.m: Remove illegalClassSubstitution method.
|
|
|
|
* GormCore/GormSound.h: Added documentation.
|
|
|
|
* GormCore/GormSound.m: Properly implemented IBObjectAdditions.
|
|
|
|
* Gorm.m: Removed methods which check for user bundles.
|
|
|
|
|
|
|
|
2005-07-27 02:10 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormPrefs/GormGeneralPref.m: Removed extra calls to synchronize.
|
|
|
|
* GormPrefs/GormHeadersPref.m: ditto
|
|
|
|
|
|
|
|
2005-07-27 01:47 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.h: Added documentation.
|
|
|
|
* GormCore/GormDocument.m: Removed commented code. Corrected
|
|
|
|
problem in [GormDocument instantiateClass:] when switching to
|
|
|
|
the objects view.
|
|
|
|
* GormCore/GormWindowEditor.h: Added documentation.
|
|
|
|
|
|
|
|
2005-07-26 22:56 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GNUmakefile: Added new GormWindowEditor.h file.
|
|
|
|
* GormCore/GormWindowEditor.m: Reorganized methods, extracted .h
|
|
|
|
* GormCore/GormWindowEditor.h: New file.
|
|
|
|
* GormCore/NSCell+GormAdditions.h
|
|
|
|
* GormCore/NSColorWell+GormExtensions.h
|
|
|
|
* GormCore/NSColorWell+GormExtensions.m
|
|
|
|
* GormCore/NSFontManager+GormExtensions.h
|
|
|
|
* GormCore/NSFontManager+GormExtensions.m
|
|
|
|
* GormCore/NSView+GormExtensions.h: Added documentation.
|
|
|
|
|
|
|
|
2005-07-26 21:02 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/2Controls/GormNSTextFieldInspector.gorm: Correct
|
|
|
|
resize attributes.
|
|
|
|
|
|
|
|
2005-07-25 23:26 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassEditor.m: [GormClassEditor selectClass:editClass:]
|
|
|
|
add exception handling.
|
|
|
|
* GormCore/GormDocument.m: [GormDocument pasteObjects:type
|
|
|
|
fromPasteboard:] added check for specific pb types.
|
|
|
|
|
2005-08-06 13:51:06 +00:00
|
|
|
2005-08-06 08:30 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Version 0.11.0
|
|
|
|
(Gorm 1.0 release candidate #1)
|
|
|
|
|
2005-08-02 00:22:11 +00:00
|
|
|
2005-08-01 20:30 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/GormPreferences.gorm: Add keyboard equivalents
|
|
|
|
to dropdown for preference panels.
|
|
|
|
|
2005-08-01 11:50:59 +00:00
|
|
|
2005-08-01 07:59 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassInspector.m: Return an autoreleased copy of the
|
|
|
|
class name from _currentClass.
|
|
|
|
|
2005-08-01 09:39:17 +00:00
|
|
|
2005-08-01 05:45 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassInspector.m: Remove dopy code from _currentClass.
|
|
|
|
* GormCore/GormPrivate.m: Use ASSIGNCOPY in initWithClassName:
|
|
|
|
* Palettes/1Windows/main.m: Removed FIXME, since Gorm shouldn't
|
|
|
|
show the window decoration changes directly.
|
|
|
|
|
2005-07-31 23:07:30 +00:00
|
|
|
2005-07-31 19:14 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/1Windows/main.m: Addition of allocSubstitute method for
|
|
|
|
NSPanel in the category GormPrivate.
|
|
|
|
|
2005-07-31 22:53:05 +00:00
|
|
|
2005-07-31 18:56 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: Correction for bug#13990.
|
|
|
|
* GormCore/GormInspectorsManager.m: Removed uneeded GormISelectionView
|
|
|
|
class.
|
|
|
|
|
2005-07-31 14:49:06 +00:00
|
|
|
2005-07-31 10:57 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormInspectorsManager.m: [GormConnectionsInspector ok:]
|
2005-07-31 14:50:27 +00:00
|
|
|
Removed code which blanks out the connector. This allows the user
|
|
|
|
to select connections repeatedly. Suggested by Matt Rice.
|
2005-07-31 14:49:06 +00:00
|
|
|
|
2005-07-31 12:35:47 +00:00
|
|
|
2005-07-31 08:43 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormPrivate.m: Reverted previous change in init.
|
|
|
|
|
2005-07-30 19:53:09 +00:00
|
|
|
2005-07-30 15:57 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/GormPreferences.gorm: Changed class hierarchy. Also
|
|
|
|
added panel outlet.
|
|
|
|
* GormCore/GormClassInspector.m: -[GormClassInspector _currentClass]
|
|
|
|
copy the className.
|
|
|
|
* GormCore/GormPrivate.m: -[GormClassProxy init] copy the className.
|
|
|
|
* Gorm.m: Changed to initialize preferences panel using init.
|
|
|
|
* GormPrefs/GormPrefController.[hm]: Added panel method, changed
|
|
|
|
derivation to a subclass of NSObject, instead of NSWindowController.
|
|
|
|
|
2005-07-30 13:22:42 +00:00
|
|
|
2005-07-30 09:30 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Documentation/Makefile.postamble: Generate documentation from
|
|
|
|
headers only.
|
|
|
|
* GormPrefs/GormColorsPref.h
|
|
|
|
* GormPrefs/GormGeneralPref.h
|
|
|
|
* GormPrefs/GormGeneralPref.m
|
|
|
|
* GormPrefs/GormGuidelinePref.h
|
|
|
|
* GormPrefs/GormHeadersPref.h
|
|
|
|
* GormPrefs/GormPalettesPref.h
|
|
|
|
* GormPrefs/GormPrefController.h
|
|
|
|
* GormPrefs/GormShelfPref.h: Added documentation.
|
|
|
|
|
2005-07-30 08:21:57 +00:00
|
|
|
2005-07-30 04:29 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormFilePrefsManager.h: Added documentation.
|
|
|
|
|
2005-07-30 08:10:01 +00:00
|
|
|
2005-07-30 04:16 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: use versionOfClass: in
|
|
|
|
_replaceObjectsWithTemplates: method.
|
|
|
|
* GormCore/GormFilePrefsManager.[hm]: Added versionOfClass:.
|
|
|
|
|
2005-07-29 12:13:25 +00:00
|
|
|
2005-07-28 23:09 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/1Windows/GormNSWindowSizeInspector.gorm: Corrected layout.
|
|
|
|
|
2005-07-28 04:01:24 +00:00
|
|
|
2005-07-28 00:04 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormImage.h: Added documentation.
|
|
|
|
* GormCore/GormImage.m: Properly implemented IBObjectAdditions.
|
|
|
|
* GormCore/GormPrivate.h: Remove illegalClassSubstitution method.
|
|
|
|
* GormCore/GormPrivate.m: Remove illegalClassSubstitution method.
|
|
|
|
* GormCore/GormSound.h: Added documentation.
|
|
|
|
* GormCore/GormSound.m: Properly implemented IBObjectAdditions.
|
|
|
|
* Gorm.m: Removed methods which check for user bundles.
|
|
|
|
|
2005-07-27 06:05:22 +00:00
|
|
|
2005-07-27 02:10 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormPrefs/GormGeneralPref.m: Removed extra calls to synchronize.
|
|
|
|
* GormPrefs/GormHeadersPref.m: ditto
|
|
|
|
|
2005-07-27 05:42:04 +00:00
|
|
|
2005-07-27 01:47 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.h: Added documentation.
|
|
|
|
* GormCore/GormDocument.m: Removed commented code. Corrected
|
|
|
|
problem in [GormDocument instantiateClass:] when switching to
|
|
|
|
the objects view.
|
|
|
|
* GormCore/GormWindowEditor.h: Added documentation.
|
|
|
|
|
2005-07-27 02:49:57 +00:00
|
|
|
2005-07-26 22:56 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GNUmakefile: Added new GormWindowEditor.h file.
|
|
|
|
* GormCore/GormWindowEditor.m: Reorganized methods, extracted .h
|
|
|
|
* GormCore/GormWindowEditor.h: New file.
|
|
|
|
* GormCore/NSCell+GormAdditions.h
|
|
|
|
* GormCore/NSColorWell+GormExtensions.h
|
|
|
|
* GormCore/NSColorWell+GormExtensions.m
|
|
|
|
* GormCore/NSFontManager+GormExtensions.h
|
|
|
|
* GormCore/NSFontManager+GormExtensions.m
|
|
|
|
* GormCore/NSView+GormExtensions.h: Added documentation.
|
|
|
|
|
2005-07-27 00:55:12 +00:00
|
|
|
2005-07-26 21:02 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/2Controls/GormNSTextFieldInspector.gorm: Correct
|
|
|
|
resize attributes.
|
|
|
|
|
2005-07-26 03:23:04 +00:00
|
|
|
2005-07-25 23:26 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassEditor.m: [GormClassEditor selectClass:editClass:]
|
|
|
|
add exception handling.
|
|
|
|
* GormCore/GormDocument.m: [GormDocument pasteObjects:type
|
|
|
|
fromPasteboard:] added check for specific pb types.
|
|
|
|
|
2005-07-24 20:37:05 +00:00
|
|
|
2005-07-24 16:43 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormPrivate.h: Removed GormOutlineView.h from the
|
|
|
|
includes.
|
|
|
|
|
2005-07-24 20:26:17 +00:00
|
|
|
2005-07-24 16:31 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassEditor.m: Call selectRow: method.
|
|
|
|
* GormCore/GormOutlineView.[hm]: Added new selectRow: method.
|
|
|
|
Corrects bug#13754.
|
|
|
|
|
2005-07-24 16:26:46 +00:00
|
|
|
2005-07-24 12:29 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Eliminated [Gorm finishLaunching] and moved default
|
|
|
|
initialization code to init before paletteManager is called so
|
|
|
|
that the palette window is placed correctly.
|
|
|
|
* Palettes/1Windows/GormNSPanel.m
|
|
|
|
* Palettes/1Windows/GormNSWindow.m: Added override for
|
|
|
|
saveFrameUsingName: to prevent saving the position of windows
|
|
|
|
during testing in Gorm's defaults.
|
|
|
|
* Resources/Defaults.plist: Added defaults for Inspector, Palettes,
|
|
|
|
and Preferences windows so that they appear at a reasonable position
|
|
|
|
on the screen when Gorm is first used. Corrects bug#13780.
|
|
|
|
|
2005-07-24 15:15:52 +00:00
|
|
|
2005-07-24 11:20 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/1Windows/GormNSPanel.m
|
|
|
|
* Palettes/1Windows/GormNSWindow.m: Readded override of
|
|
|
|
orderWindow:relativeTo:. This corrects bug#13838.
|
|
|
|
|
2005-07-24 01:17:16 +00:00
|
|
|
2005-07-23 18:02 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormInspectorsManager.m: Remove extra revert: call.
|
|
|
|
* GormLib/IBInspector.m: Touch changes the inspector X to the broken
|
|
|
|
X, per specs.
|
2005-07-24 15:15:52 +00:00
|
|
|
* Gorm.m: [Gorm testInterface] fix for menu disappearance when
|
|
|
|
testing the interface.
|
2005-07-24 01:17:16 +00:00
|
|
|
* Palettes/0Menus/main.m: Added to authors list.
|
|
|
|
|
2005-07-23 14:04:14 +00:00
|
|
|
2005-07-23 10:10 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Documentation/Makefile.postamble: Create documentation
|
|
|
|
for GormCore, GormObjCHeaderParser and GormPrefs.
|
|
|
|
|
2005-07-21 11:42:57 +00:00
|
|
|
2005-07-21 fabien <fabien@sonappart.net>
|
|
|
|
|
|
|
|
* Palettes/0Menus/GormMenuInspectors.m : Corrects bug #13872
|
|
|
|
|
2005-07-21 03:34:04 +00:00
|
|
|
2005-07-20 23:39 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/1Windows/GormNSPanel.m
|
|
|
|
* Palettes/1Windows/GormNSWindow.m: Reverted previous change.
|
|
|
|
|
2005-07-19 04:31:00 +00:00
|
|
|
2005-07-19 00:35 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/1Windows/GormNSPanel.m
|
|
|
|
* Palettes/1Windows/GormNSWindow.m: Removed override for
|
|
|
|
orderWindow:... added sendEvent: to do the same thing, since
|
|
|
|
it's a little more generic. This corrects bug#13838.
|
|
|
|
|
2005-07-19 03:50:29 +00:00
|
|
|
2005-07-18 23:54 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/1Windows/GormNSPanel.m
|
|
|
|
* Palettes/1Windows/GormNSWindow.m: Added override for
|
|
|
|
orderWindow:relativeTo: which causes selection of the window
|
|
|
|
by Gorm, if the title bar is clicked.
|
|
|
|
|
2005-07-17 19:43:13 +00:00
|
|
|
2005-07-17 15:47 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassEditor.m: Added code to prevent memory leak
|
|
|
|
with previous change.
|
|
|
|
|
2005-07-17 19:04:52 +00:00
|
|
|
2005-07-17 15:08 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassEditor.m: Removed AUTORELEASE for
|
|
|
|
subClassesArray, it was causing a crash.
|
|
|
|
* GormCore/GormClassInspector.m: setObject: conditional which
|
|
|
|
prints a warning if a non-GormClassProxy class is passed in.
|
|
|
|
* GormCore/GormPrivate.m: initWithClassName: conditional which
|
|
|
|
prints a warning if a non-string is used to initialize th
|
|
|
|
GormClassProxy.
|
|
|
|
|
2005-07-17 12:40:06 +00:00
|
|
|
2005-07-17 08:42 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormInternalViewEditor.m: -init, prepareForDragOperation:,
|
|
|
|
performDragOperation: removed uneeded IBFormatterPboardType from
|
|
|
|
the list.
|
|
|
|
|
2005-07-17 03:31:09 +00:00
|
|
|
2005-07-16 23:34 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassInspector.m: -_refreshView removed
|
|
|
|
call to deselectAll: for the actionTable and outletTable.
|
|
|
|
On occasion this was causing the application to go into a
|
|
|
|
notification-update loop.
|
|
|
|
|
2005-07-16 01:44:41 +00:00
|
|
|
2005-07-15 21:48 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormInspectorsManager.m: -init, changed NSLog to
|
|
|
|
NSDebugLog.
|
|
|
|
|
2005-07-15 04:51:27 +00:00
|
|
|
2005-07-15 00:54 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassEditor.m: Added exception handling to portions
|
|
|
|
of code which call itemAtIndex: method on the outline view to
|
|
|
|
prevent any problems.
|
|
|
|
* GormCore/GormInspectorsManager.m: Changed a NSLog to NSDebugLog.
|
|
|
|
|
2005-07-14 16:36:48 +00:00
|
|
|
2005-07-14 12:39 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: Minor change to changeView: to
|
|
|
|
switch to the appropriate toolbar item when the view changes
|
|
|
|
automatically while dragging. Also a change to awakeFromNib
|
|
|
|
to select the correct item on startup.
|
|
|
|
|
2005-07-14 13:00:28 +00:00
|
|
|
2005-07-14 09:03 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: Implement toolbarSelectableItemIdentifiers
|
|
|
|
in the toolbar delegate so that the items will remain selected showing
|
|
|
|
the current selection.
|
|
|
|
|
2005-07-14 04:01:33 +00:00
|
|
|
2005-07-14 00:05 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormInspectorsManager.m: Removed commented out
|
|
|
|
code.
|
|
|
|
* Palettes/3Containers/GormNSTableColumnInspector.gorm: Changed
|
|
|
|
"Is visible at launch" to NO to prevent exception.
|
|
|
|
|
2005-07-14 02:48:06 +00:00
|
|
|
2005-07-13 22:51 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/2Controls/GormButtonEditor.m: Corrected issue with
|
|
|
|
button editing. bug #13756.
|
|
|
|
|
2005-07-13 12:58:04 +00:00
|
|
|
2005-07-13 09:01 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassEditor.m: Corrected problem selecting NSObject
|
|
|
|
in browser when it's selected in the outline.
|
|
|
|
|
2005-07-13 06:19:16 +00:00
|
|
|
2005-07-13 02:17 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassEditor.m: Changed code in selectClass:editClass:
|
|
|
|
to use the methods from the GormClassManager as appropriate. Removed
|
|
|
|
do.. while construct since it did the same thing as
|
|
|
|
allSuperClassesOf in GormClassManager.
|
|
|
|
* GormCore/GormClassManager.[hm]: Added new method isRootClass: which
|
|
|
|
returns true if the argument is a root class. Also replaced
|
|
|
|
references to @"NSObject" in a number of places with calls to this
|
|
|
|
method. This makes the code more generic.
|
|
|
|
* GormCore/GormPalettesManager.m: Added check in
|
|
|
|
importClasses:withDictionary: which should allow loading palettes
|
|
|
|
which define root level classes.
|
|
|
|
|
2005-07-12 14:28:49 +00:00
|
|
|
2005-07-12 fabien <fabien@sonappart.net>
|
|
|
|
|
|
|
|
* GormCore/GormClassEditor.m: Fix OutlineView / BrowserView switch
|
|
|
|
Add some warnings.
|
|
|
|
Greg please check the code.
|
|
|
|
You will need to change it when GormClassManager will
|
|
|
|
change ( for root object )
|
2005-07-12 15:44:21 +00:00
|
|
|
* Palettes/3Containers/inspector.m : Add minimum column size for
|
|
|
|
NSBrowser
|
|
|
|
* Palettes/3Containers/GormNSBrowserInspector.gorm : Ditto
|
2005-07-12 14:28:49 +00:00
|
|
|
|
2005-07-11 13:15:27 +00:00
|
|
|
2005-07-11 fabien <fabien@sonappart.net>
|
|
|
|
|
|
|
|
* Palettes/1Windows/ControlsPalette.gorm :
|
|
|
|
Fix bad layout when doing a matrix of NSForms.
|
|
|
|
* Documentation : Gorm.texi, Update documentation
|
2005-07-11 14:01:58 +00:00
|
|
|
* GormCore/GormInspectorsManager.m : make setInitialFirstResponder working with inspector
|
|
|
|
* Palettes/0Menus/GormMenuInspectors.gorm : set initialFirstResponder
|
|
|
|
* Palettes/0Menus/GormMenuItemAttributesInspector.gorm : Ditto
|
|
|
|
* Palettes/1Windows/GormNSWindowSizeInspector.gorm : Ditto
|
|
|
|
* Palettes/2Controls/GormNSButtonInspector.gorm : Ditto
|
|
|
|
* Palettes/2Controls/GormNSCellInspector.gorm : Ditto
|
|
|
|
* Palettes/3Containers/GormNSTableColumnInspector.gorm : Ditto
|
|
|
|
* Palettes/4Data/GormNSDateFormatterInspector.gorm: Ditto
|
|
|
|
* Palettes/4Data/GormNSNumberFormatterInspector.gorm : Ditto
|
|
|
|
* English.lproj/GormCustomClassInspector.gorm : Ditto
|
|
|
|
* English.lproj/GormScrollViewAttributesInspector.gorm: Ditto
|
|
|
|
* English.lproj/GormViewSizeInspector.gorm : Ditto
|
2005-07-11 13:15:27 +00:00
|
|
|
|
2005-07-11 00:35:04 +00:00
|
|
|
2005-07-10 20:37 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/Gorm.gorm: Corrected some connections which were
|
|
|
|
causing the "Classes" menu items to be enabled when the shouldn't
|
|
|
|
have been.
|
|
|
|
|
2005-07-08 17:32:06 +00:00
|
|
|
2005-07-08 13:34 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Correction for problem with testing with tables and outline
|
|
|
|
views in testInterface.
|
|
|
|
* Palettes/3Containers/GormNSOutlineView.m: Removed awakeFromNib
|
|
|
|
* Palettes/3Containers/GormNSTableView.m: ditto.
|
|
|
|
|
2005-07-08 08:35:20 +00:00
|
|
|
2005-07-08 04:36 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormCustomClassInspector.m: In
|
|
|
|
-(void)_replaceCellClassForObject:className: added checks
|
|
|
|
to make sure the object/cell responds to appropriate messages
|
|
|
|
before call. This prevents an issue when selecting a new
|
|
|
|
custom class.
|
|
|
|
|
2005-07-08 02:08:16 +00:00
|
|
|
2005-07-07 22:02 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormCustomClassInspector.m: In the method
|
|
|
|
- (void) _replaceCellClassForObject:className: added logic to
|
|
|
|
automatically replace the cell in a more generic fashion.
|
|
|
|
* GormCore/GormPrivate.m: Added logic to canSubstituteForClass: to
|
|
|
|
determine if it's possible for the class passed in to substitute for
|
|
|
|
the reciever.
|
|
|
|
* Palettes/2Controls/inspectors.m: Removed canSubstituteForClass:
|
|
|
|
implementation for NSSecureTextView.
|
|
|
|
* Palettes/3Containers/GormNSOutlineView.[hm]: Cleaned up
|
|
|
|
initWithCoder: and encodeWithCoder:.
|
|
|
|
* Palettes/3Containers/GormNSTableView.[hm]: Ditto
|
|
|
|
|
2005-07-07 17:23:56 +00:00
|
|
|
2005-07-07 13:22 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormControlEditor.m: Removed commented out code
|
|
|
|
in GormControlEditor.
|
|
|
|
* GormCore/GormDocument.m: Removed unused variables.
|
|
|
|
* Palettes/3Containers/GormNSTableView.m: Added encoder methods to
|
|
|
|
the data source/delegate to allow testInterface: to work properly.
|
|
|
|
|
2005-07-07 14:58:48 +00:00
|
|
|
2005-07-07 fabien <fabien@sonappart.net>
|
|
|
|
|
|
|
|
* English.lproj/GormClassInspector.gorm : Improve UI
|
|
|
|
* English.lproj/GormClassPanel.gorm : Ditto
|
|
|
|
* English.lproj/GormCustomClassInspector.gorm : Ditto
|
|
|
|
* English.lproj/GormDocument.gorm : Ditto
|
|
|
|
* English.lproj/GormFontView.gorm : Ditto
|
|
|
|
* English.lproj/GormImageInspector.gorm : Ditto
|
|
|
|
* English.lproj/GormNSSplitViewInspector.gorm : Ditto
|
|
|
|
* English.lproj/GormPrefColors.gorm : Ditto
|
|
|
|
* English.lproj/GormPrefGeneral.gorm : Ditto
|
|
|
|
* English.lproj/GormPrefGuideline.gorm : Ditto
|
|
|
|
* English.lproj/GormPrefHeaders.gorm : Ditto
|
|
|
|
* English.lproj/GormPrefPalettes.gorm : Ditto
|
|
|
|
* English.lproj/GormPreferences.gorm : Ditto
|
|
|
|
* English.lproj/GormScrollViewAttributesInspector.gorm : Ditto
|
|
|
|
* English.lproj/GormSetName.gorm : Ditto
|
|
|
|
* English.lproj/GormShelfPref.gorm : Ditto
|
|
|
|
* English.lproj/GormSoundInspector.gorm : Ditto
|
|
|
|
* English.lproj/GormViewSizeInspector.gorm : Ditto
|
|
|
|
* Palettes/0Menus/GormMenuInspectors.m: Implement the delegate method
|
|
|
|
controlTextDidChange for textField
|
2005-07-07 17:23:56 +00:00
|
|
|
* Palettes/0Menus/GormMenuAttributesInspector.gorm: Improve UI,
|
|
|
|
set setNextView:, initialFirstResponder: ...
|
|
|
|
* Palettes/0Menus/GormMenuItemAttributesInspector.gorm: Improve UI,
|
|
|
|
set setNextView:, initialFirstResponder: ...
|
|
|
|
* Palettes/1Windows/main.m: Implement delegate method
|
|
|
|
controlTextDidChange for textFields
|
|
|
|
* Palettes/1Windows/GormNSWindowInspector.gorm: Improve UI,set
|
|
|
|
setNextView:, initialFirstResponder: ...
|
|
|
|
* Palettes/1Windows/GormNSWindowSizeInspector.gorm: Improve UI,set
|
|
|
|
setNextView:, initialFirstResponder: ...
|
|
|
|
* Palettes/2Controls/inspectors.m: Implement delegate
|
|
|
|
method controlTextDidChange: for textFields
|
|
|
|
* Palettes/2Controls/ControlsPalette.gorm: Improve UI,set
|
|
|
|
setNextView:, initialFirstResponder: ...
|
2005-07-07 14:58:48 +00:00
|
|
|
* Palettes/2Controls/GormNSBoxInspector.gorm: Ditto
|
|
|
|
* Palettes/2Controls/GormNSButtonInspector.gorm: Ditto
|
|
|
|
* Palettes/2Controls/GormNSCellInspector.gorm: Ditto
|
|
|
|
* Palettes/2Controls/GormNSColorWellInspector.gorm : Ditto
|
|
|
|
* Palettes/2Controls/GormNSFormInspector.gorm : Ditto
|
|
|
|
* Palettes/2Controls/GormNSMatrixInspector.gorm : Ditto
|
|
|
|
* Palettes/2Controls/GormNSPopUpButtonInspector.gorm : Ditto
|
|
|
|
* Palettes/2Controls/GormNSProgressIndicatorInspector.gorm : Ditto
|
|
|
|
* Palettes/2Controls/GormNSSliderInspector.gorm : Ditto
|
|
|
|
* Palettes/2Controls/GormNSStepperInspector.gorm : Ditto
|
|
|
|
* Palettes/2Controls/GormNSTextFieldInspector.gorm : Ditto
|
2005-07-07 17:23:56 +00:00
|
|
|
* Palettes/3Containers/inspectors.m: Implement delegate method
|
|
|
|
controlTextDidChange: for textFields
|
|
|
|
* Palettes/3Containers/GormNSBrowserInspector.gorm :Improve UI,
|
|
|
|
set setNextView:, initialFirstResponder: ...
|
2005-07-07 14:58:48 +00:00
|
|
|
* Palettes/3Containers/GormNSTableColumnInspector.gorm :Ditto
|
|
|
|
* Palettes/3Containers/GormNSTableColumnSizeInspector.gorm :Ditto
|
|
|
|
* Palettes/3Containers/GormNSTableViewInspector.gorm :Ditto
|
|
|
|
* Palettes/3Containers/GormTabViewInspector.gorm : Ditto
|
|
|
|
* Palettes/4Data/GormNSComboBoxInspector.gorm : Ditto
|
|
|
|
* Palettes/4Data/GormNSDateFormatterInspector.gorm: Ditto
|
|
|
|
* Palettes/4Data/GormNSImageViewInspector.gorm: Ditto
|
|
|
|
* Palettes/4Data/GormNSNumberFormatterInspector.gorm: Ditto
|
|
|
|
* Palettes/4Data/GormNSTextViewInspector.gorm: Ditto
|
|
|
|
|
2005-07-06 14:47:33 +00:00
|
|
|
2005-07-06 10:48 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: changeToViewWithTag: added code to
|
|
|
|
change current selection when switching the editor.
|
|
|
|
|
2005-07-05 14:58:42 +00:00
|
|
|
2005-07-05 10:59 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: Corrected problem where the Gorm
|
|
|
|
was incorrectly warning of version upgrade on .gorm files which
|
|
|
|
don't contain windows. Also added documentation/comments for
|
|
|
|
all methods in GormDocument.m.
|
|
|
|
|
2005-07-05 01:17:58 +00:00
|
|
|
2005-07-04 21:18 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: In -testInterface corrected a problem with testing
|
|
|
|
interface when menu item is connected to NSOwner.
|
|
|
|
|
2005-07-05 00:43:44 +00:00
|
|
|
2005-07-04 20:44 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/Gorm.gorm: Cleaned up some duplicate connections
|
|
|
|
* GormCore/GormFilePrefsManager.m: Updated version to 0.10.2
|
|
|
|
* GormInfo.plist: Updated version to 0.10.2
|
|
|
|
* Version: Updated version to 0.10.2
|
|
|
|
|
2005-07-04 21:53:33 +00:00
|
|
|
2005-07-04 17:53 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/Gorm.gorm: Added Layout and Alignment menus.
|
|
|
|
* GormCore/GormDocument.[hm]: Added alignSelectedObjects: and
|
|
|
|
arrangeSelectedObjects: methods.
|
|
|
|
* GormCore/GormProtocol.h: Added alignSelectedObjects: and
|
|
|
|
arrangeSelectedObjects: methods declarations
|
|
|
|
* GormCore/NSView+GormExtensions.[hm]: Added moveViewToFront: and
|
|
|
|
moveViewToBack: methods.
|
|
|
|
* Gorm.m: Added alignSelectedObjects: and
|
|
|
|
arrangeSelectedObjects: methods.
|
|
|
|
|
2005-07-03 16:51:33 +00:00
|
|
|
2005-07-03 12:52 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/4Data/main.m: Minor fix in
|
|
|
|
depositViewResourceFromPasteboard: to prevent crash.
|
|
|
|
|
2005-07-03 16:27:52 +00:00
|
|
|
2005-07-03 12:26 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormBoxEditor.m: Minor cleanup.
|
|
|
|
* GormCore/GormControlEditor.m: Removed unecessary code to
|
|
|
|
handle formatter, since it is now handled generically via the
|
|
|
|
dragging delegate code.
|
|
|
|
* GormCore/GormViewEditor.m: Added code in performDragOperation:
|
|
|
|
and other dragging methods to correctly use the dragging delegate
|
|
|
|
code.
|
|
|
|
* GormCore/NSView+GormExtensions.m: Added implementation
|
|
|
|
of delegate registration methods to NSView here.
|
|
|
|
* GormLib/IBApplicationAdditions.h: Added declaration
|
|
|
|
for documentForObject: to the IBDocuments protocol.
|
|
|
|
* GormLib/IBPalette.h: Changed "document" ivar to paletteDocument.
|
|
|
|
* GormLib/IBPalette.m: Changed "document" ivar to paletteDocument.
|
|
|
|
* Gorm.m: Added implementation of documentForObject:
|
|
|
|
* Palettes/2Controls/main.m: Added methods for
|
|
|
|
IBViewResourceDraggingDelegates to handle images and sounds
|
|
|
|
dragged to controls.
|
|
|
|
* Palettes/4Data/main.m: Added methods for
|
|
|
|
IBViewResourceDraggingDelegates to handle formatters being
|
|
|
|
dragged to controls.
|
|
|
|
|
2005-07-02 20:16:10 +00:00
|
|
|
2005-07-02 16:12 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormControlEditor.m: Added call to setSelectionFromEditor:
|
|
|
|
in performDragOperation, if the object has a formatter.
|
|
|
|
* GormCore/GormInspectorsManager.m: Changes to refresh the
|
|
|
|
popup button based on the inspector modes in setCurrentInspector:
|
|
|
|
* GormLib/IBInspectorManager.[hm]: New instance variable.
|
|
|
|
Implemented addInspectorModeWithIndentifier:forObject:...
|
|
|
|
* GormLib/IBInspectorMode.[hm]: Added.
|
|
|
|
* Palettes/4Data/inspectors.m: minor cleanup.
|
|
|
|
* Palettes/4Data/main.m: Added code to add the inspector mode to
|
|
|
|
the manager when the object is selected.
|
|
|
|
|
2005-06-30 04:45:40 +00:00
|
|
|
2005-06-30 00:21 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/GormPrefGeneral.gorm: Remove the preferences
|
|
|
|
to manually change if the inspector or palette is shown.
|
|
|
|
* Gorm.m: -[Gorm applicationWillTerminate:] added code to
|
|
|
|
save the inspector and palette state.
|
|
|
|
|
2005-06-21 00:04:36 +00:00
|
|
|
2005-06-20 20:11 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GNUmakefile.preamble: Remove dependency on GL.
|
|
|
|
* GormCore/GormOpenGLView.h: Make a subclass of NSView.
|
|
|
|
* GormCore/GormOpenGLView.m: Comment out uneeded code.
|
|
|
|
|
2005-06-20 23:44:20 +00:00
|
|
|
2005-06-20 19:32 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GNUmakefile.preamble: Add -lGL to ADDITIONAL_LIBS
|
|
|
|
* GormCore/GNUmakefile: Added new opengl view.
|
|
|
|
* GormCore/GormCustomView.m: Added include for GormOpenGLView and
|
|
|
|
modified _bestPossibleSuperClass to return the GormOpenGLView.
|
|
|
|
* GormCore/GormOpenGLView.[hm]: Displays a rotating polygon to
|
|
|
|
illustrate that this is a OpenGL view to the user when in test mode.
|
|
|
|
* GormCore/GormViewWithSubviewsEditor.m: Corrected includes.
|
|
|
|
* Gorm.m: Corrected a memory leak in testInterface and endTesting.
|
|
|
|
|
2005-06-17 21:28:50 +00:00
|
|
|
2005-06-17 17:33 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/0Menus/GormNSMenu.m: Code cleanup.
|
|
|
|
|
2005-06-17 11:52:30 +00:00
|
|
|
2005-06-17 07:59 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/0Menus/GormMenuEditor.m
|
|
|
|
* Palettes/0Menus/main.m
|
|
|
|
* Palettes/1Windows/main.m
|
|
|
|
* Palettes/3Containers/inspectors.m: Code cleanup.
|
|
|
|
|
2005-06-17 04:41:24 +00:00
|
|
|
2005-06-17 00:47 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassManager.m
|
|
|
|
* GormCore/GormDocument.m
|
|
|
|
* GormCore/GormInspectorsManager.m
|
|
|
|
* GormCore/GormObjectEditor.m
|
|
|
|
* GormCore/GormObjectInspector.m
|
|
|
|
* GormCore/GormPalettesManager.m
|
|
|
|
* GormCore/GormResourceEditor.m
|
|
|
|
* GormCore/GormWindowEditor.m: Code cleanup.
|
|
|
|
|
2005-06-17 04:17:39 +00:00
|
|
|
2005-06-17 00:24 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Code cleanup.
|
|
|
|
|
2005-06-17 03:43:43 +00:00
|
|
|
2005-06-16 23:49 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Override "stop:" to call endTesting: if a test
|
|
|
|
session is running, instead of killing the app.
|
|
|
|
|
2005-06-16 23:42:34 +00:00
|
|
|
2005-06-16 19:49 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormLib/IBInspector.m: Added "revert" call in setObject:
|
|
|
|
|
2005-06-15 00:34:36 +00:00
|
|
|
2005-06-14 20:39 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: Fix in [GormDocument translate] to
|
|
|
|
properly redisplay the window after translation.
|
|
|
|
|
2005-06-13 03:31:18 +00:00
|
|
|
2005-06-12 23:36 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormOutlineView.m: _handleDoubleClick: now calls
|
|
|
|
NSDebugLog
|
|
|
|
|
2005-06-13 03:18:39 +00:00
|
|
|
2005-06-12 23:24 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GNUmakefile: Added GormProtocol.h to the exported headers.
|
|
|
|
|
2005-06-13 03:14:57 +00:00
|
|
|
2005-06-12 23:07 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassEditor.m: Modified the data source method
|
|
|
|
outlineView:setObjectValue:forItem: to reject outlet/action changes
|
|
|
|
when the item and the objectValue are the same.
|
|
|
|
* GormCore/GormDocument.m: Changed collectAllObjects to
|
|
|
|
_collectAllObjects, since it is private.
|
|
|
|
* GormCore/GormOutlineView.m: In mouseDown: only send to the super
|
|
|
|
class under certain conditions.
|
|
|
|
|
2005-06-11 18:06:43 +00:00
|
|
|
2005-06-11 14:10 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/Gorm.gorm: Addition of "Translation" submenu as well
|
|
|
|
as Load Strings and Export Strings
|
|
|
|
* GormCore/GormDocument.h: Declaration of exportStrings
|
|
|
|
* GormCore/GormDocument.m: Implementation of exportStrings
|
|
|
|
* GormCore/GormProtocol.h: Declaration of app level exportStrings:
|
|
|
|
* Gorm.m: Implementation of app level exportStrings: method.
|
|
|
|
|
2005-06-11 09:08:47 +00:00
|
|
|
2005-06-11 05:13 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: Improved translate method.
|
|
|
|
* Gorm.m: validateMenuItem: add case to handle translate menu.
|
|
|
|
|
2005-06-10 11:43:51 +00:00
|
|
|
2005-06-10 07:45 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/Gorm.gorm: Addition of "Translate" menu.
|
|
|
|
* GormCore/GormClassInspector.m: Corrected problem in
|
|
|
|
outlet and action data sources in tableView:setObjectValue:
|
|
|
|
tableColumn:row:
|
|
|
|
* GormCore/GormDocument.h: Added translate method, also added
|
|
|
|
selectClass:editClass: method declarations.
|
|
|
|
* GormCore/GormDocument.m Added translate method, also added
|
|
|
|
selectClass:editClass: method implementation.
|
|
|
|
* GormCore/GormProtocol.h: Added translate method declaration
|
|
|
|
to call from the menu.
|
|
|
|
* Gorm.m: Added translate method implementation which simply
|
|
|
|
calls the method on the currently active document.
|
|
|
|
|
2005-06-04 11:46:43 +00:00
|
|
|
2005-06-04 07:41 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/GormClassInspector.gorm: Updated to new .gorm file
|
|
|
|
version
|
|
|
|
* English.lproj/GormDocument.gorm: Added new profile to drop down.
|
|
|
|
* English.lproj/GormViewSizeInspector.gorm: Updated to new .gorm
|
|
|
|
file version
|
|
|
|
* GormCore/GormDocument.m: Change to _replaceObjectsWithTemplates: to
|
|
|
|
always replace windows with a GSWindowTemplate. This allows the
|
|
|
|
autoposition and defered logic to work properly when loading this
|
|
|
|
.gorm file in an application.
|
|
|
|
* GormCore/GormFilePrefsManager.m: Bumped version to 0.10.1
|
|
|
|
* GormCore/GormViewSizeInspector.m: Minor changes.
|
|
|
|
* GormInfo.plist: Bumped version to 0.10.1
|
|
|
|
* Palettes/0Menus/GormMenuEditor.m: Removed uneeded code.
|
|
|
|
* Palettes/0Menus/GormNSMenu.h: Added +menuWithMenu declaration.
|
|
|
|
* Palettes/0Menus/GormNSMenu.m: Added +menuWithMenu: to initialize
|
|
|
|
one menu from another.
|
|
|
|
* Palettes/0Menus/main.m: Change to use the fontMenu: method in
|
|
|
|
the NSFontManager to build the menu in Gorm's palette.
|
|
|
|
* Palettes/1Windows/GormNSPanel.h: Declarations for new methods.
|
|
|
|
* Palettes/1Windows/GormNSPanel.m: setAutoPositionMask: and
|
|
|
|
autoPositionMask methods added.
|
|
|
|
* Palettes/1Windows/GormNSWindow.h: Declarations for new methods.
|
|
|
|
* Palettes/1Windows/GormNSWindow.m: setAutoPositionMask: and
|
|
|
|
autoPositionMask methods added.
|
|
|
|
* Palettes/1Windows/GormNSWindowSizeInspector.gorm: Additions to handle
|
|
|
|
window positioning and maxsize.
|
|
|
|
* Palettes/1Windows/main.m: Additions to the window inspector
|
|
|
|
to handle maxSize and window position.
|
|
|
|
* Resources/VersionProfiles.plist: New profile entry
|
|
|
|
|
2005-05-26 03:37:38 +00:00
|
|
|
2005-05-25 23:38 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GModelDecoder.m
|
|
|
|
* GormCore/GormBoxEditor.h
|
|
|
|
* GormCore/GormBoxEditor.m
|
|
|
|
* GormCore/GormClassEditor.h
|
|
|
|
* GormCore/GormClassEditor.m
|
|
|
|
* GormCore/GormClassManager.h
|
|
|
|
* GormCore/GormClassManager.m
|
|
|
|
* GormCore/GormClassPanelController.h
|
|
|
|
* GormCore/GormClassPanelController.m
|
|
|
|
* GormCore/GormControlEditor.h
|
|
|
|
* GormCore/GormControlEditor.m
|
|
|
|
* GormCore/GormCustomView.h
|
|
|
|
* GormCore/GormCustomView.m
|
|
|
|
* GormCore/GormDocument.h
|
|
|
|
* GormCore/GormDocument.m
|
|
|
|
* GormCore/GormFilesOwner.h
|
|
|
|
* GormCore/GormFilesOwner.m
|
|
|
|
* GormCore/GormFunctions.h
|
|
|
|
* GormCore/GormFunctions.m
|
|
|
|
* GormCore/GormGenericEditor.h
|
|
|
|
* GormCore/GormGenericEditor.m
|
|
|
|
* GormCore/GormImageEditor.h
|
|
|
|
* GormCore/GormImageEditor.m
|
|
|
|
* GormCore/GormImage.m
|
|
|
|
* GormCore/GormInspectorsManager.h
|
|
|
|
* GormCore/GormInspectorsManager.m
|
|
|
|
* GormCore/GormInternalViewEditor.h
|
|
|
|
* GormCore/GormInternalViewEditor.m
|
|
|
|
* GormCore/GormMatrixEditor.h
|
|
|
|
* GormCore/GormMatrixEditor.m
|
|
|
|
* GormCore/GormObjectEditor.h
|
|
|
|
* GormCore/GormObjectEditor.m
|
|
|
|
* GormCore/GormObjectInspector.m
|
|
|
|
* GormCore/GormPalettesManager.h
|
|
|
|
* GormCore/GormPalettesManager.m
|
|
|
|
* GormCore/GormPlacementInfo.h
|
|
|
|
* GormCore/GormPrivate.h
|
|
|
|
* GormCore/GormPrivate.m
|
|
|
|
* GormCore/GormProtocol.h
|
|
|
|
* GormCore/GormResourceEditor.h
|
|
|
|
* GormCore/GormResourceEditor.m
|
|
|
|
* GormCore/GormResource.m
|
|
|
|
* GormCore/GormScrollViewEditor.m
|
|
|
|
* GormCore/GormSoundEditor.h
|
|
|
|
* GormCore/GormSoundEditor.m
|
|
|
|
* GormCore/GormSound.m
|
|
|
|
* GormCore/GormSplitViewEditor.h
|
|
|
|
* GormCore/GormSplitViewEditor.m
|
|
|
|
* GormCore/GormViewEditor.h
|
|
|
|
* GormCore/GormViewEditor.m
|
|
|
|
* GormCore/GormViewResourceManager.h
|
|
|
|
* GormCore/GormViewResourceManager.m
|
|
|
|
* GormCore/GormViewSizeInspector.m
|
|
|
|
* GormCore/GormViewWindow.h
|
|
|
|
* GormCore/GormViewWindow.m
|
|
|
|
* GormCore/GormViewWithContentViewEditor.h
|
|
|
|
* GormCore/GormViewWithContentViewEditor.m
|
|
|
|
* GormCore/GormViewWithSubviewsEditor.h
|
|
|
|
* GormCore/GormViewWithSubviewsEditor.m
|
|
|
|
* GormCore/GormWindowEditor.m
|
|
|
|
* GormCore/NSCell+GormAdditions.h
|
|
|
|
* GormCore/NSCell+GormAdditions.m
|
|
|
|
* GormCore/NSColorWell+GormExtensions.h
|
|
|
|
* GormCore/NSColorWell+GormExtensions.m
|
|
|
|
* GormCore/NSFontManager+GormExtensions.h
|
|
|
|
* GormCore/NSFontManager+GormExtensions.m
|
|
|
|
* GormCore/NSView+GormExtensions.h
|
|
|
|
* GormCore/NSView+GormExtensions.m
|
|
|
|
* GormLib/IBApplicationAdditions.h
|
|
|
|
* GormLib/IBApplicationAdditions.m
|
|
|
|
* GormLib/IBCellAdditions.h
|
|
|
|
* GormLib/IBCellProtocol.h
|
|
|
|
* GormLib/IBConnectors.h
|
|
|
|
* GormLib/IBConnectors.m
|
|
|
|
* GormLib/IBDefines.h
|
|
|
|
* GormLib/IBDocuments.h
|
|
|
|
* GormLib/IBDocuments.m
|
|
|
|
* GormLib/IBEditors.h
|
|
|
|
* GormLib/IBEditors.m
|
|
|
|
* GormLib/IBInspector.h
|
|
|
|
* GormLib/IBInspector.m
|
|
|
|
* GormLib/IBInspectorManager.h
|
|
|
|
* GormLib/IBInspectorManager.m
|
|
|
|
* GormLib/IBObjectAdditions.h
|
|
|
|
* GormLib/IBObjectAdditions.m
|
|
|
|
* GormLib/IBObjectProtocol.h
|
|
|
|
* GormLib/IBPalette.h
|
|
|
|
* GormLib/IBPalette.m
|
|
|
|
* GormLib/IBProjectFiles.h
|
|
|
|
* GormLib/IBProjects.h
|
|
|
|
* GormLib/IBResourceManager.h
|
|
|
|
* GormLib/IBResourceManager.m
|
|
|
|
* GormLib/IBViewAdditions.h
|
|
|
|
* GormLib/IBViewProtocol.h
|
|
|
|
* GormLib/IBViewResourceDragging.h
|
|
|
|
* GormLib/InterfaceBuilder.h
|
|
|
|
* GormPrefs/GormColorsPref.h
|
|
|
|
* GormPrefs/GormGeneralPref.m
|
|
|
|
* GormPrefs/GormGuidelinePref.h
|
|
|
|
* GormPrefs/GormPalettesPref.m
|
|
|
|
* Palettes/0Menus/GormMenuEditor.m
|
|
|
|
* Palettes/0Menus/GormMenuInspectors.m
|
|
|
|
* Palettes/0Menus/GormNSMenu.h
|
|
|
|
* Palettes/0Menus/GormNSMenu.m
|
|
|
|
* Palettes/0Menus/main.m
|
|
|
|
* Palettes/1Windows/GormNSPanel.h
|
|
|
|
* Palettes/1Windows/GormNSPanel.m
|
|
|
|
* Palettes/1Windows/GormNSWindow.h
|
|
|
|
* Palettes/1Windows/GormNSWindow.m
|
|
|
|
* Palettes/1Windows/main.m
|
|
|
|
* Palettes/2Controls/GormButtonEditor.h
|
|
|
|
* Palettes/2Controls/GormButtonEditor.m
|
|
|
|
* Palettes/2Controls/inspectors.m
|
|
|
|
* Palettes/2Controls/main.m
|
|
|
|
* Palettes/3Containers/GormNSBrowser.h
|
|
|
|
* Palettes/3Containers/GormNSBrowser.m
|
|
|
|
* Palettes/3Containers/GormNSOutlineView.h
|
|
|
|
* Palettes/3Containers/GormNSOutlineView.m
|
|
|
|
* Palettes/3Containers/GormNSTableView.h
|
|
|
|
* Palettes/3Containers/GormNSTableView.m
|
|
|
|
* Palettes/3Containers/GormTableViewEditor.h
|
|
|
|
* Palettes/3Containers/GormTableViewEditor.m
|
|
|
|
* Palettes/3Containers/GormTabViewEditor.h
|
|
|
|
* Palettes/3Containers/GormTabViewEditor.m
|
|
|
|
* Palettes/3Containers/inspectors.m
|
|
|
|
* Palettes/3Containers/main.m
|
|
|
|
* Palettes/4Data/inspectors.m
|
|
|
|
* Palettes/4Data/main.m
|
|
|
|
* Palettes/GNUmakefile: Change of address for FSF in header.
|
|
|
|
|
2005-05-26 03:08:06 +00:00
|
|
|
2005-05-25 23:09 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GNUmakefile
|
|
|
|
* GNUmakefile.postamble
|
|
|
|
* GNUmakefile.preamble
|
|
|
|
* Gorm.m
|
|
|
|
* main.m: Change address of FSF.
|
|
|
|
* Palettes/1Windows/GormNSWindowInspector.gorm: Remove "wants to
|
|
|
|
be color".
|
|
|
|
* Palettes/1Windows/GormNSWindowSizeInspector.gorm: Added window
|
|
|
|
autoposition section and max size section to .gorm file.
|
|
|
|
|
2005-05-24 04:28:17 +00:00
|
|
|
2005-05-24 00:28 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/GormClassInspector.gorm: Added link to
|
|
|
|
invoke selectAction: when an action is selected, also added link
|
|
|
|
to invoke selectOutlet: when an outlet is selected.
|
|
|
|
* GormCore/GormClassInspector.m: Addition of two new actions
|
|
|
|
selectAction: and selectOutlet:
|
|
|
|
|
2005-05-22 04:40:06 +00:00
|
|
|
2005-05-22 00:41 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassEditor.m: Correction for outline view
|
|
|
|
resize issues in switchView.
|
|
|
|
|
2005-05-21 17:17:00 +00:00
|
|
|
2005-05-21 13:15 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/GormPrefGeneral.gorm: Make the top switch off.
|
|
|
|
* GormCore/GormClassEditor.m: Added code in switchView
|
|
|
|
to properly resize the view so that it doesn't shrink when switching
|
|
|
|
between the outline and browser.
|
|
|
|
* GormPrefs/GormGeneralPref.m: Correct problem setting the
|
|
|
|
radio button.
|
|
|
|
|
2005-05-21 15:10:14 +00:00
|
|
|
2005-05-21 11:06 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* English.lproj/GormPrefGeneral.gorm: Added oulets/actions for
|
|
|
|
matrix to choose outline or browser view.
|
|
|
|
* GormCore/GormClassEditor.h: Added forward declaration for
|
|
|
|
NSBrowser.
|
|
|
|
* GormCore/GormClassEditor.m: Added new private methods and
|
|
|
|
also added code to existing methods to handle the browser view.
|
|
|
|
* GormCore/GormClassManager.m: Removed artificial returning of
|
|
|
|
NSObject in subClassesOf: and allSubclassesOf: so that it's now
|
|
|
|
possible to all root classes when querying for "nil".
|
|
|
|
* GormCore/GormFilePrefsManager.m: Updated version.
|
|
|
|
* GormInfo.plist: Updated version.
|
|
|
|
* GormPrefs/GormGeneralPref.h: Added interfaceMatrix and classesAction:
|
|
|
|
* GormPrefs/GormGeneralPref.m: Implemented classesAction.
|
|
|
|
* Resources/Defaults.plist: Added new default so that the user's
|
|
|
|
preference for the classes view is stored.
|
|
|
|
|
2005-05-20 04:04:40 +00:00
|
|
|
2005-05-19 23:54 Gregory John Casamento <greg_casamento@yahoo.com>
|
2005-05-20 04:01:51 +00:00
|
|
|
|
|
|
|
* Version 0.9.10
|
|
|
|
|
2005-05-07 10:49:24 +00:00
|
|
|
2005-05-07 06:50 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: In handleNotification: reset selection owner to
|
|
|
|
nil when document is closed. In validateMenuItem: do not get
|
|
|
|
class manager or selection owner when there is no active document.
|
|
|
|
|
2005-05-07 10:34:26 +00:00
|
|
|
2005-05-07 06:35 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GModelDecoder.m: Code to remove uneeded
|
|
|
|
classes from the model during processing.
|
|
|
|
* GormCore/GormClassEditor.m: Beginnings of class browser code.
|
|
|
|
|
2005-05-04 09:34:49 +00:00
|
|
|
2005-05-04 05:32 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassEditor.h: Changed class inheritance added
|
|
|
|
some ivars.
|
|
|
|
* GormCore/GormClassEditor.m: Made the editor indenpendent of the
|
|
|
|
outlineview. It now is an NSBox subclass. Preparing to
|
|
|
|
implement NSBrowser view of class hierarchy.
|
|
|
|
* GormCore/GormClassInspector.m: Changed document extensions
|
|
|
|
to call resetObject: on the editor instead of reset.
|
|
|
|
* GormCore/GormClassManager.m: Removed uneeded variable.
|
|
|
|
* GormCore/GormDocument.m: Changed to use new editor view.
|
|
|
|
* GormCore/GormPrivate.h: Added include.
|
|
|
|
|
2005-05-01 05:18:51 +00:00
|
|
|
2005-05-01 01:18 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassManager.m: Added code in initWithDocument:
|
|
|
|
which properly adds the methods to FirstResponder. Previously these
|
|
|
|
methods were being added in "ExtraActions" which was not correct.
|
|
|
|
Methods which are added in the palette should be added to "Actions".
|
|
|
|
|
2005-04-28 12:50:50 +00:00
|
|
|
2005-04-28 08:50 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: Correct problem in setName:forObject:
|
|
|
|
which was causing a segfault.
|
|
|
|
|
2005-04-24 15:21:12 +00:00
|
|
|
2005-04-24 11:16 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassManager.m: Remove special case for
|
|
|
|
NSSecureTextField.
|
|
|
|
* GormCore/GormCustomClassInspector.m: Added new private
|
|
|
|
method to call canSubstituteForClass: when appropriate to
|
|
|
|
determine if the class should appear in the class list.
|
|
|
|
* GormCore/GormPrivate.m: Added default implementation of
|
|
|
|
canSubstituteForClass: on NSObject to return NO.
|
|
|
|
* Palettes/2Controls/inspectors.m: Added implementation of
|
|
|
|
canSubstituteForClass: to NSSecureTextField.
|
|
|
|
|
2005-04-24 03:00:18 +00:00
|
|
|
2005-04-23 22:57 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassEditor.m: Change in performDragOperation: to
|
|
|
|
bring up an alert panel if the header can't be parsed.
|
|
|
|
|
2005-04-24 00:15:57 +00:00
|
|
|
2005-04-23 20:13 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassEditor.m: Register for all types.
|
|
|
|
* GormCore/GormDocument.h: Added new method allManagedPbTypes.
|
|
|
|
* GormCore/GormDocument.m: Implemented new method.
|
|
|
|
* GormCore/GormObjectEditor.m: Register for all types.
|
|
|
|
* GormCore/GormPrivate.m: Added call to new method which returns the
|
|
|
|
pb types for all resource managers.
|
|
|
|
|
2005-04-23 18:43:36 +00:00
|
|
|
2005-04-23 14:37 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GNUmakefile: Added new files.
|
|
|
|
* GormCore/GormBoxEditor.m: Added new includes.
|
|
|
|
* GormCore/GormControlEditor.m: Added new includes
|
|
|
|
* GormCore/GormDocument.m: Added new includes.
|
|
|
|
* GormCore/GormGenericEditor.m: Added new includes.
|
|
|
|
* GormCore/GormImageEditor.m: Added new includes.
|
|
|
|
* GormCore/GormInternalViewEditor.m:
|
|
|
|
* GormCore/GormMatrixEditor.m: Added new includes
|
|
|
|
* GormCore/GormObjectEditor.m: Added new header.
|
|
|
|
* GormCore/GormPrivate.h: Removed declarations.
|
|
|
|
* GormCore/GormResourceEditor.m: Include new header.
|
|
|
|
* GormCore/GormScrollViewEditor.m: Include new header.
|
|
|
|
* GormCore/GormSoundEditor.m: Include new header.
|
|
|
|
* GormCore/GormSplitViewEditor.m: Added GormViewKnobs.h
|
|
|
|
* GormCore/GormViewEditor.m: Added GormViewKnobs.h
|
|
|
|
* GormCore/GormViewSizeInspector.m: Added GormViewKnobs.h
|
|
|
|
* GormCore/GormViewWithContentViewEditor.m: Added GormViewKnobs.h
|
|
|
|
* GormCore/GormWindowEditor.m: Added GormViewKnobs.h
|
|
|
|
* GormCore/GormSoundEditor.h: Pulled out of GormPrivate.h
|
|
|
|
* GormCore/GormImageEditor.h: Pulled out of GormPrivate.h
|
|
|
|
* GormCore/GormResourceEditor.h: Pulled out of GormPrivate.h
|
|
|
|
* GormCore/GormObjectEditor.h: Pulled out of GormPrivate.h
|
|
|
|
* GormCore/GormGenericEditor.h: Pulled out of GormPrivate.h
|
|
|
|
* Gorm.m: Added new includes
|
|
|
|
* GormPrefs/GormPalettesPref.m: Eliminated warning.
|
|
|
|
* Palettes/0Menus/GormMenuEditor.m: Removed unused variable.
|
|
|
|
* Palettes/3Containers/GormTabViewEditor.m: Added include to
|
|
|
|
GormViewKnobs.h
|
|
|
|
|
2005-04-23 17:16:10 +00:00
|
|
|
2005-04-23 13:11 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GNUmakefile: Added new files.
|
|
|
|
* GormCore/GormClassEditor.m: Changed to include new header, and
|
|
|
|
use new method for registration of pboard types.
|
|
|
|
* GormCode/GormClassEditor.h: New file
|
|
|
|
* GormCore/GormDocument.m: Changed to include new header.
|
|
|
|
* GormCore/GormObjectEditor.m: Uses new method to register all
|
|
|
|
pboard types.
|
|
|
|
* GormCore/GormPrivate.h: Added declaration for new method.
|
|
|
|
* GormCore/GormPrivate.m: Added new method to register pboard types.
|
|
|
|
* GormCore/GormResourceEditor.m: Changed to use new method.
|
|
|
|
* NSCell+GormAdditions.h: Removed from GormPrivate.h
|
|
|
|
* NSCell+GormAdditions.m: Removed from GormPrivate.m
|
|
|
|
|
2005-04-23 06:54:22 +00:00
|
|
|
2005-04-23 02:50 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassEditor.m: Implementation of editor/dragging
|
|
|
|
methods.
|
|
|
|
* GormCore/GormDocument.m: Uncommented the section of the
|
|
|
|
changeToTopLevelEditorAcceptingTypes: method which switches to the
|
|
|
|
classes view.
|
|
|
|
* GormCore/GormGenericEditor.m: Added implementation for
|
|
|
|
fileTypes.
|
|
|
|
* GormCore/GormPrivate.h: Added declaration of fileTypes.
|
|
|
|
|
2005-04-22 21:27:14 +00:00
|
|
|
2005-04-22 17:15 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.h: Changed signature.
|
|
|
|
* GormCore/GormDocument.m: Add another parameter on the new
|
|
|
|
method added previously.
|
|
|
|
* GormCore/GormObjectEditor.m: Get the ext to pass and call
|
|
|
|
changeToTopLevelEditorAcceptingTypes:andFileTypes: if the
|
|
|
|
type is NSFilenamePboardType.
|
|
|
|
* GormCore/GormResourceEditor.m: Get the ext to pass and call
|
|
|
|
changeToTopLevelEditorAcceptingTypes:andFileTypes:
|
|
|
|
|
2005-04-22 20:02:45 +00:00
|
|
|
2005-04-22 15:57 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.h: Added new method.
|
|
|
|
* GormCore/GormDocument.m: Added implementation for
|
|
|
|
changeToTopLevelEditorAcceptingTypes and changeToViewWithTag:.
|
|
|
|
* GormCore/GormObjectEditor.m: Added code to call
|
|
|
|
changeToTopLevelEditorAcceptingTypes: when a given type isn't
|
|
|
|
accepted by this editor.
|
|
|
|
* GormCore/GormResourceEditor.m: Added code to call
|
|
|
|
changeToTopLevelEditorAcceptingTypes: when a given type isn't
|
|
|
|
accepted by this editor.
|
|
|
|
|
2005-04-22 16:41:17 +00:00
|
|
|
2005-04-22 12:38 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/0Menus/GormMenuEditor.m: [GormMenuEditor pasteInSelection]
|
|
|
|
removed extra call to attachObject:withParent:.
|
|
|
|
|
2005-04-22 16:27:35 +00:00
|
|
|
2005-04-22 12:24 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/0Menus/GormMenuEditor.m: [GormMenuEditor pasteInSelection]
|
|
|
|
corrected problem with pasting the menu items.
|
|
|
|
|
2005-04-22 00:43:10 +00:00
|
|
|
2005-04-21 20:40 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GNUmakefile: Build the new resource manager.
|
|
|
|
* GormCore/GormDocument.m: Register the new resource manager.
|
|
|
|
* GormCore/GormViewResourceManager.m: New resource manager for views.
|
|
|
|
* GormLib/IBResourceManager.m: Removed views for the main resource
|
|
|
|
manager.
|
|
|
|
|
2005-04-21 04:41:57 +00:00
|
|
|
2005-04-21 00:39 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormViewEditor.m: Fix for double "setView:" call.
|
|
|
|
* GormCore/GormViewWindow.m: Code cleanup.
|
|
|
|
|
2005-04-21 03:04:08 +00:00
|
|
|
2005-04-20 23:00 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormObjectEditor.m: Added copyright information.
|
|
|
|
* GormLib/IBResourceManager.m: Added exception handling to prevent
|
|
|
|
a problem unarchiving an object from the pasteboard from crashing
|
|
|
|
the app.
|
|
|
|
|
2005-04-21 01:56:08 +00:00
|
|
|
2005-04-20 21:51 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassManager.m: Restrict instantiation of NSView and
|
|
|
|
subclasses using Command-Shift-I. This means that standalone views
|
|
|
|
can only be created from objects which are draggable from the palette.
|
|
|
|
* GormCore/GormViewEditor.m: Removed logging ever time a standalone
|
|
|
|
view is placed, as I don't consider the functionality experimental
|
|
|
|
at this point.
|
|
|
|
* GormCore/GormViewWindow.m: Size the window to accommodate the
|
|
|
|
view if it already has size, if it doesn't resize the view to the
|
|
|
|
window's dimensions.
|
|
|
|
|
2005-04-20 10:31:56 +00:00
|
|
|
2005-04-20 06:27 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/2Controls/ControlsPalette.gorm: Corrected minor
|
|
|
|
problem with switch and radio buttons in the controls palette.
|
|
|
|
* TODO: Updated completed item.
|
|
|
|
|
2005-04-18 00:54:54 +00:00
|
|
|
2005-04-17 20:46 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormCustomClassInspector.m: In _replaceCellClassForObject:
|
|
|
|
className: corrected a problem where the drawBackground flag
|
|
|
|
is set to NO when changing the cell type. It is now preserved when
|
|
|
|
the new cell object is set.
|
|
|
|
* Palettes/2Controls/GormButtonEditor.h: Added ivar.
|
|
|
|
* Palettes/2Controls/GormButtonEditor.m: Corrects a bug reported
|
|
|
|
by Matt Rice where the temporary text field becomes part of
|
|
|
|
the document when saving while editing a button.
|
|
|
|
|
2005-04-17 16:14:12 +00:00
|
|
|
2005-04-17 12:06 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: Added code in loadDocument: and
|
|
|
|
saveGormDocument: to use data from the new SubstituteClasses
|
|
|
|
entry in the palette.table.
|
|
|
|
* GormCore/GormFilePrefsManager.m: Updated version to 0.9.9
|
|
|
|
* GormCore/GormPalettesManager.h: Added substituteClasses ivar.
|
|
|
|
* GormCore/GormPalettesManager.m: Implemented code to use
|
|
|
|
SubstituteClasses entry in palette.
|
|
|
|
* GormInfo.plist: Update version to 0.9.9
|
|
|
|
|
2005-04-17 01:48:49 +00:00
|
|
|
2005-04-16 21:44 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: In removeConnector: make the
|
|
|
|
IBWillRemoveConnectorNotification carry aConnector as the
|
|
|
|
object, instead of the document. The same for
|
|
|
|
IBDidRemoveConnectorNotification.
|
|
|
|
|
2005-04-16 23:33:23 +00:00
|
|
|
2005-04-16 19:29 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormPalettesManager.m: Slight improvement to palette
|
|
|
|
import.
|
|
|
|
|
2005-04-16 21:25:33 +00:00
|
|
|
2005-04-16 17:21 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassManager.m: Added code in initWithDocument:
|
|
|
|
to add the actions to the FirstResponder.
|
|
|
|
* GormCore/GormFunctions.h
|
|
|
|
* GormCore/GormFunctions.m: Added function to get the
|
|
|
|
actions from a class.
|
|
|
|
* GormCore/GormPalettesManager.m: Added code to get
|
|
|
|
actions/outlets from classes in exported from palettes.
|
|
|
|
* Palettes/0Menus/GNUmakefile
|
|
|
|
* Palettes/1Windows/GNUmakefile
|
|
|
|
* Palettes/2Controls/palette.table
|
|
|
|
* Palettes/3Containers/GNUmakefile: Added palette.table
|
|
|
|
|
2005-04-15 06:39:21 +00:00
|
|
|
2005-04-15 02:14 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormInspectorsManager.m: Patch from Matt Rice to
|
|
|
|
allow connection from a table column.
|
|
|
|
* GormCore/GormPalettesManager.m: Import action methods automatically
|
|
|
|
from the class.
|
|
|
|
* Palettes/3Containers/GormTableViewEditor.m: Patch from Matt Rice
|
|
|
|
to allow connection from a table column.
|
|
|
|
|
2005-04-14 05:46:15 +00:00
|
|
|
2005-04-14 01:42 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Resources/ClassInformation.plist: Added NSPopUpButtonCell and
|
|
|
|
NSMenuItemCell.
|
|
|
|
|
2005-04-14 04:40:48 +00:00
|
|
|
2005-04-14 00:31 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormClassManager.m: More informative error message when
|
|
|
|
a class can't be found.
|
|
|
|
* GormCore/GormImage.m: Implement objectNameForInspectorTitle.
|
|
|
|
* GormCore/GormInspectorsManager.m: Remove special cases for Image
|
|
|
|
and Sound.
|
|
|
|
* GormCore/GormPalettesManager.m: Beginnings of code to get
|
|
|
|
outlets/actions for exported class.
|
|
|
|
* GormCore/GormResource.h: Added include for IBObjectAdditions.h
|
|
|
|
to GormResource.h
|
|
|
|
* GormCore/GormSound.m: Implement objectNameForInspectorTitle.
|
|
|
|
|
2005-04-13 00:32:33 +00:00
|
|
|
2005-04-12 20:27 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormGenericEditor.m: Unsubscribe from all notifications.
|
|
|
|
* GormCore/GormObjectEditor.m: Correct problem preventing
|
|
|
|
connections.
|
|
|
|
|
2005-04-12 03:29:00 +00:00
|
|
|
2005-04-11 23:24 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormInspectorsManager.m: Send a call to "revert"
|
|
|
|
to load the contents of the inspector from the object.
|
|
|
|
|
2005-04-12 02:54:24 +00:00
|
|
|
2005-04-11 22:46 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormGenericEditor.m: Removed release of resource
|
|
|
|
manager. This is a "weak connection" in the sense that the
|
|
|
|
manager is a shared instance and is retained by the document,
|
|
|
|
not the editor.
|
|
|
|
|
2005-04-11 23:27:16 +00:00
|
|
|
2005-04-11 19:22 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormObjectEditor.m: Correction for problem which
|
|
|
|
was causing issues with dragging.
|
|
|
|
|
2005-04-11 20:42:33 +00:00
|
|
|
2005-04-11 16:38 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: Improved documentation.
|
|
|
|
|
2005-04-11 05:43:19 +00:00
|
|
|
2005-04-11 01:38 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormLib/IBResourceManager.m: Made addResourcesFromPasteboard: call
|
|
|
|
addResources: for each array for a given type from the pasteboard.
|
|
|
|
|
2005-04-11 05:09:40 +00:00
|
|
|
2005-04-11 01:04 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m
|
|
|
|
* GormCore/GormObjectEditor.m: Corrected problem with resource
|
|
|
|
manager.
|
|
|
|
|
2005-04-11 04:05:30 +00:00
|
|
|
2005-04-10 23:59 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.m: Moved call to register IBResourceManager
|
|
|
|
here and also correct a memory problem.
|
|
|
|
* GormCore/GormObjectEditor.m: Corrected a problem with
|
|
|
|
registering the types.
|
|
|
|
|
2005-04-11 02:47:00 +00:00
|
|
|
2005-04-10 22:42 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormFilePrefsManager.m
|
|
|
|
* GormInfo.plist: Updated version to 0.9.7.
|
|
|
|
|
2005-04-11 00:16:01 +00:00
|
|
|
2005-04-10 20:09 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.h
|
|
|
|
* GormCore/GormDocument.m: addition of the method
|
|
|
|
resourceManagerForPasteboard:.
|
|
|
|
* GormCore/GormObjectEditor.m: Changes to utilize IBResourceManager
|
|
|
|
* GormLib/IBResourceManager.h
|
|
|
|
* GormLib/IBResourceManager.m: Changes to add objects to the document
|
|
|
|
properly.
|
|
|
|
|
2005-04-10 22:21:59 +00:00
|
|
|
2005-04-10 18:13 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormDocument.h: Organized methods.
|
|
|
|
* GormCore/GormDocument.m: Added code here to add to top
|
|
|
|
level objects array, when appropriate.
|
|
|
|
* GormCore/GormGenericEditor.m: Prevent close when already
|
|
|
|
closed.
|
|
|
|
* GormCore/GormObjectEditor.m: Removed code which adds
|
|
|
|
to document/top level objects, this is done in the document now.
|
|
|
|
* GormCore/GormPrivate.h: Added new ivar to GormGenericEditor
|
|
|
|
* GormLib/IBResourceManager.h
|
|
|
|
* GormLib/IBResourceManager.m: Corrected implementation of
|
|
|
|
register methods.
|
|
|
|
* Resources/ClassInformation.plist: Added Object.
|
|
|
|
|
2005-04-03 11:42:35 +00:00
|
|
|
2005-04-03 07:36 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormLib/IBResourceManager.[hm]: Implementation of this class.
|
|
|
|
|
2005-03-31 04:37:40 +00:00
|
|
|
2005-03-30 23:36 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormFilePrefsManager.m: Update the version of a
|
|
|
|
file, once it's been saved with a new version of Gorm.
|
|
|
|
|
2005-03-31 03:44:57 +00:00
|
|
|
2005-03-30 22:43 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCore/GormFilePrefsManager.m: Update to version 0.9.5.
|
|
|
|
* GormInfo.plist: Update to version 0.9.5.
|
|
|
|
|
2005-03-31 03:04:43 +00:00
|
|
|
2005-03-30 06:09 Gregory John Casamento <greg_casamento@yahoo.com>
|
2005-03-27 11:16:36 +00:00
|
|
|
|
2005-03-31 03:04:43 +00:00
|
|
|
* Merge: from branch: build_reorg_branch.
|
|
|
|
|
2005-03-31 03:01:36 +00:00
|
|
|
2005-03-30 06:09 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
BRANCH: build_reorg_branch
|
|
|
|
* GNUmakefile: Added GormInfo.plist back to the top level
|
|
|
|
dir
|
|
|
|
* Resources/GormInfo.plist: Removed from here.
|
|
|
|
|
|
|
|
2005-03-29 21:42 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
BRANCH: build_reorg_branch
|
|
|
|
* GNUmakefile
|
|
|
|
* GNUmakefile.preamble
|
|
|
|
* GormPrefs/GNUmakefile
|
|
|
|
* GormPrefs/GNUmakefile.preamble
|
|
|
|
* Palettes/0Menus/GNUmakefile.preamble
|
|
|
|
* Palettes/1Windows/GNUmakefile.preamble
|
|
|
|
* Palettes/2Controls/GNUmakefile.preamble
|
|
|
|
* Palettes/3Containers/GNUmakefile.preamble
|
|
|
|
* Palettes/4Data/GNUmakefile.preamble: Removed GormPrefs framework,
|
|
|
|
it is now a library.
|
|
|
|
* Resources: Moved all .gorm files from here..
|
|
|
|
* English.lproj: To here.
|
|
|
|
|
|
|
|
2005-03-29 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
BRANCH: build_reorg_branch
|
|
|
|
* GormPalettesManager.m: Fix some coordinate translation bugs when
|
|
|
|
the gui is decorating windows itsself.
|
|
|
|
|
|
|
|
2005-03-29 02:47 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
BRANCH: build_reorg_branch
|
|
|
|
* GormCore/GNUmakefile.preamble: Removed link to GormPrefs.
|
|
|
|
* GormCore/GormPrivate.m: Removed uneeded reference to GormPrefs.
|
|
|
|
|
|
|
|
2005-03-29 02:24 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
BRANCH: build_reorg_branch
|
|
|
|
* GNUmakefile.postamble: Removed kludge for windows.
|
|
|
|
* GormCore/GNUmakefile.preamble: Fixed path.
|
|
|
|
|
|
|
|
2005-03-29 01:50 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
BRANCH: build_reorg_branch
|
|
|
|
* GNUmakefile: Reorganized the build order so that GormCore is
|
|
|
|
built before GormPrefs.
|
|
|
|
|
|
|
|
2005-03-29 01:40 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
BRANCH: build_reorg_branch
|
|
|
|
* GNUmakefile.preamble
|
|
|
|
* GormPrefs/GNUmakefile
|
|
|
|
* Palettes/0Menus/GNUmakefile.preamble
|
|
|
|
* Palettes/1Windows/GNUmakefile.preamble
|
|
|
|
* Palettes/2Controls/GNUmakefile.preamble
|
|
|
|
* Palettes/3Containers/GNUmakefile.preamble
|
|
|
|
* Palettes/4Data/GNUmakefile.preamble: Build and link
|
|
|
|
GormPrefs as a library on windows, for now, until the bug is
|
|
|
|
fixed.
|
|
|
|
|
|
|
|
2005-03-29 01:24 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
BRANCH: build_reorg_branch
|
|
|
|
* Palettes/0Menus/GNUmakefile.preamble
|
|
|
|
* Palettes/1Windows/GNUmakefile.preamble
|
|
|
|
* Palettes/2Controls/GNUmakefile.preamble
|
|
|
|
* Palettes/3Containers/GNUmakefile.preamble
|
|
|
|
* Palettes/4Data/GNUmakefile.preamble: Added lines to all
|
|
|
|
of these files to link the GormCore when the palette is built
|
|
|
|
on windows.
|
|
|
|
|
|
|
|
2005-03-29 01:08 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
BRANCH: build_reorg_branch
|
|
|
|
* Gorm.m: Added new version here, after factoring out of
|
|
|
|
GormCore.
|
|
|
|
* install-windows.sh: Removed.
|
|
|
|
|
|
|
|
2005-03-28 19:55 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
BRANCH: build_reorg_branch
|
|
|
|
* GormCore: New library (may become a framework)
|
|
|
|
* *.[hm]: Except for main.m, moved to GormCore.
|
|
|
|
|
2005-03-31 03:04:43 +00:00
|
|
|
2005-03-27 06:24 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassEditor.m: Added addAttributeToClass here. Also
|
|
|
|
added a check to prevent changing the outline row count.
|
|
|
|
* GormOutlineView.m: Removed addAttributeToClass from here.
|
|
|
|
* GormPrivate.h: Moved addAttributeToClass to class editor.
|
|
|
|
|
2005-03-31 03:01:36 +00:00
|
|
|
2005-03-26 15:02 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
BRANCH: build_reorg_branch
|
|
|
|
* GNUmakefile: Add new framework to makefile.
|
|
|
|
* Resources: Removed pref gorms.
|
|
|
|
* GormLib: New framework. Pref gorms moved here as
|
|
|
|
|
2005-03-26 15:07:22 +00:00
|
|
|
2005-03-26 10:18 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* install-windows.sh: Installation script for windows.
|
|
|
|
This automates the process until the reorg is completed.
|
|
|
|
|
2005-03-26 06:38:55 +00:00
|
|
|
2005-03-26 01:49 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GNUmakefile: Correction to previous commit. Compile palettes
|
|
|
|
after GormLib/InterfaceBuilder library.
|
|
|
|
|
2005-03-26 06:29:56 +00:00
|
|
|
2005-03-26 01:37 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
These changes allow the build to work correctly on UNIX and
|
|
|
|
preserve Nicola's changes for mingw. This is temporary until
|
|
|
|
the build is reorganized.
|
|
|
|
* GNUmakefile: Added Palettes back to subprojects back in with
|
|
|
|
conditional for mingw.
|
|
|
|
* GNUmakefile.postamble: Added conditional for targets so that
|
|
|
|
they will work as expected on UNIX.
|
|
|
|
|
2005-03-22 04:36:33 +00:00
|
|
|
2005-03-22 04:30 Nicola Pero <n.pero@mi.flashnet.it>
|
|
|
|
|
|
|
|
With these changes, Gorm builds and runs out-of-the-box on Mingw32
|
|
|
|
with latest gnustep-make.
|
|
|
|
* GNUmakefile (SUBPROJECTS): Do not build Palettes as a subproject
|
|
|
|
because they depend on Gorm.app having been built first.
|
|
|
|
* GNUmakefile.postamble (after-all): Added rule to manually
|
|
|
|
build Palettes after Gorm.app.
|
|
|
|
(after-clean): Same change.
|
|
|
|
(after-distclean): Same change.
|
|
|
|
* Palettes/0Menus/GNUmakefile.preamble: Link ../../Gorm.app/Gorm.exe.a
|
|
|
|
on Mingw.
|
|
|
|
* Palettes/1Windows/GNUmakefile.preamble: Same change.
|
|
|
|
* Palettes/2Controls/GNUmakefile.preamble: Same change.
|
|
|
|
* Palettes/3Containers/GNUmakefile.preamble: Same change.
|
|
|
|
* Palettes/4Data/GNUmakefile.preamble: Same change.
|
|
|
|
|
2005-03-21 22:19:23 +00:00
|
|
|
2005-03-21 23:30 Nicola Pero <n.pero@mi.flashnet.it>
|
|
|
|
|
|
|
|
* GormLib/IBSystem.h: Fixed windows32 check for building
|
|
|
|
the library. The library name is libGorm, not libGormLib!
|
|
|
|
Also, simply use extern when exporting on Mingw.
|
|
|
|
* GormLib/GNUmakefile.preamble: Removed special linking
|
|
|
|
additions on Mingw, not needed.
|
|
|
|
* Palettes/0Menus/GNUmakefile.preamble: Use ADDITIONAL_GUI_LIBS,
|
|
|
|
not xxx_LIBRARIES_DEPEND_UPON, to link libGorm on Mingw.
|
|
|
|
* Palettes/1Windows/GNUmakefile.preamble: Same change.
|
|
|
|
* Palettes/2Controls/GNUmakefile.preamble: Same change.
|
|
|
|
* Palettes/3Containers/GNUmakefile.preamble: Same change.
|
|
|
|
* Palettes/4Data/GNUmakefile.preamble: Same change.
|
|
|
|
|
2005-03-20 15:08:59 +00:00
|
|
|
2005-03-20 10:17 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormViewEditor.m: [GormViewEditor performDragOperation:]
|
|
|
|
call [GormDocument setSelectionFromEditor:] with self in order
|
|
|
|
to force the inspector to show the newly added image name.
|
|
|
|
|
2005-03-19 20:56:22 +00:00
|
|
|
2005-03-19 16:04 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormLib/InterfaceBuilder.h: Added new header
|
|
|
|
* GormLib/IBViewResourceDragging.h: New header
|
|
|
|
* GormLib/GNUmakefile: Added new header
|
|
|
|
|
2005-03-19 10:31:38 +00:00
|
|
|
2005-03-19 05:39 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormViewEditor.m: Corrected problem with control snapping to
|
|
|
|
edge when the threshold for the guideline was set lower than 5.
|
|
|
|
* Resources/GormPrefGuideline.gorm: Set minimum of slider to 1.
|
|
|
|
* Resources/GormPrefHeaders.gorm: Adjusted sizing of table.
|
|
|
|
* Resources/GormPrefPalettes.gorm: Corrected background color
|
|
|
|
|
2005-03-19 09:50:47 +00:00
|
|
|
2005-03-19 04:57 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Defaults.plist: Added default of 10 for "GuideSpacing".
|
|
|
|
* GNUmakefile: Added new files.
|
|
|
|
* GormColorsPref.h: Removed extra "#" from header.
|
|
|
|
* GormGuidelinePref.[hm]: New controller class for preference
|
|
|
|
module.
|
|
|
|
* GormPrefController.[hm]: Added new preference panel.
|
|
|
|
* GormViewEditor.m: Modifed to use new GuideSpacing preference
|
|
|
|
value instead of a hardcoded value of 10 or 5.
|
|
|
|
* Resources/GormPreferences.gorm: Added new pulldown.
|
|
|
|
* Resources/GormPrefGuideline.gorm: New gui for setting
|
|
|
|
GuideSpacing default.
|
|
|
|
|
2005-03-19 08:22:10 +00:00
|
|
|
2005-03-19 03:31 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Defaults.plist: Change default to allow user bundles to
|
|
|
|
YES.
|
|
|
|
|
2005-03-12 02:25:42 +00:00
|
|
|
2005-03-11 21:31 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GNUmakefile: Remove Testing directory from makefile.
|
|
|
|
|
2005-03-12 02:20:18 +00:00
|
|
|
2005-03-11 21:25 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
2005-03-12 02:25:42 +00:00
|
|
|
* Testing: Removed the "GormTest" application. Since most
|
2005-03-12 02:20:18 +00:00
|
|
|
.gorm files use classes which will never be linked into that
|
|
|
|
application and since the "test interface" functionality in
|
|
|
|
Gorm itself provides the same functionality, this app is being
|
|
|
|
removed.
|
|
|
|
|
|
|
|
2005-03-09 23:58 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Documentation/GNUmakefile: Install docs into correct
|
|
|
|
location under ${GNUSTEP_SYSTEM_ROOT}/Library/Documentation.
|
|
|
|
|
2005-03-08 05:11:41 +00:00
|
|
|
2005-03-08 00:15 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GNUmakefile: Added new files.
|
|
|
|
* GormDocument.h: Added header for InterfaceBuilder.h to get
|
|
|
|
the necessary interface declarations.
|
|
|
|
* GormDocument.m: Change to retain and release the last used
|
|
|
|
editor.
|
|
|
|
* NSFontManager+GormExtensions.[hm]: New files.
|
|
|
|
|
2005-03-08 03:12:32 +00:00
|
|
|
2005-03-07 22:18 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Added code to make the window of the widget
|
|
|
|
selected, the key window. This helps correct Bug#12224.
|
|
|
|
* Palettes/1Windows/GormNSWindow.m: Added method canBecomeKeyWindow
|
|
|
|
to guarantee that it returns YES.
|
|
|
|
|
2005-03-06 11:14:43 +00:00
|
|
|
2005-03-06 06:20 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Documentation/Gorm.texi: Added FAQ concerning font modification.
|
|
|
|
|
2005-03-06 04:05:03 +00:00
|
|
|
2005-03-05 23:07 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GNUmakefile: Added new class.
|
|
|
|
* GormImageEditor.m: Refactored all of the code into the
|
|
|
|
new parent. Implemented only those methods needed.
|
|
|
|
* GormPrivate.h: Changed hierarchy of GormImageEditor and
|
|
|
|
GormSoundEditor to have GormResourceEditor as their parent
|
|
|
|
* GormResourceEditor.m: New parent for sound/image editors.
|
|
|
|
* GormSoundEditor.m: Refactored all of the code into the
|
|
|
|
new parent class. Implemented needed methods.
|
|
|
|
|
2005-03-04 08:55:36 +00:00
|
|
|
2005-03-04 04:04 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormImageEditor.m
|
|
|
|
* GormPrivate.h: Added declaration for new method.
|
|
|
|
* GormSoundEditor.m: Streamlined drag/drop code in image/sound
|
|
|
|
editors.
|
|
|
|
|
2005-03-02 02:27:55 +00:00
|
|
|
2005-03-01 21:34 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GNUmakefile: Added new files.
|
|
|
|
* GormDocument.m: Calls new resource methods.
|
|
|
|
* GormImageEditor.m: Calls new resource methods.
|
|
|
|
* GormImage.[hm]: Now inherits from GormResource.
|
|
|
|
* GormResource.[hm]: Added. New abstract resource class which
|
|
|
|
implements IBResourceFiles.
|
|
|
|
* GormSoundEditor.m: Calls new methods.
|
|
|
|
* GormSound.[hm]: Now inherits from GormResource.
|
|
|
|
* GormSoundInspector.m: Calls new methods.
|
|
|
|
|
2005-03-01 01:04:54 +00:00
|
|
|
2005-02-28 20:13 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormFilePrefsManager.m
|
|
|
|
* GormInfo.plist: Bump application version in CVS.
|
|
|
|
|
2005-03-01 00:45:23 +00:00
|
|
|
2005-02-28 19:53 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Version 0.9.2
|
|
|
|
|
2005-02-27 16:59:03 +00:00
|
|
|
2005-02-27 12:07 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Documentation/Gorm.texi: Added a question to the FAQ.
|
|
|
|
|
2005-02-27 05:14:48 +00:00
|
|
|
2005-02-27 00:22 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Documentation/Makefile.postamble: Now generates autogsdoc
|
|
|
|
documentation for GormLib and places it in the "InterfaceBuilder"
|
|
|
|
directory under Documentation.
|
|
|
|
|
2005-02-27 04:55:22 +00:00
|
|
|
2005-02-27 00:03 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Documentation/Gorm.texi: Palette documentation.
|
|
|
|
|
2005-02-27 03:06:03 +00:00
|
|
|
2005-02-26 22:14 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Documentation/Gorm.texi: Updating documentation to contain
|
|
|
|
information answering recent questions about encoding.
|
|
|
|
|
2005-02-20 17:41:27 +00:00
|
|
|
2005-02-20 12:48 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GModelDecoder.m: Mapped NSCStringText to NSText.
|
|
|
|
|
2005-02-19 07:24:39 +00:00
|
|
|
2005-02-19 02:29 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Defaults.plist: Added new default "AllowUserBundles" to
|
|
|
|
disable new code which prevents Gorm from running if a
|
|
|
|
user bundle is present.
|
|
|
|
* Gorm.m: Added code in [Gorm applicationDidFinishLaunching:]
|
|
|
|
to warn the user and quit, unless the above default is set,
|
|
|
|
if there is a user bundle loaded. It will give the user
|
|
|
|
a few panels explaining what's going on.
|
|
|
|
|
2005-02-16 04:31:25 +00:00
|
|
|
2005-02-15 23:37 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormPosingView.[hm]: Removed.
|
|
|
|
|
2005-02-16 04:19:50 +00:00
|
|
|
2005-02-15 23:24 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Disabled poseAs: and poseAsClass: while in Gorm.
|
|
|
|
* Resources/GormClassInspector.gorm
|
|
|
|
* Resources/GormFontView.gorm
|
|
|
|
* Resources/GormImageInspector.gorm
|
|
|
|
* Resources/GormNSSplitViewInspector.gorm
|
|
|
|
* Resources/GormPrefGeneral.gorm
|
|
|
|
* Resources/GormPrefPalettes.gorm
|
|
|
|
* Resources/GormScrollViewAttributesInspector.gorm: made sure that
|
|
|
|
all fonts are system fonts.
|
|
|
|
|
2005-02-15 04:29:32 +00:00
|
|
|
2005-02-14 23:35 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.m: changed [GormClassManager parseHeader:]
|
|
|
|
to be able to properly handle categories on existing classes.
|
|
|
|
|
2005-02-14 05:54:39 +00:00
|
|
|
2005-02-14 01:00 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormObjCHeaderParser/OCIVarDecl.m: Corrected problem with
|
|
|
|
reading declarations which have the "*" spaced oddly. Problem
|
|
|
|
reported by Nicolas Roard.
|
|
|
|
|
2005-02-13 14:30:55 +00:00
|
|
|
2005-02-13 09:37 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GModelDecoder.m: After gmodel load, mark the document as
|
|
|
|
edited in openGModel:.
|
|
|
|
* GormDocument.m: in setupDefaults: mark the document as
|
|
|
|
edited.
|
|
|
|
|
2005-02-13 14:22:04 +00:00
|
|
|
2005-02-13 09:27 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: in [GormDocument attachObject:withParent:]
|
|
|
|
coercion of id to NSControl to avoid warning about selection of
|
|
|
|
the target method. Changed setSelectionFromEditor: to
|
|
|
|
stop any connection activity when a selection is changed.
|
|
|
|
|
2005-02-13 09:40:12 +00:00
|
|
|
2005-02-13 04:46 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: in -loadDocument: if the extension is
|
|
|
|
.gmodel call the openGModel: method to load it.
|
|
|
|
|
2005-02-06 15:38:10 +00:00
|
|
|
2005-02-06 10:43 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: in -saveAsDocument: return the value
|
|
|
|
returned by -saveGormDocument: when it's called.
|
|
|
|
|
2005-02-06 07:06:35 +00:00
|
|
|
2005-02-06 02:13 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Resources/GormViewSizeInspector.gorm: Corrected box title color.
|
|
|
|
|
2005-02-05 20:21:08 +00:00
|
|
|
2005-02-05 15:26 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/0Menus/main.m: Corrected "revert To Saved" to
|
|
|
|
"Revert To Saved".
|
|
|
|
* Palettes/2Controls/GormNSButtonInspector.gorm: Corrected box
|
|
|
|
title color.
|
|
|
|
|
2005-02-05 14:11:57 +00:00
|
|
|
2005-02-05 09:16 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Improved some of the panel messages when
|
|
|
|
gorm has a problem loading/saving. Added titles.
|
|
|
|
* Gorm.m: Made some of the warning panels have a title. Added code
|
|
|
|
to -testInterface: and -endTesting: to close extra windows opened
|
|
|
|
during testing.
|
|
|
|
* GormPrivate.h: testingWindows ivar to hold windows which were open
|
|
|
|
before testing, so that we know which ones to orderOut when testing
|
|
|
|
ends.
|
|
|
|
|
2005-02-03 03:41:18 +00:00
|
|
|
2005-02-02 22:44 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: -[GormDocument removeConnectionsWithLabel:..] added
|
|
|
|
break to avoid iterating through all connections when the user has
|
|
|
|
responded "NO".
|
|
|
|
* GormFilePrefsManager.m: Update version to 0.9.1
|
|
|
|
* GormInfo.plist: Update version to 0.9.1
|
|
|
|
* GormObjCHeaderParser/OCIVarDecl.m: Change to correct problem
|
|
|
|
reading ivars with <...> in them such as id<SomeProtocol> xxx.
|
|
|
|
|
2005-02-02 05:06:54 +00:00
|
|
|
2005-02-01 23:40 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Version 0.9.0
|
|
|
|
|
2005-02-01 04:30:17 +00:00
|
|
|
2005-01-31 23:34 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.m: Corrected bug#11778. Added code which
|
|
|
|
removes connections when a class is being reparsed.
|
|
|
|
* GormFilePrefsManager.m: Updated file prefs with new version.
|
|
|
|
* GormInfo.plist: Updated plist with new version.
|
|
|
|
|
2005-01-31 06:32:16 +00:00
|
|
|
2005-01-31 01:33 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: In the -[GormDocument removeConnections:..]
|
|
|
|
methods corrected a problem with removing a connector while
|
|
|
|
enumerating throught the list of connectors. This was causing
|
|
|
|
the process to miss some of the connections which should have
|
|
|
|
been removed.
|
|
|
|
* Gorm.m: -[Gorm stopConnecting]: Properly reset the
|
|
|
|
connectionSource and connectionDestination with the connecting
|
|
|
|
process is stopped. Correction for bug#11777.
|
|
|
|
* GormObjectEditor.m: -[GormObjectEditor removeAllInstancesOfClass:]
|
|
|
|
correct problem where all instances were not being removed.
|
|
|
|
|
2005-01-30 19:30:56 +00:00
|
|
|
2005-01-30 14:34 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormObjCHeaderParser/GNUmakefile: Added new files.
|
|
|
|
* GormObjCHeaderParser/OCClass.m: Uses lookAhead function
|
|
|
|
* GormObjCHeaderParser/OCIVarDecl.m: Uses lookAhead function
|
|
|
|
* GormObjCHeaderParser/OCIVar.m: Uses lookAhead function
|
|
|
|
* GormObjCHeaderParser/ParserFunctions.[hm]: New functions for
|
|
|
|
use by the class parser.
|
|
|
|
* Resources/GormDocument.gorm: Corrected background color.
|
|
|
|
|
2005-01-30 05:52:22 +00:00
|
|
|
2005-01-30 00:33 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GNUmakefile: Build new file.
|
|
|
|
* NSColorWell+GormExtensions.[hm]: Category which allows the
|
|
|
|
setting of a color into a color well without invoking the action
|
|
|
|
associated with that control.
|
|
|
|
* Palettes/1Windows/main.m: Include new extension.
|
|
|
|
* Palettes/2Controls/inspectors.m: Include new extension.
|
|
|
|
* Palettes/3Containers/inspectors.m: Include new extension.
|
|
|
|
* Palettes/4Data/inspectors.m: Include new extension.
|
|
|
|
|
2005-01-30 03:32:12 +00:00
|
|
|
2005-01-29 22:36 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: in -handleNotification: added code to
|
|
|
|
reset the selection to nil to clear the inspector when the
|
|
|
|
window is miniaturized.
|
|
|
|
|
2005-01-30 00:14:02 +00:00
|
|
|
2005-01-29 18:55 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassInspector.m: In -addAction:, -addOutlet:, -removeAction:,
|
|
|
|
-removeOutlet:, -selectClass: made changes to make sure that if
|
|
|
|
the document is not active, that the method will fall through. This
|
|
|
|
prevents a crash when user presses buttons on the class inspector
|
|
|
|
window when the document is miniaturized.
|
|
|
|
* Palettes/2Controls/inspectors.m: Improved error when the
|
|
|
|
.gorm file can't be loaded for GormBoxInspector.
|
|
|
|
|
2005-01-29 02:46:00 +00:00
|
|
|
2005-01-28 21:50 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/2Controls/GormNSStepperInspector.gorm: Corrected problem
|
|
|
|
with inspector.
|
|
|
|
|
2005-01-28 05:41:55 +00:00
|
|
|
2005-01-28 00:41 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassInspector.m: Added call to super ok: method.
|
|
|
|
* GormCustomClassInspector.m: Added call to super ok: method.
|
|
|
|
* GormLib/IBInspector.m: Corrected touch method to properly
|
|
|
|
update the document status. Implemented ok: which simply
|
|
|
|
calls touch: in the superclass.
|
|
|
|
* GormNSSplitViewInspector.m: Added call to super ok: method.
|
|
|
|
* GormObjectInspector.m: Added call to super ok: method.
|
|
|
|
* GormScrollViewAttributesInspector.m: Added call to super ok: method.
|
|
|
|
* GormViewSizeInspector.m: Added call to super ok: method.
|
|
|
|
* Palettes/1Windows/GormNSWindowInspector.gorm: Corrected background.
|
|
|
|
* Palettes/1Windows/main.m: Added call to super ok: method for all
|
|
|
|
inspectors.
|
|
|
|
* Palettes/2Controls/GormNSBoxInspector.gorm: Corrected background.
|
|
|
|
* Palettes/2Controls/GormNSButtonInspector.gorm: Corrected background.
|
|
|
|
* Palettes/2Controls/GormNSCellInspector.gorm: Corrected background.
|
|
|
|
* Palettes/2Controls/GormNSColorWellInspector.gorm: Corrected
|
|
|
|
background.
|
|
|
|
* Palettes/2Controls/GormNSFormInspector.gorm: Corrected background.
|
|
|
|
* Palettes/2Controls/GormNSMatrixInspector.gorm: Corrected background.
|
|
|
|
* Palettes/2Controls/GormNSPopUpButtonInspector.gorm: Corrected
|
|
|
|
background.
|
|
|
|
* Palettes/2Controls/GormNSSliderInspector.gorm: Corrected background.
|
|
|
|
* Palettes/2Controls/GormNSStepperInspector.gorm: Corrected background.
|
|
|
|
* Palettes/2Controls/GormNSTextFieldInspector.gorm: Corrected
|
|
|
|
background.
|
|
|
|
* Palettes/2Controls/inspectors.m: Added call to super ok: method.
|
|
|
|
* Palettes/3Containers/GormNSBrowserInspector.gorm: Corrected
|
|
|
|
background.
|
|
|
|
* Palettes/3Containers/GormNSTableColumnInspector.gorm: Corrected
|
|
|
|
background.
|
|
|
|
* Palettes/3Containers/GormNSTableColumnSizeInspector.gorm: Corrected
|
|
|
|
background.
|
|
|
|
* Palettes/3Containers/GormNSTableViewInspector.gorm: Corrected
|
|
|
|
background.
|
|
|
|
* Palettes/3Containers/GormTabViewInspector.gorm: Corrected background.
|
|
|
|
* Palettes/3Containers/inspectors.m: Added call to super ok: method.
|
|
|
|
* Palettes/4Data/GormNSComboBoxInspector.gorm: Corrected background.
|
|
|
|
* Palettes/4Data/GormNSDateFormatterInspector.gorm: Corrected
|
|
|
|
background.
|
|
|
|
* Palettes/4Data/GormNSImageViewInspector.gorm: Corrected background.
|
|
|
|
* Palettes/4Data/GormNSNumberFormatterInspector.gorm: Corrected
|
|
|
|
background.
|
|
|
|
* Palettes/4Data/GormNSTextViewInspector.gorm: Corrected background.
|
|
|
|
* Palettes/4Data/inspectors.m: Added call to super ok: method for
|
|
|
|
all inspectors.
|
|
|
|
* Resources/GormImageInspector.gorm: Corrected background.
|
|
|
|
* Resources/GormViewSizeInspector.gorm: Corrected background.
|
|
|
|
Corrects bug#11346
|
|
|
|
|
2005-01-23 05:40:38 +00:00
|
|
|
2005-01-23 00:41 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormFunctions.m: identifierString() added code which tests
|
|
|
|
the result to see if it's zero length. If it is, it's
|
|
|
|
replaced with "dummyIdentifier".
|
|
|
|
|
2005-01-22 20:38:45 +00:00
|
|
|
2005-01-22 15:38 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassEditor.m: Replaced use of the class methods
|
|
|
|
from GormDocument with the appropriate function call.
|
|
|
|
* GormClassInspector.m: Replaced use of the class methods
|
|
|
|
from GormDocument with the appropriate function call.
|
|
|
|
* GormDocument.[hm]: Removed the formatting class methods.
|
|
|
|
* GormFunctions.[hm]: Added indentifierString(), formatAction(),
|
|
|
|
formatOutlet() functions.
|
|
|
|
NOTE: The correct way to apply this formatting is using NSFormatter
|
|
|
|
subclasses. This will be done after the pending release.
|
|
|
|
|
2005-01-22 19:18:25 +00:00
|
|
|
2005-01-22 14:21 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GNUmakefile: Reorganized the files in the resources, hearders
|
|
|
|
and source lists.
|
|
|
|
|
2005-01-22 17:16:16 +00:00
|
|
|
2005-01-22 12:14 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: In [GormDocument detachObject:] made
|
|
|
|
[GormDocument setObject:isVisibleAtLaunch:] called only when the
|
|
|
|
object is an NSWindow subclass.
|
|
|
|
* GormImageEditor.m: Added implementation of addObject: to
|
|
|
|
prevent addition of duplicate images.
|
|
|
|
* GormImage.h: Added isEqual: so that containsObject: can
|
|
|
|
find the image.
|
|
|
|
* GormImage.m: Added isEqual: declaration.
|
|
|
|
* GormSoundEditor.m: Added implementation of addObject to
|
|
|
|
prevent addition of duplicate sounds.
|
|
|
|
* GormSound.h: Added isEqual: so that containsObject can
|
|
|
|
find the sound.
|
|
|
|
* GormSound.m: Added isEqual: declaration.
|
|
|
|
|
2005-01-12 03:05:44 +00:00
|
|
|
2005-01-11 22:04 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GModelDecoder.m: Default NSWindows being imported from the
|
|
|
|
.gmodel to the default window background color in the method
|
|
|
|
[GModelApplication initWithModelUnarchiver:].
|
|
|
|
|
2005-01-09 06:40:05 +00:00
|
|
|
2005-01-09 01:36 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* ClassInformation.plist: Added missing changeFont: method.
|
|
|
|
* GormClassManager.m: Changed code to read only the additions to
|
|
|
|
FirstResponder from the data.classes file.
|
|
|
|
* GormFilePrefsManager.m: Updated version to 0.8.7.
|
|
|
|
* GormImageEditor.m: Made some logs "debug".
|
|
|
|
* GormInfo.plist: Updated version.
|
|
|
|
* GormInternalViewEditor.m: Made some logs "debug".
|
|
|
|
* Palettes/1Windows/GormNSWindowInspector.gorm: Changes to layout
|
|
|
|
* Palettes/1Windows/GormNSWindowSizeInspector.gorm: Same.
|
|
|
|
|
2005-01-08 23:39:09 +00:00
|
|
|
2005-01-08 18:36 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormImage.h: Moved the declaration for setArchiveByName: here.
|
|
|
|
* GormImage.m: Moved the code for the category here.
|
|
|
|
* GormMatrixEditor.m: Included GormImage.h.
|
|
|
|
|
2005-01-08 23:08:18 +00:00
|
|
|
2005-01-08 18:06 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.m: Corrected bug#11534.
|
|
|
|
* GormFilePrefsManager.m: Updated alpha version
|
|
|
|
* GormInfo.plist: Updated alpha version
|
|
|
|
|
2005-01-08 17:30:09 +00:00
|
|
|
2005-01-08 12:28 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormViewWithContentViewEditor.m: Change in pasteInView: to
|
|
|
|
move a view to the origin if it's rect is outside the view it's
|
|
|
|
being placed into.
|
|
|
|
|
2005-01-04 04:52:46 +00:00
|
|
|
2005-01-03 23:56 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Improved resource handling in saveGormDocument:
|
|
|
|
* GormImageEditor.m: Implemented deleteSelection
|
|
|
|
* GormImage.[hm]: Added new init methods.
|
|
|
|
* GormSoundEditor.m: Implemented deleteSelection
|
|
|
|
* GormSound.[hm]: Added new init methods.
|
|
|
|
|
2005-01-02 20:07:36 +00:00
|
|
|
2005-01-02 15:11 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormImageEditor.m
|
|
|
|
* GormSoundEditor.m: Fix to correct exception when dragging
|
|
|
|
from a cell which doesn't contain a resource.
|
|
|
|
|
2005-01-01 15:29:40 +00:00
|
|
|
2005-01-01 10:33 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormLib/IBObjectAdditions.m: Implementation for nibLabel.
|
|
|
|
* GormLib/IBObjectProtocol.h: Better document for nibLabel.
|
|
|
|
|
2005-01-01 14:56:11 +00:00
|
|
|
2005-01-01 09:59 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormLib/IBApplicationAdditions.h
|
|
|
|
* GormLib/IBCellProtocol.h
|
|
|
|
* GormLib/IBConnectors.h
|
|
|
|
* GormLib/IBInspector.h
|
|
|
|
* GormLib/IBObjectProtocol.h
|
|
|
|
* GormLib/IBSystem.h
|
|
|
|
* GormLib/IBViewProtocol.h: Completed all documentation
|
|
|
|
for existing IntefaceBuilder classes.
|
|
|
|
|
2005-01-01 07:39:12 +00:00
|
|
|
2005-01-01 02:39 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormLib/GNUmakefile: Added new headers and new .m file.
|
|
|
|
* GormLib/IBCellAdditions.h: Added include for NSCell.h
|
|
|
|
* GormLib/IBDocuments.h: Added documentation.
|
|
|
|
* GormLib/IBDocuments.m: Added include of IBDocuments.h to get
|
|
|
|
string declarations.
|
|
|
|
* GormLib/IBPalette.m: Implemented IBPaletteDocument.
|
|
|
|
* GormLib/IBProjectFiles.h: New
|
|
|
|
* GormLib/IBProjects.h: New
|
|
|
|
* GormLib/IBResourceManager.[hm]: New
|
|
|
|
* GormLib/InterfaceBuilder.h: Added new headers.
|
|
|
|
|
2004-12-31 19:26:21 +00:00
|
|
|
2004-12-31 14:29 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/1Windows/GormNSWindowInspector.gorm: Added form
|
|
|
|
to allow setting of the miniaturized image by name.
|
|
|
|
* Palettes/1Windows/main.m: Changes to use the form added to the
|
|
|
|
UI.
|
|
|
|
|
2004-12-31 13:21:30 +00:00
|
|
|
2004-12-31 08:22 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.h: Added GormFilesOwner to @class declaration.
|
|
|
|
* Gorm.m: Made rect drawn around objects thinner to prevent
|
|
|
|
residual lines from remaining when the rect is erased.
|
|
|
|
* Palettes/1Windows/main.m: Simplified includes.
|
|
|
|
|
2004-12-29 02:21:11 +00:00
|
|
|
2004-12-28 21:21 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormImageEditor.m: Added check to see if object responds
|
|
|
|
to setImage: in performDragOperation.
|
|
|
|
* GormImage.m: Moved NSImage category dec/def here.
|
|
|
|
* GormPrivate.h: Removed NSImage category declaration.
|
|
|
|
* GormViewEditor.m: Removed NSImage category definition.
|
|
|
|
|
2004-12-28 21:37:44 +00:00
|
|
|
2004-12-28 16:38 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormPalettesManager.m: Enhancment in loadPalette: to allow
|
|
|
|
loading using either the plist or the strings format for
|
|
|
|
palette.table.
|
|
|
|
|
2004-12-28 17:07:59 +00:00
|
|
|
2004-12-28 12:10 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/1Windows/GormNSPanel.m
|
|
|
|
* Palettes/1Windows/GormNSWindow.m: Initialize the miniaturized
|
|
|
|
window image to nil.
|
|
|
|
|
2004-12-28 13:35:52 +00:00
|
|
|
2004-12-28 08:38 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/0Menus/GormMenuEditor.m: Improvement on previous
|
|
|
|
correction.
|
|
|
|
|
2004-12-28 03:00:32 +00:00
|
|
|
2004-12-27 22:02 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/0Menus/GormMenuEditor.m: Correction for Bug#11410.
|
|
|
|
|
2004-12-28 02:37:02 +00:00
|
|
|
2004-12-27 21:39 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormLib/IBObjectAdditions.m: Changed some implementations.
|
|
|
|
* GormObjectEditor.m: Removed methods which it was unecessary
|
|
|
|
to override.
|
|
|
|
|
2004-12-28 02:25:18 +00:00
|
|
|
2004-12-27 21:21 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GModelDecoder.m:
|
|
|
|
* GormDocument.m: Change to properly handle exception when
|
|
|
|
a class fails to parse.
|
|
|
|
* Gorm.m: Correction for Bug#11415 and also made a changed to
|
|
|
|
discontinue connection when a cut/paste/copy operation is done.
|
|
|
|
* GormObjectEditor.m: Correction for Bug#11415.
|
|
|
|
* Palettes/0Menus/GormMenuEditor.m: Correction for Bug#11412.
|
|
|
|
|
2004-12-23 19:52:33 +00:00
|
|
|
2004-12-23 14:52 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormFilesOwner.h: Added inspector declaration.
|
|
|
|
* GormFilesOwner.m: Changed code in setObject to create an
|
|
|
|
autoreleased mutableCopy of the array and removed FirstResponder from
|
|
|
|
the list to prevent the user from selecting this.
|
|
|
|
* GormPrivate.h: Added the include for GormFilesOwner.h and also
|
|
|
|
removed the inspector declaration from this file.
|
|
|
|
|
2004-12-23 18:30:25 +00:00
|
|
|
2004-12-23 13:30 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormViewEditor.m: In -performDragOperation: copy the image/sound
|
|
|
|
before setting it into the control to make certain any changes
|
|
|
|
made to the original image don't reflect in the system wide image.
|
|
|
|
|
2004-12-23 11:19:43 +00:00
|
|
|
2004-12-23 06:20 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Resources/GormClassPanel.gorm: Set nextKeyView for all views
|
|
|
|
in the window and the initialFirstResponder of the window to the
|
|
|
|
table view.
|
|
|
|
|
2004-12-23 11:03:45 +00:00
|
|
|
2004-12-23 06:03 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassInspector.m: Fix for issue when loading from gmodel.
|
|
|
|
Corrected _refreshView: and searchForClass: so that if list is nil,
|
|
|
|
the selection isn't set.
|
|
|
|
* Gorm.spec.in: Minor correction.
|
|
|
|
|
2004-12-19 14:05:10 +00:00
|
|
|
2004-12-19 09:05 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormInspectorsManager.m: Added [super init] call to
|
|
|
|
init.
|
|
|
|
* GormLib/IBInspectorManager.m: Corrected init.
|
|
|
|
|
2004-12-19 13:39:56 +00:00
|
|
|
2004-12-19 08:38 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormInspectorsManager.h: Changed parent class.
|
|
|
|
* GormInspectorsManager.m: Added notification
|
|
|
|
IBWillInspectoObjectNotification.
|
|
|
|
* GormLib/GNUmakefile: Added new class.
|
|
|
|
* GormLib/IBInspectorManager.h: New class
|
|
|
|
* GormLib/IBInspectorManager.m: New class
|
|
|
|
* GormLib/InterfaceBuilder.h: Added new class.
|
|
|
|
* Gorm.m: Coerce IBInspectorManager to GormInspectorsManager.
|
|
|
|
|
2004-12-18 18:24:28 +00:00
|
|
|
2004-12-18 13:24 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormLib/IBApplicationAdditions.h
|
|
|
|
* GormLib/IBConnectors.h
|
|
|
|
* GormLib/IBDocuments.h
|
|
|
|
* GormLib/IBEditors.h
|
|
|
|
* GormLib/IBPalette.h
|
|
|
|
* GormLib/IBSystem.h: Changed IB_EXPORT to IB_EXTERN.
|
|
|
|
|
2004-12-18 15:06:18 +00:00
|
|
|
2004-12-18 10:05 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m:
|
|
|
|
* GormFilesOwner.m:
|
|
|
|
* Gorm.m:
|
|
|
|
* GormPalettesManager.m:
|
|
|
|
* GormWindowEditor.m: Changed NSRunAlertPanel(...) calls
|
|
|
|
to use nil instead of NULL. NULL shouldn't be used.
|
|
|
|
|
2004-12-18 13:57:26 +00:00
|
|
|
2004-12-18 08:53 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormLib/GNUmakefile: Added new header
|
|
|
|
* GormLib/GNUmakefile.preamble: Added comment.
|
|
|
|
* GormLib/IBApplicationAdditions.h: Add include, change extern to
|
|
|
|
IB_EXPORT
|
|
|
|
* GormLib/IBConnectors.h: Same
|
|
|
|
* GormLib/IBDocuments.h: Same
|
|
|
|
* GormLib/IBEditors.h: Same
|
|
|
|
* GormLib/IBPalette.h: Same
|
|
|
|
* GormLib/IBSystem.h: New file containing declarations for
|
|
|
|
IB_EXPORT for different Operating Systems.
|
|
|
|
* GormLib/InterfaceBuilder.h: Include IBSystem.h.
|
|
|
|
|
2004-12-18 02:29:31 +00:00
|
|
|
2004-12-17 21:28 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassInspector.m: Set the double action and target
|
|
|
|
for parentClass.
|
|
|
|
* GormObjectEditor.m: Moved the pasteInSelection method.
|
|
|
|
|
2004-12-17 10:49:01 +00:00
|
|
|
2004-12-17 05:48 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Changed implementation here to call the one
|
|
|
|
on the object editor.
|
|
|
|
* GormObjectEditor.m: Added implementation for
|
|
|
|
removeAllInstancesOfClass:
|
|
|
|
* GormPrivate.h: Added declaration for removeAllInstancesOfClass:
|
|
|
|
|
2004-12-16 10:38:14 +00:00
|
|
|
2004-12-16 05:32 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassEditor.m: added call to removeAllInstancesOfClass: in
|
|
|
|
deleteSelection so that no objects in the objectView can refer to
|
|
|
|
a class that doesn't have a correstponding class in the
|
|
|
|
class manager/class editor.
|
|
|
|
* GormClassManager.h: Added declaration for classNameForObject:.
|
|
|
|
* GormClassManager.m: Added implemented for classNameForObject:.
|
|
|
|
* GormDocument.h: Added declaration of removeAllInstancesOfClass:.
|
|
|
|
* GormDocument.m: Addition of method to remove all instances
|
|
|
|
from the objects view if a class is removed from the classes
|
|
|
|
view.
|
|
|
|
|
2004-12-15 06:51:55 +00:00
|
|
|
2004-12-15 01:43 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassEditor.m: Code from -changeView added to select
|
|
|
|
contents of a scrollview instead of the scrollview itself
|
|
|
|
(when appropriate).
|
|
|
|
* GormDocument.m: Moved code from -changeView: to
|
|
|
|
GormClassEditor.
|
|
|
|
* GormPrivate.h: Added methods for changing the selection
|
|
|
|
in the outline view without setting the inspector.
|
|
|
|
|
2004-12-15 02:33:17 +00:00
|
|
|
2004-12-14 21:26 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.m: -addClassNamed:withSuperClassNamed:
|
|
|
|
actions:outlets:isCustom: added check for superclass of
|
|
|
|
"FirstResponder".
|
|
|
|
|
2004-12-15 02:10:54 +00:00
|
|
|
2004-12-14 21:04 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassEditor.m: Added code in pasteInSelection to prevent
|
|
|
|
the user from pasting a subclass onto FirstResponder.
|
|
|
|
|
2004-12-14 11:59:17 +00:00
|
|
|
2004-12-14 06:53 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassEditor.m: Further correction to previous issue.
|
|
|
|
|
2004-12-14 11:36:16 +00:00
|
|
|
2004-12-14 06:30 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassEditor.m: Corrected potential issue after delete
|
|
|
|
of a class which is selected.
|
|
|
|
|
2004-12-14 11:13:59 +00:00
|
|
|
2004-12-14 06:04 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassEditor.m: Added code in -deleteSelection to copy the
|
|
|
|
selection, if it's a class, added code in copySelection and
|
|
|
|
pasteInSelection to handle copy/paste.
|
|
|
|
* GormClassManager.h: Made variable names conform a little more to
|
|
|
|
standard practice. Also changed the declarations of "NSArray*" to
|
|
|
|
"NSArray *".
|
2004-12-15 02:33:17 +00:00
|
|
|
* GormClassManager.m: Corrected addClassNamed:withSuperClassNamed:
|
|
|
|
actions:outlets:isCustom: to eliminate duplicate actions, outlets
|
|
|
|
from the class being added if they exist on the superclass.
|
2004-12-14 11:13:59 +00:00
|
|
|
* Gorm.m: Changed coercion to id<IBSelectionEditors,IBEditors) in
|
|
|
|
the methods which handle copy, paste, delete, etc.
|
|
|
|
* TODO: Added more items scheduled for 1.0 release.
|
|
|
|
|
2004-12-13 01:58:43 +00:00
|
|
|
2004-12-12 20:55 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.h: Added declaration for windowAndRect:forObject:
|
|
|
|
* GormLib/IBDocuments.h: Removed the declaration for
|
|
|
|
windowAndRect:forObject: from here as it doesn't belong in the
|
|
|
|
IBDocuments protocol.
|
|
|
|
* GormLib/IBPalette.m: Started implementing the private class
|
|
|
|
IBPaletteDocument.
|
|
|
|
* Gorm.m: Changed some code due to to switch in location of the
|
|
|
|
windowAndRect:forObject: method from IBDocuments.h to
|
|
|
|
GormDocument.h.
|
|
|
|
|
2004-12-12 21:04:53 +00:00
|
|
|
2004-12-12 16:00 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormLib/GNUmakefile: Added new header files.
|
|
|
|
* GormLib/IBViewAdditions.h: Creates a category/informal protocol.
|
|
|
|
* GormLib/IBViewProtocol.h: New file defines IBViewProtocol
|
|
|
|
* GormLib/IBCellAdditions.h: New file for IBCellAdditions, adopts
|
|
|
|
protocol and creates a category/informal protocol.
|
|
|
|
* GormLib/IBCellProtocol.h: New file defines IBCellProtocol
|
|
|
|
|
2004-12-12 20:29:13 +00:00
|
|
|
2004-12-12 15:27 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassEditor.m: Corrected problem in -outlineView:
|
|
|
|
shouldEditTableColumn:item: to prevent editing of FirstResponder
|
|
|
|
name in the class editor.
|
|
|
|
|
2004-12-12 19:58:28 +00:00
|
|
|
2004-12-12 14:16 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassEditor.m: Implemented new methods.
|
|
|
|
* GormGenericEditor.m: Implemented new methods.
|
|
|
|
* GormLib/IBEditors.h: Added back some of the commented out
|
|
|
|
methods and added also validateEditing and openSubeditorForObject:
|
|
|
|
* GormLib/IBViewAdditions.h: Added the category IBCellAdditions
|
|
|
|
as defined in the IB API Spec.
|
|
|
|
* GormViewEditor.m: Added stub implementations for methods
|
|
|
|
not implemented in the view editor. They are implemented in
|
|
|
|
some of the lower level editors, but it still needs to be
|
|
|
|
compliant.
|
|
|
|
* GormViewWithSubviewsEditor.[hm]: Removed redundant method for
|
|
|
|
deleteSelection.
|
|
|
|
|
2004-12-11 23:05:52 +00:00
|
|
|
2004-12-11 18:03 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.m: Correction for reparenting of a class in
|
|
|
|
-setSuperClassNamed:forClassNamed:
|
|
|
|
|
2004-12-11 15:25:54 +00:00
|
|
|
2004-12-11 10:22 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassInspector.m: Changed _refreshView to gray out the
|
|
|
|
class field when the FirstResponder is selected since it's name
|
|
|
|
isn't editable.
|
|
|
|
|
2004-12-11 05:53:51 +00:00
|
|
|
2004-12-11 00:51 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassInspector.m: Added code in setObject: to show the
|
|
|
|
total outlets and actions in the class.
|
|
|
|
* Resources/GormClassInspector.gorm: Swapped the outlet/action
|
|
|
|
tabs.
|
|
|
|
|
2004-12-11 05:24:12 +00:00
|
|
|
2004-12-11 00:21 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: in handleNotification: changed the condition
|
|
|
|
for IBClassNameChangedNotification so that the inspector is
|
|
|
|
cleared when the class name is modified. This prevents the
|
|
|
|
inspector from accidently being used to modify a class which
|
|
|
|
no longer exists.
|
|
|
|
|
2004-12-11 05:00:11 +00:00
|
|
|
2004-12-10 23:57 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Resources/GormClassInspector.gorm: Added proper resizing
|
|
|
|
settings so that the buttons on the outlets and actions
|
|
|
|
tabs resize in the same way.
|
|
|
|
|
2004-12-10 22:58:24 +00:00
|
|
|
2004-12-10 17:55 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
2004-12-11 05:00:11 +00:00
|
|
|
* GormClassEditor.m: Changes to return a item if it's an
|
2004-12-10 22:58:24 +00:00
|
|
|
action/outlet holder without generating a string.
|
|
|
|
* GormOutlineView.m: Modifications to make drawing of the
|
|
|
|
actions and outlets more efficient.
|
|
|
|
|
2004-12-09 02:06:22 +00:00
|
|
|
2004-12-08 21:03 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormOutlineView.m: Corrected a leak.
|
|
|
|
|
2004-12-09 00:56:57 +00:00
|
|
|
2004-12-08 19:52 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassEditor.m: Use new ivar to store selected class.
|
|
|
|
* GormClassManager.m: Reimplement addAction:toClassNamed: and
|
|
|
|
addOutlet:forClassNamed:.
|
|
|
|
* GormImageEditor.m: Release the objects in dealloc.
|
|
|
|
* GormPrivate.h: Added new ivar for GormClassEditor to store
|
|
|
|
selected class in.
|
|
|
|
|
2004-12-05 23:30:56 +00:00
|
|
|
2004-12-05 18:21 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassEditor.m: Added new methods moved from GormDocument.
|
|
|
|
* GormDocument.m: Moved remove: to deleteSelection on
|
|
|
|
GormClassEditor, also moved createSubclass to GormClassEditor.
|
|
|
|
* GormPrivate.h: Added methods moved from GormDocument to
|
|
|
|
GormClassEditor.
|
|
|
|
* GormLib/IBEditors.h: Added deleteSelection back into the
|
|
|
|
protocol.
|
|
|
|
|
2004-12-05 20:52:36 +00:00
|
|
|
2004-12-05 15:40 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GNUmakefile: Added new classes to the makefile.
|
|
|
|
* GormClassEditor.m: Moved some methods from GormDocument to here.
|
|
|
|
* GormDocument.[hm]: Changes for new GormSound/GormImage methods.
|
|
|
|
Also modifications for changes in GormClassEditor.
|
|
|
|
* GormImage.[hm]: New files.
|
|
|
|
* GormImageEditor.m: Added imageForPath: call.
|
|
|
|
* GormImageInspector.m: Added imageForPath: call.
|
|
|
|
* GormInspectorsManager.m: Added GormImage/GormSound include
|
|
|
|
* GormPrivate.h: Added incudes
|
|
|
|
* GormSound.[hm]: New files.
|
|
|
|
* GormSoundEditor.m: Added includes and soundForPath call.
|
|
|
|
* GormSoundInspector.m: Added includes and soundForPath call.
|
|
|
|
* Palettes/0Menus/GormMenuAttributesInspector.gorm: Made correction
|
|
|
|
to allow "Title" field to resize properly.
|
|
|
|
* Palettes/3Containers/GormNSTableViewInspector.gorm: Corrected
|
|
|
|
a slight problem with one of the boxes cutting off text on the
|
|
|
|
bottom.
|
|
|
|
* Resources/GormClassInspector.gorm: Made outlets table resize
|
|
|
|
properly
|
|
|
|
|
2004-12-05 13:00:36 +00:00
|
|
|
2004-12-05 07:48 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCustomClassInspector.m: Set the max visible columns to 1 in
|
|
|
|
awakeFromNib.
|
|
|
|
* GormDocument.m: Corrected a segfault when reverting to the saved
|
|
|
|
document.
|
|
|
|
* GormObjectEditor.m: Fully implemented IBObjectAdditions.m
|
|
|
|
* Palettes/0Menus/GormMenuAttributesInspector.gorm
|
|
|
|
* Palettes/0Menus/GormMenuItemAttributesInspector.gorm
|
|
|
|
* Palettes/1Windows/GormNSWindowInspector.gorm
|
|
|
|
* Palettes/2Controls/GormNSBoxInspector.gorm
|
|
|
|
* Palettes/2Controls/GormNSButtonInspector.gorm
|
|
|
|
* Palettes/2Controls/GormNSCellInspector.gorm
|
|
|
|
* Palettes/2Controls/GormNSColorWellInspector.gorm
|
|
|
|
* Palettes/2Controls/GormNSFormInspector.gorm
|
|
|
|
* Palettes/2Controls/GormNSMatrixInspector.gorm
|
|
|
|
* Palettes/2Controls/GormNSPopUpButtonInspector.gorm
|
|
|
|
* Palettes/2Controls/GormNSProgressIndicatorInspector.gorm
|
|
|
|
* Palettes/2Controls/GormNSSliderInspector.gorm
|
|
|
|
* Palettes/2Controls/GormNSStepperInspector.gorm
|
|
|
|
* Palettes/2Controls/GormNSTextFieldInspector.gorm
|
|
|
|
* Palettes/3Containers/GormNSBrowserInspector.gorm
|
|
|
|
* Palettes/3Containers/GormNSTableColumnInspector.gorm
|
|
|
|
* Palettes/3Containers/GormNSTableColumnSizeInspector.gorm
|
|
|
|
* Palettes/3Containers/GormNSTableViewInspector.gorm
|
|
|
|
* Palettes/3Containers/GormTabViewInspector.gorm
|
|
|
|
* Palettes/3Containers/inspectors.m
|
|
|
|
* Palettes/4Data/GormNSComboBoxInspector.gorm
|
|
|
|
* Palettes/4Data/GormNSDateFormatterInspector.gorm
|
|
|
|
* Palettes/4Data/GormNSImageViewInspector.gorm
|
|
|
|
* Palettes/4Data/GormNSNumberFormatterInspector.gorm
|
|
|
|
* Palettes/4Data/GormNSTextViewInspector.gorm
|
|
|
|
* Resources/GormClassInspector.gorm
|
|
|
|
* Resources/GormCustomClassInspector.gorm
|
|
|
|
* Resources/GormImageInspector.gorm
|
|
|
|
* Resources/GormNSSplitViewInspector.gorm
|
|
|
|
* Resources/GormScrollViewAttributesInspector.gorm
|
|
|
|
* Resources/GormSoundInspector.gorm
|
|
|
|
* Resources/GormViewSizeInspector.gorm: Modified the inspectors
|
|
|
|
to resize properly. Corrects bug#11216.
|
|
|
|
|
|
|
|
|
2004-12-04 22:55:39 +00:00
|
|
|
2004-12-04 17:43 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormBoxEditor.m
|
|
|
|
* GormControlEditor.m
|
|
|
|
* GormInternalViewEditor.m
|
|
|
|
* GormMatrixEditor.m
|
|
|
|
* GormNSSplitViewInspector.m
|
|
|
|
* GormObjectEditor.m
|
|
|
|
* GormScrollViewAttributesInspector.m
|
|
|
|
* GormScrollViewEditor.m
|
|
|
|
* GormSplitViewEditor.m
|
|
|
|
* GormWindowEditor.m
|
|
|
|
* Palettes/2Controls/GormButtonEditor.m
|
|
|
|
* Palettes/2Controls/inspectors.m
|
|
|
|
* Palettes/3Containers/GormTabViewEditor.m
|
|
|
|
* Palettes/3Containers/inspectors.m: Replaced all references
|
|
|
|
of GormObjectAdditions with IBObjectAdditions. This makes
|
|
|
|
Gorm more compliant with the IB API spec.
|
|
|
|
|
2004-12-03 12:19:18 +00:00
|
|
|
2004-12-03 07:09 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.[hm]: New method allCustomClassNames which
|
|
|
|
returns the customClasses array.
|
|
|
|
* GormDocument.m: Change in handleNotification: method to
|
|
|
|
select the class just added.
|
|
|
|
|
2004-12-03 03:43:24 +00:00
|
|
|
2004-12-02 06:20 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormObjCHeaderParser/OCClass.m: [OCClass parse] added
|
|
|
|
a check to determine if the string is nil before loading it
|
|
|
|
into the scanner.
|
|
|
|
|
2004-12-02 11:30:32 +00:00
|
|
|
2004-12-02 06:20 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormObjCHeaderParser/OCClass.m: added code in parse method
|
|
|
|
to use new class for IVar parsing.
|
|
|
|
* GormObjCHeaderParser/OCIVarDecl.[hm]: New class. This
|
|
|
|
class handles the declaration and breaks it into separate
|
|
|
|
ivar objects.
|
|
|
|
|
2004-12-01 07:20:37 +00:00
|
|
|
2004-12-01 02:12 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.m: [GormClassManager parseHeader:] altered
|
|
|
|
method to throw NSInvalidArgumentException instead of a custom
|
|
|
|
exception.
|
|
|
|
|
2004-11-30 04:51:19 +00:00
|
|
|
2004-11-29 23:40 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormPalettesManager.[hm]: [GormPalettesManager loadPalette:] now
|
|
|
|
returns BOOL.
|
|
|
|
* GormPalettesManager.m: [GormPalettesManager openPalette:] returns
|
|
|
|
nil of loadPalette returns NO.
|
|
|
|
* GormObjCHeaderParser/OCHeaderParser.m: Returns NO if there is no
|
|
|
|
class in the file.
|
|
|
|
|
2004-11-27 18:20:44 +00:00
|
|
|
2004-11-27 13:22 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormObjCHeaderParser/OCClass.m
|
|
|
|
* GormObjCHeaderParser/OCIVar.m
|
|
|
|
* GormObjCHeaderParser/OCMethod.m: Added code to parse method
|
|
|
|
to trim the result of any whitespace to make certain that there
|
|
|
|
aren't any extra spaces in the data which could cause problems.
|
|
|
|
|
2004-11-27 14:14:55 +00:00
|
|
|
2004-11-27 09:17 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormObjCHeaderParser/OCClass.m: Condensed parse methods into
|
|
|
|
parse. Corrected a minor issue.
|
|
|
|
|
2004-11-27 10:56:40 +00:00
|
|
|
2004-11-27 05:53 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormObjCHeaderParser/OCClass.h
|
|
|
|
* GormObjCHeaderParser/OCClass.m
|
|
|
|
* GormObjCHeaderParser/NSScanner+OCHeaderParser.h
|
|
|
|
* GormObjCHeaderParser/NSScanner+OCHeaderParser.m
|
|
|
|
* GormObjCHeaderParser/OCMethod.h
|
|
|
|
* GormObjCHeaderParser/OCMethod.m
|
|
|
|
* GormObjCHeaderParser/OCIVar.h
|
|
|
|
* GormObjCHeaderParser/OCIVar.m
|
|
|
|
* GormObjCHeaderParser/OCHeaderParser.h
|
|
|
|
* GormObjCHeaderParser/OCHeaderParser.m
|
|
|
|
* GormObjCHeaderParser/GNUmakefile: New files for class parser.
|
|
|
|
* GormClassManager.m: Changes to use new class parser.
|
|
|
|
|
2004-11-24 05:06:32 +00:00
|
|
|
2004-11-24 00:04 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/3Containers/GormNSOutlineView.h: Removed savedColor and
|
|
|
|
added "Gorm" methods to the header.
|
|
|
|
* Palettes/3Containers/GormNSOutlineView.m: Removed all references
|
|
|
|
to savedColor and commented out select and unselect methods.
|
|
|
|
* Palettes/3Containers/GormNSTableView.h: Removed saved color and
|
|
|
|
commented out select and unselect.
|
|
|
|
* Palettes/3Containers/GormNSTableView.m: Removed all references to
|
|
|
|
savedColor and commented out select and unselect methods.
|
|
|
|
Corrects bug #10118.
|
|
|
|
|
2004-11-20 18:27:16 +00:00
|
|
|
2004-11-20 13:27 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Resources: Updated all gorms to latest format.
|
|
|
|
* Palettes: Updated all gorms to latest format.
|
|
|
|
|
2004-11-18 05:34:19 +00:00
|
|
|
2004-11-18 00:23 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GNUmakefile: Addition of entries for new
|
|
|
|
NSView+GormExtensions.[hm] files.
|
|
|
|
* NSView+GormExtensions.[hm]: Added to hold extensions for the
|
|
|
|
NSView class in Gorm.
|
|
|
|
* GModelDecoder.m: Changes to minimize warnings during compilation
|
|
|
|
with gcc 3.x.
|
|
|
|
* GormClassEditor.m: Same as above
|
|
|
|
* GormClassManager.m: Same as above
|
|
|
|
* GormDocument.m: Same as above + new code to eliminate orphaned
|
|
|
|
views in _repairFile.
|
|
|
|
* GormGenericEditor.m: Added copyright comment.
|
|
|
|
* GormInspectorsManager.h: Added copyright comment. Made
|
|
|
|
changes to minimize warnings.
|
|
|
|
* GormPrivate.h: Removed AppKit.h include and replaced it with
|
|
|
|
several specific includes to reduce compile issues. This was
|
|
|
|
causing a lot of warnings because of similar selectors.
|
|
|
|
* GormLib/IBEditors.h: removed circular referece to IBDocuments.h
|
|
|
|
* Palettes/3Containers/GormNSBrowser.h: Removed AppKit.h and
|
|
|
|
replaced it with a specific include.
|
|
|
|
* Palettes/3Containers/GormNSBrowser.m: Added specific includes
|
|
|
|
for classes used.
|
|
|
|
* Palettes/3Containers/GormNSOutlineView.m: Same as above.
|
|
|
|
* Palettes/3Containers/GormNSTableView.m: Same as above.
|
|
|
|
* Palettes/3Containers/inspectors.m: fix for method name
|
|
|
|
on GormClassManager which changed from setCustomClass:forObject: to
|
|
|
|
setCustomClass:forName:. Also, other changes which needed
|
|
|
|
to be made to minimize warnings.
|
|
|
|
* Palettes/3Containers/main.m: Removed overly general includes
|
|
|
|
and added specific includes for each class used. Made changes to
|
|
|
|
minimize warnings.
|
|
|
|
|
|
|
|
2004-11-17 00:59 Gregory John Casamento <greg_casamento@yahoo.com>
|
2004-11-17 05:59:04 +00:00
|
|
|
|
|
|
|
* GormViewEditor.m: initWithObject:withDocument: added code
|
|
|
|
to instantiated GormViewWindow if the view being added has no
|
|
|
|
window attached to it. This is to handle standalone views.
|
|
|
|
Correction for Report #10849.
|
|
|
|
* GormViewWindow.m: [GormViewWindow initWithView:] call to
|
|
|
|
setReleasedWhenClosed so that the window isn't released when
|
|
|
|
the view window is closed. This was causing a crash.
|
|
|
|
|
2004-11-17 00:21:04 +00:00
|
|
|
2004-11-16 19:19 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassPanelController.[hm]: Added method browserAction:. Changed
|
|
|
|
okButton: to use the value from the textfield. Added new textfield
|
|
|
|
so that the user can type the name of the class.
|
|
|
|
* GormClassPanel.gorm: Added textfield. Changed connection so that
|
|
|
|
the browser now invokes browserAction: on the controller.
|
|
|
|
|
2004-11-13 05:06:15 +00:00
|
|
|
2004-11-13 00:03 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GModelDecoder.m: Added GModelMenuTemplate to allow decoding
|
|
|
|
of .gmodels which contain the menu template class.
|
|
|
|
* GormClassManager.m: Changed the allClassNames method to not prepend
|
|
|
|
NSObject now that NSObject is part of the classInformation plist.
|
|
|
|
* GormFunctions.[hm]: Added parameter to pass in the current list of
|
|
|
|
classes from the calling document.
|
2004-11-13 05:08:29 +00:00
|
|
|
* GormClassPanelController.[hm]: New class.
|
|
|
|
* GormClassPanel.gorm: Added interface.
|
2004-11-13 05:06:15 +00:00
|
|
|
|
2004-11-12 23:09:54 +00:00
|
|
|
2004-11-12 17:08 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GModelDecoder.m: Changes to improve loading of .gmodel files.
|
|
|
|
* GormClassManager.[hm]: Changed name of setCustomClass:forObject:
|
|
|
|
to setCustomClass:forName: and also removeCustomClassforObject: to
|
|
|
|
removeCustomClassForName:
|
|
|
|
* GormCustomClassInspector.m: Changes to accomodate the new method
|
|
|
|
name.
|
|
|
|
* GormDocument.m: Changes to accomodate the new method name.
|
|
|
|
* GormFilesOwner.m: Corrected an issue with changing the class
|
|
|
|
for the file's owner. Added code which checks both the actions
|
|
|
|
and outlets attached to see if it's necessary to prompt before
|
|
|
|
destroying connections.
|
|
|
|
|
2004-11-09 14:10:11 +00:00
|
|
|
2004-11-09 09:08 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/2Controls/GormNSStepperInspector.gorm: Changed
|
|
|
|
some of the titles and made the layout more consistent with
|
|
|
|
other inspectors.
|
|
|
|
|
|
|
|
2004-11-09 08:55 Gregory John Casamento <greg_casamento@yahoo.com>
|
2004-11-09 13:52:27 +00:00
|
|
|
|
|
|
|
* GormClassInspector.m: Modified the code in the table delegate
|
|
|
|
to use the NSTableView * to determine which table is calling
|
|
|
|
the delegate instead of which tab is currently selected.
|
|
|
|
|
2004-11-08 04:08:36 +00:00
|
|
|
2004-11-07 22:56 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.m: Added code to [GormClassManager
|
|
|
|
loadCustomClasses:] to ignore any entry in the data.classes file
|
|
|
|
which is not a dictionary.
|
|
|
|
|
2004-11-08 03:58:41 +00:00
|
|
|
2004-11-07 22:56 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.m: Added code to [GormClassManager saveToFile:]
|
|
|
|
and [GormClassManager loadCustomClasses:] to handle adding (and
|
|
|
|
subsequently removing before processing) of a comment which warns
|
|
|
|
users not to manually edit the file.
|
|
|
|
|
2004-11-08 03:19:39 +00:00
|
|
|
2004-11-07 22:18 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassInspector.m: [GormClassManager removeAction:]
|
|
|
|
added code to check for a custom class.
|
|
|
|
|
2004-11-07 19:32:57 +00:00
|
|
|
2004-11-07 14:27 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* ClassInformation.plist: Added entry for NSObject.
|
|
|
|
* Gorm.m: Removed check for adding attribute to class so that
|
|
|
|
"category" actions can be added to existing AppKit classes.
|
|
|
|
* GormClassEditor.m: Removed check for custom in outlineView:
|
|
|
|
addActionToClass: for category method support.
|
|
|
|
* GormClassInspector.m: Changed "isCustom" to isEditable in
|
|
|
|
table delegate method.
|
|
|
|
* GormClassManager.[hm]: Changed grouping of methods. Also
|
|
|
|
made changes to correct various problems found while
|
|
|
|
implementing category support. Fixes Bug#10934.
|
|
|
|
* GormDocument.m: [GormDocument remove:] added check for
|
|
|
|
custom class or for category to allow remove.
|
|
|
|
* GormLib/IBConnectors.m: Added default implementation of
|
|
|
|
nibInstantiate.
|
|
|
|
|
2004-11-04 06:46:26 +00:00
|
|
|
2004-11-04 01:43 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.m: Corrected a memory leak in
|
|
|
|
loadFromFile:.
|
|
|
|
* GormClassManager.h: Added FSF/GPL header and organized
|
|
|
|
the methods in the header according to function.
|
|
|
|
|
|
|
|
2004-11-03 22:07 Gregory John Casamento <greg_casamento@yahoo.com>
|
2004-11-04 03:11:38 +00:00
|
|
|
|
|
|
|
* GormClassManager.m: modified addNewActionToClassNamed: and
|
|
|
|
addNewOutletToClassNamed: so that the initial names for outlets
|
|
|
|
and actions are newOutet1, newOutlet2, and similar for actions
|
|
|
|
newAction1:, newAction2:, etc.
|
|
|
|
|
2004-11-04 02:49:23 +00:00
|
|
|
2004-11-03 21:45 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Added alert panel to loadDocument: so that
|
|
|
|
if the build version loaded from the .gorm file is greater
|
|
|
|
than the one of the running Gorm application, the user is
|
|
|
|
warned that this .gorm file was created with a newer version
|
|
|
|
of the application.
|
|
|
|
* GormFilePrefsManager.[hm]: Added +currentVersion to give
|
|
|
|
the current build number.
|
|
|
|
|
2004-10-27 01:09:19 +00:00
|
|
|
2004-10-26 21:18 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormControlEditor.m: Added code to call the superclass in
|
|
|
|
the dragging methods if the type being dragged isn't a formatter.
|
|
|
|
This was a bug introduced on 10-17. Corrected now. Thanks to
|
|
|
|
Fabien Vallon for the report.
|
|
|
|
|
2004-10-24 05:05:39 +00:00
|
|
|
2004-10-24 01:13 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/0Menus/GNUmakefile.preamble
|
|
|
|
* Palettes/1Windows/GNUmakefile.preamble
|
|
|
|
* Palettes/2Controls/GNUmakefile.preamble
|
|
|
|
* Palettes/3Containers/GNUmakefile.preamble
|
|
|
|
* Palettes/4Data/GNUmakefile.preamble: Removed extra slash for
|
|
|
|
compilation under MinGW on win32.
|
|
|
|
|
|
|
|
2004-10-23 20:16 Gregory John Casamento <greg_casamento@yahoo.com>
|
2004-10-24 00:08:42 +00:00
|
|
|
|
|
|
|
* GormLib/GNUmakefile.postamble: Changed the build process a little
|
2004-10-24 05:05:39 +00:00
|
|
|
to be more compatible with MinGW on win32.
|
2004-10-24 00:08:42 +00:00
|
|
|
|
2004-10-17 14:43:28 +00:00
|
|
|
2004-10-17 12:51 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormControlEditor.m: Added necessary methods for dragging
|
|
|
|
of the formatter to the view.
|
|
|
|
* GormInternalViewEditor.m: Changed initWithObject:inDocument:
|
|
|
|
so that the view doesn't attempt to accept an IBFormatterPboardType
|
|
|
|
object from the drag when it shouldn't.
|
|
|
|
* GormViewEditor.m: Made similar changes here.
|
|
|
|
* Palettes/4Data/inspectors.m: Removed hard coded implementations
|
|
|
|
of tables. Added code to blank inspector when the formatter is
|
|
|
|
detached.
|
|
|
|
* Palette/4Data/GormNSDateFormatterInspector.gorm: Updated with
|
|
|
|
new table.
|
|
|
|
* Palette/4Data/GormNSNumberFormatterInspector.gorm: Updated with
|
|
|
|
new table.
|
|
|
|
|
2004-10-03 16:48:24 +00:00
|
|
|
2004-10-03 12:51 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormMatrixEditor.m: Added performDragOperation implementation
|
|
|
|
to allow the drag and drop of sound/images to a matrix cell.
|
|
|
|
* GormPrivate.h: Moved a category which defines a method called
|
|
|
|
on setArchiveByName to this header so it's useful to more than
|
|
|
|
just the editors.
|
|
|
|
* GormViewEditor.m: Removed category declaration.
|
|
|
|
* Palettes/2Controls/GormButtonEditor.m: Removed some old,
|
|
|
|
commented out code.
|
|
|
|
|
2004-10-02 17:02:41 +00:00
|
|
|
2004-10-02 13:08 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Resources/GormDocument.gorm: Changed the spacing of the
|
|
|
|
file view so that the text fields don't get cut off.
|
|
|
|
|
2004-10-02 05:13:38 +00:00
|
|
|
2004-10-02 01:15 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/0Menus/GormNSMenu.m: Modified
|
|
|
|
-[GormNSMenu handleNotification:] so that the menu is no longer
|
|
|
|
closed if the window which displays it isn't visible. This
|
|
|
|
prevents the annoying "Ordering invalid window 0" error.
|
|
|
|
|
2004-09-27 11:37:30 +00:00
|
|
|
2004-09-27 07:40 Gregory John Casamento <greg_casamento@yahoo.com>
|
2004-09-26 12:12:32 +00:00
|
|
|
|
2004-09-27 11:37:30 +00:00
|
|
|
* GormFilePrefsManager.m: Bumped version to 0.8.1 (Alpha)
|
|
|
|
* GormInfo.plist: Bumped version to 0.8.1 (Alpha)
|
|
|
|
* Documentation/Gorm.texi: Updated documentation.
|
|
|
|
|
|
|
|
2004-09-26 08:16 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
2004-09-26 12:12:32 +00:00
|
|
|
* Version 0.8.0
|
|
|
|
|
2004-09-25 11:17:03 +00:00
|
|
|
2004-09-25 07:21 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormInfo.plist: Changed version number to 0.8.0 (Alpha)
|
|
|
|
since we are now, more or less, in "pre-release" mode.
|
|
|
|
* GormFilePrefsManager.m: Updated call which sets version.
|
|
|
|
* Palettes/0Menus/GormMenuAttributesInspector.gorm:
|
|
|
|
* Palettes/1Windows/GormNSWindowInspector.gorm:
|
|
|
|
* Palettes/2Controls/ControlsPalette.gorm:
|
|
|
|
* Palettes/2Controls/GormNSBoxInspector.gorm:
|
|
|
|
* Palettes/2Controls/GormNSButtonInspector.gorm:
|
|
|
|
* Palettes/2Controls/GormNSFormInspector.gorm:
|
|
|
|
* Palettes/2Controls/GormNSMatrixInspector.gorm:
|
|
|
|
* Palettes/2Controls/GormNSPopUpButtonInspector.gorm:
|
|
|
|
* Palettes/2Controls/GormNSProgressIndicatorInspector.gorm:
|
|
|
|
* Palettes/2Controls/GormNSStepperInspector.gorm:
|
|
|
|
* Palettes/2Controls/GormNSTextFieldInspector.gorm:
|
|
|
|
* Palettes/3Containers/GormNSBrowserInspector.gorm:
|
|
|
|
* Palettes/3Containers/GormNSTableViewInspector.gorm:
|
|
|
|
* Palettes/3Containers/GormTabViewInspector.gorm:
|
|
|
|
* Palettes/4Data/GormNSComboBoxInspector.gorm:
|
|
|
|
* Palettes/4Data/GormNSDateFormatterInspector.gorm:
|
|
|
|
* Palettes/4Data/GormNSImageViewInspector.gorm:
|
|
|
|
* Palettes/4Data/GormNSNumberFormatterInspector.gorm:
|
|
|
|
* Palettes/4Data/GormNSTextViewInspector.gorm: Modified spacing
|
|
|
|
of the widgets so that text isn't clipped when using Vera
|
|
|
|
font.
|
|
|
|
|
2004-09-25 03:58:12 +00:00
|
|
|
2004-09-24 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* GModelDecoder.m ([GormDocument -openGModel:]): Initialize
|
|
|
|
variable.
|
|
|
|
|
2004-09-17 22:05:01 +00:00
|
|
|
2004-09-17 18:07 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* VersionProfiles.plist: Updated the profile to properly
|
|
|
|
set the version for NSTextFieldCell which has also been
|
|
|
|
updated since the last release.
|
|
|
|
|
2004-09-17 05:18:43 +00:00
|
|
|
2004-09-17 00:54 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormPalettesManager.m: Added code to [GormPalettesManager
|
|
|
|
setCurrentPalette:] to change the title to reflect the
|
|
|
|
name of the palette currently selected. This makes it easier
|
|
|
|
for the developer to navigate the palettes.
|
|
|
|
|
2004-09-17 04:54:47 +00:00
|
|
|
2004-09-17 00:54 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/2Controls/ControlsPalette.gorm: Removed old 14pt.
|
|
|
|
system title widget and added some widgets which are standard
|
|
|
|
sized which use the system defined fonts.
|
|
|
|
* Palettes/2Controls/main.m: Changed the location of the
|
|
|
|
pulldown, since it isn't in the .gorm.
|
|
|
|
|
2004-09-13 00:05:58 +00:00
|
|
|
2004-09-12 20:06 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Made some changes in [Gorm testInterface] and
|
|
|
|
[Gorm endTesting] to change the icon when testing and also
|
|
|
|
to modify the menu and quit titles so that it is obvious to
|
|
|
|
the user that Gorm is in testing mode and has not died.
|
|
|
|
* Images/GormTesting.tiff: Alternate icon used when Gorm
|
|
|
|
is testing.
|
|
|
|
|
2004-09-09 01:58:22 +00:00
|
|
|
2004-09-08 22:00 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Removed main function from Gorm class file.
|
|
|
|
* main.m: Added main function here.
|
|
|
|
|
2004-09-08 01:04:03 +00:00
|
|
|
2004-09-07 21:00 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Removed some old code which measured the startup
|
|
|
|
time for the application.
|
|
|
|
* GormDocument.m: Removed previous temporary fix.
|
|
|
|
* Palettes/3Containers/GormTableViewEditor.m: Correction for
|
|
|
|
recently discovered crash. The problem is located here.
|
|
|
|
I have added a retain which seems to stop the crash, but
|
|
|
|
I need to find a better solution. Also removed some old
|
|
|
|
commented out code.
|
|
|
|
* Palettes/3Containers/inspectors.m: Properly indented some
|
|
|
|
code.
|
|
|
|
|
2004-09-06 21:41:32 +00:00
|
|
|
2004-09-06 17:39 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m:
|
|
|
|
* GormInspectorsManager.m:
|
|
|
|
* GormInternalViewEditor.m:
|
|
|
|
* GormMatrixEditor.m:
|
|
|
|
* GormViewKnobs.m:
|
|
|
|
* GormWindowEditor.m: Removed some old FIXME comments which
|
|
|
|
were no longer appropriate or which have already been
|
|
|
|
addressed.
|
|
|
|
|
|
|
|
2004-09-06 15:30 Gregory John Casamento <greg_casamento@yahoo.com>
|
2004-09-06 19:33:48 +00:00
|
|
|
|
|
|
|
* GormDocument.m: Temporary fix for crash. Corrects a
|
|
|
|
problem with document deallocation, until I can find a more
|
|
|
|
permanent solution.
|
|
|
|
|
2004-09-06 12:53:43 +00:00
|
|
|
2004-09-06 08:52 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* ClassInformation.plist: Added missing NSImageCell class
|
|
|
|
description.
|
|
|
|
* Palettes/3Containers/inspectors.m: Corrected issue with
|
|
|
|
getting the class name of the data cell in
|
|
|
|
[GormTableColumnAttributesInspector _getCellClassName].
|
|
|
|
|
2004-09-06 12:40:46 +00:00
|
|
|
2004-09-06 08:38 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* ClassInformation.plist: Reformatted to canonical plist.
|
|
|
|
Suggested by Deek/Jeff.
|
|
|
|
* Palettes/3Containers/GormNSTableColumnInspector.gorm:
|
|
|
|
Added title and made the table draw the grid.
|
|
|
|
|
2004-09-05 16:21:47 +00:00
|
|
|
2004-09-05 12:17 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
2004-09-06 12:40:46 +00:00
|
|
|
* Palettes/3Containers/inspectors.m: Added _getCellClassName
|
|
|
|
to GormTableColumnAttribitesInspector to get the cell class
|
2004-09-05 16:21:47 +00:00
|
|
|
for the inspector. Also modified _getValuesFromObject: to
|
|
|
|
call the method and display the cell class name in the table.
|
|
|
|
Modified setValuesFromControl to add the object to the
|
|
|
|
document and assign the correct custom class.
|
|
|
|
|
|
|
|
2004-09-05 10:15 Gregory John Casamento <greg_casamento@yahoo.com>
|
2004-09-05 13:42:45 +00:00
|
|
|
|
|
|
|
* Palettes/3Containers/GormNSTableColumnInspector.gorm:
|
|
|
|
Made changes to allow user to edit the tableColumn dataCell.
|
|
|
|
* Palettes/3Containers/inspectors.m: Added code
|
|
|
|
for the delegate and datasource of the table added to the
|
|
|
|
inspector. Also modified methods _getValuesFromObject and
|
|
|
|
_setValuesFromControl: in GormTableColumnInspector to
|
|
|
|
accommodate changing the dataCell and redisplaying the
|
|
|
|
tableView which the column belongs to.
|
|
|
|
|
2004-08-28 20:45:47 +00:00
|
|
|
2004-08-28 16:43 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCustomView.m: Modified _bestPossibleSuperClass to
|
|
|
|
return NSView if the class isn't defined or is not an
|
|
|
|
NSView subclass.
|
|
|
|
|
2004-08-28 15:05:35 +00:00
|
|
|
2004-08-28 11:00 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Added calls to [GSClassSwapper
|
|
|
|
setIsInInterfaceBuilder:] to shut off the custom class -> real
|
|
|
|
class morphing when testing. Added implementation for
|
|
|
|
method which changes the static value of the flag as well
|
|
|
|
called setIsInInterfaceBuilder:.
|
|
|
|
* GormDocument.m: Added calls in loadDocument: to
|
|
|
|
[GSClassSwapper setIsInInterfaceBuilder:] to turn off custom
|
|
|
|
class conversion while loading the .gorm document.
|
|
|
|
* GormCustomView.m: Added implementation of a method
|
|
|
|
called _bestPossibleSuperClass to get the best substitute
|
|
|
|
for the custom class specified when testing the interface.
|
|
|
|
This allows the user to see a more accurate picture
|
|
|
|
of what the gui will look like when it's done.
|
|
|
|
|
2004-08-26 01:57:34 +00:00
|
|
|
2004-08-25 22:28 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/1Windows/GormNSWindow.m: Removed canBecomeKeyWindow
|
|
|
|
method. This was returning NO and preventing the method user
|
|
|
|
from setting the font.
|
|
|
|
|
2004-08-24 02:17:25 +00:00
|
|
|
2004-08-23 22:28 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassInspector.m: Corrected bug introduced a few
|
|
|
|
days ago. The actions tag in the class inspector wasn't
|
|
|
|
functioning correctly.
|
|
|
|
|
2004-08-23 19:03:20 +00:00
|
|
|
2004-08-23 15:06 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/1Windows/GormNSPanel.[hm]:
|
|
|
|
* Palettes/1Windows/GormNSWindow.[hm]: Changed the name
|
|
|
|
of the styleMask method to _styleMask. Since this serves
|
|
|
|
as a "proxy" of the original value so that it can be edited
|
|
|
|
without effecting the window, it shouldn't have the same
|
|
|
|
name as the method in the parent class anyway. The new
|
|
|
|
window decoration code was calling this method.
|
|
|
|
* Palettes/1Windows/main.m: [GormWindowAttributesInspector
|
|
|
|
_setValuesFromControl:] and [GormWindowAttributesInspector
|
|
|
|
_getValuesFromObject] changed to use new method name.
|
|
|
|
|
2004-08-22 02:01:37 +00:00
|
|
|
2004-08-21 00:20 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/1Windows/GormNSPanel.m:
|
|
|
|
* Palettes/1Windows/GormNSWindow.m: Added code to prevent
|
|
|
|
redundant release and subsequent crash.
|
|
|
|
|
2004-08-18 04:19:45 +00:00
|
|
|
2004-08-18 00:20 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassEditor.m: Cleaned up some code.
|
|
|
|
* GormClassInspector.m: Added code in the data source for
|
|
|
|
both the GormActionDataSource and GormOutletDataSource
|
|
|
|
classes in the class inspector to call the method in
|
|
|
|
GormDocument which removes connections when a connections'
|
|
|
|
name changes. Corrects Bug #100026.
|
|
|
|
* GormMenuEditor.m: If a menu item being added to a popup
|
|
|
|
has a submenu, reject it.
|
|
|
|
|
2004-08-13 22:19:47 +00:00
|
|
|
2004-08-13 18:30 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Disabled class parser menu item in [Gorm
|
|
|
|
validateMenuItem:].
|
|
|
|
* GormClassManager.m: [GormClassManager parseClass:]
|
|
|
|
commented out contents of this method. The class
|
|
|
|
parser needs to be replaced and it shouldn't be
|
|
|
|
used until it's rewritten.
|
|
|
|
|
2004-08-13 01:37:18 +00:00
|
|
|
2004-08-12 21:41 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: [Gorm validateMenuItem:] deselect the cut, delete,
|
|
|
|
paste, etc. items for top level objects which cannot be
|
|
|
|
removed.
|
|
|
|
* GormDocument.m: Simplified implementation of
|
|
|
|
[GormDocument isTopLevelObject:] to simply check in the
|
|
|
|
set of top level objects.
|
|
|
|
|
2004-08-12 02:33:17 +00:00
|
|
|
2004-08-11 22:41 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.[hm]: Added back isTopLevelObject:.
|
|
|
|
|
2004-08-11 11:16:35 +00:00
|
|
|
2004-08-11 07:18 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Removed the delegate and data source
|
|
|
|
for the outline view. Changed the code in init to use
|
|
|
|
the GormClassEditor as the outline view, instead of
|
|
|
|
instantiating two different classes. I also changed
|
|
|
|
the coded in other areas where "classEditor" was being
|
|
|
|
used. Removed an uneeded method.
|
|
|
|
* GormClassEditor.m: Added the delegate here. Added the
|
|
|
|
initialization code from GormDocument init to the init
|
|
|
|
method here.
|
|
|
|
* GormPrivate.h: Made GormClassEditor into a subclass
|
|
|
|
of GormOutlineView. This ultimately makes the code
|
|
|
|
cleaner as it unifies the view/editor for the class
|
|
|
|
editor.
|
|
|
|
|
2004-08-09 21:11:36 +00:00
|
|
|
2004-08-09 17:18 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormFilePrefsManager.m: The method showIncompatibilities:
|
|
|
|
added call to "center" method on iwindow so that the
|
|
|
|
incompatibilities window shows up in the center of the
|
|
|
|
screen.
|
|
|
|
|
2004-08-08 20:30:32 +00:00
|
|
|
2004-08-08 16:46 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Resource/GormDocument.gorm: Made text label lengths a
|
|
|
|
little longer.
|
|
|
|
|
|
|
|
2004-08-08 16:33 Gregory John Casamento <greg_casamento@yahoo.com>
|
2004-08-08 20:14:31 +00:00
|
|
|
|
|
|
|
* Palettes/0Menus/GormNSMenu.m: Changed the code in
|
|
|
|
handleNotification to not call edited object blindly.
|
|
|
|
It now checks to make sure the object responds to the
|
|
|
|
message before calling.
|
|
|
|
|
2004-08-08 17:38:04 +00:00
|
|
|
2004-08-08 13:43 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/1Windows/GormNSWindow.m: Removed some debugging
|
|
|
|
information.
|
|
|
|
|
2004-08-08 17:23:17 +00:00
|
|
|
2004-08-08 13:23 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.[hm]: Added ivar isDocumentOpened
|
|
|
|
to track when document is opened and closed.
|
|
|
|
The document was being made active while closing and was
|
|
|
|
causing an issue with some of the windows in the document
|
|
|
|
being edited being brought to the front even though the
|
|
|
|
document itself had been deallocated. This is the
|
|
|
|
permanent fix for the previously discovered issue.
|
2004-08-08 17:38:04 +00:00
|
|
|
* Palettes/1Windows/GormNSWindow.m: Added canBecomeKeyWindow
|
|
|
|
which returns NO. The edited window should never be able
|
|
|
|
to become either key or main window within the application.
|
2004-08-08 17:23:17 +00:00
|
|
|
|
|
|
|
2004-08-07 06:10 Gregory John Casamento <greg_casamento@yahoo.com>
|
2004-08-07 01:23:10 +00:00
|
|
|
|
|
|
|
* GormObjectEditor.m: Temporary fix for recently discovered
|
|
|
|
crash.
|
|
|
|
|
2004-08-06 11:17:45 +00:00
|
|
|
2004-08-06 07:20 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/GormMenuEditor.m: Added rightMouseDown: method
|
|
|
|
to effectively ignore when the right mouse button is
|
|
|
|
pressed when over a menu that is being edited. This was
|
|
|
|
causing the problem described in Bug#9827.
|
|
|
|
|
2004-08-05 05:34:41 +00:00
|
|
|
2004-08-05 01:36 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/GormNSMenu.m: Added code in the initWithCoder:
|
|
|
|
method to subscribe to the notification which indicates
|
|
|
|
a selection change. When the notification is recieved,
|
|
|
|
if the menu is owned by a popup the menu is closed. This
|
|
|
|
corrects Bug#9771.
|
|
|
|
|
2004-08-04 05:03:28 +00:00
|
|
|
2004-08-04 01:08 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormPalettesManager.m: -[GormPalettesManager loadPalette:]
|
|
|
|
added code to made sure that the palette view cannot exceed
|
|
|
|
the maximum size. This prevents accidentally causing the
|
|
|
|
issue cited in the previous entry.
|
|
|
|
|
2004-08-04 04:52:43 +00:00
|
|
|
2004-08-04 00:52 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: -[GormDocument setupDefaults:] changed
|
|
|
|
size of the window for a new palette. If it's too big it
|
|
|
|
causes problems with event handling in the palettes.
|
|
|
|
* Palettes/2Controls/GNUmakefile: Added ControlsPalette.gorm
|
|
|
|
* Palettes/2Controls/main.m: Removed much of the code
|
|
|
|
from the ControlsPalette class. It's not needed now
|
|
|
|
that the palette uses a .gorm file.
|
|
|
|
* Palettes/2Controls/ControlsPalette.gorm: New gui for the
|
|
|
|
palette.
|
|
|
|
|
|
|
|
2004-08-02 23:00 Gregory John Casamento <greg_casamento@yahoo.com>
|
2004-08-03 03:16:28 +00:00
|
|
|
|
|
|
|
* GormViewEditor.m: Added stub for initWithCoder just for
|
|
|
|
completeness.
|
|
|
|
* Palettes/2Controls/GormButtonEditor.m: Change references
|
|
|
|
to xDist and yDist to new names from NSCell.h
|
|
|
|
|
2004-08-02 12:47:48 +00:00
|
|
|
2004-08-02 08:54 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormPalettesManager.m: Clarified error message when
|
|
|
|
unable to load palettes.
|
|
|
|
|
2004-08-02 04:48:55 +00:00
|
|
|
2004-08-02 00:54 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormPrefController.m: Center the window the prefs appear
|
|
|
|
in. Changed [GormPrefController awakeFromNib] to center
|
|
|
|
the window.
|
|
|
|
|
2004-08-02 04:09:48 +00:00
|
|
|
2004-08-02 00:14 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/2Controls/inspectors.m: Reversion of previous
|
|
|
|
change. The real problem was that in setObject: the
|
|
|
|
_setValuesFromObject: method was being called unnecessarily.
|
|
|
|
The call has been removed.
|
|
|
|
|
2004-08-02 03:18:45 +00:00
|
|
|
2004-08-01 23:17 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormLib/IBEditors.m: Removed some old comments which are
|
|
|
|
no longer pertinent. Added documentation for all methods.
|
|
|
|
* GormLib/IBObjectAdditions.m: Added documentation for all
|
|
|
|
methods.
|
|
|
|
* GormLib/IBPalette.h: Clarified documentation of one of
|
|
|
|
the methods.
|
|
|
|
* Palettes/0Menus/GormNSMenu.m: Removed some old commented
|
|
|
|
out code. Changed superclass of GormNSMenuWindow to NSPanel.
|
|
|
|
* Palettes/2Controls/inspectors.m: Made the first two lines
|
|
|
|
conditional for NSForm and subclasses. These were causing
|
|
|
|
a bug which was making it difficult to edit button matrices
|
|
|
|
since the title would revert when clicking on on the next
|
|
|
|
button. This corrects issue #9830.
|
|
|
|
|
2004-07-28 03:54:42 +00:00
|
|
|
2004-07-27 02:15 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormLib/IBInspector.m: Change the name of the method called
|
|
|
|
when receiving IBDocumentWillCloseNotification to _releaseObject:
|
|
|
|
instead of handleNotification:. This prevents confusion as some
|
|
|
|
of the subclasses define handleNotification for other
|
|
|
|
purposes.
|
|
|
|
* GormDocument.m: Modified the code in instantiateObject so that
|
|
|
|
NSView itself can be instantiated.
|
|
|
|
|
|
|
|
|
2004-07-27 06:20:45 +00:00
|
|
|
2004-07-27 02:15 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Cleaned up some commented out code.
|
|
|
|
* GormDocument.m: Added code in [GormDocument instantiateClass]
|
|
|
|
to add the appropriate information to the document when an
|
|
|
|
NSView subclass is instantiated in the classes view.
|
|
|
|
This is for "standalone view" support. Some additional cleanup.
|
|
|
|
* GormGenericEditor.m: The editor wasn't calling
|
|
|
|
[GormDocument editor:didCloseForObject:] as it should when the
|
|
|
|
editor is closed. Added implementation for isOpened to give
|
|
|
|
any subeditors the correct response when the editor is opened.
|
|
|
|
* GormInternalViewEditor.m: Added code to show the appropriate
|
|
|
|
image when we have a standalone view in the document.
|
|
|
|
* GormPrivate.h: Added declaration for isOpened to
|
|
|
|
GormGenericEditor class declaration.
|
|
|
|
* GormViewEditor.h: Added ivar for GormViewWindow.
|
|
|
|
* GormViewEditor.m: Added code in activate, deactivate, and
|
|
|
|
resetObject to properly show the standalone view. This allows
|
|
|
|
the user to see and edit the view.
|
|
|
|
* GormViewWindow.[hm]: completed implementation of this class
|
|
|
|
for use by the GormViewEditor.
|
|
|
|
* GormLib/IBEditors.h: Properly documented resetObject.
|
|
|
|
* GormLib/IBInspector.m: Added code which releases objects held
|
|
|
|
by the inspector after the document has been released. This
|
|
|
|
prevents problems with old objects being retained in memory
|
|
|
|
by the inspectors until another object is selected.
|
|
|
|
* Palettes/0Menu/GormNSMenu.m: corrected a crash caused by a
|
|
|
|
recent change.
|
|
|
|
* Palettes/3Containers/GormNSOutlineView.m: Added
|
|
|
|
allocSubstitute method.
|
|
|
|
* Palettes/3Containers/GormNSTableView.m: Added
|
|
|
|
allocSubstitute method.
|
|
|
|
|
2004-07-21 02:05:53 +00:00
|
|
|
2004-07-20 20:04 Gregory John Casamento <greg_casamento@yahoo.com>
|
2004-07-21 01:49:07 +00:00
|
|
|
|
|
|
|
* GormDocument.m: Leak fixes and general clean up.
|
|
|
|
* GormGenericEditor.m: Same.
|
|
|
|
* GormImageEditor.m: Same.
|
|
|
|
* GormViewEditor.h: Same.
|
|
|
|
* GormWindowEditor.m: Same.
|
|
|
|
* Palettes/0Menus/GormMenuEditor.m: Same.
|
|
|
|
* Palettes/0Menus/GormNSMenu.m: Same.
|
|
|
|
* Palettes/1Windows/GormNSPanel.h: Added new method so that the
|
|
|
|
window setting "is released when closed" is saved, but doesn't
|
|
|
|
effect the window displayed in Gorm. This presents some tricky
|
|
|
|
memory management problems.
|
|
|
|
* Palettes/1Windows/GormNSPanel.m: Same.
|
|
|
|
* Palettes/1Windows/GormNSWindow.h: Same.
|
|
|
|
* Palettes/1Windows/GormNSWindow.m: Same.
|
|
|
|
* Palettes/1Windows/main.m: Added code necessary in the
|
|
|
|
inspector to use the new method.
|
|
|
|
|
2004-07-17 21:50:50 +00:00
|
|
|
2004-07-17 17:54 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormFilePrefsManager.m: Removed reference to math.h and values.h
|
|
|
|
in includes. They were there temporarily for something which I
|
|
|
|
ended up not doing anyway. Causing compilation problem on FreeBSD.
|
|
|
|
|
2004-07-16 01:50:40 +00:00
|
|
|
2004-07-15 21:43 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Added a check in applicationDidFinishLaunching:
|
|
|
|
to make certain the user is using the right version of GNUstep
|
|
|
|
by checking for a recent signature change in GSNibContainer.
|
|
|
|
* ClassInformation.plist: Added redo: and undo: to the list of
|
|
|
|
methods on the first responder.
|
|
|
|
* GormFilePrefsManager.m: Changed a lot of the NSLogs to
|
|
|
|
NSDebugLog.
|
|
|
|
|
2004-07-14 03:10:44 +00:00
|
|
|
2004-07-12 23:08 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormImageEditor.m: [GormImageEditor initWithObject:inDocument:]
|
|
|
|
added call to [GormPalettesManager importedImages] to return
|
|
|
|
the images imported by any custom palettes.
|
|
|
|
* GormSoundEditor.m: [GormSoundEditor initWithObject:inDocument:]
|
|
|
|
added call to [GormPalettesManager importedSounds] to return
|
|
|
|
the sounds imported by any custom palettes.
|
|
|
|
* GormPalettesManager.m: Changed the return of
|
|
|
|
[GormPalettesManager importClasses:withDictionary:], added
|
|
|
|
[GormPalettesManager importImages:withBundle:],
|
|
|
|
[GormPalettesManager importSounds:withBundle:],
|
|
|
|
[GormPalettesManager importedImages], and
|
|
|
|
[GormPalettesManager importedImages]. These methods are
|
|
|
|
used to get the images and sounds from a palette so that
|
|
|
|
they can be used from Gorm by the user.
|
|
|
|
* GormPalettesManager.h: Added banner.
|
|
|
|
|
|
|
|
|
2004-07-12 04:16:09 +00:00
|
|
|
2004-07-11 23:40 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: saveGormDocument.m: Changes to prevent a
|
|
|
|
new gorm from being saved twice. This was an innocuous problem
|
|
|
|
as it would simply overwrite the same .gorm with itself.
|
|
|
|
Added code to set isOlderArchive in loadDocument: method.
|
|
|
|
Added code to call [GormFilePrefsManager setClassVersions] and
|
|
|
|
[GormFilePrefsManager restoreClassVersions] in beginArchiving and
|
|
|
|
endArchiving respectively to set and reset the versions of classes
|
|
|
|
which need to be used for each .gorm file version to be saved.
|
|
|
|
Updated changeView: method to switch to the filePrefsView when clicking
|
|
|
|
on the button.
|
|
|
|
Added code to the toolbar delegate to add the "File" button to the
|
|
|
|
document toolbar.
|
2004-07-14 03:10:44 +00:00
|
|
|
Added code to loadDocument to load the data.info file if it's
|
|
|
|
present, if not
|
2004-07-12 04:16:09 +00:00
|
|
|
we simply use the defaults.
|
|
|
|
* GormDocument.h: Added new ivars for isOlderArchive, filePrefsView,
|
|
|
|
and filePrefsManager.
|
|
|
|
* GormFilePrefsManager.[hm]: New files.
|
|
|
|
* GormPalettesPref.[hm]: New files.
|
|
|
|
* GormPrefsPalette.gorm: new interface for palette loading.
|
|
|
|
* GormDocument.gorm: Updated with new window to view
|
|
|
|
incompatibilities and controller for new "file" document
|
|
|
|
button.
|
|
|
|
* GormPreferences.gorm: Addition of palettes in pulldown.
|
|
|
|
* GormClassManager.[hm]: Added
|
|
|
|
- (BOOL) addClassNamed: (NSString*)class_name
|
|
|
|
withSuperClassNamed: (NSString*)super_class_name
|
|
|
|
withActions: (NSArray*)_actions
|
|
|
|
withOutlets: (NSArray*)_outlets
|
|
|
|
isCustom: (BOOL) isCustom;
|
|
|
|
So that classes can be added with out adding them to the custom
|
|
|
|
list.
|
|
|
|
Added logic in "init" to get the list of classes imported by
|
|
|
|
the palettes manager and add them into the master list of classes.
|
|
|
|
This allows the user to work with the classes added by the palette.
|
|
|
|
* GormFunctions.[hm]: appVersion function to calculate a useful value
|
|
|
|
which can be used to compare against easily when reading. This will
|
|
|
|
allow gorm to tell if this file was created with an older or newer
|
|
|
|
version of Gorm.app and take appropriate action.
|
|
|
|
* GormObjectEditor.m: Added capability to place non-UI instances in the
|
|
|
|
objects view directly. This will allow the user to place arbitrary
|
|
|
|
non-ui objects in a Gorm file. It will be useful for adding DB objects
|
|
|
|
or other things which a .gorm file might need.
|
|
|
|
* GormPalettesManager.[hm]: Added [GormPalettesManager importedClasses]
|
2004-07-14 03:10:44 +00:00
|
|
|
and [GormPalettesManager importClasses:withDictionary:] adds the
|
|
|
|
classes from the list in the palette.table.
|
2004-07-12 04:16:09 +00:00
|
|
|
* GormLib/IBPalette.h: Changed name of ivar. This ivar wasn't properly
|
|
|
|
named. It should have been originalWindow. This issue was causing the
|
|
|
|
.gorm load to not make a needed connection.
|
|
|
|
* GormLib/IBPalette.m: Change to read palette.table as a property list
|
|
|
|
instead of strings file format. This was needed to facilitate the
|
|
|
|
reading of all of the classes, sounds and images a palette might
|
|
|
|
import. Also modified to correctly load the nib file.
|
2004-07-14 03:10:44 +00:00
|
|
|
* Palettes/0Menus/main.m: Corrected window to originalWindow as
|
|
|
|
detailed above. It was referred to in a few places by the old name.
|
2004-07-12 04:16:09 +00:00
|
|
|
* Palettes/1Windows/main.m: same.
|
|
|
|
* Palettes/2Controls/main.m: same.
|
|
|
|
* Palettes/3Containers/main.m: same.
|
|
|
|
* Palettes/4Data/main.m: same.
|
2004-07-14 03:10:44 +00:00
|
|
|
* Palettes/2Controls/inspectors.m: Change to clarify the autoenable
|
|
|
|
switch on pulldown buttons.
|
|
|
|
* Palettes/2Controls/GormNSPopUpButtonInspector.gorm: Corresponding
|
|
|
|
.gorm file change for the above. Added new outlet and made new
|
|
|
|
connection.
|
2004-07-12 04:16:09 +00:00
|
|
|
|
2004-07-09 23:18:27 +00:00
|
|
|
2004-07-09 16:24 Gregory John Casamento <greg_casamento@yahoo.com>
|
2004-07-09 20:23:01 +00:00
|
|
|
|
|
|
|
* Palettes/3Containers/GormNSTableViewInspector.gorm: Missing
|
|
|
|
connection to ok: from the tag form was causing the table
|
|
|
|
not to save the value.
|
|
|
|
|
2004-07-01 00:53:42 +00:00
|
|
|
2004-06-30 20:14 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Added "Compatibility Warning" alert panel
|
|
|
|
to [GormDocument saveGormDocument:]. If the user loads a
|
|
|
|
version 0 file and saves it will give a warning telling the
|
|
|
|
user that the new version isn't compatible with older
|
|
|
|
releases of GNUstep.
|
|
|
|
* GormDocument.h: Added ivar to keep track of whether we
|
|
|
|
are going to upgrade the version of the .gorm file or not.
|
|
|
|
|
|
|
|
2004-06-30 01:45 Gregory John Casamento <greg_casamento@yahoo.com>
|
2004-06-30 05:22:25 +00:00
|
|
|
|
|
|
|
* GormDocument.m: [GormDocument loadDocument:] the application
|
|
|
|
was not picking up subclasses of GSNibItem (GormObjectProxy)
|
|
|
|
properly from version 0 files. I needed to add a loop which
|
|
|
|
iterates through the objects, since the GormObjectProxy doesn't
|
|
|
|
call the super class's initWithCoder: method.
|
|
|
|
|
2004-06-29 03:27:37 +00:00
|
|
|
2004-06-28 23:14 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: -[Gorm testInterface:] changed awakeWithContext: call
|
|
|
|
to use new signature.
|
|
|
|
* GormDocument.m: [GormDocument rebuildObjToNameMapping]
|
|
|
|
added logic to add all of the objects in the topLevelObjects
|
|
|
|
set to the objects view. Modified
|
|
|
|
[GormDocument attachObject:toParent:] so that any top level
|
|
|
|
object which is attached, such as a window, the main, menu,
|
|
|
|
or a controller is automatically added to the topLevelObjects
|
|
|
|
set. Modified [GormDocument loadDocument:] so that the
|
|
|
|
topLevelObjects set is properly merged into the current
|
|
|
|
document's data structures. [GormDocument setupDefaults:]
|
|
|
|
removed explicit call to [GormDocument setName:forObject:]
|
|
|
|
since the attachObject:toParent: method automatically makes
|
|
|
|
the new menu in a .gorm which doesn't have any menus the
|
|
|
|
main menu and adds it to the topLevelItems array.
|
|
|
|
* GormPalettesManager.m: Removed some of the palette prefs
|
|
|
|
code for now so I could concentrate on the version update.
|
|
|
|
* GormSoundView.m: Commented out currently unused function.
|
|
|
|
* Resources/Gorm.gorm: Updated to a version 1 gorm file.
|
|
|
|
This prevent someone from running the new Gorm with the old
|
|
|
|
gnustep which doesn't contain the recent changes.
|
|
|
|
|
2004-06-27 12:34:40 +00:00
|
|
|
2004-06-27 08:45 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: -[Gorm testInterface:] removed NSWindowsMenu and
|
|
|
|
NSServicesMenu from the nameTable of the .gorm being tested.
|
|
|
|
This prevents an exception because of problems re-setting
|
|
|
|
these on the fly.
|
|
|
|
* GormPalettesManager.m: The beginnings of getting the
|
|
|
|
palettes from a default rather than being hardcoded. This
|
|
|
|
allows greater flexibility in adding custom palettes to
|
|
|
|
Gorm later on.
|
|
|
|
|
2004-06-26 22:08:42 +00:00
|
|
|
2004-06-26 18:10 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormPalettesManager.m: Removed line in -init which observes
|
|
|
|
IBDidDeleteConnectionNotification in GormConnectionInspector.
|
|
|
|
It was causing a number of bugs since it could potentially modify
|
|
|
|
the connection prior to adding it to the connections list. Added
|
|
|
|
method _selectAction: which is used to select the action without
|
|
|
|
going through all of the other code in _internalCall:.
|
|
|
|
* GormDocument.m: Added code in NSNibConnector category to let
|
|
|
|
isEqual immediately return true if the object and self are precisely
|
|
|
|
the same object.
|
|
|
|
* GormClassInspector.m: Added code to change the color
|
|
|
|
of the textfield to grey if the class isn't editable and to white
|
|
|
|
if the class name is editable.
|
|
|
|
|
2004-06-26 12:19:18 +00:00
|
|
|
2004-06-26 08:25 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormPalettesManager.m: There was problem which crops up when the
|
|
|
|
user has many connections to the same object both action/outlet
|
|
|
|
in the same list. When disconnecting it the inspector,
|
|
|
|
because of a memory leak, was deleting the outlet & the
|
|
|
|
action following it. This was happening inconsistently and
|
|
|
|
would cause a blank line to appear in the connections inspector
|
|
|
|
when the user would click on the object. This was reported as
|
|
|
|
Bug #9461.
|
|
|
|
|
2004-06-26 03:36:29 +00:00
|
|
|
2004-06-25 01:33 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: [GormDocument(GormOutlineDataSource)
|
|
|
|
outlineView:setObjectValue:forTableColumn:byItem:] added
|
|
|
|
code to ignore the value which comes if it is nil. This
|
|
|
|
corrects a recent problem caused by a "fix" in gui's
|
|
|
|
NSTableView.
|
|
|
|
* GormClassInspector.m: Changes to allow the user to change
|
|
|
|
the class name when it's a custom class that's being edited.
|
|
|
|
* GormClassInspector.gorm: Changes to facilitate the above
|
|
|
|
modification.
|
|
|
|
|
2004-06-25 01:15:37 +00:00
|
|
|
2004-06-24 01:33 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: [Gorm close:] the window is already released when
|
|
|
|
the document is released and the code had an
|
|
|
|
"setReleasedWhenClosed" which was call which was causing
|
|
|
|
an extra release and subsequently a core dump when selecting
|
|
|
|
the "Close" item from the document menu.
|
|
|
|
|
2004-06-24 05:30:22 +00:00
|
|
|
2004-06-24 01:33 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Additions to [GormDocument attachObject:
|
|
|
|
withParent:], [GormDocument loadDocument:], [GormDocument
|
|
|
|
setupDefaults:] to move the main menu appropriately when
|
|
|
|
it is either added to the documnent, loaded, or added when
|
|
|
|
the user selects the "Application" type from the New menu.
|
|
|
|
This helps alleviate confusion when editing the menu.
|
|
|
|
|
2004-06-23 01:19:08 +00:00
|
|
|
2004-06-22 23:33 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: A fix in -[GormDocument pasteType:
|
|
|
|
fromPasteboard: parent:] to retain objects unarchived
|
|
|
|
from the pasteboard to prevent a recently discovered
|
|
|
|
segfault.
|
|
|
|
|
2004-06-22 03:26:03 +00:00
|
|
|
2004-06-21 23:33 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GModelDecoder.m: Added code to openGModel: to more automatically
|
|
|
|
detect what actions should be added to FirstResponder. This
|
|
|
|
facilitates importing the .gmodel without even needing the
|
|
|
|
header file. All of the information necessary to convert the
|
|
|
|
interface can be gleaned from the .gmodel information.
|
|
|
|
|
2004-06-19 05:37:59 +00:00
|
|
|
2004-06-18 23:40 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Version 0.7.7
|
|
|
|
|
2004-06-16 01:26:41 +00:00
|
|
|
2004-06-15 01:28 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormPalettesManager.m: [GormPalettesManager mouseDown:] a
|
|
|
|
call to convertRect:toView: was added to correctly translate the
|
|
|
|
view being dragged in all cases. This will show no real benefit
|
|
|
|
until Alex M. adds the window decoration patches.
|
|
|
|
|
2004-06-10 05:20:56 +00:00
|
|
|
2004-06-10 01:28 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: [Gorm testInterface] added code in the exception
|
|
|
|
handler to show an alert panel when an exception occurs along
|
|
|
|
with a warning (and the actual exception, of course). This
|
|
|
|
allows users to see what the issue was when trying to test
|
|
|
|
the interface.
|
|
|
|
|
2004-06-08 03:53:48 +00:00
|
|
|
2004-06-07 23:59 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormInspectorsManager.m: [GormConnectionInspector setObject:]
|
|
|
|
corrected code to call "isConnecting" before blindly causing the
|
|
|
|
inspector to show the connection on the selected object. This
|
|
|
|
was interfering with the user making connections in some cases.
|
|
|
|
|
2004-06-07 02:28:57 +00:00
|
|
|
2004-06-06 21:57 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/3Containers/GormNSOutlineView.h: added ivar
|
|
|
|
_savedColor. This is used to save the color during selection.
|
|
|
|
* Palettes/3Containers/GormNSTableView.h: same as above.
|
|
|
|
* Palettes/3Containers/GormNSTableView.m: implemented select
|
|
|
|
and unselect methods to allow the color to be saved when the object
|
|
|
|
is selected.
|
|
|
|
* Palettes/3Containers/GormNSOutlineView.m: same as above.
|
|
|
|
|
2004-06-06 12:32:15 +00:00
|
|
|
2004-06-06 08:39 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormImageEditor.m: Corrected comments.
|
|
|
|
|
2004-06-05 03:51:37 +00:00
|
|
|
2004-06-04 23:53 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormImageEditor.m: Added some code to correct a problem found
|
2004-06-06 12:32:15 +00:00
|
|
|
by Riccardo Mattolla and Sungjin Chun. The code is as suggested
|
2004-06-05 03:51:37 +00:00
|
|
|
by Sujin, to return when the superview is not available.
|
|
|
|
* GormSoundEditor.m: same as above.
|
|
|
|
NOTE: This was due to a recent change to load all images for
|
|
|
|
easy access by the user. Apparently, Linux is a little more
|
|
|
|
forgiving that some other OSes. :)
|
|
|
|
|
2004-06-03 22:37:14 +00:00
|
|
|
2004-06-03 00:43 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.h: Added "lastEditor" ivar to hold the last editor
|
|
|
|
selected by the document.
|
|
|
|
* GormDocument.m: In [GormDocument setDocumentActive:] used
|
|
|
|
lastEditor to reset the selection to the current one for the document
|
|
|
|
selected. This causes the inspector to switch to the appropriate
|
|
|
|
inspector for the object currently being edited in that document.
|
|
|
|
|
2004-06-03 04:40:48 +00:00
|
|
|
2004-06-03 00:43 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Removed code in the testInterface: method to allow
|
|
|
|
NSBrowser, NSTableView, and NSOutlineView display correctly in
|
|
|
|
testing mode.
|
|
|
|
* GormDocument.m: Moved the code in loadDocument: into a NS_DURING
|
|
|
|
block to catch any exceptions thrown during loading of a .gorm file.
|
|
|
|
This will facilitate recovery of the application when a problem is
|
|
|
|
encountered while loading the file and will allow the user to continue
|
|
|
|
using the application despite the issue.
|
|
|
|
|
2004-05-31 03:03:07 +00:00
|
|
|
2004-05-30 22:37 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: [GormFirstResponder connectInspectorClassName]
|
|
|
|
made it return the "not applicable" inspector instead of the
|
|
|
|
connections inspector for this. The FirstResponder shouldn't be
|
|
|
|
able to make outlet connections.
|
|
|
|
|
2004-05-30 03:02:05 +00:00
|
|
|
2004-05-29 23:10 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
2004-05-30 03:48:38 +00:00
|
|
|
* GormInspectorsManager.m: [GormConnectionsInspector _internalCall:]
|
|
|
|
The search for an existing control connection was leaving the
|
|
|
|
con variable set to a outlet connection (occasionally) which caused
|
|
|
|
later logic to not properly set the action list and prevented the user
|
|
|
|
from selecting an action.
|
|
|
|
|
|
|
|
2004-05-29 23:10 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
2004-05-30 03:02:05 +00:00
|
|
|
* Gorm.m: [Gorm testInterface:] removed conditional. The services
|
|
|
|
menu is always set to nil when testing. [Gorm endTesting:] added
|
|
|
|
a NS_DURING block to catch any issues with resetting the services menu.
|
|
|
|
This prevents Gorm from crashing, if there's a problem. Since the
|
|
|
|
menu is set to nil and then reset there shouldn't be an issue.
|
|
|
|
|
|
|
|
2004-05-29 16:00 Gregory John Casamento <greg_casamento@yahoo.com>
|
2004-05-29 12:49:01 +00:00
|
|
|
|
2004-05-29 19:18:22 +00:00
|
|
|
* GormDocument.m: [GormDocument attachObject:] added code
|
|
|
|
to automatically mark a menu being attached as the
|
|
|
|
windows/services menu if it has the appropriate title.
|
|
|
|
Also changed [GormDocument detachObject:] added code to
|
|
|
|
remove the menu as the services/windows menu if it's detached
|
|
|
|
from the document.
|
|
|
|
|
|
|
|
2004-05-29 08:56 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
2004-05-29 12:49:01 +00:00
|
|
|
* Palettes/2Controls/main.m: Had some DOS formatted lines. Simply
|
|
|
|
converted to UNIX format.
|
|
|
|
* Palettes/3Containers/main.m: Changed the default border type
|
|
|
|
for both NSTableView and NSOutlineView to NSBezelBorder in
|
|
|
|
-finishInstantiate.
|
|
|
|
* Palettes/4Data/main.m: Changed the default border type for the
|
|
|
|
NSTextView to NSBezelBorder in -finishInstantiate.
|
|
|
|
|
|
|
|
2004-05-29 07:30 Gregory John Casamento <greg_casamento@yahoo.com>
|
2004-05-29 10:10:22 +00:00
|
|
|
|
|
|
|
* Palettes/4Data/GormNSComboBoxInspector.gorm: Improved the layout
|
|
|
|
a little.
|
|
|
|
|
2004-05-29 01:40:14 +00:00
|
|
|
2004-05-28 21:48 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.m: Corrected a problem the the renameClassNamed:
|
|
|
|
newName: method. It was releasing the classInformation and causing
|
|
|
|
a crash.
|
|
|
|
|
2004-05-25 10:54:06 +00:00
|
|
|
2004-05-25 07:01 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: [Gorm testInterface:] added code to save the services
|
|
|
|
menu and set the current one to nil, if one is not defined in the
|
|
|
|
.gorm file. This prevents the annoying "Services Menu not in main
|
|
|
|
menu" warning.
|
|
|
|
* GormPrivate.h: Added servicesMenu ivar.
|
|
|
|
|
|
|
|
2004-05-24 10:22 Gregory John Casamento <greg_casamento@yahoo.com>
|
2004-05-25 02:22:00 +00:00
|
|
|
|
|
|
|
* GormDocument.m: [GormDocument awakeFromNib] added call
|
|
|
|
to [NSToolbar setUsesStandardBackgroundColor:] to make the
|
|
|
|
background light-grey instead of clear.
|
|
|
|
|
2004-05-22 16:25:35 +00:00
|
|
|
2004-05-22 12:31 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: [Gorm validateMenuItem:] removed code which greys
|
|
|
|
out the add/remove for first responder. This was preventing
|
|
|
|
people from adding in the classes view.
|
|
|
|
|
2004-05-22 03:10:05 +00:00
|
|
|
2004-05-21 07:20 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Removed the infoPanel method.
|
|
|
|
* GormInfo.plist: Added all of the information to this file to
|
|
|
|
produce an identical info panel as before.
|
|
|
|
* Gorm.gorm: Changed info menu so that "orderFrontStandardInfoPanel:"
|
|
|
|
is called.
|
|
|
|
|
2004-05-20 02:34:03 +00:00
|
|
|
2004-05-19 07:20 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.gorm: Added. This replaces much of the code which
|
|
|
|
was once in [GormDocument init].
|
|
|
|
* Gorm.m: Missing definition for GormLinkPboardType added.
|
|
|
|
* GormDocument.h: Removed selectionView, added toolbar.
|
|
|
|
* GormDocument.m: Added include for NSNibLoading and NSToolbar
|
|
|
|
and removed some of the old rect declarations for creating the GUI.
|
|
|
|
Portions of this will stay hard-coded, since the editors
|
|
|
|
all need to be initialized with the document. Moved some
|
|
|
|
of the initialization around. Added awakeFromNib method to
|
|
|
|
load the toolbar and the toolbar delegate methods.
|
|
|
|
|
2004-05-19 01:36:37 +00:00
|
|
|
2004-05-18 07:20 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GModelDecoder.m: Changed reference to the class loader.
|
|
|
|
* Gorm.m: Added code to inactivate menu items when a
|
|
|
|
class isn't selected. Moved some code to decide what is
|
|
|
|
instantiable to the GormClassManager.
|
|
|
|
* GormDocument.m: Moved the parseHeader: method to
|
|
|
|
GormClassManager where it belongs. All methods dealing with
|
|
|
|
loading classes into Gorm or creating class files from data within
|
|
|
|
the application belong in GormClassManager. Changed references
|
|
|
|
to the call where appropriate in the code. Added document as
|
|
|
|
observer when a class is added. This is to help factilitate the
|
|
|
|
move of the parseHeader method. Moved the init method near the top
|
|
|
|
of the file.
|
|
|
|
* GormClassManager.m: added parseHeader method to process headers
|
|
|
|
into data usable by Gorm. Added an instance variable to cache the
|
|
|
|
document when a class manager is instantiated. The class manager
|
|
|
|
needs to communicate with the document it belongs to frequently.
|
|
|
|
* GormSoundInspector.m: Backed out previous change.
|
|
|
|
* GormSoundInspector.h: Removed _currentSound ivar.
|
|
|
|
|
2004-05-16 21:20:14 +00:00
|
|
|
2004-05-16 07:20 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: in testInterface: bring the temporary menu to the
|
|
|
|
front. There has been an issue with it sometimes not
|
|
|
|
displaying. In endTesting bring the normal menu to the front.
|
|
|
|
In unhide, bring the menu to the front.
|
|
|
|
* GormLib/IBPalette.[hm]: Added paletteDocument method as
|
|
|
|
per specs. Currently this method will return nil unless
|
|
|
|
the ivar is set to something conforming to IBDocuments.
|
|
|
|
|
2004-05-16 11:40:16 +00:00
|
|
|
2004-05-16 07:20 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormSoundEditor.m: Added methods to GormSound class to
|
|
|
|
show the "not applicable" inspector on all options but the
|
|
|
|
attributes inspector.
|
|
|
|
* GormImageEditor.m: same as above for GormImage.
|
|
|
|
* GormInspectorsManager.m: Added code to show "Sound Inspector"
|
|
|
|
or "Image Inspector" when appropriate for either GormSound or
|
|
|
|
GormImage respectively.
|
|
|
|
|
2004-05-16 03:34:25 +00:00
|
|
|
2004-05-15 23:14 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormImageInspector.gorm: Repositioned fields.
|
|
|
|
|
2004-05-15 20:41:24 +00:00
|
|
|
2004-05-15 16:19 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: [GormDocument init] changed initialization
|
|
|
|
of scrollviews to allow horizontal scroller to be used.
|
|
|
|
* GormImageInspector.gorm: resized some of the fields which
|
|
|
|
were too short.
|
|
|
|
|
2004-05-15 17:03:33 +00:00
|
|
|
2004-05-15 12:42 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormFunctions.[hm]: added function to get all system sounds.
|
|
|
|
NOTE: Current there aren't any, but why wait? I'm assuming
|
|
|
|
that they'll go into $GNUSTEP_SYSTEM_ROOT/Library/Sounds.
|
|
|
|
* GormSoundEditor.m: Added call to add all system sounds
|
|
|
|
to the editor.
|
|
|
|
|
2004-05-15 15:39:57 +00:00
|
|
|
2004-05-15 11:14 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Add call to [GormDocument closeAllEditors] to
|
|
|
|
avoid a crash when the user attempts to open a document, then
|
|
|
|
cancels. The document wasn't properly released.
|
|
|
|
* GormDocument.h: Removed the images and sounds arrays. This
|
|
|
|
information is kept in the editor and these arrays are redundant.
|
|
|
|
Also exposed the closeAllEditors method.
|
|
|
|
* GormDocument.m: Removed references to the images and sounds
|
|
|
|
array. Changed load/save logic to use the list from the editors
|
|
|
|
themselves.
|
|
|
|
* GormFunctions.[hm]: Added function to retrieve the names of the
|
|
|
|
images from the system directory named systemImagesList().
|
|
|
|
* GormImageEditor.m: Modified to call the new function and add the
|
|
|
|
images to the editor when it is first instantiated.
|
|
|
|
* GormPrivate.h: Added objects method to GormGenericEditor's interface.
|
|
|
|
* GormSoundInspector.h: Changed _currentSound to id.
|
|
|
|
* GormSoundInspector.m: Uses _currentSound to make certain that the
|
|
|
|
same GormSound object isn't reinspected, thus wasting time loading
|
|
|
|
it over and over.
|
|
|
|
|
2004-05-15 02:34:26 +00:00
|
|
|
2004-05-14 22:11 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: [GormDocument _closeAllEditors]
|
|
|
|
mocified to use secondary array. The close method
|
|
|
|
causes the editor to call editor:didCloseForObject: which
|
|
|
|
modifies the openEditors array while the "close" message
|
|
|
|
is being sent to all of the objects. To avoid any issues
|
|
|
|
with the array potentially being changed while this is happening
|
|
|
|
I add all of the objects to another array execute the method
|
|
|
|
on all objects of that and empty both the original and the copy.
|
|
|
|
* GormSoundInspector.m: Corrected an issue where the sound
|
|
|
|
wasn't immediately being set into the inspector.
|
|
|
|
|
2004-05-14 22:39:24 +00:00
|
|
|
2004-05-14 17:46 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormButtonEditor.[hm]: Moved to the Controls palette, removed from
|
|
|
|
the main directory. In general, inspectors and editors should
|
|
|
|
appear in the palette which provides those things.
|
|
|
|
* GormTabViewEditor.[hm]: Moved to Containers palette.
|
|
|
|
|
2004-05-14 15:41:31 +00:00
|
|
|
2004-05-14 11:36 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormButtonEditor.m: Added a line between some methods to
|
|
|
|
improve readability.
|
|
|
|
* GormDocument.m: [GormDocument instantiateClass:] removed
|
|
|
|
extra release for an object being added to the objectsView
|
|
|
|
which is already autoreleased (in setName:forObject:).
|
|
|
|
* GormInspectorsManager.m: [GormNotApplicableInspector setObject:]
|
|
|
|
method removed. This was a temporary hack until the memory leak
|
|
|
|
was located.
|
|
|
|
|
2004-05-14 06:38:45 +00:00
|
|
|
2004-05-14 02:39 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.m: Moved the call to _touch to the bottom of
|
|
|
|
all of the methods. This should be called only after all changes
|
|
|
|
have been made to the class.
|
|
|
|
* GormImageInspector.m: setObject: wasn't calling [super setObject:]
|
|
|
|
* GormInspectorsManager.m: [GormNotApplicableInspector setObject:]
|
|
|
|
added code to prevent crash.
|
|
|
|
* GormObjectEditor.m: Removed some commented-out code.
|
|
|
|
* GormSoundInspector.m: Added code to set the _currentSound to nil if
|
|
|
|
the selection sent is empty.
|
|
|
|
* GormPreferences.gorm: Added line.
|
|
|
|
|
2004-05-13 22:48:14 +00:00
|
|
|
2004-05-13 18:47 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Removed some commented out code. Removed commented out
|
|
|
|
RELEASE statements, now that AUTORELEASE is used.
|
|
|
|
* GormDocument.m: [GormDocument dealloc] added openEditors to the
|
|
|
|
set of things released. [GormDocument editorForObject:create:] when
|
|
|
|
a new editor is created, add it to the master list of editors. This
|
|
|
|
makes it easier to send the close message to all of the editors upon
|
|
|
|
shutdown. [GormDocument editor:dicCloseForObject:] removes the editor
|
|
|
|
from the list of editors. [GormDocument _closeAllEditors] closes all
|
|
|
|
of the editors in the document using the new list.
|
|
|
|
* GormDocument.h: Added member variable openEditors.
|
|
|
|
* Palettes/GormMenuEditor.m: Added category to allow testing when
|
|
|
|
a menu is visible so that we can avoid sending the close message to
|
|
|
|
it. This prevents the harmless message "Invalidparm: ordered invalid
|
|
|
|
window 0" from appearing when the document is being closed.
|
|
|
|
|
2004-05-13 05:13:36 +00:00
|
|
|
2004-05-13 01:03 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
NOTE: These changes might unstabilize things a bit.
|
|
|
|
* Gorm.m: The document is now autoreleased when it is instantiated.
|
|
|
|
This change was made in [Gorm application:openFile:],[Gorm open:],
|
|
|
|
[Gorm newGormDocument:].
|
|
|
|
* GormDocument.m: Addition of a method called
|
|
|
|
[GormDocument _closeAllEditors] this closes all of the editors from
|
|
|
|
the handleNotification method before the any objects are ultimately
|
2004-05-13 22:48:14 +00:00
|
|
|
released. Removal of old, commented out GormFontManager
|
|
|
|
implementation. Streamlined the dealloc method to make certain
|
|
|
|
everything is released. Also changed the window in the init
|
|
|
|
method so that it doesn't release itself when it's closed by
|
|
|
|
the user. This allows for a more controlled shutdown.
|
2004-05-13 05:13:36 +00:00
|
|
|
* GormDocument.h: Minor code cleanup.
|
2004-05-13 22:48:14 +00:00
|
|
|
* GormGenericEditor.[hm]: Added activate, closed ivars. Also added
|
|
|
|
code in close and activate to make use of them. Added code in
|
|
|
|
dealloc to call [GormGenericEditor close] if there the flag
|
|
|
|
indicates the editor is open. Also moved some common, trivial,
|
|
|
|
operations to the parent class implementation of
|
|
|
|
initWithObject:inDocument:.
|
|
|
|
* GormObjectEditor.m: Added code in close to remove the document
|
|
|
|
from the map. This eliminates a crash which was occurring.
|
2004-05-13 05:13:36 +00:00
|
|
|
* GormSoundEditor.m: Same.
|
|
|
|
* GormImageEditor.m: Same.
|
|
|
|
* GormViewEditor.m: Re-arranged the initWithObject:inDocument:.
|
|
|
|
* GormWindowEditor.m: Same.
|
|
|
|
* GormMenuEditor.m: Same.
|
|
|
|
|
2004-05-11 01:42:50 +00:00
|
|
|
2004-05-10 21:45 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: [GormDocument handleNotification:] was failing
|
|
|
|
to remove the document as an observer in the notification center.
|
|
|
|
This was causing the old document to be retained and was, also causing
|
|
|
|
"Test Interface" to fail randomly because the notifcation cetner
|
|
|
|
was still attempting to reach the old document.
|
|
|
|
|
2004-05-10 15:54:17 +00:00
|
|
|
2004-05-10 11:58 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Update version to 0.7.7 (Alpha) to avoid confusion between
|
|
|
|
users using the release and users using CVS.
|
|
|
|
|
2004-05-10 13:52:22 +00:00
|
|
|
2004-05-10 09:55 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Version 0.7.6
|
|
|
|
|
|
|
|
2004-05-10 09:08 Gregory John Casamento <greg_casamento@yahoo.com>
|
2004-05-10 12:08:49 +00:00
|
|
|
|
|
|
|
* GormDocument.m: Corrected an issue when creating an
|
|
|
|
"Inspector" or "Palette" in [GormDocument setupDefaults:].
|
|
|
|
The method was creating an NSWindow which doesn't respond
|
|
|
|
to one of the methods the inspector needs it to.
|
|
|
|
* GormSetName.gorm: Reduced the line to 2 pixels high to make it
|
|
|
|
look a little better.
|
|
|
|
|
2004-05-09 14:19:52 +00:00
|
|
|
2004-05-09 10:16 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GModelDecoder.m: defineClass:inFile: changed signature
|
|
|
|
to take the object and get the classname from it. This allows
|
|
|
|
a call to add the class under an assumed superclass, if the user
|
|
|
|
says no to the query. Also in loadGModel: added code to pull
|
|
|
|
the outlet/action from the connections and add them to the class
|
|
|
|
if they are not present on the imported header. This also allows,
|
|
|
|
in the above case, for Gorm to automatically get all outlets/actions
|
|
|
|
from the gmodel.
|
|
|
|
|
2004-05-08 20:04:13 +00:00
|
|
|
2004-05-08 08:53 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: [GormDocument loadDocument:] added code
|
|
|
|
to prevent users from invoking "open objects.gorm" or opening
|
|
|
|
"objects.gorm" directly when in GWorkspace. This caused Gorm
|
|
|
|
to convert the objects.gorm file as if it were an old-style file
|
|
|
|
before gorm packages. It now issues a warning. Also added code
|
|
|
|
to [GormDocument openDocument:] to check for a duplicate open
|
|
|
|
of a model which is already opened. This can cause confusion.
|
|
|
|
* Gorm.m: Added a new method [Gorm documentNameIsUnique:] which
|
|
|
|
checks all existing open documents for a duplicate name and
|
|
|
|
returns NO, if it's not unique.
|
|
|
|
* GormPrivate.h: Added declaration of the method mentioned above
|
|
|
|
to the Gorm class interface.
|
|
|
|
|
2004-05-08 15:42:27 +00:00
|
|
|
2004-05-08 08:53 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GModelDecoder.m: [GModelDecoder openGModel:]
|
|
|
|
Corrected issue which was causing a crash.
|
|
|
|
* GormDocument.m: Cleaned up a memory leak. Commented/Documented
|
|
|
|
the location / justification for all memory operations.
|
|
|
|
* Gorm.m: same as above. Also added code to [Gorm unhide:]
|
|
|
|
to prevent bringing forward the document window when
|
|
|
|
clicking on the app icon in test mode.
|
|
|
|
|
2004-05-07 01:19:10 +00:00
|
|
|
2004-05-06 21:21 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: [GormDocument selectClass:] do not switch if
|
|
|
|
the class is one of GormSound or GormImage. This prevents a harmless,
|
|
|
|
but annoying message.
|
|
|
|
|
|
|
|
2004-05-05 22:18 Gregory John Casamento <greg_casamento@yahoo.com>
|
2004-05-05 02:15:54 +00:00
|
|
|
|
|
|
|
* Gorm.m: [Gorm unhide:] improvement over previous fix to bring
|
|
|
|
all things to front. The code now toggles the active status of
|
|
|
|
the document to cause all of the windows of the document to come
|
|
|
|
to the front when the icon is clicked.
|
|
|
|
|
2004-05-03 22:43:50 +00:00
|
|
|
2004-05-02 18:35 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormImageEditor.m: Added code to allow it to resize the cells
|
|
|
|
in the matrix according to the setting in preferences.
|
|
|
|
* GormSoundEditor.m: Added code to allow it to resize the cells
|
|
|
|
in the matrix according to the setting in preferences.
|
|
|
|
* GormSoundView.m: Commented out some of the sound drawing code.
|
|
|
|
I'm planning on getting this working later.
|
|
|
|
* GormSoundInspector.gorm: Added images in buttons, rw.tiff,
|
|
|
|
rec.tiff, play.tiff, pause.tiff, and ff.tiff.
|
|
|
|
|
|
|
|
2004-05-02 23:40 Gregory John Casamento <greg_casamento@yahoo.com>
|
2004-05-02 11:39:58 +00:00
|
|
|
|
|
|
|
* GormDocument.m: [GormDocument openEditorForObject:]
|
|
|
|
Do not bring the editor to the front if it's for an NSMenu.
|
|
|
|
This prevents the "flash" bug which was apparent after the most
|
|
|
|
recent fix for menu editing in Gorm.
|
|
|
|
* GormNSMenu.m: Added #ifdef in GormNSMenu to conditionally compile
|
|
|
|
[GormNSMenu display] so that it becomes easier to debug issues
|
|
|
|
with NSMenu editing.
|
|
|
|
|
2004-05-01 21:37:54 +00:00
|
|
|
2004-05-01 17:40 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Documentation/Gorm.texi: Correction of itemize bullet, error
|
|
|
|
found by Christopher Culver.
|
|
|
|
|
2004-05-01 15:45:47 +00:00
|
|
|
2004-05-01 11:46 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormSoundView.[hm]: New class to visualize the sound being
|
|
|
|
inspected.
|
|
|
|
* GormSoundInspector.m: Modifications so that it can now use
|
|
|
|
a GormSoundView.
|
|
|
|
* GormSoundInspector.gorm: Added soundView to .gorm file
|
|
|
|
and made appropriate connections.
|
|
|
|
|
|
|
|
2004-05-01 11:18 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassInspector.m: Corrected a problem with the
|
|
|
|
wrong name being sent to the class manager. This was causing
|
|
|
|
an error to be printed by the class manager. This problem
|
|
|
|
had no effect, but was annoying.
|
|
|
|
|
2004-05-01 13:41:47 +00:00
|
|
|
2004-05-01 09:44 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Added implementation for unhide: to bring forward the
|
|
|
|
document window as well as any other windows. This corrects
|
|
|
|
Report #3269.
|
|
|
|
|
2004-05-01 13:02:04 +00:00
|
|
|
2004-05-01 09:03 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormNSMenu.m: [GormNSMenu _createWindow] added call to
|
|
|
|
setExcludedFromWindowsMenu: to make certain that the menu windows
|
|
|
|
are not displayed in the Windows menu under Gorm's main menu.
|
|
|
|
|
2004-05-01 11:07:12 +00:00
|
|
|
2004-05-01 07:10 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.m: Removed some NSLog messages.
|
|
|
|
|
2004-05-01 00:05:53 +00:00
|
|
|
2004-04-30 20:04 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Removed code which calls "awakeFromDocument:" on
|
|
|
|
objects loaded in palettes.
|
|
|
|
* GormDocument.m: [GormDocument loadGormDocument:] added back
|
|
|
|
code which calls awakeFromDocument:. Also in [GormDocument
|
|
|
|
setDocumentActive:] removed code which was causing all menus
|
|
|
|
to display instead of just the main menu when loading a .gorm.
|
|
|
|
* GormMenuEditor.m: [GormMenuEditor activate] removed code
|
|
|
|
which was causing all submenus to be displayed when the editor
|
|
|
|
for a menu was activated.
|
|
|
|
* GormMenuInspectors.m: Removed awakeFromDocument: method.
|
|
|
|
* GormNSMenu.m: Commented out some old code.
|
|
|
|
|
|
|
|
2004-04-30 19:15 Gregory John Casamento <greg_casamento@yahoo.com>
|
2004-04-30 22:37:42 +00:00
|
|
|
|
|
|
|
* GormDocument.m: Modified _repairFile so that it works. :)
|
|
|
|
* Gorm.gorm: Removed some extraneous menu items/submenus.
|
|
|
|
|
2004-04-28 02:13:57 +00:00
|
|
|
2004-04-27 22:15 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/0Menus/GormMenuEditor.m: [GormMenuEditor deleteSelection]
|
|
|
|
added code to re-display and resize after an item is deleted. This
|
|
|
|
corrects the problem where the menu item doesn't immediately disappear
|
|
|
|
from the screen when deleted.
|
|
|
|
|
2004-04-28 01:48:49 +00:00
|
|
|
2004-04-27 21:50 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassInspector.m: Added code to properly collapse the item
|
|
|
|
if the class is being edited in the class inspector.
|
|
|
|
* GormClassManager.m: some improvements on the previous fix.
|
|
|
|
|
2004-04-27 05:30:52 +00:00
|
|
|
2004-04-27 01:28 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.m: Modified
|
|
|
|
[GormClassManager addAction:forClassNamed:],
|
|
|
|
[GormClassManager addOutlet:forClassNamed:],
|
|
|
|
[GormClassManager removeAction:fromClassNamed:],
|
|
|
|
[GormClassManager removeOutlet:fromClassNamed:],
|
|
|
|
[GormClassManager replaceAction:withAction:forClassNamed:],
|
|
|
|
[GormClassManager replaceOutlet:withOutlet:forClassNamed:],
|
|
|
|
to allow synchronization in the class list. When a outlet/action
|
|
|
|
is added/removed/replaced the subclasses of that action stay
|
|
|
|
in sync.
|
|
|
|
|
2004-04-26 05:03:53 +00:00
|
|
|
2004-04-26 01:04 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassInspector.m: Modifications to addAction: removeAction:
|
|
|
|
addOutlet: & removeOutlet to syncronize with the classes outline
|
|
|
|
view.
|
|
|
|
* GormDocument.[hm]: exposed selectClass: method.
|
|
|
|
* GormOutlineView.[hm]: Simplified some code and added a method
|
|
|
|
called "reset" which stops the editing process on a class.
|
|
|
|
|
2004-04-26 03:26:23 +00:00
|
|
|
2004-04-25 23:24 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassInspector.m: removeOutlet: and removeAction: check for
|
|
|
|
i >= 0 to allow deletion of last element. This was an issue
|
|
|
|
introduced in the previous commit. Also made the tables deselect
|
|
|
|
the previous selection so that it would allow deselection of all
|
|
|
|
rows.
|
|
|
|
* GormClassInspector.gorm: Made both tables capable of having an
|
|
|
|
empty selection. This corrected an issue with deleting the last
|
|
|
|
element.
|
|
|
|
* GormDocument.m: Added back, in handleNotification:, handling of
|
|
|
|
GormDidModifyClassNotification. Previously this was removed since
|
|
|
|
there were no other places where the classes were being modified.
|
|
|
|
This is no longer the case.
|
|
|
|
|
|
|
|
2004-04-25 06:34 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassInspector.m: removeOutlet: and removeAction: check for
|
|
|
|
i > 0 to prevent and out of range exception if nothing is selected.
|
|
|
|
|
2004-04-18 12:33:03 +00:00
|
|
|
2004-04-18 08:30 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormPrefsController.m: Added dealloc to prevent any memory
|
|
|
|
leaks.
|
|
|
|
|
|
|
|
2004-04-17 23:55 Gregory John Casamento <greg_casamento@yahoo.com>
|
2004-04-18 04:07:06 +00:00
|
|
|
|
|
|
|
* Resources/GormPrefColors.gorm: New gorm file for color
|
|
|
|
preferences.
|
|
|
|
* GormColorsPref.[hm]: new class to implement color
|
|
|
|
preferences.
|
|
|
|
* GormViewEditor.m: Added code to allow the color of guidelines
|
|
|
|
to be changed in preferences.
|
|
|
|
* Defaults.plist: Added entry for GuideColor. The default is red.
|
|
|
|
|
2004-04-17 17:15:05 +00:00
|
|
|
2004-04-17 13:11 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/3Containers/inspectors.m: Added code to the
|
|
|
|
GormTableViewInspector update the background color when
|
|
|
|
the user changes it in the inspector.
|
|
|
|
* Palettes/3Containers/GormNSTableViewInspector.gorm: added
|
|
|
|
color well to allow changing of the background color.
|
|
|
|
|
2004-04-17 16:56:18 +00:00
|
|
|
2004-04-17 12:52 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormObjectEditor.m: [GormObjectEditor mouseDown:] check
|
|
|
|
that "name" is not nil before proceeding into the code to
|
|
|
|
do the drag & drop. This was causing an exception.
|
|
|
|
|
2004-04-17 15:04:26 +00:00
|
|
|
2004-04-17 10:58 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/3Containers/GormNSOutlineView.m: Changed some of
|
|
|
|
the default data source's elements to be closer to the actual
|
|
|
|
class hierarchy.
|
|
|
|
* Palettes/3Containers/inspectors.m: Added code to the
|
|
|
|
GormTableViewInspector to add or delete columns based on the
|
|
|
|
new field which specifies the number of columns in the
|
|
|
|
table/outline.
|
|
|
|
* Palettes/3Containers/main.m: removed some old code and
|
|
|
|
added code to expand the outline view so it looks better
|
|
|
|
in the palette.
|
|
|
|
* Palettes/3Containers/GormNSTableViewInspector.gorm: added
|
|
|
|
"#Columns" field to allow the user to modify the columns in the
|
|
|
|
table without cutting/pasting.
|
|
|
|
|
2004-04-14 02:04:38 +00:00
|
|
|
2004-04-13 20:57 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Version 0.7.5
|
|
|
|
|
2004-04-12 01:41:32 +00:00
|
|
|
2004-04-11 21:26 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormBoxEditor.m: Cleaned up warnings.
|
|
|
|
* GormImageEditor.m: same..
|
|
|
|
* GormInternalViewEditor.m: same..
|
|
|
|
* GormTabViewEditor.m: same..
|
|
|
|
* GormViewEditor.m: same..
|
|
|
|
* GormViewWithContentViewEditor.m: same..
|
|
|
|
* Palettes/0Menus/main.m: same..
|
|
|
|
* Palettes/3Containers/GormTableViewEditor.m: same..
|
|
|
|
* Palettes/3Containers/inspectors.m: same..
|
|
|
|
* Palettes/4Data/inspectors.m: same..
|
|
|
|
* Palettes/4Data/main.m: same..
|
|
|
|
* GormViewKnobs.m: Added reference to new header...
|
2004-04-14 02:04:38 +00:00
|
|
|
* GormViewKnobs.h: New header which declares the knob
|
|
|
|
related functions.
|
2004-04-12 01:41:32 +00:00
|
|
|
|
|
|
|
2004-04-06 20:16 Gregory John Casamento <greg_casamento@yahoo.com>
|
2004-04-07 00:20:08 +00:00
|
|
|
|
|
|
|
* GormClassManager.m: Correction to how actions are added to
|
|
|
|
FirstResponder. Previously it was adding *all* actions to this
|
|
|
|
entry, but it shouldn't do this. It now adds only those
|
|
|
|
methods added to subclasses of NSResponder.
|
|
|
|
|
2004-04-06 04:23:40 +00:00
|
|
|
2004-04-06 00:16 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/2Controls/inspectors.m: added defaultItemForm attribute.
|
|
|
|
Added code in [GormPopUpButtonAttributesInspector
|
|
|
|
_setValuesFromControl:] to select the appropriate item, when the
|
|
|
|
value is changed in the inspector.
|
|
|
|
* Palettes/2Controls/GormNSPopUpButtonInspector.gorm:
|
|
|
|
corresponding changes to above code modifications.
|
|
|
|
|
2004-04-05 04:33:37 +00:00
|
|
|
2004-04-05 00:06 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: [GormDocument rebuildObjToNameMapping] some
|
|
|
|
additional debugging information. Also in [GormDocument loadDocument:]
|
|
|
|
unarchiver is now explicitly using RELEASE instead of AUTORELEASE.
|
|
|
|
|
2004-04-05 02:16:03 +00:00
|
|
|
2004-04-04 22:09 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: [GormDocument rebuildObjToNameMapping]
|
|
|
|
use [[nameTable allKeys] objectEnumerator] instead of keyEnumerator.
|
|
|
|
(slightly more efficient).
|
|
|
|
|
2004-04-04 16:37:16 +00:00
|
|
|
2004-04-04 12:30 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormInspectorsManager.m: Corrected some warnings and
|
|
|
|
streamlined the GormConnectionMananger. Also added code in
|
|
|
|
[GormConnectionManager updateButtons] to grey out the "ok"
|
|
|
|
button when the connection isn't a valid one.
|
|
|
|
* GormWindowEditor.m: Corrected some warnings.
|
|
|
|
|
2004-04-03 18:21:54 +00:00
|
|
|
2004-04-03 13:13 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.m: Corrected a problem with renaming a class
|
|
|
|
in [GormClassManager renameClassName:toClassName:]. The
|
|
|
|
direct subclasses of the class whose name is being changed must
|
|
|
|
be modified to have their superclass name set to the new name.
|
|
|
|
* GormCustomView.m: Set the custom view to use the bold font to
|
|
|
|
display the view name at the default size set by the user.
|
|
|
|
* GormDocument.m: Corrected an issue with redisplay of the changed
|
|
|
|
class name. Also made some changes to correct some compiler
|
|
|
|
warnings.
|
|
|
|
* GormFontViewController.m: The default action of the font controller
|
|
|
|
is now to set the "encodes default" to off, since this is what
|
|
|
|
the user most often means when selecting a preset font.
|
|
|
|
* GormInternalViewEditor.[hm]:
|
|
|
|
[GormInternalViewEditor changeFont:]. This allows the font to be
|
|
|
|
modified on NSForms.
|
|
|
|
* GormMatrixEditor.[hm]: same as above, except we're changing
|
|
|
|
forms in a matrix. These two classes don't derive from one
|
|
|
|
another so the method had to, unfortunately, be duplicated.
|
|
|
|
|
2004-03-31 02:33:44 +00:00
|
|
|
2004-03-30 15:36 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormPalettesManager.m: [GormPaletteView draggedImage:endedAt:
|
|
|
|
deposited:] added code to refresh the palette view after the
|
|
|
|
drag is done. This is a harmless, temporary fix for users of
|
|
|
|
the art backend.
|
|
|
|
|
2004-03-24 20:44:23 +00:00
|
|
|
2004-03-24 15:36 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/GormMenuEditor.m: Minor cleanup which prevents
|
|
|
|
menu from being dragged into a menu.
|
|
|
|
* GormDocument.[hm]: Cleanup of reference to class GormProxyObject.
|
|
|
|
Should have been GormObjectProxy. Minor issue.
|
|
|
|
|
2004-03-24 06:03:00 +00:00
|
|
|
2004-03-24 01:00 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: [GormDocument attachObject:toParent:] changes
|
|
|
|
to improve adding a new menu, if the main menu has been removed.
|
|
|
|
* GormPalettesManager.m: [GormPaletteView draggedImage:endedAt:
|
|
|
|
deposited:] added code to allow copying of menus in a similar
|
|
|
|
fashion to windows.
|
|
|
|
|
2004-03-24 03:08:02 +00:00
|
|
|
2004-03-23 22:01 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/0Menus/GormMenuEditor.m: Added code to recursivly
|
|
|
|
add all of the items and submenus to the document.
|
|
|
|
* Palettes/0Menus/main.m: Added code to allow user to drag a new
|
|
|
|
menu to the document.
|
|
|
|
* Palettes/0Menus/GormMenuDrag.tiff: Image for menu to drag
|
|
|
|
* Images/GormMenu.tiff: New image.
|
|
|
|
|
2004-03-22 04:20:17 +00:00
|
|
|
2004-03-21 23:15 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.[hm]: added [GormDocument _instantiateFontManager]
|
|
|
|
method to create the font manager when something requiring one
|
|
|
|
is added. Other additions to the header to add the font manager
|
|
|
|
functionality. Removed declaration and references to old
|
|
|
|
GormFontManager class. Modified attachObject:toParent: to properly
|
|
|
|
detect when a menu item is being added which needs the font manager.
|
|
|
|
* GormObjectProxy.m: Added implementation of imageForViewer
|
|
|
|
to show a font manager icon, if the object is a NSFontManager or
|
|
|
|
some subclass.
|
|
|
|
* GormObjectEditor.m: Minor cleanup.
|
|
|
|
|
2004-03-21 15:33:28 +00:00
|
|
|
2004-03-21 10:27 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.[hm]: Initial code changes for new FontManager.
|
|
|
|
Added code in [GormDocument attachObject:] to update the connection
|
|
|
|
correctly. Previously the connection were not being created correctly
|
|
|
|
which require the user to disconnect the existing connection and
|
|
|
|
reconnect.
|
|
|
|
* GormObjectEditor.m: Removed the check for NSFont as an object which
|
|
|
|
can't be removed. It will be possible to remove it once it has no
|
|
|
|
connections.
|
|
|
|
* Palettes/0Menus/main.m: Updated some of the connections here so
|
|
|
|
that they are made properly when added to the document. More work
|
|
|
|
to come for the new FontManager implementation in Gorm.
|
|
|
|
|
2004-03-21 05:12:27 +00:00
|
|
|
2004-03-20 12:07 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* ClassInformation.plist: Removed some methods which should
|
|
|
|
not have been in FirstResponder.
|
|
|
|
* Gorm.m: Added back in the ability to instantiate a NSFontManager.
|
|
|
|
Currently, IB adds a font manager for you when you add a NSMenu which
|
|
|
|
has connections to the font manager. Gorm, for the time being,
|
|
|
|
will simply allow the user to instantiate it directly.
|
|
|
|
* GormViewEditor.m: Removed _allsubviews: and associated fuctions.
|
|
|
|
* GormFunctions.m: Added allSubviews and associated functions here
|
|
|
|
so that they can be used application wide.
|
|
|
|
* GormObjectEditor.m: [GormObjectEditor deleteSelection]: Added
|
|
|
|
code to query the user before deletion of the main menu, so that
|
|
|
|
this doesn't happen by accident. Added code to delete the subviews
|
|
|
|
of a window from the document.
|
|
|
|
|
2004-03-13 12:40:44 +00:00
|
|
|
2004-03-13 07:45 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: [GormDocument loadDocument:] added call to
|
|
|
|
[GormDocument _repairFile] if a given default is true. This gives
|
|
|
|
the user the ability to repair older files which might have
|
|
|
|
issues.
|
|
|
|
* GormFilesOwner.m: [GormFilesOwnerInspector setObject:] only
|
|
|
|
return NSView subclasses if the object passed in is a
|
|
|
|
GormCustomView. This was causing an issue when users were simply
|
|
|
|
arbitrarily setting the object without regard to this.
|
|
|
|
* GormPalettesManager.m: Minor cleanup.
|
|
|
|
|
2004-03-05 06:38:41 +00:00
|
|
|
2004-03-05 01:45 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormViewWithSubviewsEditor.m: Removed call in
|
|
|
|
[GormViewWithSubviewsEditor setOpened:] to setSelectionFromEditor:
|
|
|
|
on GormDocument. This was causing the object to be reset to
|
|
|
|
NSWindow on save as well as some other issues.
|
|
|
|
|
2004-03-05 05:46:39 +00:00
|
|
|
2004-03-05 00:54 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCustomClassInspector.m: Added an "if" in setObject: to
|
|
|
|
prevent any problems if the object passed in is nil.
|
|
|
|
* GormDocument.m: minor cleanup.
|
|
|
|
* GormFilesOwner.m: minor cleanup.
|
|
|
|
|
|
|
|
2004-03-04 22:54 Gregory John Casamento <greg_casamento@yahoo.com>
|
2004-03-05 03:55:09 +00:00
|
|
|
|
|
|
|
* GormFilesOwner.m: -[GormFilesOwner init] changed the dimensions
|
|
|
|
of browser. Also made it so that the inspector shows up in
|
|
|
|
both the attributes and the custom class slots as expected. This is
|
|
|
|
like in IB under OS4.2.
|
|
|
|
|
2004-03-04 06:02:24 +00:00
|
|
|
2004-03-04 01:08 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: [GormDocument setName:forObject:] added
|
|
|
|
code to remap the name of an object if it is in the custom
|
|
|
|
class map.
|
|
|
|
|
2004-03-04 04:01:09 +00:00
|
|
|
2004-03-03 11:00 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCustomClassInspector.[hm]: Removed _currentSelection
|
|
|
|
as it was redundant with the "object" ivar. Rearranged the
|
|
|
|
call for setObject:. it was sligtly out of sync. The user
|
|
|
|
needed to click on the object twice to make certain everything
|
|
|
|
is set properly. Removed references to "correctClassName".
|
|
|
|
* GormClassManager.[hm]: Removed the class method "correctClassName"
|
|
|
|
the function is now done by overriding the "className" method
|
|
|
|
when necessary to return the name of the class the Gorm* equivalent
|
|
|
|
is standing in for. This is a cleaner solution.
|
|
|
|
* GormDocument.m: Removed all references to "correctClassName" in the
|
|
|
|
_selectClass: method.
|
|
|
|
* GormFilesOwner.m: Changed some NSLogs to NSDebugLog so that the
|
|
|
|
selection of classes for the File's Owner wont display on the console
|
|
|
|
what class was chosen.
|
|
|
|
* Palettes/GormNSMenu.m: Added className.
|
|
|
|
* Palettes/GormNSPanel.m: same.
|
|
|
|
* Palettes/GormNSWindow.m: same.
|
|
|
|
* Palettes/GormPopUpButtonEditor.m: Added className to implementation
|
|
|
|
of GormNSPopUpButton and GormNSPopUpButtonCell.
|
|
|
|
* Palettes/GormNSOutlineView: added className.
|
|
|
|
* Palettes/GormNSTableView: same.
|
|
|
|
|
2004-02-29 16:52:30 +00:00
|
|
|
2004-02-29 11:56 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCustomClassInspector.m: -[GormCustomClassInspector setObject:]
|
|
|
|
corrected Report #7938. Inspector now properly selects the subclass
|
|
|
|
of the object when the .gorm is initially loaded.
|
|
|
|
* GormInspectorsManager.m: Removed some uneeded calls to
|
|
|
|
"establishConnection".
|
|
|
|
|
2004-02-24 04:49:24 +00:00
|
|
|
2004-02-23 23:56 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* ClassInformation.plist: reformatted and added/removed some
|
|
|
|
methods as needed. These were pointed out be Deek/Jeff.
|
|
|
|
|
2004-02-21 18:48:48 +00:00
|
|
|
2004-02-21 13:48 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Defaults.plist: Add new default for "Archive
|
|
|
|
Compatibility" section in preferences.
|
|
|
|
* GormGeneralPref.[mh]: Added code for new section
|
|
|
|
* GormDocument.m: Remove NSLogs, make NSDebugLog
|
|
|
|
* GormInspectorsManager.m: Same
|
|
|
|
* GormMatrixEditor.m: Same
|
|
|
|
* GormSoundInspector.m: Same
|
|
|
|
* GormSplitViewEditor.m: Same
|
|
|
|
* GormViewWithSubviewsEditor.m: Same
|
|
|
|
* GormWindowEditor.m: Same
|
|
|
|
* Palettes/0Menus/GormMenuEditor.m: Same
|
|
|
|
* Palettes/1Windows/main.m: Same
|
|
|
|
* Palettes/2Controls/GormPopUpButtonEditor.m: Same
|
|
|
|
* Resources/GormPrefGeneral.gorm: New section for "Archive
|
|
|
|
Compatibility." This currently doesn't work since the
|
|
|
|
keyed archiving capability is not fully implemented.
|
|
|
|
|
2004-02-21 06:35:17 +00:00
|
|
|
2004-02-21 01:41 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormHeaderPref.m: Fixed header pre-loading.
|
|
|
|
* GormHeaderPref.gorm: Added table instead of browser.
|
|
|
|
* Palettes/3Containers/GormTableViewEditor.m: Removed
|
|
|
|
some debugging information.
|
|
|
|
* GormPrefGeneral.gorm: Added section for archive type
|
|
|
|
preferences.
|
|
|
|
|
2004-02-19 05:44:16 +00:00
|
|
|
2004-02-19 00:50 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: -[GormDocument handleNotification:]
|
|
|
|
added code to set inspector back to empty if the document
|
|
|
|
is closed.
|
|
|
|
|
2004-02-15 18:04:32 +00:00
|
|
|
2004-02-15 13:11 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassInspector.m: -[GormClassInspector _refreshView]
|
|
|
|
Corrected an issue when user clicked on NSObject.
|
|
|
|
|
2004-02-15 00:50:50 +00:00
|
|
|
2004-02-14 19:55 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormShelfPref.[hm]: Added controller class for new preferences
|
|
|
|
module.
|
|
|
|
* GormShelfPref.gorm: Added interface for new preferences
|
|
|
|
module.
|
|
|
|
Thanks to Enrico Sersale. This preferences module for Gorm
|
|
|
|
is based heavily on code that he wrote for GWorkspace.
|
|
|
|
* Gorm.m: Definitions for notification.
|
|
|
|
* GormPrivate.h: Declaractions for notification.
|
|
|
|
|
2004-02-13 03:38:01 +00:00
|
|
|
2004-02-12 22:42 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassInspector.m: Added category to allow direct manipulation
|
|
|
|
of the classes view from the class inspector. The new method is
|
|
|
|
- (void) collapseClass: (NSString *)className.
|
|
|
|
Modified [GormClassInspector selectClass:] to notify the user when
|
|
|
|
the change has been made and only proceed on confirmation.
|
|
|
|
Added code to delegate to prevent selection of a subclass of the
|
|
|
|
current class.
|
|
|
|
* GormDocument.m: Cleaned up some of the code formatting in
|
|
|
|
[GormDocument handleNotification:].
|
|
|
|
|
2004-02-12 06:56:56 +00:00
|
|
|
2004-02-12 02:02 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassInspector.m: Added new ivars/methods to support
|
|
|
|
the new table for the feature mentioned in Report #7579.
|
|
|
|
Basically it allows the user to change the parent class of
|
|
|
|
of the currently selected class. This is similar to feature
|
|
|
|
which existed a while back, but was removed because it was
|
|
|
|
very buggy. Thanks to Stefan for suggesting this. GJC
|
|
|
|
|
2004-02-10 03:21:56 +00:00
|
|
|
2004-02-09 22:24 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Version 0.6.0
|
|
|
|
|
2004-02-08 16:38:09 +00:00
|
|
|
2004-02-08 11:43 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* ClassInformation.plist: Added change to NSWindow entry suggested
|
|
|
|
by Stefan Urbanek. The windowController outlet was missing from the
|
|
|
|
list of outlets for this class.
|
|
|
|
|
2004-02-05 04:20:43 +00:00
|
|
|
2004-02-04 23:13 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: -[GormDocument attachObject:toParent:]
|
|
|
|
added code to reset the target/action of an object after
|
|
|
|
it's connection has been added to the connections list.
|
|
|
|
Since the connections are restored when the .gorm is loaded,
|
|
|
|
this prevents the target/action from being persisted when
|
|
|
|
it's not going to get used anyway.
|
|
|
|
* Palettes/1Windows/GormNSWindow.m: Added -(BOOL)canBecomeMainWindow
|
|
|
|
implementation to return NO. (suggested by Jeff Tuniessen)
|
|
|
|
|
2004-02-01 23:18:16 +00:00
|
|
|
2004-02-01 18:21 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: -[GormDocument attachObject:toParent:]
|
|
|
|
Added code to prevent menu actions from being re-added when
|
|
|
|
clicking on menu items.
|
|
|
|
|
2004-02-01 02:16:45 +00:00
|
|
|
2004-01-31 21:21 Gregory John Casamento <greg_casamento@yahoo.com>
|
2004-01-30 04:19:11 +00:00
|
|
|
|
2004-02-01 02:16:45 +00:00
|
|
|
* Palettes/0Menus/GormMenuEditor.m: -[GormMenuEditor activate]
|
|
|
|
removed call to -[NSMenu display]. This corrects Report#3439.
|
2004-01-30 04:19:11 +00:00
|
|
|
|
|
|
|
2004-01-29 23:20 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormFunctions.[hm]: Factored out some common functions into
|
|
|
|
this file.
|
|
|
|
|
2004-01-29 06:24:55 +00:00
|
|
|
2004-01-29 01:22 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormInternalViewEditor.m: Added code to -destroyAndListSubviews
|
|
|
|
to remove the view from the document as appropriate.
|
|
|
|
* GormSplitViewEditor.m: Same as above.
|
|
|
|
* GormViewEditor.m: Added methods to handle view when inside the
|
|
|
|
scroll view directly as opposed to being contained in the NSView.
|
|
|
|
* GormScrollViewEditor.m: Same as above. Also added code to
|
|
|
|
handle removal of single view from the scroll view.
|
|
|
|
* GormViewWithContentViewEditor.m: Removed some debug code and
|
|
|
|
added code in -groupSelectionInScrollView to add the view itself
|
|
|
|
if there is only one view selected.
|
|
|
|
|
2004-01-25 22:54:17 +00:00
|
|
|
2004-01-25 17:59 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormInternalViewEditor.m: Change to remove dependency on internals
|
|
|
|
of NSWindow: GSWindowView, in particular.
|
|
|
|
|
2004-01-20 13:48:41 +00:00
|
|
|
2004-01-20 08:53 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormViewWithContentViewEditor.m: Backing out previous change.
|
|
|
|
|
2004-01-18 04:05:42 +00:00
|
|
|
2004-01-17 23:07 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormViewEditor.[hm]: Addition of selection and makeSelectionVisible
|
|
|
|
methods to allow views to exist within a scrollview without a
|
|
|
|
containing NSView.
|
|
|
|
* GormViewWithContentViewEditor.m: Changed code in
|
|
|
|
groupSelectionInScrollView to not insert a NSView to contain the
|
|
|
|
subview being grouped in the case where there is only one
|
|
|
|
view selected. These fixes correct Report#6890.
|
|
|
|
|
|
|
|
2004-01-14 10:26 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* ClassInformation.plist: Added submenuAction: to the NSMenu
|
|
|
|
class.
|
|
|
|
|
2004-01-14 06:37:54 +00:00
|
|
|
2004-01-14 01:42 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: attachObject:toParent: when the connection
|
|
|
|
contained in the object which is attached is nil, use the
|
|
|
|
parent. This corrects a minor issue with greyed out menu entries.
|
|
|
|
|
2004-01-11 18:03:45 +00:00
|
|
|
2004-01-11 13:08 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Removed awakeFromDocument code and moved it to
|
|
|
|
Gorm.m so that awakeFromDocument is called after all initialization is
|
|
|
|
done.
|
|
|
|
* Gorm.m: Added loop in open: to awake all objects in the nametable
|
|
|
|
after loading.
|
|
|
|
* Palettes/0Menus/GSMenuInspectors.m: Added code to close all of
|
|
|
|
the uneeded menus upon loading. This corrects Report #6467.
|
|
|
|
|
2004-01-06 06:11:24 +00:00
|
|
|
2004-01-06 01:12 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: [GormDocument attachObject:] added logic
|
|
|
|
to automatically add predefined connections to the connectors
|
|
|
|
array so that they can be manipulated in Gorm. If a palette
|
|
|
|
defines the destination to be the First Responder,
|
|
|
|
and the label to be "orderFrontStandardInfoPanel:" then this
|
|
|
|
will be reflected in the connections inspector.
|
|
|
|
* GormLib/IBConnectors.h: Made the comments into documentation
|
|
|
|
style comments so, if/when I start using gsdoc to document the
|
|
|
|
innerworkings of Gorm, it will be ready.
|
|
|
|
|
2004-01-05 03:36:24 +00:00
|
|
|
2004-01-04 22:39 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Made -[GormDocument _identifierString:],
|
|
|
|
-[GormDocument _formatAction:], and
|
|
|
|
-[GormDocument _formatAction:] into
|
|
|
|
+[GormDocument identifierString:],
|
|
|
|
+[GormDocument formatAction:], and
|
|
|
|
+[GormDocument formatAction:] so that they can be used
|
|
|
|
in other classes which need to format actions/outlets.
|
|
|
|
* GormDocument.h: Added declarations for the new class methods.
|
|
|
|
* GormInspectorsManager.m: Use the new methods to prevent
|
|
|
|
user from entering a bad name for an outlet or action.
|
|
|
|
|
2004-01-05 01:34:00 +00:00
|
|
|
2004-01-04 20:32 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormInspectorsManager.m: Added back some code to make the display
|
|
|
|
of the title of the inspector more informative when editing a class.
|
|
|
|
The title now reads: "Class Edit Inspector: {className}". This code
|
|
|
|
had been commented out a while back.
|
|
|
|
|
2004-01-03 07:04:47 +00:00
|
|
|
2004-01-03 02:08 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassInspector.m: Minor correction to -removeAction: and
|
|
|
|
-removeOutlet: to prevent an exception being raised when
|
|
|
|
performing remove when there are not outlets/actions in the
|
|
|
|
list.
|
|
|
|
|
2004-01-01 05:08:28 +00:00
|
|
|
2004-01-01 00:13 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: More usability changes to grey out menu items which
|
|
|
|
can't/shouldn't be invoked.
|
|
|
|
|
2004-01-01 03:52:40 +00:00
|
|
|
2003-12-31 20:33 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Corrected an issue with testInterface because of the new
|
|
|
|
signature for awakeWithContext:. Also added an alert to anyone
|
|
|
|
loading bundles using GSAppKitUserBundles. Bundles that replace
|
|
|
|
classes of AppKit can cause issues in Gorm since they might interfere
|
|
|
|
with encoding.
|
|
|
|
|
2003-12-30 05:39:20 +00:00
|
|
|
2003-12-30 00:41 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Removed uneeded method which was overriding
|
2004-01-01 03:52:40 +00:00
|
|
|
awakeWithContext:. This method is called from loadNibNamed: and,
|
|
|
|
since the GormDocument is a subclass, but is never loaded by that
|
|
|
|
method overriding the other implementation is uncessary.
|
|
|
|
* ClassInformation.plist: Some of the parent information was wrong,
|
|
|
|
this was corrected.
|
2003-12-30 05:39:20 +00:00
|
|
|
* Gorm.m: Added code in -validateMenuItem: to grey out certain menu
|
|
|
|
items under given conditions. This improves usability and prevents
|
|
|
|
the user from corrupting the .gorm file by doing something that's
|
|
|
|
not supported.
|
|
|
|
|
2003-12-25 05:50:05 +00:00
|
|
|
2003-12-25 00:55 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: -validateMenuItem: added code to grey out
|
|
|
|
the "set name" menu item, if the object selected cannot
|
|
|
|
be renamed.
|
|
|
|
|
2003-12-25 04:48:32 +00:00
|
|
|
2003-12-24 23:17 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Added a NS_DURING block around the main portions of the
|
|
|
|
testInterface method and also added some of the classes to the list
|
2004-01-01 03:52:40 +00:00
|
|
|
of classes which need to be translated from their "GormNS*"
|
|
|
|
equivalents.
|
2003-12-25 04:48:32 +00:00
|
|
|
|
2003-12-24 02:50:34 +00:00
|
|
|
2003-12-23 23:32 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Update the minor release number. Add call to
|
|
|
|
method which checks if an object is a "top level object"
|
|
|
|
before allowing the user to rename it.
|
2003-12-25 05:50:05 +00:00
|
|
|
* GormClassInspector.m: There was a bug which was preventing
|
|
|
|
users from removing outlets/actions. Also added a call to
|
|
|
|
the method which removes connections when an outlet or action
|
|
|
|
is deleted from the document.
|
|
|
|
* GormClassManager.m: Added code to correct problem removing
|
|
|
|
actions/outlets. The outlets were not being properly deleted
|
|
|
|
from the dictionary.
|
|
|
|
* GormCustomClassInspector.m: The special case for
|
|
|
|
NSSecureTextField, which allows it to replace NSTextField,
|
|
|
|
was not properly replacing the cell with a secure one for
|
|
|
|
archiving. A new method called _replaceCellClassForObject:
|
|
|
|
className: was added to allow the cell to be replace as
|
|
|
|
appropriate for the assigned class.
|
|
|
|
* GormDocument.[hm]: Added code to properly notify the class
|
|
|
|
inspector when something is deleted from the class it's editing.
|
|
|
|
Added implementation for isTopLevelObject.
|
|
|
|
* GormSetNameController.m: Removed RELEASE for outlets.
|
|
|
|
RELEASE and deallocation of the toplevel panel object
|
|
|
|
should release the outlets pointed to by the gorm file.
|
2003-12-24 02:50:34 +00:00
|
|
|
* Testing/GormTest.gorm: Added.
|
|
|
|
* Testing/GormTest.m: Modified to use the .gorm file.
|
|
|
|
|
2003-12-23 16:33:03 +00:00
|
|
|
2003-12-23 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* GormLib/GNUmakefile (libGorm_LIBRARIES_DEPEND_UPON): Add
|
|
|
|
FOUNDATION_LIBRARY depend.
|
|
|
|
* GormLib/GNUmakefile.preamble: Idem for libobjc on mingw and cygwin.
|
|
|
|
|
2003-11-29 05:25:42 +00:00
|
|
|
2003-11-29 00:28 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: -detachObject: extra RELEASE was causing
|
|
|
|
a double release when the editor for an object was deallocating
|
|
|
|
itself. This was (intermittently) causing a segfault when
|
|
|
|
deleting an element from the gui.
|
|
|
|
|
2003-11-28 23:21:58 +00:00
|
|
|
2003-11-28 18:26 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.[hm]: Slight modification allCustomSubclassesOf:
|
|
|
|
previously there was a special case which added NSPanel for NSWindow.
|
|
|
|
That has been taken out.
|
|
|
|
* GormCustomClassInspector.m: Call method in class manager to
|
|
|
|
get the subclasses. Undoes previous change for Report #6345.
|
|
|
|
See that report on savannah for more information.
|
|
|
|
* Palettes/2Controls/GormNSSliderInspector.gorm: Changed Disabled
|
|
|
|
checkbox to "Enabled" since this is the way it was being treated
|
|
|
|
in the code and this is how it's done across the rest of the app.
|
|
|
|
|
2003-11-24 06:32:01 +00:00
|
|
|
2003-11-24 01:37 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/0Menus/GormMenuEditor.m: Minor change to correct assertion failure.
|
|
|
|
|
2003-11-24 04:08:41 +00:00
|
|
|
2003-11-23 23:00 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Version 0.5.0
|
|
|
|
|
2003-11-23 20:26:13 +00:00
|
|
|
2003-11-23 15:28 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.[hm]: Added method allSubclassesOf: to get all
|
|
|
|
subclasses whether custom or not.
|
|
|
|
* GormCustomClassInspector.m: Call new method in class manager to
|
|
|
|
get the subclasses. Corrects Report #6345.
|
|
|
|
|
2003-11-23 15:04:11 +00:00
|
|
|
2003-11-23 10:08 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/1Windows/GormNSPanel.m: Added flag to allow resizing of
|
|
|
|
the panel in Gorm. Corrects Report #6344.
|
|
|
|
|
2003-11-19 05:59:55 +00:00
|
|
|
2003-11-19 01:00 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Removed AUTORELEASE from creation of placeholders
|
|
|
|
for both the image and the sound. This was causing a segfault.
|
|
|
|
|
2003-11-15 21:53:00 +00:00
|
|
|
2003-11-15 16:53 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormViewWithContectViewEditor.m: Added methods
|
|
|
|
_shouldBeVertical and _sortByPosition:isVertical: and
|
|
|
|
enhanced the groupSelectionInSplitView method to allow
|
|
|
|
positional orientation of the splitview. The user should
|
|
|
|
now expect the splitview to be built based on the relative
|
|
|
|
position of the views in the window being edited. This fix
|
|
|
|
addresses Report/Bug #5253.
|
|
|
|
|
2003-11-12 05:21:35 +00:00
|
|
|
2003-11-12 00:27 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormViewEditor.m: Removed extra RELEASE which was causing
|
|
|
|
a segfault.
|
|
|
|
|
2003-11-11 22:25:13 +00:00
|
|
|
2003-11-11 17:27 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormNSSplitViewInspector.[hm]: Added implementation
|
|
|
|
* GormNSSplitViewInspector.gorm: Added interface.
|
|
|
|
* Gorm.m: Updated application:openFile: method.
|
|
|
|
|
2003-11-08 22:51:21 +00:00
|
|
|
2003-11-08 17:56 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: [_identifierString:] corrected issue which
|
|
|
|
was causing a segmentation fault.
|
|
|
|
|
2003-11-02 03:10:38 +00:00
|
|
|
2003-11-01 20:35 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormInspectorsManager.m: -ok: method. Removed check which was
|
|
|
|
preventing connection to NSFirst.
|
|
|
|
|
2003-10-28 05:25:14 +00:00
|
|
|
2003-10-28 12:18 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormBoxEditor.m: Removed commented out code.
|
|
|
|
* GormControlEditor.m: same
|
|
|
|
* GormCustomView.m: same
|
2003-11-19 05:59:55 +00:00
|
|
|
* GormFontViewController.m: same
|
2003-10-28 05:25:14 +00:00
|
|
|
* GormGenericEditor.m: same
|
|
|
|
* GormImageEditor.m: same
|
|
|
|
* GormSoundEditor.m: same
|
|
|
|
* GormInternalViewEditor.m: same
|
|
|
|
* GormObjectEditor.m: same
|
|
|
|
* GormMatrixEditor.m: same
|
|
|
|
* GormSplitViewEditor.m: same
|
|
|
|
* GormViewEditor.m: same
|
|
|
|
* GormViewWithContentViewEditor.m: same
|
|
|
|
* GormViewWithSubviewsEditor.m: same
|
|
|
|
* GormInspectorsManager.m: minor cleanup.
|
|
|
|
* GormDocument.m: [GormDocument _selectClass:] removed extra,
|
|
|
|
uneeded RETAIN. [GormDocument detachObject:] RELEASE the
|
|
|
|
object when after it's detached from the document.
|
|
|
|
[GormDocument _indentifierString:] removed extra RETAIN calls.
|
|
|
|
[GormDocument _replaceObjectsWithTemplates:] removed extra RETAIN.
|
|
|
|
* Documentation/Gorm.texi: Updated some of the documentation to reflect
|
|
|
|
recent changes. More planned documentation additions in the future.
|
|
|
|
|
2003-10-25 20:56:14 +00:00
|
|
|
2003-10-25 17:00 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Added categories for the old templates to allow them
|
|
|
|
to be loaded. The old templates are for backwards compatibility
|
|
|
|
only and will be removed in future versions of both GNUstep and
|
|
|
|
Gorm.
|
|
|
|
|
2003-10-20 03:08:54 +00:00
|
|
|
2003-10-19 23:12 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormOutlineView.m: Corrected issue in addAttributeToClass which
|
|
|
|
was adding to the total line count before validating that the item
|
|
|
|
was added successfully.
|
|
|
|
|
2003-10-19 04:56:07 +00:00
|
|
|
2003-10-19 01:00 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/0Menus/GormMenuInspectors.m: setObject fix for
|
|
|
|
segmentation fault. After menu is deleted, the object is not
|
|
|
|
cleared from the inspector. This fix sets the old object to nil
|
|
|
|
before setting the new one.
|
|
|
|
* Gorm.[hm]: Added constant for new notification. Updated patch level.
|
|
|
|
|
2003-10-18 06:20:45 +00:00
|
|
|
2003-10-18 02:22 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* ClassInformation.plist: Added information for NSBox.
|
|
|
|
* Gorm.m: Updated patch level.
|
|
|
|
* GormClassManager.m: Added description method to aid in future
|
|
|
|
debugging.
|
|
|
|
* GormDocument.m: Added code to skip a section of the
|
|
|
|
detachObject method if the object being detached doesn't
|
|
|
|
have a name. Added a description method.
|
|
|
|
* GormViewEditor.m: Added _allsubviews and _subviewsForView:withArray:
|
|
|
|
to collect all of the views which need to be detached when a
|
|
|
|
parent view is removed from the GUI. This is used the in implementation
|
|
|
|
of detachSubviews.
|
|
|
|
|
2003-10-13 03:32:51 +00:00
|
|
|
2003-10-12 23:25 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormInspectorsManager.m: Corrected method of disassociating
|
|
|
|
connection after exception.
|
|
|
|
* GormMenuEditor.m: Added _findAll:withArray: and _findAllSubmenus:
|
|
|
|
to recursively collect all objects which should be deleted from the
|
|
|
|
nameTable when the user deletes a menu item.
|
|
|
|
* Palettes/0Menus/GormMenuInspectors.m: Eliminated uneeded variable
|
|
|
|
and corrected method being called to eliminate previous setting
|
|
|
|
of services/window menu.
|
|
|
|
* Palettes/0Menus/GormNSMenu.m: Beginnings of fix to prevent Gorm
|
|
|
|
from loading all menus at once.
|
|
|
|
|
2003-10-12 05:45:44 +00:00
|
|
|
2003-10-12 01:49 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Added code to help with copy/paste issue.
|
|
|
|
* GormInspectorsManager.m: Added code to do addional checks to
|
|
|
|
ensure that the user cannot make erroneous connections.
|
|
|
|
|
2003-10-08 05:00:21 +00:00
|
|
|
2003-10-08 01:03 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Added include for GSNibTemplates.h removed some
|
|
|
|
comments and cleaned up the code. In _replaceObjectsWithTemplates:
|
|
|
|
removed <GSTemplate> which was causing some compiler warnings.
|
|
|
|
Added code to set the defer flag on the template for any template
|
|
|
|
which responds to setDeferFlag:.
|
|
|
|
* Palettes/1Windows/main.m: Added braces. Minor code cleanup.
|
|
|
|
* Palettes/1Windows/GormNSWindowInspector.gorm: Enabled defer
|
|
|
|
flag.
|
|
|
|
|
2003-10-08 04:58:46 +00:00
|
|
|
2003-10-08 00:40 Gregory John Casamento <greg_casamento@yahoo.com>
|
2003-10-08 04:35:23 +00:00
|
|
|
|
|
|
|
* Version 0.4.0
|
|
|
|
|
2003-09-28 23:31:35 +00:00
|
|
|
2003-09-28 19:32 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.h: Removed some ivars which were not being used.
|
|
|
|
Added declarations for methods setWindowsMenu, setServicesMenu,
|
|
|
|
servicesMenu, windowsMenu.
|
|
|
|
* GormDocument.m: Added implementation of above methods.
|
|
|
|
* Palettes/0Menus/GormMenuInspectors.m: Added implementation of method
|
|
|
|
updateMenuType which sets the menu appropriately so that when
|
|
|
|
the file is unarchived the proper menu setting is reflected.
|
|
|
|
* Palettes/0Menus/GormMenuAttributesInspector.m: Added connection
|
|
|
|
for method updateMenuType.
|
|
|
|
* Resources/Gorm.gorm: Designated services and windows menus for Gorm.
|
|
|
|
|
2003-09-28 01:58:57 +00:00
|
|
|
2003-09-27 21:58 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/0Menus/GNUmakefile: Add .gorm files for new inspectors
|
|
|
|
* Palettes/0Menus/GormMenuEditor.m: Re-added assertion to ensure
|
|
|
|
consistency. Code cleanup: Got rid of some commented out code and
|
|
|
|
some code which was for logging purposes only.
|
|
|
|
* Palettes/0Menus/GormNSMenu.m: Removed some old code which was for
|
|
|
|
debugging.
|
|
|
|
* Palettes/0Menus/GormMenuInspectors.m: Removed hardcoded GUI and
|
|
|
|
replaced it with the loading of the appropriate .gorm files for each
|
|
|
|
inspector.
|
|
|
|
* Palettes/0Menus/GormMenuAttributesInspector.gorm: New gui for menu
|
|
|
|
inspector. Also added the beginnings of the mechanizm by which the
|
|
|
|
services/windows menus will be specified.
|
|
|
|
* Palettes/0Menus/GormMenuItemAttributesInspector.gorm: New gui for
|
|
|
|
menu item inspector.
|
|
|
|
|
2003-09-09 02:57:30 +00:00
|
|
|
2003-09-08 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.m: [nonCustomSuperClassOf:] if the class
|
|
|
|
passed in is not custom it will return the immediate superclass
|
|
|
|
of that class. This is to allow the use of the custom class
|
|
|
|
mechanism to select classes which are not custom but are not
|
|
|
|
offered in the palettes (i.e. NSSecureTextField).
|
|
|
|
|
2003-09-09 01:28:46 +00:00
|
|
|
2003-09-08 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormViewWindow.[hm]: Provides a holder for standalone views
|
|
|
|
in Gorm.
|
|
|
|
|
|
|
|
2003-09-08 Andy Ruder <aeruder@kse.edu>
|
|
|
|
comitted by Gregory Casamento
|
|
|
|
|
|
|
|
* GormSetName.gorm: New gorm file for setname panel.
|
|
|
|
* GormSetNameController.[hm]: Controls the actions of the panel
|
|
|
|
* Gorm.m: Modified the portion of code which calls the
|
|
|
|
panel
|
|
|
|
|
2003-09-08 03:53:49 +00:00
|
|
|
2003-09-07 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormInspectorsManager.m: Similar to the previous check. Modified
|
|
|
|
-[ok:] such that if a connection is established and for any reason
|
|
|
|
causes an exception, the connection is removed and an error message
|
|
|
|
is displayed describing what caused the connection to fail.
|
|
|
|
|
2003-09-08 03:34:40 +00:00
|
|
|
2003-09-07 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormInspectorsManager.m: Added check in -[ok:] to determine if
|
|
|
|
selected destination is valid. If it is nil an alert panel is shown.
|
|
|
|
This will help prevent the creation of invalid connections.
|
|
|
|
|
2003-09-07 14:42:24 +00:00
|
|
|
2003-09-07 Andrew Ruder <aeruder@ksu.edu>
|
|
|
|
comitted by Gregory Casamento
|
|
|
|
|
|
|
|
* Gorm.m: Added use of new sharedGormFontViewController
|
|
|
|
method when setting up the font panel.
|
|
|
|
* GormBoxEditor.m: Added setFont: and font to allow changing
|
|
|
|
of fonts in the title of an NSBox.
|
|
|
|
* GormFontViewController.[hm]: Added sharedGormFontViewController
|
|
|
|
implementation and refactored selectFont into selectFont and
|
|
|
|
convertFont methods. Also added code to enable/disable encoding
|
|
|
|
of font with default size.
|
|
|
|
* GormViewWithSubviewsEditor.m: Added sharedGormFontViewController
|
|
|
|
and convertFont to properly get the new font setting.
|
|
|
|
* Resources/GormFontView.gorm: Added switch to control
|
|
|
|
if font is encoded with default size.
|
|
|
|
|
2003-09-01 18:17:36 +00:00
|
|
|
2003-09-01 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* ClassInformation.plist: Added information for NSStepper and
|
|
|
|
NSStepperCell.
|
|
|
|
|
2003-09-01 13:29:39 +00:00
|
|
|
2003-09-01 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Version 0.3.1
|
|
|
|
|
2003-09-01 10:18:20 +00:00
|
|
|
2003-09-01 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormViewEditor.m: Added code to allow saving of image as part of
|
|
|
|
the view. This provides a fix for Report #4390 and #4852.
|
|
|
|
|
2003-08-31 03:46:46 +00:00
|
|
|
2003-08-30 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Added blank implementation of awakeWithContext:
|
|
|
|
since this method is only used to establish connections in a live
|
|
|
|
application. This should not be done when the file is loaded
|
|
|
|
into Gorm itself.
|
|
|
|
|
2003-08-30 15:04:34 +00:00
|
|
|
2003-08-30 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormImageEditor.m: Minor correction to allow compilation with
|
|
|
|
gcc < 3.x. (found my Riccardo Mattola/grey_gandalf)
|
|
|
|
|
2003-08-29 23:28:15 +00:00
|
|
|
2003-08-28 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Minor correction to allow compilation with
|
|
|
|
gcc < 3.x.
|
|
|
|
|
2003-08-28 04:32:41 +00:00
|
|
|
2003-08-28 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Cleanup some of the extra logs.
|
|
|
|
* GormClassInspector.m: Add logic to prefent index out of bounds
|
|
|
|
exception.
|
|
|
|
|
|
|
|
2003-08-27 Gregory John Casamento <greg_casamento@yahoo.com>
|
2003-08-25 04:53:45 +00:00
|
|
|
|
|
|
|
* GormDocument.m: Corrected some memory related issues.
|
|
|
|
* GormCustomClassManager.m: Added to log which informs
|
|
|
|
user of a nil object returned from the name map.
|
|
|
|
* Gorm.m: Cleaned up some comments and updated the version of
|
|
|
|
the application.
|
|
|
|
|
2003-08-28 04:32:41 +00:00
|
|
|
2003-08-26 Gregory John Casamento <greg_casamento@yahoo.com>
|
2003-08-24 17:10:05 +00:00
|
|
|
|
|
|
|
* GormDocument.m: Added some debug logs. And in
|
|
|
|
_replaceObjectsWithTemplates: modified the method to use the
|
|
|
|
customClassMap call instead of accessing the map directly.
|
|
|
|
* GormClassManager.m: renameClassNamed: and removeClassNamed: both
|
|
|
|
were failing to delete the custom class associations when a custom
|
|
|
|
class is renamed or removed. Added the code to do this.
|
|
|
|
* GormCustomClassInspector.m: Added check for nil return from the
|
|
|
|
classManager. Code will print a warning to stdout, if this happens.
|
|
|
|
|
2003-08-24 01:29:35 +00:00
|
|
|
2003-08-23 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Corrected selection problem. Moved code to
|
|
|
|
select item in classes view from GormInspectorManager.
|
|
|
|
* GormInspectorManager.m: Removed the code from here.
|
|
|
|
|
2003-08-23 17:51:59 +00:00
|
|
|
2003-08-23 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/Containers/main.m: added height resize flag
|
|
|
|
to TextView prototype to correct bug #3270
|
|
|
|
|
2003-08-23 06:31:53 +00:00
|
|
|
2003-08-23 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.[hm]: Made selectClassWithObject public.
|
|
|
|
* GormInspectorManager.m: Added logic to call selectClassWithObject
|
|
|
|
so that when an object is selected, the classes view focuses on it.
|
|
|
|
|
2003-08-23 05:49:26 +00:00
|
|
|
2003-08-22 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.m: Removed extraneous release calls. In most
|
|
|
|
cases only initWithCapacity and such were being called to create
|
|
|
|
dictionaries. These are not retained, so they will be garbage
|
|
|
|
collected.
|
|
|
|
* GormDocument.m: Corrected detachObject: method to handle scroll
|
|
|
|
views. The document view was not being deleted from the custom class
|
|
|
|
list, so Gorm was saving a corrupted .gorm file.
|
|
|
|
|
2003-08-23 01:04:36 +00:00
|
|
|
2003-08-22 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Removed refrences to old template classes.
|
|
|
|
Added code to use new template classes and fixed several
|
|
|
|
bugs.
|
|
|
|
* Gorm.m: Removed old subclasses for deprecated template classes.
|
|
|
|
* GormPrivate.h: Removed subclasses for deprecated template classes.
|
|
|
|
* GormLib/IBConnectors.[hm]: added nibInstantiate method.
|
|
|
|
|
2003-08-16 20:42:25 +00:00
|
|
|
2003-08-16 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* GNUmakefile.preamble (ADDITIONAL_GUI_LIBS): Add -lGormLib
|
|
|
|
|
2005-07-07 14:58:48 +00:00
|
|
|
2003-08-13 Fabien Vallon <fabien@sonappart.net>
|
2003-08-13 09:49:01 +00:00
|
|
|
|
|
|
|
* GormNSPopUpButton.goem : Add Visual help
|
|
|
|
|
2003-08-10 20:18:56 +00:00
|
|
|
2003-08-10 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormInternalViewEditor.m: Added initilization for variable r so
|
|
|
|
that it is not used uninitialized if the first event is not
|
|
|
|
NSLeftMouseUp.
|
|
|
|
|
2003-08-10 19:55:04 +00:00
|
|
|
2003-08-10 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocuments.m: -[GormDocument
|
|
|
|
pasteType:fromPasteBoard:parent:] Added check to determine if
|
|
|
|
frame is responded to by the object being copied. This was
|
|
|
|
failing on NSMenuItem.
|
|
|
|
|
2003-08-10 03:36:27 +00:00
|
|
|
2003-08-09 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCustomView.m: Corrected obsolete header reference.
|
|
|
|
* GormInspectorsManager.m: Removed extra establishConnection call
|
|
|
|
which was causing a problem when removing connections from
|
|
|
|
NSOwner.
|
|
|
|
|
2005-07-07 14:58:48 +00:00
|
|
|
2003-08-04 Fabien Vallon <fabien@sonappart.net>
|
2003-08-04 11:49:38 +00:00
|
|
|
|
|
|
|
* Add a good when adding Images
|
|
|
|
|
2005-07-07 14:58:48 +00:00
|
|
|
2003-08-04 Fabien Vallon <fabien@sonappart.net>
|
2003-08-04 09:34:59 +00:00
|
|
|
|
|
|
|
* GormImageEditor.m : Fix dnd (Todo : accept NSTIFFPboardType)
|
|
|
|
(code borrow from Terminal.app by Alexander Malmberg)
|
|
|
|
|
|
|
|
|
2005-07-12 14:28:49 +00:00
|
|
|
2003-08-01 Fabien Vallon <fabien@sonappart.net>
|
2003-08-03 09:03:24 +00:00
|
|
|
|
|
|
|
* GormDocument.m : Add offset when pasting
|
|
|
|
* Gorm.m : clean up & add some comment
|
|
|
|
* GormPrivate.h : clean up
|
|
|
|
|
2003-08-01 03:20:43 +00:00
|
|
|
2003-07-31 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.h: Point #include at the new location for
|
|
|
|
private headers.
|
|
|
|
* GModelDecoder.h: Ditto.
|
|
|
|
|
2003-07-24 05:03:38 +00:00
|
|
|
2003-07-23 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Version 0.3.0
|
|
|
|
|
2003-07-24 05:01:16 +00:00
|
|
|
2003-07-23 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/0Menu/GormNSMenu.m: Added category to access
|
|
|
|
private member of NSResponder, which is needed by
|
|
|
|
the menu editor.
|
|
|
|
* Palettes/0Menu/GormMenuEditor.m: same as above.
|
|
|
|
|
2003-07-21 03:44:59 +00:00
|
|
|
2003-07-20 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GNUmakefile.postamble: Added to help with one-pass compile.
|
|
|
|
* GNUmakefile.preamble: Added ADDITIONAL_LIB_DIR so that Gorm
|
|
|
|
can be compiled in one pass. Corrects bug #3748.
|
|
|
|
|
2003-07-20 23:11:37 +00:00
|
|
|
2003-07-20 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormImageInspector.[hm]: Added. Implements image inspector.
|
|
|
|
* Resources/GormImageInspector.gorm: Added interface file.
|
|
|
|
|
2003-07-20 20:26:20 +00:00
|
|
|
2003-07-20 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: (-[GormDocument saveGormDocument:]) added
|
|
|
|
code to prevent copying of images/sounds if the source path
|
|
|
|
is the same as the destination. This was causing the file
|
|
|
|
to be truncated to zero and caused Gorm to lock.
|
|
|
|
* (-[GormDocument parseHeader:]): removed
|
|
|
|
extra characterset definition/
|
|
|
|
|
2003-07-15 04:20:09 +00:00
|
|
|
2003-07-14 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.[hm]: Added implementation for new methods
|
|
|
|
to add an array of outlets and actions to a class.
|
|
|
|
* GormDocument.[hm]: Added GPL notice to top of file .h file
|
|
|
|
and made changes in the -parseHeader method to properly
|
|
|
|
handle .h files with categories.
|
|
|
|
* GormWindowEditor.m: Removed some very old and commented out
|
|
|
|
code.
|
|
|
|
|
2003-06-30 02:15:00 +00:00
|
|
|
2003-06-29 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.m: Added code to send notifications when
|
|
|
|
a class is add/deleted.
|
|
|
|
* GormPrivate.h: Added declarations for new notifications.
|
|
|
|
* Gorm.m: Added actual constants for new notifications.
|
|
|
|
* GormFilesOwner.m: Added code to the inspector to receive
|
|
|
|
the notifications and reload the class list when a class
|
|
|
|
is added/deleted.
|
|
|
|
|
2003-06-29 17:23:39 +00:00
|
|
|
2003-06-29 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
Applied patch submitted by Matt Rice
|
|
|
|
* GormDocument.m: Added code to allow multiple selection of
|
|
|
|
images and sounds when adding them to a .gorm file.
|
|
|
|
Thanks, Matt!!
|
|
|
|
|
2003-06-27 02:48:09 +00:00
|
|
|
2003-06-26 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/2Controls/GormNSColorWellInspector.gorm: Redid the
|
|
|
|
inspector for this..
|
|
|
|
* Palettes/2Controls/inspectors.m: Implemented GormColorWellInspector
|
|
|
|
to allow the modification of color wells in Gorm.
|
|
|
|
* GormFontViewController.m: Added stubbed versions of the methods
|
|
|
|
mouseDragged and flagsChanged.
|
|
|
|
|
2003-06-26 03:00:13 +00:00
|
|
|
2003-06-25 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/2Controls/GormNSProgressIndicatorInspector.gorm: Added
|
|
|
|
* Palettes/2Controls/inspector.m: Added
|
|
|
|
GormProgressIndicatorInspector class to handle inspection of
|
|
|
|
NSProgressIndicator.
|
|
|
|
* Palettes/2Controls/Makefile: added line to copy the .gorm file.
|
|
|
|
|
2003-06-22 05:13:11 +00:00
|
|
|
2003-06-22 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: parseHeader added logic to prevent the
|
|
|
|
addition of outlets/actions with illegal characters when
|
|
|
|
importing from a header. This also prevents a problem
|
|
|
|
where comments were being imported into the class as
|
|
|
|
outlets.
|
|
|
|
|
|
|
|
2003-06-19 Gregory John Casamento <greg_casamento@yahoo.com>
|
2003-06-20 03:54:19 +00:00
|
|
|
|
|
|
|
* GormDocument.m: Moved declaration of GSNibItem in instantiateClass:
|
|
|
|
to the top of the method so that it will compile on gcc < 3.0.
|
|
|
|
Problem found and patch submitted by Andreas Heppel. Thanks!
|
|
|
|
|
2003-06-10 01:38:38 +00:00
|
|
|
2003-06-09 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GNUmakefile: Added mention of GormFontViewController.[hm]
|
|
|
|
to the makefile.
|
|
|
|
* Gorm.m: added header and updated orderFrontFontPanel: to
|
|
|
|
install the view when the font panel is instantiated.
|
|
|
|
* GormScrollViewEditor.m: Minor code cleanup.
|
|
|
|
* GormFontViewController.[hm]: Added.
|
|
|
|
|
2003-06-08 06:11:28 +00:00
|
|
|
2003-06-08 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormScrollViewEditor.m: Added -[destroyAndListSubviews]
|
|
|
|
method to allow views within a NSScrollView to be ungrouped.
|
|
|
|
* GormViewWithContentViewEditor.m: Added GormScrollViewEditor
|
|
|
|
to list of classes to test for so that the ungroup method will
|
|
|
|
proceed.
|
|
|
|
Addresses bug #3536.
|
|
|
|
|
|
|
|
2003-06-07 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormPrivate.h: Added declaration for GormDidModifyClassNotification
|
|
|
|
* Gorm.m: Added definition for GormDidModifyClassNotification. Also
|
|
|
|
corrected an issue which was causing Gorm to crash when testing
|
|
|
|
an interface.
|
|
|
|
* GormClassManager.m: Added code to post the notification when
|
|
|
|
an outlet or an action is added.
|
|
|
|
* GormClassInspector.m: Added code to handleNotification
|
|
|
|
GormDidModifyClassNotification so that the views in the
|
|
|
|
inspector can be properly updated when the class is edited in the
|
|
|
|
class editor.
|
|
|
|
|
2003-06-07 19:31:48 +00:00
|
|
|
2003-06-07 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassInspector.m: Added post of notification in
|
|
|
|
appropriate places. Now sends IBInspectorDidModifyObjectNotification
|
|
|
|
when the class is updated from the inspector.
|
|
|
|
* GormDocument.m: Added check in handleNotification to
|
|
|
|
process the new notification sent above.
|
|
|
|
|
2003-06-07 05:21:16 +00:00
|
|
|
2003-06-07 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Resources/GormClassInspector.gorm: Moved buttons into
|
|
|
|
tab view.
|
|
|
|
* GormClassInspector.[hm]: Added new methods and ivars for
|
|
|
|
buttons in each tab view.
|
|
|
|
* GormDocument.m: Added code to prevent addition of outlets
|
|
|
|
to FirstResponder.
|
|
|
|
* GormClassManager.m: Removed code which prevented adding
|
|
|
|
actions to firstresponder. MOSX is able to add actions, but not
|
|
|
|
outlets to FirstResponder. Aldo modified call made from
|
|
|
|
parseHeader in the class manager to add all action to
|
|
|
|
FirstResponder when importing the class.
|
|
|
|
|
2003-06-06 06:24:46 +00:00
|
|
|
2003-06-06 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Resources/GormClassInspector.gorm: New inspector
|
|
|
|
* GormClassInspector.[hm]: New inspector classes
|
|
|
|
* GormDocument.m: added delegate method to select class
|
|
|
|
in GormClassEditor when selected in the outline/classes view.
|
|
|
|
* GormClassManager.m: Added "touch" to appropriate methods
|
|
|
|
to fix bug which caused document to not refect that it has
|
|
|
|
been edited when a outlet/action is added.
|
|
|
|
|
2003-06-01 23:49:18 +00:00
|
|
|
2003-06-01 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/2Controls/GormNSButtonInspector.gorm: Added
|
|
|
|
key equivalent pulldown
|
|
|
|
* Palettes/2Controls/inspectors.m: Added code to handle
|
|
|
|
new pulldown.
|
|
|
|
|
2003-06-01 21:29:22 +00:00
|
|
|
2003-06-01 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormPreferences.[hm]: Removed. These were superceded
|
|
|
|
by the GormPrefController.
|
|
|
|
|
2003-06-01 17:50:36 +00:00
|
|
|
2003-06-01 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormTabViewInspector.gorm: Added new images to complete the
|
|
|
|
tab style matrix buttons.
|
|
|
|
* Images/tabtop_nib.tiff: New image
|
|
|
|
* Images/tabbot_nib.tiff: New image
|
|
|
|
* GNUmakefile: added images to resources
|
|
|
|
|
2003-06-01 04:51:41 +00:00
|
|
|
2003-05-31 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormScrollViewAttributesInspector.m: Added code to make changes
|
|
|
|
to a scroll view. The inspector is now functional.
|
|
|
|
* GormScrollViewAttributesInspector.gorm: Added connections
|
|
|
|
to window.
|
|
|
|
* Palettes/3Containers/inspectors.m: Commented out dummy inspector
|
|
|
|
for scroll views.
|
|
|
|
|
2003-05-29 05:40:28 +00:00
|
|
|
2003-05-29 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Resources/GormScrollViewAttributesInspector.gorm: new
|
|
|
|
* GormScrollViewAttributesInspector.h: new
|
|
|
|
* GormScrollViewAttributesInspector.m: new
|
|
|
|
* Palettes/0Menu/GNUmakefile.preamble: new
|
|
|
|
* Palettes/1Windows/GNUmakefile.preamble: new
|
|
|
|
* Palettes/2Controls/GNUmakefile.preamble: new
|
|
|
|
* Palettes/3Containers/GNUmakefile.preamble: new
|
|
|
|
* Palettes/4Data/GNUmakefile.preamble: new
|
|
|
|
* Gorm.m: Removed some constants and moved them to GormLib.
|
|
|
|
* GormDocument.m: Removed some constants and moved them to
|
|
|
|
GormLib.
|
|
|
|
* Palettes/(all files): Cleaned up includes.
|
|
|
|
Got rid of "../.." style of includes by using GNUmakefile
|
|
|
|
settings. Also corrected the category that some of the
|
|
|
|
classes are implementing to provide inspector names to Gorm.
|
|
|
|
|
2003-05-26 00:40:57 +00:00
|
|
|
2003-05-24 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Prevent subclassing of FirstResponder.
|
|
|
|
|
2003-05-25 19:08:36 +00:00
|
|
|
2003-05-24 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormInspectorsManager.m: Made changes to revert inspector to
|
|
|
|
"empty" when a document is closed.
|
2003-05-26 00:40:57 +00:00
|
|
|
* GormClassManager.m: Prevent user from adding methods to
|
|
|
|
FirstResponder. FirstResponder now automatically adds all
|
|
|
|
action methods to it's action.
|
2003-05-25 19:08:36 +00:00
|
|
|
* GormDocument.m: Corrected a problem which was allowing the user to
|
|
|
|
instantiate FirstResponder.
|
|
|
|
* Gorm.m: Cleaned up some places where I was using (Gorm *) and should
|
|
|
|
have been using (id<IB>).
|
|
|
|
|
2005-07-07 14:58:48 +00:00
|
|
|
2003-05-25 Fabien Vallon <fabien@sonappart.net>
|
2003-05-25 12:33:29 +00:00
|
|
|
|
|
|
|
* Gorm.m : fix typo
|
|
|
|
|
2005-07-07 14:58:48 +00:00
|
|
|
2003-05-24 Fabien Vallon <fabien@sonappart.net>
|
2003-05-24 12:40:54 +00:00
|
|
|
|
|
|
|
* Gorm.m : Add Localization
|
|
|
|
* GormDocument.m : Ditto
|
|
|
|
* GormFilesOwner.m : Ditto
|
|
|
|
* GormInspectorsManager.m : Ditto
|
|
|
|
* GormObjectInspector.m : Ditto
|
|
|
|
* GormPalettesManager.m : Ditto
|
|
|
|
|
2005-07-07 14:58:48 +00:00
|
|
|
2003-05-24 Fabien Vallon <fabien@sonappart.net>
|
2003-05-24 11:18:11 +00:00
|
|
|
|
2003-05-26 00:40:57 +00:00
|
|
|
* Gorm.m : refactored newApplication, newEmpty, newPalettes,
|
|
|
|
newInspector. new method : newGormDocument
|
2003-05-24 11:18:11 +00:00
|
|
|
Add inteligent window placement (cascade)
|
2003-05-26 00:40:57 +00:00
|
|
|
* Gorm.gorm : add tags for newApplication, newEmpty, newPalettes,
|
|
|
|
newInspector
|
2003-05-24 11:18:11 +00:00
|
|
|
|
2003-05-24 05:29:35 +00:00
|
|
|
2003-05-22 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Made the IB*RemoveConnectorNotification being
|
|
|
|
sent in removeConnector: the document instead of the connector which
|
|
|
|
was removed. This prevents a core dump which was occurring when
|
|
|
|
loading a gorm and removing or renaming outlets/actions.
|
|
|
|
|
2003-05-23 02:25:34 +00:00
|
|
|
2003-05-22 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* TODO: Updated.
|
|
|
|
* GNUmakefile: Added reference to GormLib as a subproject of Gorm
|
|
|
|
* GModelDecoder.m: Cleaned up some code.
|
|
|
|
and removed reference to IBInspector and IBPalette.
|
|
|
|
* GNUmakefile.preamble: Relaxing the -Werror directive in the
|
|
|
|
makefile. For now.
|
|
|
|
* Gorm.m: Removed code which was moved to GormLib classes.
|
|
|
|
* GormButtonEditor.m: Added #include for InterfaceBuilder.
|
|
|
|
* GormClassEditor.m: Removed Gorm.h header which is no longer
|
|
|
|
pertinent.
|
|
|
|
* GormClassManager.m: Added include to IBEditors.h and
|
|
|
|
* GormCustomClassEditor.[hm]: Removed Gorm.h header reference.
|
|
|
|
* GormDocument.h: Added some headers.
|
|
|
|
* GormDocument.m: General code cleanup. Removed Notifications which
|
2003-05-25 19:08:36 +00:00
|
|
|
will be in GormLib classes. Implemented use of "awakeFromDocument:"
|
|
|
|
a new method defined in GormLib which allows implemention of
|
|
|
|
behavior when a class is loaded by Gorm. (see Apple's interface
|
|
|
|
builder framework)
|
2003-05-23 02:25:34 +00:00
|
|
|
* GormFilesOwner.m: Added NSNibConnector header which was previously
|
|
|
|
provided by Gorm.h. This was the only include needed here.
|
|
|
|
* GormInspectorsManager.m: Same as above.
|
|
|
|
* GormPrivate.h: Added GPL notice and include for InterfaceBuilder.h
|
2003-05-25 19:08:36 +00:00
|
|
|
* GormSoundInspector.h: Corrected description for GormSoundInspector
|
|
|
|
class.
|
2003-05-23 02:25:34 +00:00
|
|
|
* Palettes: Updated all palettes in the palettes directory to include
|
|
|
|
the new headers.
|
|
|
|
* GormLib/GNUmakefile: new file.
|
|
|
|
* GormLib/GNUmakefile.postamble: new file.
|
|
|
|
* GormLib/GNUmakefile.preamble: new file.
|
|
|
|
* GormLib/IBApplicationAdditions.h: new file.
|
|
|
|
* GormLib/IBApplicationAdditions.m: new file.
|
|
|
|
* GormLib/IBConnectors.h: new file.
|
|
|
|
* GormLib/IBConnectors.m: new file.
|
|
|
|
* GormLib/IBDefines.h: new file.
|
|
|
|
* GormLib/IBDocuments.h: new file.
|
|
|
|
* GormLib/IBDocuments.m: new file.
|
|
|
|
* GormLib/IBEditors.h: new file.
|
|
|
|
* GormLib/IBEditors.m: new file.
|
|
|
|
* GormLib/IBInspector.h: new file.
|
|
|
|
* GormLib/IBInspector.m: new file.
|
|
|
|
* GormLib/IBObjectAdditions.h: new file.
|
|
|
|
* GormLib/IBObjectAdditions.m: new file.
|
|
|
|
* GormLib/IBObjectProtocol.h: new file.
|
|
|
|
* GormLib/IBPalette.h: new file.
|
|
|
|
* GormLib/IBPalette.m: new file.
|
|
|
|
* GormLib/IBViewAdditions.h: new file.
|
|
|
|
* GormLib/InterfaceBuilder.h: new file.
|
|
|
|
* GormLib/README: new file.
|
|
|
|
|
2003-05-20 03:57:37 +00:00
|
|
|
2003-05-19 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
2005-07-07 14:58:48 +00:00
|
|
|
Applied patch submitted by Fabien Vallon <fabien@sonappart.net>
|
2003-05-20 03:57:37 +00:00
|
|
|
* Gorm.m: Cleaned up NSRunAlertPanel call. Added methods to allow
|
|
|
|
toggling of guidlines. Changed call from saveDocument to
|
|
|
|
saveGormDocument.
|
|
|
|
* GormDocument.[hm]: changed saveAsDocument to return BOOL.
|
|
|
|
renamed saveDocument to saveGormDocument.
|
|
|
|
* GormPrivate.h: Added menu item to enable/disable guidlines
|
|
|
|
Added notification to indicate when the guideline is being
|
|
|
|
disabled.
|
|
|
|
* GormViewWithContentViewEditor.m: Added code to cause editor
|
|
|
|
to force objects to follow guidelines or not based on a boolean
|
|
|
|
which is set by the menu item.
|
|
|
|
* Gorm.gorm: Added menu item to enable/disable guidelines
|
|
|
|
NOTE: Did some minor cleanup. Thanks Fabien.
|
|
|
|
|
2003-05-18 02:06:38 +00:00
|
|
|
2003-05-10 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Corrected bug#3663. There was an
|
|
|
|
issue with saving which was causing Gorm to fail if
|
|
|
|
a save was canceled.
|
|
|
|
|
2003-05-13 04:10:12 +00:00
|
|
|
2003-05-10 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
2005-07-07 14:58:48 +00:00
|
|
|
Applied patch submitted by Fabien <fabien@sonappart.net>
|
2003-05-13 04:10:12 +00:00
|
|
|
* GNUmakefile: Added .gorm files and new .h and .m files.
|
|
|
|
* Gorm.m/GormPrivate.h: Removed code to automatically
|
|
|
|
update the preferences values. Removed references to
|
|
|
|
preferencesPanel and added the new GormController class.
|
|
|
|
* GormPreferences.gorm: Updated for new preferences.
|
|
|
|
* GormGeneralPref.gorm: Added. I updated this only slightly to
|
|
|
|
avoid a warning against NSWindow. (GJC)
|
|
|
|
* GormHeadersPref.gorm: Added.
|
|
|
|
* GormGeneralPref.[hm]: Added.
|
|
|
|
* GormHeafersPref.[hm]: Added.
|
|
|
|
|
2003-05-11 06:06:38 +00:00
|
|
|
2003-05-10 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormViewWithContentViewEditor.m: The copyInView method was
|
|
|
|
not adding views to the document. Added a method which adds
|
|
|
|
the view and it's subviews. This fix corrects bug#3490.
|
|
|
|
|
2003-05-10 21:19:25 +00:00
|
|
|
2003-05-10 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GNUmakefile.preamble: Added to provide the -Werror parameter to
|
|
|
|
prevent any more warnings in the future.
|
|
|
|
* GModelDecoder.m: Corrected code to eliminate warnings.
|
|
|
|
* Gorm.m: Corrected code to eliminate warnings.
|
|
|
|
* GormControlEditor.m: Corrected code to eliminate warnings.
|
|
|
|
* GormDocument.h: Added some of the methods which were being
|
|
|
|
used from outside of the class, but were never actually declared.
|
|
|
|
* GormDocument.m: Corrected code to eliminate warnings.
|
|
|
|
* GormGenericEditor.m: Corrected code to eliminate warnings.
|
|
|
|
* GormImageEditor.m: Corrected code to eliminate warnings.
|
|
|
|
* GormInternalViewEditor.m: Corrected code to eliminate warnings.
|
|
|
|
* GormObjectEditor.m: Corrected code to eliminate warnings.
|
|
|
|
* GormPrivate.h: Moved declarations of editor class methods around
|
|
|
|
to prevent warnings.
|
|
|
|
* GormSoundEditor.m: Corrected code to eliminate warnings.
|
|
|
|
* GormViewEditor.m: Corrected code to eliminate warnings.
|
|
|
|
* GormViewWithContentViewEditor.m: Corrected code to eliminate warnings.
|
|
|
|
|
|
|
|
2003-05-10 Gregory John Casamento <greg_casamento@yahoo.com>
|
2003-05-10 17:34:45 +00:00
|
|
|
|
|
|
|
* GormDocument.m: Further improved the fix to the problem found
|
|
|
|
yesterday. The custom class code was issuing a RELEASE call to
|
|
|
|
all of the objects in the nameTable. This was not necessary unless
|
|
|
|
the object is a template object and was causing some issues with
|
|
|
|
gorm file corruption.
|
|
|
|
|
|
|
|
2003-05-08 Gregory John Casamento <greg_casamento@yahoo.com>
|
2003-05-09 04:02:41 +00:00
|
|
|
|
|
|
|
* GormDocument.m: Corrected a problem which was causing the
|
|
|
|
NSVisible array in the nameTable to become corrupted when
|
|
|
|
using custom classes. Also added a NSDebugLog call to help
|
|
|
|
find problems in the nameTable.
|
|
|
|
|
2003-05-08 04:56:10 +00:00
|
|
|
2003-05-07 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
Applied patch submitted by Rob Burns
|
|
|
|
* GNUmakefile: Added FileIcon_gmodel.tiff.
|
|
|
|
* GormInfo.plist: Added FileIcon_gmodel.tiff as default
|
|
|
|
icon for gmodel files.
|
|
|
|
|
2003-05-01 04:20:22 +00:00
|
|
|
2003-04-30 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* Palettes/*/GNUmakefile: Set *_STANDARD_INSTALL=no to not install
|
|
|
|
the palettes.
|
|
|
|
|
2003-04-18 05:40:25 +00:00
|
|
|
2003-04-18 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* Gorm.m: Minor updates to compile with latest gui ... use void return
|
|
|
|
for saving documents.
|
|
|
|
* GormDocument.h: ditto
|
|
|
|
* GormDocument.m: as above, plus a few fixes for bugs that have crept
|
|
|
|
in to the toolbar due to gui changes ... tweak layout a little, make
|
|
|
|
the button highlighting correct, and use a button subclass to avoid
|
|
|
|
new matrix behavior of setting the buttons to do the ugly
|
|
|
|
showsFirstResponder stuff.
|
|
|
|
|
2003-04-07 04:00:30 +00:00
|
|
|
2003-03-06 Gregory Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormFilesOwner.m: Corrected minor problem with updating
|
|
|
|
class names for the file's owner inspector. It was not updating
|
|
|
|
the list when reselecting the same object, so new classes were not
|
|
|
|
being displayed.
|
|
|
|
|
2003-03-05 19:38:55 +00:00
|
|
|
2003-03-05 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* Version: 0.2.6
|
|
|
|
|
2005-07-07 14:58:48 +00:00
|
|
|
2003-03-04 Fabien <fabien@sonappart.net>
|
2003-03-04 17:07:09 +00:00
|
|
|
|
|
|
|
* Palettes/3Containers/inspectors.m: Update TabView inspector
|
|
|
|
* Palettes/4Data/inspectors.m: Update comboBox inspector.
|
|
|
|
|
2003-03-04 16:47:54 +00:00
|
|
|
2003-03-04 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* Gorm.m ([Gorm -infoPanel:sender]): Update application name.
|
|
|
|
|
|
|
|
* Palettes/0Menus/main.m ([MenusPalette -finishInstantiate]): Use
|
|
|
|
orderFrontStandardInfoPanel for Info menu item.
|
|
|
|
|
2003-03-03 09:15:48 +00:00
|
|
|
2003-03-03 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* Gorm.h:
|
|
|
|
* Gorm.m:
|
|
|
|
* GormBoxEditor.h:
|
|
|
|
* GormBoxEditor.m:
|
|
|
|
* GormButtonEditor.h:
|
|
|
|
* GormButtonEditor.m:
|
|
|
|
* GormClassEditor.m:
|
|
|
|
* GormClassManager.h:
|
|
|
|
* GormClassManager.m:
|
|
|
|
* GormControlEditor.h:
|
|
|
|
* GormControlEditor.m:
|
|
|
|
* GormCustomClassInspector.h:
|
|
|
|
* GormCustomView.h:
|
|
|
|
* GormCustomView.m:
|
|
|
|
* GormDocument.h:
|
|
|
|
* GormDocument.m:
|
|
|
|
* GormFilesOwner.h:
|
|
|
|
* GormGenericEditor.m:
|
|
|
|
* GormInspectorsManager.h:
|
|
|
|
* GormInternalViewEditor.h:
|
|
|
|
* GormInternalViewEditor.m:
|
|
|
|
* GormMatrixEditor.h:
|
|
|
|
* GormMatrixEditor.m:
|
|
|
|
* GormOutlineView.h:
|
|
|
|
* GormPalettesManager.h:
|
|
|
|
* GormPlacementInfo.h:
|
|
|
|
* GormPosingView.h:
|
|
|
|
* GormPosingView.m:
|
|
|
|
* GormPreferences.h:
|
|
|
|
* GormPreferences.m:
|
|
|
|
* GormPrivate.h:
|
|
|
|
* GormScrollViewEditor.m:
|
|
|
|
* GormSoundInspector.h:
|
|
|
|
* GormSplitViewEditor.h:
|
|
|
|
* GormSplitViewEditor.m:
|
|
|
|
* GormTabViewEditor.h:
|
|
|
|
* GormTabViewEditor.m:
|
|
|
|
* GormViewEditor.h:
|
|
|
|
* GormViewEditor.m:
|
|
|
|
* GormViewWithContentViewEditor.h:
|
|
|
|
* GormViewWithContentViewEditor.m:
|
|
|
|
* GormViewWithSubviewsEditor.h:
|
|
|
|
* GormViewWithSubviewsEditor.m:
|
|
|
|
* GormWindowEditor.m:
|
|
|
|
* Palettes/0Menus/GormNSMenu.h:
|
|
|
|
* Palettes/0Menus/GormNSMenu.m:
|
|
|
|
* Palettes/1Windows/GormNSPanel.h:
|
|
|
|
* Palettes/1Windows/GormNSPanel.m:
|
|
|
|
* Palettes/1Windows/GormNSWindow.h:
|
|
|
|
* Palettes/1Windows/GormNSWindow.m:
|
|
|
|
* Palettes/2Controls/GormPopUpButtonEditor.m:
|
|
|
|
* Palettes/3Containers/GormNSBrowser.h:
|
|
|
|
* Palettes/3Containers/GormNSBrowser.m:
|
|
|
|
* Palettes/3Containers/GormNSOutlineView.h:
|
|
|
|
* Palettes/3Containers/GormNSOutlineView.m:
|
|
|
|
* Palettes/3Containers/GormNSTableView.h:
|
|
|
|
* Palettes/3Containers/GormNSTableView.m:
|
|
|
|
* Palettes/3Containers/GormTableViewEditor.h:
|
|
|
|
* Palettes/3Containers/GormTableViewEditor.m:
|
|
|
|
* Palettes/3Containers/inspectors.m:
|
|
|
|
* Palettes/4Data/inspectors.m:
|
|
|
|
Corrected to avoid use of #import (which has been deprecated for years)
|
|
|
|
and to protect headers using #define instead.
|
|
|
|
|
2003-03-02 19:26:51 +00:00
|
|
|
2003-03-02 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* GormDocument.m: Give scrollviews bezelled border.
|
|
|
|
|
2003-02-13 13:32:59 +00:00
|
|
|
2003-02-13 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* GormOutlineView.m: Fix code to update view when outlet/action
|
|
|
|
images are clicked on.
|
|
|
|
|
2003-02-11 06:55:50 +00:00
|
|
|
2003-02-10 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* GormInspectorsManager.m: in browser delegate re-ordered mechanism
|
|
|
|
for establishing updates to browsers. Fixed and added to the code
|
|
|
|
ensuring that highlighting of browser elements correctly indicates
|
|
|
|
established connections clearly.
|
|
|
|
|
2003-02-10 20:20:04 +00:00
|
|
|
2003-02-10 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
|
|
|
|
|
|
|
* GormInspectorsManager.m: _internalCall:
|
|
|
|
only reload the column when needed, this was causing segfaults
|
|
|
|
with the new lockFocus code.
|
|
|
|
|
2003-02-03 01:52:08 +00:00
|
|
|
2003-02-02 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/3Containers/GormTableViewEditor.m: missing
|
|
|
|
"else" was causing an exception to be thrown when attempting
|
|
|
|
to delete a column in NSTableView when nothing is selected.
|
|
|
|
|
2003-01-28 03:20:22 +00:00
|
|
|
2003-01-23 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Some general cleanup. Removed the startuptime
|
|
|
|
message. Indented some code to conform to guidelines.
|
|
|
|
* GModelDecoder.m: Added GormNSPanel to the set of classes
|
|
|
|
translated so that the window inspectors can be used to edit.
|
|
|
|
* Documentation/readme.texi: Updated to show current status.
|
|
|
|
|
2003-01-23 04:39:39 +00:00
|
|
|
2003-01-22 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Removed reference to NSImageDoesCaching.
|
|
|
|
This variable was removed in the gui library and was causing
|
|
|
|
compilation to fail. Also cleaned up main() by getting rid
|
|
|
|
of some old comments.
|
|
|
|
|
2003-01-21 15:18:30 +00:00
|
|
|
2003-01-21 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* Version: 0.2.5
|
|
|
|
|
2003-01-17 03:55:55 +00:00
|
|
|
2003-01-16 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: awakeFromNib added to set the mainMenu to
|
|
|
|
the new menu defined in the .gorm file. This is to
|
|
|
|
correct a bug when testing the interface.
|
|
|
|
* GormPrivate.h: Added new outlet to hold Gorm menu.
|
|
|
|
* Resources/Gorm.gorm: Added outlet for gormMenu.
|
|
|
|
|
2003-01-16 04:09:07 +00:00
|
|
|
2003-01-15 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: [NSWindowTemplate initWithObject:]: corrected
|
|
|
|
a problem which was preventing the stylemask from being
|
|
|
|
saved.
|
|
|
|
* GormDocument.[hm]: Added code to support the deferred
|
|
|
|
flag for windows. setObject:isDeferred: and
|
|
|
|
objectIsDeferred: were added.
|
|
|
|
* Palettes/main.m: Added support for deferred flag.
|
|
|
|
I didn't enable the flag in the gui, since
|
|
|
|
NSBundleAdditions.m needs to be changed to allow this
|
|
|
|
flag to be used. Once that's done, it will be enabled.
|
|
|
|
|
2003-01-14 06:50:45 +00:00
|
|
|
2003-01-14 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: replaceTemplatesWithObjects: when
|
|
|
|
restoring the editing object the template was not
|
|
|
|
being destroyed properly. This is now fixed.
|
|
|
|
|
2003-01-14 06:29:34 +00:00
|
|
|
2003-01-14 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: replaceObjectsWithTemplates: added a
|
|
|
|
call to a new method in the class manager which returns
|
|
|
|
custom classes based on the name assigned to the object.
|
|
|
|
* GormClassManager.m: Added a method to pull the custom
|
|
|
|
class association by name. This corrected an issue
|
|
|
|
with custom classes.
|
|
|
|
|
2003-01-13 07:15:18 +00:00
|
|
|
2003-01-13 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GModelDecoder.m: openGModel: added code to import
|
|
|
|
the headers of custom classes read from the .gmodel file.
|
|
|
|
|
2003-01-12 06:29:19 +00:00
|
|
|
2003-01-12 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: -[GormDocument parseHeader:]: Fixed a
|
|
|
|
problem parsing headers with multiple variables in one
|
|
|
|
declarations (e.g. "id x,y,z"). Also added code
|
|
|
|
to recognize actions in the form of "(id) actionName: (id)x".
|
|
|
|
* Documentation/Gorm.texi: Modified docs to show current
|
|
|
|
status of Gorm.
|
|
|
|
|
2003-01-10 03:01:55 +00:00
|
|
|
2003-01-09 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormCustomView.m: Corrected problem with dummy implementation
|
|
|
|
of encodeWithCoder:. (Problem found and patch supplied by
|
|
|
|
Chris Vetter).
|
|
|
|
|
|
|
|
2003-01-09 Gregory John Casamento <greg_casamento@yahoo.com>
|
2003-01-09 07:03:36 +00:00
|
|
|
|
|
|
|
* GormDocument.m: [GormDocument remove:]: added code
|
|
|
|
to check the boolean returned from the removeConnection
|
|
|
|
methods. If the result is NO, dont proceed with the
|
|
|
|
delete.
|
|
|
|
|
2003-01-09 06:17:07 +00:00
|
|
|
2003-01-09 Gregory John Casamento <greg_casamento@yahoo.com
|
|
|
|
|
|
|
|
* GormDocument.m: [GormDocument remove:]: added code
|
|
|
|
to break connections when a class, action or outlet
|
|
|
|
is deleted.
|
|
|
|
|
2003-01-09 05:52:19 +00:00
|
|
|
2003-01-09 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* ClassInformation.plist: added missing orderFrontFontPanel:
|
|
|
|
method to FirstResponder.
|
|
|
|
* Gorm.gorm: updated to fix font panel problem.
|
|
|
|
* Gorm.m: Implemented orderFrontFontPanel:
|
|
|
|
|
2003-01-09 03:57:58 +00:00
|
|
|
2003-01-08 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/3Containers/inspector.m: NSTabView was not
|
|
|
|
defining a size inspector. I commented out the method which
|
|
|
|
was returning nothing and now the NSTabView uses the default
|
|
|
|
view size inspector.
|
|
|
|
|
2003-01-09 03:39:27 +00:00
|
|
|
2003-01-08 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.m: -[GormClassManager customClassForObject:]:
|
|
|
|
Added code to resolve the object being passed in to the name
|
|
|
|
which is used in the name table. This is for lookup in the
|
|
|
|
custom class map. This corrects a problem which was introduced
|
|
|
|
in the previous fix.
|
|
|
|
* GormInspectorsManager.m: in browser delegate. Removed code
|
|
|
|
which was looking up the name seperately. Now relies on code
|
|
|
|
added above.
|
|
|
|
* GormCustomClassInspector.m:
|
|
|
|
-[GormCustomClassInspector _setCurrentSelectionClassName:]:
|
|
|
|
Removed code which looks up the name. Now uses code in
|
|
|
|
GormClassManager.
|
|
|
|
|
2003-01-08 05:54:20 +00:00
|
|
|
2003-01-08 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.m: Added some NSDebugLog statements
|
|
|
|
to assist with debugging.
|
|
|
|
* GormInspectorManager.m: Corrected a problem which was
|
|
|
|
preventing connections being made to actions added to
|
|
|
|
a subclass.
|
|
|
|
|
2003-01-05 06:03:14 +00:00
|
|
|
2003-01-05 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Cleaned up some NSLog statements.
|
|
|
|
-[Gorm testInterface]: Added call to encode GormNSPanel
|
|
|
|
as NSPanel when testing.
|
|
|
|
* GormDocument.m: -[GormDocument saveDocument]: Added
|
|
|
|
code to encode GormNSPanel as NSPanel.
|
|
|
|
-[GormDocument loadDocument]: Added code to decode NSPanel
|
|
|
|
as GormNSPanel so it can be edited.
|
|
|
|
* Palettes/1Windows/GNUmakefile: Added new files GormNSPanel.[hm].
|
|
|
|
* Palettes/1Windows/GormNSPanel.[hm]: Added.
|
|
|
|
* Palettes/1WIndows/main.m: Modified to use new GormNSPanel
|
|
|
|
class.
|
|
|
|
* Resources/GormPreferences.gorm: Modified to disallow resizing
|
|
|
|
of the panel.
|
|
|
|
|
|
|
|
2003-01-04 Gregory John Casamento <greg_casamento@yahoo.com>
|
2003-01-04 04:51:12 +00:00
|
|
|
|
|
|
|
* Palettes: Replaced all old .gorm/.classes files with
|
|
|
|
.gorm packages.
|
|
|
|
|
2003-01-04 00:17:43 +00:00
|
|
|
2003-01-03 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Eliminated some compilation warnings.
|
|
|
|
* GormDocument.m: Eliminated some compilation warnings.
|
|
|
|
* GormMenuEditor.m: same as above.
|
|
|
|
* GormPopupButtonEditor.m: same as above.
|
|
|
|
* GormTableViewEditor.m: same as above.
|
|
|
|
* GormViewEditor.h: Added category to declare windowAndRect:forObject:
|
|
|
|
to prevent compilation warnings in the editor classes.
|
|
|
|
* GormCustomView.m: Created dummy implementation of encodeWithCoder: to
|
|
|
|
prevent warnings.
|
|
|
|
* Palettes/1Windows/main.m: Added a category to NSPanel
|
|
|
|
to use the window inspector to edit an NSPanel instance.
|
|
|
|
|
2003-01-02 06:17:15 +00:00
|
|
|
2003-01-01 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Defaults.plist: Added some new defaults and deleted some
|
|
|
|
obsolete ones.
|
|
|
|
* GNUmakefile: Added new files.
|
|
|
|
* Gorm.m/GormPrivate.h: Added method to create the preferences panel
|
|
|
|
called preferencesPanel: as well as a new ivar.
|
|
|
|
* GormDocument.m: -[GormDocument init]: added code to preload
|
|
|
|
headers into the document based on defaults. Preloading of headers
|
|
|
|
is a feature suggestion from cbv (Chris) on #gnustep.
|
|
|
|
-[GormDocument loadDocument:]: removed references to OpenNibs
|
|
|
|
default which is obsolete.
|
|
|
|
-[GormDocument saveDocument:]: removed references to SaveAsNib
|
|
|
|
default which is obsolete.
|
|
|
|
* TODO: added some more tasks.
|
|
|
|
|
2003-01-01 17:50:17 +00:00
|
|
|
2003-01-01 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.gorm: Added to replace about 200+ lines of
|
|
|
|
code in the Gorm.m file.
|
|
|
|
* Gorm.m: -[Gorm finishLaunching:] removed code
|
|
|
|
which sets up the menu. It has been superceded by
|
|
|
|
the Gorm.gorm file. -[Gorm init] added code
|
|
|
|
to load the .gorm file. -[Gorm validateMenuItem:]
|
|
|
|
modified to turn certain menu items on/off when
|
|
|
|
appropriate.
|
|
|
|
* GormDocument.[hm]: Added MenuValidation category
|
|
|
|
to allow the app to determine which view is being
|
|
|
|
edited (objects, images, sounds, classes).
|
|
|
|
|
2003-01-01 07:07:27 +00:00
|
|
|
2003-01-01 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.m: Made a minor correction to the
|
|
|
|
removeAction:forClassNamed: to allow actions to be deleted
|
|
|
|
from custom classes.
|
|
|
|
|
2003-01-01 05:37:02 +00:00
|
|
|
2003-01-01 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Updated version information to 0.2.5 due to all
|
|
|
|
of the recent bug fixes and enhancements.
|
|
|
|
* GormInfo.plist: Same as above.
|
|
|
|
* GormMenuEditor.m: removed an NSAssert which was no longer
|
|
|
|
valid and causing the application to crash.
|
|
|
|
|
2002-12-28 00:21:35 +00:00
|
|
|
2002-12-27 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Added TODO file to document interesting feature suggestions
|
|
|
|
and bugs which need to be fixed.
|
|
|
|
|
2002-12-27 23:57:35 +00:00
|
|
|
2002-12-27 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: -[GormObjectProxy inspectorClassName]: returns
|
|
|
|
GormNotApplicableInspector, since we shouldn't be able to directly
|
|
|
|
change any of the attributes on a GormObjectProxy.
|
|
|
|
|
2002-12-27 22:16:12 +00:00
|
|
|
2002-12-27 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: -[GormDocument parseHeader:] added code to select
|
|
|
|
the class when it is loaded in the classes view. Also modified the
|
|
|
|
-[GormDocument _selectClass:] method and added a new private method
|
|
|
|
-[GormDocument _selectClassWithObject:] which will select using an
|
|
|
|
object which is passed in.
|
|
|
|
|
2002-12-27 20:20:32 +00:00
|
|
|
2002-12-27 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: -[GormDocument parseHeader:] corrected problem
|
|
|
|
pointed out be Enrico Sersale. Applied patch. Thanks!
|
|
|
|
|
2002-12-22 00:33:44 +00:00
|
|
|
2002-12-21 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Added code in loadDocument: to create an empty
|
|
|
|
dictionary for custom classes. Corrected problem in createClassFiles:
|
|
|
|
which prevented writing files when the class wasn't being edited.
|
|
|
|
General cleanup.
|
|
|
|
|
2002-12-15 18:17:53 +00:00
|
|
|
2002-12-15 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.m: Changed NSLog to NSDebugLog.
|
|
|
|
* GormCustomClassInspector.m: Changed NSLog calls to NSDebugLog.
|
|
|
|
* GormDocument.m: Changed NSLog calls to NSDebugLog where appropriate.
|
|
|
|
* GormOutlineView.m: removed some uneeded NSLog calls.
|
|
|
|
|
2002-12-15 07:30:35 +00:00
|
|
|
2002-12-15 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Minor cleanup.
|
|
|
|
* GormClassManager.[hm]: Added method to get all superclasses
|
|
|
|
of a given class. Moved the "correctClassName" method which maps
|
|
|
|
names of internal classes to thier external exquivalents.
|
|
|
|
* GormCustomClassInspector.m: Made changes to call new class method
|
|
|
|
in GormClassManager.
|
|
|
|
* GormDocument.m: Minor cleanup. Addition of _selectClass method
|
|
|
|
which will cause the classes view to show the class of the instance
|
|
|
|
currently selected in the object view.
|
|
|
|
|
2002-12-14 14:31:43 +00:00
|
|
|
2002-12-14 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
|
|
|
|
|
|
|
* GormViewEditor.m
|
|
|
|
* GormInternalViewEditor.m
|
|
|
|
* GormViewWithContentViewEditor.m
|
|
|
|
Multiple selection through mouse dragging is back.
|
|
|
|
When attempting to start a connection, make sure the current
|
|
|
|
widget is selected.
|
|
|
|
|
|
|
|
|
2002-12-06 06:10:11 +00:00
|
|
|
2002-12-06 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Added code to scroll to the class name
|
|
|
|
when the subclassing or changing the class name.
|
|
|
|
|
2002-12-05 05:23:08 +00:00
|
|
|
2002-12-05 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.[mh]: Added method named
|
|
|
|
-[GormDocument renameConnectionsForClassNamed:toName:]
|
|
|
|
to rename the object in the object editor so that the
|
|
|
|
connections stay in sync w/ the new name.
|
|
|
|
* Gorm.m/GormPrivate.h: Added -[GormObjectProxy setClassName:]
|
|
|
|
|
2002-12-05 05:13:41 +00:00
|
|
|
2002-12-04 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* Version: 0.2.0
|
|
|
|
* Gorm.m: Change font panel shortcut to t
|
|
|
|
|
2002-12-03 02:54:39 +00:00
|
|
|
2002-12-02 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* GModelDecoder.m ([GormDocument -connectionObjectForObject:]):
|
|
|
|
Return nil if object is nil.
|
|
|
|
|
2002-11-30 00:49:55 +00:00
|
|
|
2002-11-29 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* NOTE: Added a patch submitted by Fabien Vallon to
|
|
|
|
add tab view inspector. Thanks.
|
|
|
|
* Palettes/3Containers/GormTabViewInspector.gorm: added.
|
|
|
|
* Palettes/3Containers/inspectors.m: Patched.
|
|
|
|
* Palettes/3Containers/GNUmakefile: Patched.
|
|
|
|
|
2002-11-25 03:55:11 +00:00
|
|
|
2002-11-24 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* NOTE: Added a patch submitted by Fabien Vallon to
|
|
|
|
add functionality to the combo box inspector. Thanks.
|
|
|
|
* Palettes/4Data/GormNSComboBoxInspector.gorm: added.
|
2002-11-30 00:49:55 +00:00
|
|
|
* Palettes/4Data/inspectors.m: Patched.
|
2002-11-25 03:55:11 +00:00
|
|
|
|
2002-11-24 06:56:05 +00:00
|
|
|
2002-11-24 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: -[GormObjectProxy classInspectorClassName]
|
|
|
|
added code to return @"GormNotApplicableInspector".
|
|
|
|
|
2002-11-24 05:52:50 +00:00
|
|
|
2002-11-24 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormFilesOwner.m: -[GormFilesOwner classInspectorClassName]
|
|
|
|
implemented to return @"GormNotApplicableInspector".
|
|
|
|
* GormDocument.m: -[GormFirstResponder classInspectorClassName]
|
|
|
|
same as above.
|
|
|
|
|
2002-11-24 05:03:51 +00:00
|
|
|
2002-11-23 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: -[GormClassProxy inspectorClassName]:
|
2002-11-24 05:52:50 +00:00
|
|
|
changed to return @"GormNotApplicableInspector" so that
|
2002-11-24 05:03:51 +00:00
|
|
|
when a user creates a new subclass in the class editor an
|
|
|
|
inspector no longer appears which contains "GormClassProxy"
|
|
|
|
which is an internal class.
|
|
|
|
|
2002-11-24 04:55:50 +00:00
|
|
|
2002-11-23 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: -[GormClassProxy classInspectorClassName]:
|
2002-11-24 05:52:50 +00:00
|
|
|
changed to return @"GormNotApplicableInspector" so that
|
2002-11-24 04:55:50 +00:00
|
|
|
when a user creates a new subclass in the class editor an
|
|
|
|
inspector no longer appears which contains "GormClassProxy"
|
|
|
|
which is an internal class.
|
|
|
|
|
2002-11-24 03:55:25 +00:00
|
|
|
2002-11-23 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/0Menus/main.m: removed -[NSWindow setLevel:]
|
|
|
|
which sets the menu window being dragged to NSSubmenuLevel.
|
|
|
|
This makes it easier to place the menu item.
|
|
|
|
|
2002-11-24 03:45:11 +00:00
|
|
|
2002-11-23 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/1Windows/main.m: Added code to
|
|
|
|
-[GormPanelMaker initWithCoder:] and -[GormWindowMaker initWithCoder:]
|
|
|
|
to order the window/panel to the front when added. Previously, it
|
|
|
|
was difficult to find the window/panel after adding it.
|
|
|
|
|
2002-11-23 23:33:17 +00:00
|
|
|
2002-11-23 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Modified removeConnectionsWithLabel:.. to return
|
|
|
|
a boolean to indicate if action/outlet was removed. Also modified
|
|
|
|
the code so that the alert only appears if a connection actually
|
|
|
|
exists.
|
|
|
|
|
|
|
|
2002-11-23 Gregory John Casamento <greg_casamento@yahoo.com>
|
2002-11-23 22:52:27 +00:00
|
|
|
|
|
|
|
* GormDocument.m: -[GormDocument createClassFiles:] fixed problem
|
|
|
|
which was getting the classname from the currently selected row in
|
|
|
|
the classesView. It now calls -[GormOutlineView itemBeingEdited] to
|
|
|
|
get the class being edited.
|
|
|
|
|
2002-11-23 04:45:04 +00:00
|
|
|
2002-11-22 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.[hm]: added -[GormDocument removeConnectionsWithLabel:
|
|
|
|
(NSString *)name forClassNamed: (NSString *)className
|
|
|
|
isAction: (BOOL)action. This method removes the connections relavent
|
|
|
|
to an action/outlet when it's name is changed. I also modified the
|
|
|
|
delegate to call it and to present the user w/ an alert panel. This
|
|
|
|
is consistent w/ how InterfaceBuilder behaves.
|
|
|
|
|
2002-11-21 01:00:08 +00:00
|
|
|
2002-11-20 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* GModelDecoder.m
|
|
|
|
([GormObjectProxy -initWithModelUnarchiver:]): Retain the className.
|
|
|
|
([GormDocument -defineClass:inFile:]): New.
|
|
|
|
([GormDocument -openGModel:]): Define custom classes, setup
|
|
|
|
connection objects appropriatly.
|
|
|
|
* GormClassManager.m (-isKnownClass:): New.
|
|
|
|
|
|
|
|
* GormFilesOwner.m ([GormFilesOwnerInspector -dealloc]): Don't
|
|
|
|
release superclass ivar window.
|
|
|
|
|
2002-11-19 22:12:54 +00:00
|
|
|
2002-11-19 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* ClassInformation.plist: Added entry for NSOpenGLView.
|
|
|
|
|
2002-11-19 08:30:43 +00:00
|
|
|
2002-11-19 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
|
|
|
|
|
|
|
* GormObjectEditor.m ([GormObjectEditor +setEditor:forDocument:]):
|
|
|
|
replaced self with editor. There was an exception when instancing
|
|
|
|
any class.
|
|
|
|
|
2002-11-19 06:05:38 +00:00
|
|
|
2002-11-19 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Added key equivalents for operations in the Classes
|
|
|
|
menu.
|
|
|
|
|
2002-11-18 20:54:26 +00:00
|
|
|
2002-11-18 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
2002-11-19 05:47:27 +00:00
|
|
|
2002-11-18 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m ([Gorm -testInterface:]): Move "isTesting = YES" before the
|
|
|
|
calls to [GormDocument -beginArchiving] and
|
|
|
|
[GormDocument -endArchiving]
|
|
|
|
so that we can testing the state in those methods.
|
|
|
|
* GormClassManager.h: set return type of
|
|
|
|
[GormClassManager -customClassMap]
|
|
|
|
to NSMutableDictionary and set parameter of
|
|
|
|
[GormClassManager -setCustomClassMap:] to NSMutableDictionary.
|
|
|
|
* GormClassManager.m: [GormClassManager -setCustomClassMap:]
|
|
|
|
now simply assigns the class map instead of copying it.
|
|
|
|
* GormCustomClassInspector.m: Copy the name of the class from
|
|
|
|
the cell using [NSString stringWithString:] instead of using
|
|
|
|
the value directly which might cause memory issues. Also changed
|
|
|
|
code to remove the custom class mapping if if the class is
|
|
|
|
mapped back to the parent class name.
|
|
|
|
* GormDocument.m: Set the version of the GormDocument class in the
|
|
|
|
[GormDocument +initialize] method. Removed some commented out code
|
|
|
|
in the [GormDocument -_createSoundPlaceHolder:] method. In
|
|
|
|
[GormDocument -beginArchiving] and [GormDocument -endArchiving] added
|
|
|
|
code to avoid template replacement, if we are in testing mode. This
|
|
|
|
corrected a core dump when testing w/ a .gorm that used custom
|
|
|
|
classes. Moved place where the custom classes are set
|
|
|
|
in [GormDocument -loadDocument] which was causing a core dump.
|
|
|
|
|
2002-11-15 04:02:00 +00:00
|
|
|
2002-11-14 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* GormDocument.m ([GormDocument -parseHeader:]): Reload the class
|
|
|
|
view after adding a class (suggestion from Fabien
|
2005-07-07 14:58:48 +00:00
|
|
|
<fabien@sonappart.net>).
|
2002-11-15 04:02:00 +00:00
|
|
|
|
2002-11-13 16:10:22 +00:00
|
|
|
2002-11-13 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* Some preliminary work on loading gmodels (not working yet).
|
|
|
|
* GormDocument.m ([GormDocument -rebuildObjToNameMapping]): New.
|
|
|
|
(loadDocument:): Use it.
|
|
|
|
* GModelDecoder.m: New file for translating gmodel files.
|
|
|
|
(openGModel:): Moved from GormDocument.
|
|
|
|
|
2002-11-12 21:44:48 +00:00
|
|
|
2002-11-12 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* ClassInformation.plist (NSDocument): Add _window outlet.
|
|
|
|
* GormClassManager.m
|
|
|
|
(-addClassNamed:withSuperClassNamed:withActions:withOutlets:):
|
|
|
|
Fix typo - add class name not info to customClasses.
|
|
|
|
* GormDocument.m ([GormDocument -parseHeader:]): Add ': back to
|
|
|
|
action name.
|
2002-11-08 01:49:11 +00:00
|
|
|
|
|
|
|
2002-11-07 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: +[GormDocument _replaceObjectsWithTemplates]:
|
|
|
|
needed to retain the template prevent corruption when
|
|
|
|
saving the data.
|
|
|
|
|
2002-11-07 05:36:25 +00:00
|
|
|
2002-11-06 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
2002-11-08 01:49:11 +00:00
|
|
|
* GormObjectEditor.m: +[GormObjectEditor initialize]: Corrected
|
|
|
|
how the map table is created to prevent a crash.
|
2002-11-07 05:36:25 +00:00
|
|
|
|
2002-11-07 02:43:26 +00:00
|
|
|
2002-11-06 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
2002-11-07 02:49:25 +00:00
|
|
|
* GormDocument.m: -[GormDocument createClassesFiles:] added if the simply return
|
|
|
|
when no row is selected. This was causing an exception.
|
|
|
|
|
|
|
|
2002-11-06 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: -[GormDocument remove:] added if the simply return
|
2002-11-07 02:43:26 +00:00
|
|
|
when no row is selected. This was causing an exception.
|
|
|
|
|
2002-11-07 02:49:25 +00:00
|
|
|
2002-11-06 Gregory John Casamento <greg_casamento@yahoo.com>
|
2002-11-07 00:28:16 +00:00
|
|
|
|
|
|
|
* GormSoundEditor.m: Added missing file.
|
|
|
|
|
2002-11-05 05:42:45 +00:00
|
|
|
2002-11-05 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: added -[GormDocument openGModel:] to allow the
|
|
|
|
loading of .gmodel files for conversion into .gorm files.
|
|
|
|
* GormSoundInspector.m: Corrected a problem w/ deleting sounds which
|
|
|
|
was causing a core dump.
|
|
|
|
|
2002-11-04 13:52:31 +00:00
|
|
|
2002-11-03 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Added methods for class support
|
|
|
|
-[GormDocument openSound:], -[GormDocument _createSoundPlaceHolder:].
|
|
|
|
Modified -[GormDocument saveDocument], and
|
|
|
|
-[GormDocument loadDocument] to handle copying of sounds into the
|
|
|
|
gorm file package when the .gorm is saved and registering them w/
|
|
|
|
Gorm when the package is subsequently loaded.
|
|
|
|
* GormPrivate.h: Added class declaration for GormSound, the
|
|
|
|
sound placeholder class. This class contains the minimal information
|
|
|
|
needed to handle sounds in Gorm.
|
|
|
|
* GormSoundInspector.[hm]: The sound inspector.
|
|
|
|
* Resources/GormSoundInspector.gorm: The beginnings of the sound
|
|
|
|
inspector gui.
|
|
|
|
* Resources: Replaced old gorm files w/ packages.
|
|
|
|
|
2002-10-31 15:00:17 +00:00
|
|
|
2002-10-31 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: -[GormDocument saveDocument:] made changes to allow
|
|
|
|
saving of .gorm files as directories. -[GormDocument loadDocument:]
|
|
|
|
made necessary modifications to load .gorm directory contents. Also
|
|
|
|
made certain that old gorm files are loaded properly and converted
|
|
|
|
when saved.
|
|
|
|
* GormClassManager.m: Made modifications to allow NSSecureTextField
|
|
|
|
to substitute for NSTextField and NSPanel to substitute for NSWindow.
|
|
|
|
Also made changes to allow FirstResponder to modified.
|
|
|
|
|
2002-10-30 03:02:44 +00:00
|
|
|
2002-10-29 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* GormMatrixEditor.m (-_constrainedFrame:framewithEvent:andKnob:knob):
|
|
|
|
Set height/width to 0 when rows/cols = 1.
|
|
|
|
(-validateFrame:framewithEvent:theEventandPlacementInfo:): Idem.
|
|
|
|
* GormWindowEditor.m: Remove commented out code.
|
|
|
|
|
2002-10-29 18:30:05 +00:00
|
|
|
2002-10-29 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
|
|
|
|
|
|
|
* GormDocument.m: change nameTable retaining policy from
|
|
|
|
NSNonRetainedObjectMapKeyCallBacks to NSObjectMapKeyCallBacks.
|
|
|
|
This eliminates segfaults that happened when saving/testing multiple
|
|
|
|
times. Note: this might not be the best solution, but it does work.
|
|
|
|
|
|
|
|
* GormInspectorsManager.m
|
|
|
|
* GormScrollViewEditor.m
|
|
|
|
* Palettes/3Containers/inspectors.m
|
|
|
|
* Palettes/4Data/inspectors.m
|
|
|
|
Various updates to GormScrollViewEditor and to NSTextView support.
|
|
|
|
(addition of GormTextViewEditor)
|
|
|
|
|
|
|
|
|
2002-10-26 03:39:55 +00:00
|
|
|
2002-10-25 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Removed extraneous calls to eliminate entries in the
|
|
|
|
objToName map from the endArchiving method. This has corrected the
|
|
|
|
problem w/ Gorm crashing when reloading a previously saved .gorm file
|
|
|
|
and saving again.
|
|
|
|
|
2002-10-26 02:59:02 +00:00
|
|
|
2002-10-25 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* GormDocument.m (-dealloc): Release tempNameTable.
|
|
|
|
Change some NSLogs to NSDebugLogs.
|
|
|
|
|
2002-10-23 14:37:21 +00:00
|
|
|
2002-10-23 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* GormDocument.m (-createClassFiles:): Set default save file
|
|
|
|
to className.
|
|
|
|
|
|
|
|
* Palettes/2Controls/inspectors.m ([GormStepperAttributesInspector
|
|
|
|
-_getValuesFromObject:]): Get increment value.
|
|
|
|
|
2002-10-14 03:51:59 +00:00
|
|
|
2002-10-13 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* Version: 0.1.9 snapshot.
|
|
|
|
* Documentation/news.texi: Update.
|
|
|
|
|
2002-10-14 03:26:08 +00:00
|
|
|
2002-10-13 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* ClassInformation.plist: Added NSDocumentController and
|
|
|
|
NSDocument methods to FirstResponder (openDocument,
|
|
|
|
revertDocumentToSaved:, saveAllDocuments:, saveDocument:,
|
|
|
|
saveDocumentAs:, saveDocumentTo:).
|
|
|
|
|
|
|
|
* GormInspectorsManager.m (-setCurrentInspector:): Show empty
|
|
|
|
inspector only when count = 0. If no inspector name is
|
|
|
|
returned by object, show GormNotApplicableInspector.
|
|
|
|
|
|
|
|
* GormMatrixEditor.m (-mouseDown:): Edit titles of forms, etc
|
|
|
|
on double-click.
|
|
|
|
|
|
|
|
* Palettes/0Menus/GormMenuEditor.m (-mouseDown:): Move variables
|
|
|
|
to beginning of block for gcc 2.X
|
|
|
|
|
|
|
|
* Palettes/0Menus/main.m (-finishInstantiate): Change actions
|
|
|
|
to appropriate NSDocument methods.
|
|
|
|
|
|
|
|
* Palettes/2Controls/inspectors.m ([NSStepper
|
|
|
|
-sizeInspectorClassName]): Remove so normal size inspector is
|
|
|
|
used.
|
|
|
|
|
|
|
|
* Palettes/4Data/inspectors.m ([GormImageViewAttributesInspector
|
|
|
|
-_setValuesFromControl:]): Show error panel if entered image file
|
|
|
|
is not found (Needs proper image handling).
|
|
|
|
|
2002-10-13 06:04:05 +00:00
|
|
|
2002-10-13 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Implemented methods necessary to read the
|
|
|
|
templates back from the gorm file and transform them
|
|
|
|
back into the appropriate parent class. Also made modifications
|
|
|
|
to the template additions for NSWindowTemplate, and all other
|
|
|
|
templates so that the correct init method is called.
|
|
|
|
* GormClassManager.h: Added more methods to handle custom classes and
|
|
|
|
cleaned up some of the references to "NSObject". These should be
|
|
|
|
"id" instead.
|
|
|
|
* GormClassManager.m: Added implementations of the custom class
|
|
|
|
methods. Removed the old implementation for the
|
|
|
|
"GormClassInspector" from the source.
|
|
|
|
* GormCustomClassInspector.m: Added license comment. Implemented
|
|
|
|
methods necessary to allow the user to select a class from a list
|
|
|
|
of classes presented in the inspector.
|
|
|
|
* GormDocument.h: Added tempNameTable variable to hold the objects
|
|
|
|
while the gorm is being persisted. This allows the templates
|
|
|
|
to be substituted during the archiving process and the real
|
|
|
|
objects to be saved and restored afterwards. Added deferred windows
|
|
|
|
variable.
|
|
|
|
* GormDocument.m: Added -[_replaceObjectsWithTemplates] and
|
|
|
|
-[replaceTemplatesWithObjects] which are called from -[beginArchiving]
|
|
|
|
and -[endArchiving] respectively. These methods substitute the
|
|
|
|
templates into the object graph when the gorm is persisted and restore
|
|
|
|
the original objects so that the gorm can continue to be edited after
|
|
|
|
the save. Also made necessary modifications to -[loadDocument] and
|
|
|
|
-[saveDocument] to save the custom class list. Added methods to
|
|
|
|
allow windows to be deffered [setWindow:isDeffered] and
|
|
|
|
-[isWindowDeferred].
|
|
|
|
* GormPrivate.h: Declared GormTemplate and added it to the
|
|
|
|
categories for the template classes. Declared Gorm template
|
|
|
|
classes.
|
|
|
|
* GormCustomClassInspector.gorm: Made some small adjustments to the
|
|
|
|
size of the view.
|
|
|
|
|
|
|
|
|
2002-10-09 03:14:50 +00:00
|
|
|
2002-10-08 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.h : Added missing include.
|
|
|
|
* GormCustomView.h : Added missing include.
|
|
|
|
|
2002-10-08 20:17:17 +00:00
|
|
|
2002-10-08 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
|
|
|
|
|
|
|
* Gorm.m: added menu item for "group in scroll view".
|
|
|
|
* GNUmakefile: added GormScrollViewEditor.m
|
|
|
|
* GormScrollViewEditor.m: new file.
|
|
|
|
* GormInternalViewEditor.m: added support for NSScrollView
|
|
|
|
contents editing.
|
|
|
|
* Palettes/3Containers/GormTableViewEditor.m: removed old support
|
|
|
|
for NSScrollView.
|
|
|
|
* GormViewWithContentViewEditor.m: added support for keyboard
|
|
|
|
moving & resizing of elements & support for "group in scroll view".
|
|
|
|
|
|
|
|
* Palettes/0Menus/GormMenuEditor.m: fixes when adding a menu item
|
|
|
|
into an NSPopupButton.
|
|
|
|
|
|
|
|
* Palettes/2Controls/GormBoxInspector.gorm:
|
|
|
|
* Palettes/1Windows/GormWindowInspector.gorm:
|
|
|
|
* Palettes/1Windows/GormWindowSizeInspector.gorm:
|
|
|
|
updated for better visual aspect.
|
|
|
|
|
|
|
|
* GormButtonEditor.m: fixed inline title editing.
|
|
|
|
|
|
|
|
* GormDocument.m: do not save the last directory if the save/openpanel
|
|
|
|
do not return NSOKButton.
|
|
|
|
|
2002-10-04 06:13:19 +00:00
|
|
|
2002-10-04 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormInternalViewEditor.m: (dragExited:) move variable up for
|
|
|
|
compiling on gcc < 3. Problem found and patch submitted by
|
|
|
|
Fabien Vallon.
|
|
|
|
|
2002-09-22 14:40:57 +00:00
|
|
|
2002-09-21 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
|
|
|
|
|
|
|
* GormTableViewEditor.m: removed (was moved in Palettes/3Containers
|
|
|
|
some time ago).
|
|
|
|
* Palettes/3Containers/GormTableViewEditor.m: updated drag'n'drop support
|
|
|
|
|
|
|
|
|
2002-09-21 15:27:21 +00:00
|
|
|
2002-09-21 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
|
|
|
|
2002-09-21 16:20:13 +00:00
|
|
|
* Gorm.m: fix segfault when leaving test mode.
|
|
|
|
Save whether palettes and inspectors are opened upon exiting.
|
|
|
|
Open them on startup if necessary.
|
2002-09-21 15:27:21 +00:00
|
|
|
* 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.
|
|
|
|
* GormViewWithContentViewEditor.m: removed unused clas declaration.
|
|
|
|
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
2002-09-11 21:33:32 +00:00
|
|
|
2002-09-11 Gregory John Casamento
|
|
|
|
|
|
|
|
* GormOutlineView.m: Corrected minor compilation problem due to
|
|
|
|
header correction done in gui lib. NSImage is now directly included.
|
|
|
|
|
2002-09-10 03:00:12 +00:00
|
|
|
2002-09-09 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* GormClassManager.m (-allActionsForObject:): Print class in error message.
|
|
|
|
(-allOutletsForObject:): Idem..
|
|
|
|
(-classInfoForObject:): Idem.
|
|
|
|
|
|
|
|
* GormControlEditor.m
|
|
|
|
(-_displayFrameWithHint:framewithPlacementInfo:): Move variable up
|
|
|
|
for compiling on gcc < 3.
|
|
|
|
|
2002-08-20 04:46:07 +00:00
|
|
|
2002-08-20 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: -[GormDocument setSelectionFromEditor:]
|
|
|
|
added conditional to test if a given editor responds to
|
|
|
|
the method window prior to calling makeFirstResponder. This
|
|
|
|
was causing a problem when adding new classes.
|
|
|
|
|
2002-08-17 22:46:19 +00:00
|
|
|
2002-08-17 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/3Containers/main.m: The scroll view for the table view and
|
|
|
|
outline view were not being added to the window prior to the
|
|
|
|
setDocumentView call. This was causing an assertion in NSView to
|
|
|
|
fail.
|
|
|
|
|
2002-08-14 09:46:01 +00:00
|
|
|
2002-08-14 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
|
|
|
|
2002-08-14 17:26:51 +00:00
|
|
|
* GormSplitViewEditor.m: removed an extra ; that was breaking gcc 2.*.
|
|
|
|
* GormBoxEditor.m: removed NSLogs.
|
|
|
|
* GormViewEditor.m: neater display of intelligent placement hints.
|
|
|
|
* GormControlEditor.m: intelligent placement take minsize into account.
|
|
|
|
* GormViewWithContentEditor.m: fixed display problem when moving
|
|
|
|
selection.
|
2002-08-14 17:32:45 +00:00
|
|
|
* GormNSTableView.m [GormNSTableView -setGormDelegate]: changed return
|
|
|
|
type from id to void (this was conflicting with GormNSTableView.h).
|
2002-08-14 17:26:51 +00:00
|
|
|
|
2002-08-14 09:46:01 +00:00
|
|
|
2002-08-14 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
2002-08-14 00:01:42 +00:00
|
|
|
|
|
|
|
* Major changes in editing widgets.
|
|
|
|
* Basic support for NSSplitView and NSTabView.
|
|
|
|
* Intelligent placement and resizing of widget.
|
|
|
|
* Dropping widget into not yet opened box/tabview.
|
|
|
|
* grouping into splitviews/boxes and ungrouping.
|
|
|
|
* direct editing of NSButton's and NSBox's title.
|
|
|
|
* Many small fixes.
|
|
|
|
|
2002-07-22 15:24:37 +00:00
|
|
|
2002-07-22 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Resources/GormCustomClassInspector.[gorm,classes]: Added.
|
|
|
|
* GormCustomClassInspector.[hm]: Added. Custom class support is not
|
|
|
|
fully functional. I am currently working on it, but I thought
|
|
|
|
it would be useful to commit the code sooner rather than later.
|
|
|
|
* Gorm.m: Made some fixes to prevent core dump.
|
|
|
|
* GormClassManager.m: Removed some debugging NSLog calls and
|
|
|
|
added logic to prevent the addition of duplication outlets/actions
|
|
|
|
to a class.
|
|
|
|
* GormDocument.m: Finished up the delete functionality. Added code
|
|
|
|
to show an alert panel when the user tries to add a duplicate outlet/
|
|
|
|
action to the class.
|
|
|
|
* GormOutlineView.m: Added method to allow deletion of a given
|
|
|
|
row directly from the outline view.
|
|
|
|
* GormInspectorsManager.m: Modified to pop up button to show custom
|
|
|
|
class inspector as an option.
|
|
|
|
* GormObjectEditor.m: returns custom class inspector when
|
|
|
|
class1InspectorClassName is called.
|
|
|
|
* IBInspector.m: Removed some code which was causing core dump.
|
|
|
|
|
|
|
|
|
2002-07-21 04:04:18 +00:00
|
|
|
2002-07-21 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.[hm]: Added some methods to support custom
|
|
|
|
classes:
|
|
|
|
|
|
|
|
- (NSArray*) customSubClassesOf: (NSString *)superclass;
|
|
|
|
- (NSArray*) allCustomSubclassesOf: (NSString *)superclass;
|
|
|
|
|
|
|
|
and also made some corrections in the replaceOutlet to correct a
|
|
|
|
problem with editing in the classes view.
|
|
|
|
|
2002-07-16 04:46:12 +00:00
|
|
|
2002-07-16 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormObjectInspector.m: Removed extra RELEASE at line 93 which
|
|
|
|
was causing core dump.
|
|
|
|
* GormTableViewEditor.m: Removed [document detachObject: selected]
|
|
|
|
since this was deleting the reference in the map to the table when
|
|
|
|
a column was deleted making connections impossible.
|
|
|
|
|
2002-07-15 05:58:01 +00:00
|
|
|
2002-07-14 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.[hm]: Added methods to support deletion of
|
|
|
|
classes, outlets, and actions.
|
|
|
|
* GormDocument.m: Made various bug fixes. Added methods to
|
|
|
|
support deletion.
|
|
|
|
* Gorm.m: Added menu item fro "Remove..."
|
|
|
|
|
2002-07-14 23:54:05 +00:00
|
|
|
2002-07-14 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.[hm]: Added new methods:
|
|
|
|
- (NSString *) addNewActionToClassNamed: (NSString *)name;
|
|
|
|
- (NSString *) addNewOutletToClassNamed: (NSString *)name;
|
|
|
|
- (BOOL) loadCustomClasses: (NSString*)path;
|
|
|
|
- (BOOL) isCustomClass: (NSString *)className;
|
2002-07-15 05:58:01 +00:00
|
|
|
- (BOOL) isAction: (NSString *)actionName
|
|
|
|
ofClass: (NSString *)className;
|
|
|
|
- (BOOL) isOutlet: (NSString *)
|
|
|
|
outletName ofClass: (NSString *)className;
|
|
|
|
Changed the format of the ".classes" file to store only the
|
|
|
|
custom classes. This is more efficient since the full class
|
|
|
|
list is already loaded when the GormClassManager is
|
|
|
|
initialized. The custom class list is merged with this
|
2002-07-14 23:54:05 +00:00
|
|
|
to create the display shown in the classes view.
|
2002-07-15 05:58:01 +00:00
|
|
|
* GormDocument.m: modified to utilize the above routines in
|
|
|
|
the method which loads the .gorm file and the data source.
|
|
|
|
* GormOutlineView.m: Added new methods to add new actions/outlets
|
|
|
|
with generic names so that the user can edit the actions/outlets
|
|
|
|
once added.
|
2002-07-14 23:54:05 +00:00
|
|
|
|
2002-07-13 19:12:15 +00:00
|
|
|
2002-07-13 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: Corrected typo in method name. Added check to prevent
|
|
|
|
addition of blank action, outlet or class name.
|
|
|
|
* GormClassManager.m: started on modifications for custom classes.
|
|
|
|
|
2002-07-12 05:46:29 +00:00
|
|
|
2002-07-12 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Gorm.m: [-removeAttributeFromClass] added method to be
|
|
|
|
used by new menu item "Delete Outlet/Action". Removed some
|
|
|
|
NSLog statements.
|
|
|
|
* GormClassManager.[hm]: Added methods to support adding and
|
|
|
|
replacing actions and outlets.
|
|
|
|
* GormDocument.m: Modified data source methods to use the methods
|
|
|
|
added to the class manager to edit the contents of the class list.
|
|
|
|
* GormOutlineView.[hm]: Added methods to add actions and outlets
|
|
|
|
to the data source from the outline view. Also changed the drawing
|
|
|
|
code so that the outlet/action being edited doesn't shift when
|
|
|
|
clicked.
|
|
|
|
|
2002-07-11 05:50:04 +00:00
|
|
|
2002-07-11 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassManager.m: Added stubs for two new method to add actions
|
|
|
|
and outlets based on classname.
|
|
|
|
* GormDocument.m: Added logic set the name in the data source methods.
|
|
|
|
* GormOutlineView.m: Override [-editColumn:row:withEvent:select:]
|
|
|
|
to draw correcty for the outlet/actions.
|
|
|
|
* GormOutlineView.h: Move GormOutletActionHolder to header so it
|
|
|
|
can be used by the data source.
|
|
|
|
|
|
|
|
2002-07-09 Gregory John Casamento <greg_casamento@yahoo.com>
|
2002-07-09 13:30:59 +00:00
|
|
|
|
|
|
|
* Gorm.m: Added new menu item and method to add outlet/action
|
|
|
|
-[Gorm addAttributeToClass:]
|
|
|
|
* GormDocument.m: Added new method which gets called by the one
|
|
|
|
in Gorm.m and passes control to the classesView.
|
|
|
|
* GormOutlineView.m added -[GormOutlineView addAttributeToClass]
|
|
|
|
to add either an outlet or an action depending on what type
|
|
|
|
is currently open. Currently it only adds the name and doesn't
|
|
|
|
modify the datasource. The next version will.
|
|
|
|
|
2002-07-09 00:28:22 +00:00
|
|
|
2002-07-08 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormOutlineView.m -[drawRow:] Added logic to draw inverse
|
|
|
|
image of the outlet or action button to visually indicate which
|
|
|
|
is being edited in the outline view.
|
|
|
|
* GormOutlineView.h: Added typedef to indicate whether actions or
|
|
|
|
outlets are being edited.
|
|
|
|
* Images/GormActionSelected.tiff: Added
|
|
|
|
* Images/GormOutletSelected.tiff: Added
|
|
|
|
* GNUmakefile: Modified to copy images to the resources directory.
|
|
|
|
|
2002-07-08 04:45:23 +00:00
|
|
|
2002-07-08 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormOutlineView.[hm] : Added. This is a NSOutlineView
|
|
|
|
subclass handles outlets and actions for the class view.
|
|
|
|
As of this revision, you can view the actions and outlets of
|
|
|
|
a class, but you can't edit them.
|
|
|
|
* GormDocument.m: Modified to use new class.
|
|
|
|
* GormInspectorsManager.m: Removed some code which was causing
|
|
|
|
the application to dump core on exit.
|
|
|
|
|
2002-05-04 14:54:07 +00:00
|
|
|
2002-05-04 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormClassEditor.m: Added blank implementation of
|
|
|
|
[GormClassEditor -makeSelectionVisible:(BOOL)] method.
|
|
|
|
When creating a new class and editing it, the application was
|
|
|
|
throwing an exception due to the abcense of this method.
|
|
|
|
It now seems to function correctly.
|
|
|
|
|
2002-04-08 23:25:52 +00:00
|
|
|
2002-04-08 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Palettes/0Menus/GormNSMenu.m
|
|
|
|
[GormNSMenu -_createWindow]: removed NSLog statement before
|
|
|
|
NSPanel *win declaration which was causing Gorm not to build on
|
|
|
|
compilers gcc < 3.0.
|
|
|
|
|
2002-04-07 22:02:41 +00:00
|
|
|
2002-07-01 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
|
|
|
|
|
|
|
* ClassInformation.plist: new outlet for NSWindowController
|
|
|
|
* Gorm.m
|
|
|
|
* GormWindowEditor.m
|
|
|
|
* GormTableViewEditor.m
|
|
|
|
* GormObjectEditor.m
|
|
|
|
Bugfixes for proper drawing/updating of selection.
|
|
|
|
|
|
|
|
* GormDocument.m
|
|
|
|
Only the toplevel menu goes into the objectview panel.
|
|
|
|
The last directory used for opening is now saved and proposed
|
|
|
|
as the default for next time.
|
|
|
|
|
|
|
|
* GormObjectEditor.m
|
|
|
|
* Resources/GormViewSizeInspector.gorm
|
|
|
|
* Resources/GormViewSizeInspector.classes
|
|
|
|
The size inspector is now loaded from a gorm file.
|
|
|
|
|
|
|
|
* GormDocument.m
|
|
|
|
* Palettes/0Menus/GormNSMenu.m
|
|
|
|
* Palettes/0Menus/GormNSMenu.h
|
|
|
|
* Palettes/0Menus/main.m
|
|
|
|
* Palettes/0Menus/GormMenuEditor.m
|
|
|
|
* Palettes/0Menus/GNUmakefile
|
|
|
|
GormNSMenu replaces NSMenu when editing interface.
|
|
|
|
|
|
|
|
* GormInspectorsManager.m: fix selected item in popupbutton when using
|
|
|
|
keyEquivalent (patch from Fabien Vallon).
|
|
|
|
|
2002-04-01 10:29:52 +00:00
|
|
|
2002-04-01 Pierre-Yves <pyrivail@spocky>
|
|
|
|
|
|
|
|
* GormTableViewEditor.m ([GormTableViewEditor -activate]):
|
|
|
|
Bugfix for gcc 2.??.
|
|
|
|
|
2002-03-31 15:59:18 +00:00
|
|
|
2002-03-31 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
2002-03-31 19:05:28 +00:00
|
|
|
|
2002-03-31 15:59:18 +00:00
|
|
|
* GormWindowEditor.m
|
|
|
|
When resizing matrix, use integer values for setCellSize.
|
|
|
|
When dropping an object from the palettes, use integer
|
|
|
|
coordinates for its frame.
|
|
|
|
|
|
|
|
* GNUMakefile
|
|
|
|
* GormObjectEditor.m
|
|
|
|
* Resources/GormViewSizeInspector.gorm
|
|
|
|
* Resources/GormViewSizeInspector.classes
|
|
|
|
Moved GormViewSizeInspector to gorm.
|
|
|
|
|
|
|
|
* ClassInformation.plist: NSOutlineView declaration.
|
|
|
|
* GormDocument.m ([GormDocument -{load, save}Document]):
|
|
|
|
* GormTableViewEditor.m ([-outlineViewSelectionDidChange:])
|
|
|
|
* Palettes/3Containers/GNUMakefile
|
|
|
|
* Palettes/3Containers/main.m
|
|
|
|
* Palettes/3Containers/GormNSOutlineView.m
|
|
|
|
* Palettes/3Containers/GormNSOutlineView.h
|
|
|
|
* Palettes/3Containers/inspectors.m
|
|
|
|
GormNSOutlineView replaces NSOutlineView when editing interface.
|
|
|
|
GormNSOutlineView features a dummy dataSource during editing and
|
|
|
|
testing.
|
|
|
|
|
2002-03-31 19:05:28 +00:00
|
|
|
* Palettes/2Controls/main.m
|
2002-03-31 15:59:18 +00:00
|
|
|
* Palettes/2Controls/GormBoxInspector.gorm
|
|
|
|
* Palettes/2Controls/GormButtonInspector.gorm
|
|
|
|
* Palettes/2Controls/GormFormInspector.gorm
|
|
|
|
* Palettes/2Controls/GormSliderInspector.gorm
|
|
|
|
* Palettes/2Controls/GormTextFieldInspector.gorm
|
|
|
|
Cosmetic changes.
|
|
|
|
|
|
|
|
|
2002-03-29 16:30:01 +00:00
|
|
|
2002-03-29 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
|
|
|
|
|
|
|
* GormDocument.m ([GormDocument -windowAndRect:forObject:]):
|
|
|
|
support for NSTableColumn objects.
|
|
|
|
* GormDocument.m ([GormDocument -attachObject:toParent]):
|
|
|
|
when attaching a NSTableView, attach its tableColumns too.
|
|
|
|
* GormWindowEditor.m ([GormWindowEditor mouseDown:])
|
|
|
|
opens GormTableViewEditor when needed.
|
|
|
|
* GormWindowEditor.m
|
|
|
|
bestKnownSuperview() does now take a second argument which is
|
|
|
|
a point (it was needed for NSTableColumn support).
|
|
|
|
* GormTableViewEditor.m
|
|
|
|
new files.
|
|
|
|
* GNUMakefile : add GormTableViewEditor.m
|
|
|
|
* GormPrivate.h
|
|
|
|
interface for GormTableViewEditor
|
|
|
|
* ClassInformation.plist
|
|
|
|
new version provided by Jeff Teunissen.
|
|
|
|
* Palettes/3Containers/GNUMakefile
|
|
|
|
* Palettes/3Containers/inspectors
|
|
|
|
* Palettes/3Containers/GormTableColumnInspector.classes
|
|
|
|
* Palettes/3Containers/GormTableColumnInspector.gorm
|
|
|
|
* Palettes/3Containers/GormTableColumnSizeInspector.classes
|
|
|
|
* Palettes/3Containers/GormTableColumnSizeInspector.gorm
|
|
|
|
support for NSTableColumn inspector
|
|
|
|
* Palettes/3Containers/GormNSTableView.m
|
|
|
|
* Palettes/3Containers/GormNSTableView.h
|
|
|
|
various update of GormNSTableView.
|
|
|
|
|
|
|
|
|
2002-03-26 17:15:26 +00:00
|
|
|
2002-03-26 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
|
|
|
|
|
|
|
* GormDocument.m ([GormDocument -init]):
|
|
|
|
Call setWidth instead of setMinWidth for non-resizable column.
|
|
|
|
Call sizeToFit on classesView.
|
|
|
|
* GormDocument.m ([GormDocument -{load, save}Document]):
|
|
|
|
Add support for GormNSTableView.
|
|
|
|
* Palettes/3Containers/GNUMakefile
|
|
|
|
* Palettes/3Containers/main.m
|
|
|
|
* Palettes/3Containers/GormNSTableView.m
|
|
|
|
* Palettes/3Containers/GormNSTableView.h
|
|
|
|
* Palettes/3Containers/inspectors.m
|
|
|
|
GormNSTableView replaces NSTableView when editing interface.
|
|
|
|
GormNSTableView features a dummy dataSource during editing and
|
|
|
|
testing.
|
|
|
|
|
2002-03-25 01:54:10 +00:00
|
|
|
2002-03-24 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Minor cleanup of debug statements.
|
|
|
|
|
2002-03-25 01:44:01 +00:00
|
|
|
2002-03-24 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* GormDocument.m: Made necessary modifications to change the
|
|
|
|
classesView from an NSTableView to an NSOutlineView.
|
|
|
|
* GormClassManager.m: Added method to return all subclasses for
|
|
|
|
a given superclass.
|
|
|
|
* GormClassManager.h: Added declaration for the method described
|
|
|
|
above.
|
|
|
|
|
2002-03-08 15:26:10 +00:00
|
|
|
2002-03-08 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* IBInspector.m: Don't release window on dealloc ... assume it
|
|
|
|
* releases itsself when closed.
|
|
|
|
* IBPalette.m: ditto
|
|
|
|
|
2002-03-06 11:43:38 +00:00
|
|
|
2002-03-06 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* IBInspector.m: Release all ivars on dealloc.
|
|
|
|
* IBPalette.m: ditto
|
|
|
|
* Palettes/0Menus/GormMenuInspectors.m: Don't release superclass
|
|
|
|
ivars in own dealloc method.
|
|
|
|
* Palettes/1Windows/main.m: ditto
|
|
|
|
* Palettes/2Controls/inspectors.m: ditto
|
|
|
|
* Palettes/3Containers/inspectors.m: ditto
|
|
|
|
* Palettes/3Containers/main.m: ditto
|
|
|
|
* Palettes/4Data/inspectors.m: ditto
|
|
|
|
Changes to make retain/release consistent ... subclasses must not
|
|
|
|
release the ivars of a superclass in their dealloc method as the
|
|
|
|
superclass dealloc method should do that. Fixes bug exposed by
|
|
|
|
recent NSWindow dealloc fixes.
|
|
|
|
|
2002-03-04 20:28:20 +00:00
|
|
|
2002-03-04 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
|
|
|
|
|
|
|
* Gorm.m ([GormObjectProxy -initWithCoder:]):
|
|
|
|
typo fixing.
|
|
|
|
|
2002-03-04 18:15:26 +00:00
|
|
|
2002-03-04 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
|
|
|
|
|
|
|
* Gorm.m ([GormObjectProxy -initWithCoder:]):
|
|
|
|
updated to conform with GSNibItem new encoding scheme.
|
|
|
|
|
2002-03-01 14:42:15 +00:00
|
|
|
2002-03-01 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
|
|
|
|
|
|
|
* GormCustomView.m ([GormCustomView -classForCoder]):
|
|
|
|
new method. Easy way to make sure GormCustomView is always
|
|
|
|
encoded as a GSCustomView.
|
|
|
|
* GormCustomView.m ([GormCustomView -initWithCoder:]):
|
|
|
|
([GormCustomView -encodeWithCoder:]):
|
|
|
|
new encoding (works with the new GSCustomView encoding),
|
|
|
|
ability to open old documents.
|
|
|
|
* GormDocument.m:
|
|
|
|
([GormDocument -pasteType:fromPasteboard:parent:]):
|
|
|
|
decode GSCustomView as GormCustomView.
|
|
|
|
|
2002-02-18 12:37:26 +00:00
|
|
|
2002-02-18 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
|
|
|
|
|
|
|
* 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>)
|
|
|
|
|
2002-01-30 22:46:35 +00:00
|
|
|
2002-01-30 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* Version: 0.1.0
|
|
|
|
* Documentation/news.texi: Update.
|
|
|
|
|
2002-01-29 16:17:13 +00:00
|
|
|
2002-01-29 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
2002-01-29 22:41:02 +00:00
|
|
|
* GormClassManager.m (-allActionsForObject:): Get actions for
|
|
|
|
first responder as well.
|
2002-01-29 17:47:29 +00:00
|
|
|
* ClassInformation.plist: Update (from stefanurbanek@yahoo.fr).
|
2002-01-29 22:41:02 +00:00
|
|
|
Add FirstResponder actions.
|
|
|
|
|
|
|
|
* Documentation/news.texi: update
|
2002-01-29 16:17:13 +00:00
|
|
|
|
2002-01-14 04:19:01 +00:00
|
|
|
2002-01-13 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* GormDocument.m ([GormDocument -init]): Autorelease objectsView.
|
|
|
|
|
|
|
|
* GormWindowEditor.m ([GormWindowEditor -mouseDown:]): Set the
|
|
|
|
arrowCursor for dragging, etc. push back the mouseUp event to
|
|
|
|
make cursor tracking work correctly.
|
|
|
|
|
2001-12-19 07:13:54 +00:00
|
|
|
2001-12-18 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
* Gorm.m: loadClass method added to call the method in GormDocument
|
|
|
|
* GormDocument.m: loadClass method and parseClass method added
|
|
|
|
to parse the contents of a .[hH] file to produce an
|
|
|
|
entry in the classes list.
|
|
|
|
* GormClassManager.[hm]: addClassNamed:... method added.
|
|
|
|
|
2001-12-04 22:26:32 +00:00
|
|
|
2001-12-04 Laurent Julliard <laurent@moldus.org>
|
|
|
|
|
|
|
|
* Palettes/4Data/main.m: Date and Number Formatters added
|
|
|
|
* Palettes/4Data/inspectors.m: Date and Number Formatters added
|
|
|
|
* Palettes/4Data/GNUmakefile: Date and Number Formatters added
|
|
|
|
* GormWindowEditor.m: drag and drop logic for formatters
|
|
|
|
* IBPAlette.m: drag and drop logic for formatters
|
|
|
|
* GormPrivate.h: NSDateFormatter and NSNumberFormatter additions
|
|
|
|
* GormPalettesManager.m: drag and drop logic for formatters
|
|
|
|
* GormInspectorsManager.m: new (optional) popup button item for
|
|
|
|
formatters
|
|
|
|
* Gorm.h: new drag and drop type for formatters
|
|
|
|
* Palettes/4Data/GormDateFormatterInspector.gorm: New Date
|
|
|
|
Formatter Inspector
|
|
|
|
* Palettes/4Data/GormDateFormatterInspector.gorm: New Number
|
|
|
|
Formatter Inspector
|
|
|
|
|
2001-11-20 16:57:48 +00:00
|
|
|
2001-11-20 Laurent Julliard <laurent@julliard-online.org>
|
|
|
|
|
|
|
|
* GNUMakefile: data palette and new icons added
|
|
|
|
* GormInspectorManager.m (-setCurrentInspector): Controls embedded
|
|
|
|
in NSScrollView must be handled differently
|
|
|
|
* GormWindowEditor.m (-mouseDown) : some debugging code added
|
|
|
|
* Palettes/2Controls/GormBoxInspector.gorm: alignment tuning
|
|
|
|
* Palettes/3Containers/GormBrowserInspector.gorm : New NSBrowser
|
|
|
|
inspector
|
|
|
|
* Palettes/3Containers/GormTableViewInspector.gorm: New NSTableView
|
|
|
|
inspector
|
|
|
|
* Palettes/4Data/main.m: new Data Palette
|
|
|
|
* Palettes/4Data/inspectors.m: new Data Palette
|
|
|
|
* Palettes/4Data/GormComboBoxInspector.gorm: new NSComboBox inspector
|
|
|
|
(incomplete)
|
|
|
|
* Palettes/4Data/GormImageViewInspector.gorm: new NSImageView inspector
|
|
|
|
* Palettes/4Data/GormTextViewInspector.gorm: new NSTextView inspector
|
|
|
|
* Images/Sunday_seurat.tiff: new inspector icon
|
|
|
|
* Images/button_nib.tiff: new inspector icon
|
|
|
|
* Images/date_formatter.tiff: new inspector icon
|
|
|
|
* Images/iconBottomLeft_nib.tiff: new inspector icon
|
|
|
|
* Images/iconBottomRight_nib.tiff: new inspector icon
|
|
|
|
* Images/iconBottom_nib.tiff: new inspector icon
|
|
|
|
* Images/iconCenterLeft_nib.tiff: new inspector icon
|
|
|
|
* Images/iconCenterRight_nib.tiff: new inspector icon
|
|
|
|
* Images/iconCenter_nib.tiff: new inspector icon
|
|
|
|
* Images/iconTopLeft_nib.tiff: new inspector icon
|
|
|
|
* Images/iconTopRight_nib.tiff: new inspector icon
|
|
|
|
* Images/iconTop_nib.tiff: new inspector icon
|
|
|
|
* Images/number_formatter.tiff: new inspector icon
|
|
|
|
* Images/photoframe_nib.tiff: new inspector icon
|
|
|
|
|
2001-11-03 06:04:57 +00:00
|
|
|
2001-11-03 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* GormDocument.m: Removed extra RELEASEes (reported by Ludovic
|
|
|
|
Marcotte) and simplified document close code ... fixed bug which
|
|
|
|
was leaving application menus in existence after clsoe.
|
|
|
|
|
2001-11-02 04:59:43 +00:00
|
|
|
2001-11-01 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* GormDocument.m ([GormDocument -openDocument:]): Open file
|
|
|
|
from current dir.
|
|
|
|
|
|
|
|
* Palettes/1Windows/main.m: Set action/target to ok: in NSForms in
|
|
|
|
GormWindowInspector and GormWindowSizeInspector. Remove all
|
|
|
|
TextDidEndEditing Notifications.
|
|
|
|
* Palettes/2Controls/inspectors.m: Likewise for all control
|
|
|
|
inspectors. Also make sure all setStringValue: messages get sent
|
|
|
|
a non-nil string.
|
|
|
|
|
2001-10-30 17:56:34 +00:00
|
|
|
2001-10-30 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* GormWindowEditor.m: Fixed various drawing glitches when managing
|
|
|
|
resizes (of matrix views in particular). By no means perfect, but
|
|
|
|
a big improvement in appearance.
|
|
|
|
|
2001-10-29 12:53:50 +00:00
|
|
|
2001-10-29 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
|
|
|
|
2001-10-29 16:30:48 +00:00
|
|
|
* GormDocument.m ([GormDocument -init]): set the NSTableView's
|
|
|
|
properties so that it benefits from [NSTableView -sizeToFit]
|
2001-10-29 12:53:50 +00:00
|
|
|
|
2001-10-29 06:10:30 +00:00
|
|
|
2001-10-29 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
2001-10-29 16:30:48 +00:00
|
|
|
* GormClassManager.m: Tidy action names in browser etc.
|
|
|
|
* GormWindowEditor.m: Tidy size of matrix at end of resize.
|
2001-10-29 06:10:30 +00:00
|
|
|
|
2001-10-28 20:09:52 +00:00
|
|
|
2001-10-28 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
|
|
|
|
|
|
|
* Palettes/2Controls/main.m ([ControlsPalette -finishInstantiate]):
|
|
|
|
update NSStepper in the controls' palette (it has a new default size)
|
|
|
|
|
|
|
|
|
2001-10-28 08:39:30 +00:00
|
|
|
2001-10-26 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* GormClassManager.m: Force class, action, and outlet names to be
|
|
|
|
legal identifiers ... ie consist of alhpanumeric and underscore
|
|
|
|
characters with a non-numeric initial character.
|
|
|
|
A roundabout/fundamental fix for a problem generating output files
|
|
|
|
reported by Ludovic Marcotte
|
|
|
|
|
2001-10-27 20:35:10 +00:00
|
|
|
2001-10-27 Laurent Julliard <laurent@julliard-online.org>
|
|
|
|
|
|
|
|
* ClassInformation.plist: IBInspector actions/outlets closer to OS 4.2
|
|
|
|
* Palettes/1Windows/GormMatrixInspector.gorm: new layout and new fields
|
|
|
|
* Palettes/1Windows/GormWindowInspector.gorm: new layout and new fields
|
|
|
|
* Palettes/1Windows/main.m: code for new Window inspector
|
|
|
|
* Palettes/2Controls/GormSliderInspector.gorm: new layout and new fields
|
|
|
|
* Palettes/2Controls/GormTextFieldInspector.gorm: uses icons, new layout, ok button removed
|
|
|
|
* Palettes/2Controls/GormButtonInspector.gorm: uses icons, ok button removed
|
|
|
|
* Palettes/2Controls/GormBoxInspector.gorm: uses icons and sliders
|
|
|
|
* Palettes/2Controls/GormFormInspector.gorm: ok button removed, uses icons.
|
|
|
|
* Palettes/2Controls/GormPopUpButtonInspector.gorm: ok button removed
|
|
|
|
* Palettes/2Controls/GormCellInspector.gorm: ok button removed
|
|
|
|
* Palettes/2Controls/GormBoxInspector.gorm: ok button removed, sliders added
|
|
|
|
* Palettes/2Controls/inspectors.m: code for new/updated inspectors
|
|
|
|
* Images/centeralign_nib.tiff: new inspector icon
|
|
|
|
* Images/justifyalign_nib.tiff: new inspector icon
|
|
|
|
* Images/leftalign_nib.tiff: new inspector icon
|
|
|
|
* Images/naturalalign_nib.tiff: new inspector icon
|
|
|
|
* Images/rightalign_nib.tiff: new inspector icon
|
|
|
|
* Images/iconLeft_nib.tiff: new inspector icon
|
|
|
|
* Images/iconOnly_nib.tiff: new inspector icon
|
|
|
|
* Images/iconRight_nib.tiff: new inspector icon
|
|
|
|
* Images/iconAbove_nib.tiff: new inspector icon
|
|
|
|
* Images/iconBelow_nib.tiff: new inspector icon
|
|
|
|
* Images/titleOnly_nib.tiff: new inspector icon
|
|
|
|
* Images/line_nib.tiff: new inspector icon
|
|
|
|
* Images/bezel_nib.tiff: new inspector icon
|
|
|
|
* Images/noBorder_nib.tiff: new inspector icon
|
|
|
|
* Images/ridge_nib.tiff: new inspector icon
|
|
|
|
|
2001-10-23 21:26:58 +00:00
|
|
|
2001-10-23 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
|
|
|
|
|
|
|
* GormObjectEditor.m: Updated [GormObjectEditor refreshCells] so that
|
|
|
|
setTitle is not called with nil anymore (but with @"").
|
|
|
|
See change <Tue Oct 23 10:32:18 2001> in gnustep/core/gui/Changelog
|
|
|
|
|
2001-10-27 20:35:10 +00:00
|
|
|
2001-10-17 Laurent Julliard <laurent@julliard-online.org>
|
2001-10-17 22:56:17 +00:00
|
|
|
|
|
|
|
* Palettes/2Controls/GormFormInspector.gorm: New Form inspector.
|
|
|
|
* Palettes/2Controls/GormFormInspector.classes: likewise.
|
|
|
|
|
|
|
|
* Palettes/2Controls/GormPopUpButtonInspector.gorm: New PopUp Button inspector
|
|
|
|
* Palettes/2Controls/GormPopUpButtonInspector.classes: likewise
|
|
|
|
* Palettes/2Controls/GormCellInspector.gorm: New Cell Inspector
|
|
|
|
* Palettes/2Controls/GormCellInspector.classes: likewise
|
|
|
|
|
|
|
|
* Palettes/2Controls/inspectors.m: new logic for the new inspectors
|
|
|
|
* Palettes/2Controls/GNUmakefile: new inspectors in resources
|
|
|
|
|
2001-10-17 04:06:11 +00:00
|
|
|
2001-10-16 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* GormPalettesManager.m ([GormPalettesManager -setCurrentPalette:]):
|
|
|
|
Check for wv before getting frame (Solaris fix).
|
|
|
|
|
2001-10-15 02:16:03 +00:00
|
|
|
2001-10-14 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* ClassInformation.plist: Add IBInspector
|
|
|
|
|
2001-10-05 15:02:55 +00:00
|
|
|
2001-10-05 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* GormDocument.m (-loadDocument:): Typo fix - don't include
|
2001-10-05 15:03:56 +00:00
|
|
|
GormCustomView in object proxies list (fix suggested by
|
|
|
|
fvallon@fr.alcove.com).
|
2001-10-05 15:02:55 +00:00
|
|
|
|
2001-10-05 02:34:59 +00:00
|
|
|
2001-10-04 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* GormClassManager.m (-renameClass:): Change sender method to
|
|
|
|
work with fixed popupButtons.
|
|
|
|
|
|
|
|
* GormWindowEditor.m
|
|
|
|
(-_validateFrame:forViewPtr:withEvent:update:update): Don't compute
|
|
|
|
new intercell spacing when only onw row or col.
|
|
|
|
|
2001-10-03 17:38:46 +00:00
|
|
|
2001-10-03 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* Add support for custom views
|
|
|
|
* GormClassManager.m (-allActionsForObject:): Add support for
|
|
|
|
GormCustomView
|
|
|
|
(-allOutletsForObject:): Likewise.
|
|
|
|
(-classInfoForObject:): Likewise.
|
|
|
|
* GormDocument.m (-loadDocument:): Decode GSCustomView
|
|
|
|
as GormCustomView.
|
|
|
|
(-saveDocument:): likewise for encoding.
|
|
|
|
* GormCustomView.m: New class.
|
|
|
|
* Palettes/2Controls/main.m: Add customview item.
|
|
|
|
|
2001-10-02 19:04:32 +00:00
|
|
|
2001-10-02 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* Palettes/2Controls/inspectors.m: Fix NSButton and popup button
|
|
|
|
logic.
|
|
|
|
* Palettes/2Controls/GormButtonInspector.gorm: Update for new popup
|
|
|
|
coding in gui library.
|
|
|
|
|
2001-09-28 03:37:59 +00:00
|
|
|
2001-09-27 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* GormInspectorsManager.m (-setCurrentInspector:): Gracefully handle
|
|
|
|
an inspector creation error.
|
|
|
|
* GormWindowEditor.m (-editTextField:withEvent:): TextField value
|
|
|
|
editor method.
|
|
|
|
|
|
|
|
* Palettes/2Controls/inspectors.m: New NSBox, NSButtonCell,
|
|
|
|
NSMatrix, and NSTextField inspectors.
|
|
|
|
|
2001-09-17 17:22:10 +00:00
|
|
|
2001-09-17 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* GormWindowEditor.m
|
|
|
|
(-_validateFrame:forViewPtr:withEvent:update:update): Allow resize
|
|
|
|
if frame is already too small.
|
|
|
|
* Palettes/2Controls/inspectors.m: Implement button type popup
|
|
|
|
for button inspector.
|
|
|
|
|
2001-09-16 18:53:33 +00:00
|
|
|
2001-09-16 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* Fixes to handle matrixes better. Editable matrix cells. Improved
|
|
|
|
editors for window size and buttons.
|
|
|
|
* GormObjectEditor.m ([GormViewSizeInspector -init]): Add size
|
|
|
|
form for resizing. New methods for resizing and obtaining
|
|
|
|
window sizes.
|
|
|
|
* GormMatrixEditor.m: New class for editing matrix cells.
|
|
|
|
* GormWindowEditor.m (_editTextView:withEvent:) Moved to
|
|
|
|
GormMatrixEditor.m.
|
|
|
|
(-_validateFrame:forViewPtr:withEvent:update:update): When replacing
|
|
|
|
view with matrix detach old view and attach matrix to document.
|
|
|
|
(-mouseDown:): Open matrix subeditor on double-click of matrix.
|
|
|
|
(-deleteSelection): Detach subviews of a box before deleting box.
|
|
|
|
|
|
|
|
* Palettes/2Controls/inspectors.m: New button inspector.
|
|
|
|
|
2001-08-21 13:39:48 +00:00
|
|
|
2001-08-21 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
|
|
|
|
|
|
|
Added the ability to change the font of the selected objects
|
|
|
|
* Gorm.m:
|
|
|
|
new category : NSCell (GormAdditions) (it gives us full control of
|
|
|
|
the font's changes)
|
|
|
|
added a menu item for the font panel
|
|
|
|
added a shortcut for the palettes panel (@"p")
|
|
|
|
* GormWindowEditor.m : [-acceptsFirstResponder] new method, returns YES
|
|
|
|
[-initWithObject] set self as initialFirstResponder of the window
|
|
|
|
[-changeFont:] new method, change the font of the selected controls
|
|
|
|
[-selectObjects:] update the font in the font panel
|
|
|
|
* Palettes/2Controls/GormSliderInspector.gorm: font updates
|
|
|
|
|
2001-08-20 11:18:09 +00:00
|
|
|
2001-08-20 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
|
|
|
|
|
|
|
* Palettes/2Controls/main.m: Add stepper control to the controls'
|
|
|
|
palette
|
|
|
|
|
|
|
|
* Add stepper inspector.
|
|
|
|
* Palettes/2Controls/inspectors.m: added GormSliderAttributsInspector
|
|
|
|
class
|
|
|
|
* Palettes/2Controls/GormSliderInspector.gorm: New file.
|
|
|
|
* Palettes/2Controls/GNUmakefile: Update
|
|
|
|
|
2001-08-19 03:46:49 +00:00
|
|
|
2001-08-18 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* GormWindowEditor.m (-_editTextView:withEvent:): Size the NSForm
|
|
|
|
to fit when titles are edited.
|
|
|
|
|
|
|
|
* Add slider inspector.
|
|
|
|
* Palettes/2Controls/inspectors.m: New file.
|
|
|
|
* Palettes/2Controls/GormSliderInspector.gorm: Likewise.
|
|
|
|
* Palettes/2Controls/GNUmakefile: Update
|
|
|
|
|
2001-07-19 03:50:01 +00:00
|
|
|
2001-07-18 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* Version 0.0.3.
|
|
|
|
|
2001-07-10 05:40:15 +00:00
|
|
|
2001-07-10 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
GormDocument.m: ([-detachObject:]) retain object name on entry and
|
|
|
|
release on exit, or if the object is not in the name table the detach
|
|
|
|
process could cause the name to be released before we try to use it
|
|
|
|
to remove the object from the table.
|
|
|
|
|
2001-07-09 15:39:20 +00:00
|
|
|
2001-07-09 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
Gorm.m: Tidied code a little to conform to coding standards
|
|
|
|
and avoid gcc-3.0 compiler warning. Incorporated Pierres fixes to his
|
|
|
|
last patch.
|
|
|
|
|
2001-07-08 21:23:34 +00:00
|
|
|
2001-07-08 Mirko Viviani <mirko.viviani@rccr.cremona.it>
|
|
|
|
|
|
|
|
* GormWindowEditor.m ([GormWindowEditor -_editTextView:withEvent:]):
|
|
|
|
return if mouse not on cell.
|
|
|
|
|
2001-07-07 17:28:28 +00:00
|
|
|
2001-07-07 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
Gomr.m: Fixed typo in info panel and updated a little.
|
|
|
|
|
2001-07-06 17:10:51 +00:00
|
|
|
2001-07-04 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
|
|
|
|
|
|
|
Added the ability to create the .m and .h files of a class created
|
|
|
|
within Gorm (it's a basic implementation but it works)
|
|
|
|
|
|
|
|
Added an "application: openFile:" method in the class Gorm and a
|
|
|
|
GormInfo.plist file, it is now possible to open a Gorm document from
|
|
|
|
ProjectCenter (and I suppose GWorkspace but I have not checked yet)
|
|
|
|
|
|
|
|
a keyEquivalent for the inspector (i was really missing this ...)
|
|
|
|
|
|
|
|
no more [menu display] in the initialization of Gorm, I found out that
|
|
|
|
it prevented a proper docking within WindowMaker's dock, and it does
|
|
|
|
not seem to have any side effect.
|
|
|
|
|
2001-06-23 22:43:35 +00:00
|
|
|
2001-06-24 Mirko Viviani <mirko.viviani@rccr.cremona.it>
|
|
|
|
|
|
|
|
* GormWindowEditor.m ([GormWindowEditor -_validateFrame:forViewPtr:
|
|
|
|
withEvent:update:update]): fixed checks for non-matrix control. Allow
|
|
|
|
the matrix to reduce rows and columns.
|
|
|
|
|
2001-06-20 16:00:19 +00:00
|
|
|
2001-06-20 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* GormDocument.m (-beginArchiving): Add filesOwner class name to
|
|
|
|
archive.
|
|
|
|
(-loadDocument:): Retreive and set filesOwner class.
|
|
|
|
|
|
|
|
* GormClassManager.m (-removeOutlet:forObject:): Remove from
|
|
|
|
allOutlets even if not in extraOutlets.
|
|
|
|
(-ok:): Implement renaming outlets.
|
|
|
|
|
2001-06-18 23:04:20 +00:00
|
|
|
2001-06-18 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* GormWindowEditor.m
|
|
|
|
(-_validateFrame:forViewPtr:withEvent:update:update): Allow the frame
|
|
|
|
to increase even if it's already too small.
|
|
|
|
|
|
|
|
* Palettes/1Windows/main.m: Implement GormWindowSizeInspector.
|
|
|
|
* Palettes/1Windows/GormWindowSizeInspector.gorm: New file.
|
|
|
|
* Palettes/1Windows/GormWindowSizeInspector.class: Likewise.
|
|
|
|
|
2001-06-16 03:20:25 +00:00
|
|
|
2001-06-15 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* GormWindowEditor.m (-_editTextView:withEvent:):
|
|
|
|
New method to edit text in place (handles only NSForms now).
|
|
|
|
(-mouseDown:): Double-click on NSForm edits NSFormCell.
|
|
|
|
|
2001-06-07 03:57:51 +00:00
|
|
|
2001-06-06 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* Changes to allow an NSBox to be 'edited' and add subviews, move
|
|
|
|
them around inside the box, etc.
|
|
|
|
* GormPalettesManager.m (-mouseDown): Make sure the drag view is
|
|
|
|
the proper one, not a subview of the indented item.
|
|
|
|
* GormViewKnobs.m (GormDrawOpenKnobsForRect): New function.
|
|
|
|
* GormWindowEditor: Add edit_view ivar to show which view accepts
|
|
|
|
DnD, selections, etc. Changes to allow double-click to 'edit' an
|
|
|
|
NSBox.
|
|
|
|
|
2001-05-10 03:49:57 +00:00
|
|
|
2001-05-09 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* GormWindowEditor.m (-_validateFrame:forViewPtr:withEvent:update:):
|
|
|
|
New method - validate and update view during resize.
|
|
|
|
|
2001-05-08 09:43:11 +00:00
|
|
|
2001-05-08 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
Applied patch by Raphael Sebbe to add support for custom objects.
|
|
|
|
Went through the code and tried to make it conform to GNUstep
|
|
|
|
coding standards.
|
|
|
|
* GNUmakefile: Custom class modifications
|
|
|
|
* Gorm.h: ditto
|
|
|
|
* Gorm.m: ditto
|
|
|
|
* GormClassManager.h: ditto
|
|
|
|
* GormClassManager.m: ditto
|
|
|
|
* GormDocument.h: ditto
|
|
|
|
* GormDocument.m: ditto
|
|
|
|
* GormInspectorsManager.m: ditto
|
|
|
|
* GormObjectEditor.m: ditto
|
|
|
|
* GormPrivate.h: ditto
|
|
|
|
* GormWindowEditor.m: ditto
|
|
|
|
|
2001-04-25 03:08:40 +00:00
|
|
|
2001-04-24 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* Version: 0.0.2 snapshot
|
|
|
|
* GNUmakefile: Add rpm package info
|
|
|
|
* Gorm.spec.in: New file.
|
|
|
|
* Documentation/{readme,news,install}.texi: Update
|
|
|
|
* README, INSTALL, NEWS: Regenerate
|
|
|
|
|
2001-02-07 07:06:16 +00:00
|
|
|
2001-02-07 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* GormInspectorsManager.m: Resize a few buttons to fit text neatly.
|
|
|
|
|
2001-02-06 08:37:33 +00:00
|
|
|
2001-02-06 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* Palettes/2Control/main.m: Added patch to tidy up and add more
|
|
|
|
objects to the controls palette ... patch by
|
|
|
|
Jason H Clouse <jhclouse@juno.com>
|
|
|
|
Removed bogus code that selected a window when it was made key.
|
|
|
|
|
2001-01-27 06:18:17 +00:00
|
|
|
2001-01-27 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* GormPalettesManager.m: Ensure that palette manager window can never
|
|
|
|
become key or main. Accept first mouse events so drag start works.
|
|
|
|
|
2000-11-07 05:11:57 +00:00
|
|
|
2000-11-06 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* Documenation: Remove use of tmpl texi files
|
|
|
|
|
2000-02-25 17:26:57 +00:00
|
|
|
Fri Feb 25 16:31:00 2000 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
* Gorm.m: Fix a few window deallocation problems.
|
|
|
|
* GormDocument.m: Fix error in renaming objects.
|
|
|
|
|
2000-02-22 04:20:36 +00:00
|
|
|
2000-02-21 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* GNUmakefile: Don't make Documentation by default for those who
|
|
|
|
don't have TeX setup.
|
|
|
|
|
2000-02-14 07:50:01 +00:00
|
|
|
Sun Feb 14 06:56:00 2000 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
* Palettes/2Control/main.m: Add popup and pulldown menu controls
|
|
|
|
though there is no way to edit them yet.
|
|
|
|
|
2000-02-06 09:33:37 +00:00
|
|
|
Sun Feb 6 8:44:00 2000 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
Removed InfoPanel.m and updated Gorm to use standard panel now that
|
|
|
|
NSApplication supports it.
|
|
|
|
|
2000-02-04 12:02:17 +00:00
|
|
|
Fri Feb 4 11:10:59 2000 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
* Palettes/0Menu/GormMenuInspectors.m: Added code for setting
|
|
|
|
key-equivalent in menu item inspector.
|
|
|
|
|
2000-02-03 17:04:37 +00:00
|
|
|
Thu Feb 3 16:16:59 2000 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
* Gorm.m: tidied start/end testing.
|
|
|
|
* GormDocument.m: ditto
|
|
|
|
|
2000-01-14 19:25:09 +00:00
|
|
|
Sat Jan 15 04:35:59 2000 Nicola Pero <n.pero@mi.flashnet.it>
|
|
|
|
|
|
|
|
* GormObjectEditor.m ([GormObjectEditor -activate]),
|
|
|
|
([GormObjectEditor -orderFront]): Trivial fix to make it compile.
|
|
|
|
|
2000-01-14 17:07:44 +00:00
|
|
|
Fri Jan 14 16:22:00 2000 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
* GormDocument.m: Fix to deactivate editors while copying to pb
|
|
|
|
and add support for a few more document setup types.
|
|
|
|
* Gorm.m: Add Inspector, Panel and Empty documents.
|
|
|
|
|
2000-01-14 10:19:57 +00:00
|
|
|
Fri Jan 14 9:34:00 2000 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
* Palettes/OMenus/GormMenuEditor.m: ([mouseDown:]) support for
|
|
|
|
dragging menu items to rearrange their order.
|
|
|
|
|
2000-01-13 21:19:03 +00:00
|
|
|
Thu Jan 13 20:34:00 2000 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
Preliminary menu support (very limited).
|
|
|
|
|
2000-01-07 11:11:08 +00:00
|
|
|
Fri Jan 7 11:03:00 2000 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
* GNUmakefile: Set Gorm_PRINCIPAL_CLASS
|
|
|
|
* Gorm.m: Do startup stuff in [-finishLaunching] and use the
|
|
|
|
NSApplicationMain() function to run the app (as well-behaved apps do).
|
|
|
|
|
2000-01-05 17:06:48 +00:00
|
|
|
Wed Jan 5 17:00:00 2000 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
2000-01-05 16:34:53 +00:00
|
|
|
|
2000-01-05 17:21:07 +00:00
|
|
|
* Palettes/0Menu/main.m: First cut at code for providing menus items
|
2000-01-05 16:34:53 +00:00
|
|
|
on the palette.
|
|
|
|
* GormWindowEditor.m: accept first mouse so we act immediately that
|
|
|
|
the mouse is clicked anywhere in the window.
|
2000-01-05 17:21:07 +00:00
|
|
|
* Palettes/1Window/main.m: Tidy attributes editor and add support
|
2000-01-05 17:06:48 +00:00
|
|
|
for setting window title.
|
2000-01-05 16:34:53 +00:00
|
|
|
|
2000-01-04 17:46:26 +00:00
|
|
|
Tue Jan 4 17:42:00 2000 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
Added 'miniaturize', 'close', and 'revert to saved' menu items and
|
|
|
|
implemented their actions.
|
|
|
|
|
2000-01-04 12:21:17 +00:00
|
|
|
Tue Jan 4 12:13:00 2000 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
Various tidyups
|
|
|
|
Somewhat improved documentation
|
|
|
|
Added registration ddefaults stuff
|
|
|
|
|
2000-01-03 11:00:14 +00:00
|
|
|
Mon Jan 3 10:50:00 2000 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
Rewrote testing mechanism so that we test by creating an in-memory
|
|
|
|
nib, and load that nib. This way, the testing process has no effect
|
|
|
|
on the original objects in the document we are working on.
|
|
|
|
Also changed the editor api so that we have a deactivate method.
|
|
|
|
Editors are deactivated on archiving and reactivated afterwords -
|
|
|
|
this means that we no longer need to destroy all editors during
|
|
|
|
archiving in order to stop them being included in the archive.
|
|
|
|
|
1999-12-23 16:36:51 +00:00
|
|
|
Thu Dec 23 16:32:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
Added generic object inspector.
|
|
|
|
|
1999-12-22 12:20:22 +00:00
|
|
|
Wed Dec 22 12:16:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
Replaced the two NeXT images for sounds and classes.
|
|
|
|
Improved drag and drop.
|
|
|
|
|
1999-12-21 15:32:54 +00:00
|
|
|
Tue Dec 21 15:30:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
Added size inspector for autoresizing of views.
|
|
|
|
|
1999-12-21 08:13:35 +00:00
|
|
|
Tue Dec 21 8:10:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
Added inspector for files owner so we can create connections from
|
|
|
|
objects inside the nib to the files owner.
|
|
|
|
|
1999-12-20 14:20:06 +00:00
|
|
|
Mon Dec 20 14:16:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
Added connections inspector so connecting objects should work.
|
|
|
|
Use information from 'ClassInformation.plist' to specify outlets
|
|
|
|
and actions for a class.
|
|
|
|
Added GormClassManager stuff to manage this information.
|
|
|
|
|
1999-12-18 21:27:22 +00:00
|
|
|
Sat Dec 18 21:24:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
Add partial support for draagging into object view.
|
|
|
|
Fix move/resize of window subviews to make sure subviews can't be
|
|
|
|
dragged outside visible area.
|
|
|
|
|
1999-12-17 18:46:03 +00:00
|
|
|
Fri Dec 17 18:44:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
Add some support for connections - handle link dragging within window
|
|
|
|
editor - raise connection inspector on completion.
|
|
|
|
|
1999-12-16 21:41:21 +00:00
|
|
|
Thu Dec 16 21:35:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
Change directory structure - add palettes directory, move palettes
|
|
|
|
into it, rename them, change automatic loading of palettes to do
|
|
|
|
it in palette name order.
|
|
|
|
|
1999-12-16 18:06:22 +00:00
|
|
|
Thu Dec 16 15:45:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
* GormWindowEditor.m: Implemented support for moving and resizing
|
|
|
|
subviews within a window.
|
|
|
|
* Gorm.m: Implemented edit menu (mostly) with cut and paste.
|
|
|
|
|
1999-12-16 06:56:02 +00:00
|
|
|
Thu Dec 16 6:54:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
* GormWindowEditor.m: Implemented selection mechanism including
|
|
|
|
marking subviews within a window by drawing knobs on them.
|
|
|
|
|
1999-12-15 15:29:27 +00:00
|
|
|
Wed Dec 15 15:27:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
1999-12-15 11:12:52 +00:00
|
|
|
|
|
|
|
Archive save/restore fixes.
|
1999-12-15 15:29:27 +00:00
|
|
|
Implementation of framework for interactive testing mode.
|
1999-12-15 11:12:52 +00:00
|
|
|
|
1999-12-14 20:20:41 +00:00
|
|
|
Tue Dec 14 20:13:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
Enough for today.
|
|
|
|
* View/View.m: Added a single button to the 'View' palette.
|
|
|
|
* GormPaletteManager.m: improve DnD image ffset code.
|
|
|
|
* GormWindowEditor.m: accept dropped views in window.
|
|
|
|
|
1999-12-14 19:55:18 +00:00
|
|
|
Tue Dec 14 19:53:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
Removed GormResourcesManager - merged functionality into GormDocument
|
1999-12-14 20:20:41 +00:00
|
|
|
Loads of other minor changes too - hopefully all simplified a bit.
|
1999-12-14 19:55:18 +00:00
|
|
|
|
1999-12-14 17:38:17 +00:00
|
|
|
Tue Dec 14 17:33:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
* GormDocument.m: Major changes - nearly all methods implemented to
|
|
|
|
including all the editor related methods.
|
|
|
|
* GormWindowEditor.m: Loads of stuff fleshed out, mostly just leaving
|
|
|
|
drawing code to do.
|
|
|
|
|
1999-12-13 20:04:31 +00:00
|
|
|
Mon Dec 13 20:04:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
* GormViewKnobs.m: imported from IM
|
|
|
|
|
1999-12-13 17:01:35 +00:00
|
|
|
Mon Dec 13 14:57:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
* Gorm.h: Added NSView additions
|
|
|
|
* GormWindowEditor.m: new skeleton file.
|
|
|
|
* GormDocument.m: handle class replacement on archiving/unarchiving.
|
|
|
|
Add filesOwner and firstResponder dummy objects.
|
|
|
|
* GormResourcesManager.m: tidy files owner and first responder stuff.
|
|
|
|
* GormObjectEditor.m: Use neater mechanism for determining image to
|
|
|
|
be displayed in matrix.
|
|
|
|
|
1999-12-08 20:54:05 +00:00
|
|
|
Wed Dec 8 20:54:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
* Gorm.m: ([-init]) make sure that the palettes manager is loaded.
|
|
|
|
|
1999-12-08 16:33:50 +00:00
|
|
|
Wed Dec 8 16:33:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
|
|
|
|
* GormObjecteditor.m: ([-refreshCells]) cell highlighting fixed so
|
|
|
|
that empty cells in the matrix can't be highlighted.
|