Commit graph

  • 7d0d96a1bc Explicitely cast NSIntegers to avoid warning and problems Riccardo Mottola 2014-05-28 07:02:41 +0000
  • 4ff11ce871 Fix for bug#28646 Gregory John Casamento 2014-05-27 07:27:32 +0000
  • 3b78ac2018 Fix bug #39072 Gregory John Casamento 2014-05-27 07:17:37 +0000
  • 3323b82516 Fix for bug#30837 Gregory John Casamento 2014-05-26 23:26:23 +0000
  • 4c6a4d7baf Accepted patch for 34877 by Sergei. Gregory John Casamento 2014-05-26 22:33:29 +0000
  • 1fb82b12ec * Palettes/2Controls/GormButtonAttributesInspector.h: Use NSButton instead of the non-existign NSSwitch. * GormCore/GormViewKnobs.m: Replace DPS calls. Only realloc rect lists if needed. * Plugins/Gorm/GormGormWrapperBuilder.m, * Palettes/2Controls/GormPopUpButtonAttributesInspector.m, * Palettes/2Controls/GormButtonEditor.m: Remove compiler warnings. Fred Kiefer 2014-01-19 19:25:44 +0000
  • facac34b47 Remove compiler warnings. Fred Kiefer 2014-01-19 11:19:59 +0000
  • df44194b98 * GormInfo.plist: Don't clain to be able to write XIB files. Fred Kiefer 2014-01-19 10:53:31 +0000
  • 311fe1003b * GormCore/GormResourceManager.m (-resourcePasteboardTypes): Add IBMenuPboardType to work around menus not being draggable. Fred Kiefer 2013-12-31 13:46:08 +0000
  • 1e7c9315b6 cast to fix warning Riccardo Mottola 2013-11-06 08:53:04 +0000
  • e87fd029b4 int -> NSInteger transition. Gregory John Casamento 2013-11-04 15:02:25 +0000
  • 2aa362da0e Enable the storing of the Ink Document.gorm as a NIB. Fred Kiefer 2013-10-26 21:35:26 +0000
  • ef9a3eca84 Write warnings of respectively the proper nil object. Riccardo Mottola 2013-10-26 20:44:58 +0000
  • 6ef0a5f06a * GormCore/GormClassEditor.m * GormCore/GormFilePrefsManager.m * Palettes/3Containers/GormBrowserAttributesInspector.m * Palettes/3Containers/GormTabViewAttributesInspector.m fix format strings Sebastian Reitenbach 2013-10-19 16:07:04 +0000
  • 66f31dd063 * Palettes/2Controls/GormNSMatrixInspector.gorm: * Palettes/2Controls/GormNSSliderInspector.gorm: * Palettes/2Controls/GormNSBoxInspector.gorm: * Palettes/2Controls/GormNSTextFieldInspector.gorm: * Palettes/2Controls/GormNSPopUpButtonInspector.gorm: * Palettes/2Controls/GormNSButtonInspector.gorm: * Palettes/2Controls/ControlsPalette.gorm: * Palettes/2Controls/GormNSFormInspector.gorm: * Palettes/2Controls/GormNSCellInspector.gorm: * Palettes/0Menus/GormMenuAttributesInspector.gorm: * Palettes/3Containers/GormNSTableColumnSizeInspector.gorm: * Palettes/3Containers/GormTabViewInspector.gorm: * Palettes/3Containers/GormNSTableViewInspector.gorm: * Palettes/3Containers/GormNSBrowserInspector.gorm: * Palettes/1Windows/GormNSWindowSizeInspector.gorm: * Palettes/1Windows/GormNSWindowInspector.gorm: * Palettes/4Data/GormNSComboBoxInspector.gorm: * Palettes/4Data/GormNSImageViewInspector.gorm: * Palettes/4Data/GormNSTextViewInspector.gorm: Turn off "Draws Background" on NSMatrix and NSForms; there's no need to draw backgrounds and it may look bad with themes. Eric Wasylishen 2013-10-14 17:50:59 +0000
  • e098bcde5b Fix typo in header inclusion guard #define Niels Grewe 2013-07-03 11:07:55 +0000
  • 681db60988 Make runModal return NSInteger Riccardo Mottola 2013-06-05 13:26:08 +0000
  • 30f4e9a6ff * Palettes/3Containers/GormNSOutlineView.m * GormCore/GormMatrixEditor.m * GormCore/GormClassEditor.m some int -> NSInteger and float -> CGFloat transitions spotted by libobjc2 runtime in debug mode Sebastian Reitenbach 2013-05-26 12:04:43 +0000
  • 6dae537872 Tag version 1_2_20 gorm-1_2_20 Gregory John Casamento 2013-04-14 17:21:47 +0000
  • 50545e8f5a Update file manager. Gregory John Casamento 2013-04-14 17:20:55 +0000
  • 2af37d861a * ANNOUNCE * Documentation/news.texi * GormInfo.plist * NEWS * Version: 1.2.20 Gregory John Casamento 2013-04-14 17:20:13 +0000
  • 62eacb0443 * GormCore/GormViewEditor.m: -handleNotification: touch document when text editing is completed. Fixes for bug #28643. Gregory John Casamento 2013-03-06 06:45:57 +0000
  • d92bf3d1e1 * GormCore/GormDocument.m: Touch document when aligning views in -alignSelectedObjects:. * Palettes/4Data/DataPalette.m: -depositViewResourceFromPasteboard:.. touch document when adding formatter. * Palettes/4Data/GormDateFormatterAttributesInspector.m * Palettes/4Data/GormNumberFormatterAttributesInspector.m: -ok: touch document when changing formatter. Fixes forbug #28643. Gregory John Casamento 2013-03-06 05:07:51 +0000
  • c998594264 Updating changelog Gregory John Casamento 2013-03-06 01:24:09 +0000
  • 187ceaf5e7 * GormInternalViewEditor.m Gregory John Casamento 2013-03-06 01:22:16 +0000
  • 2acd3d425a * GormCore/GormWindowEditor.m: Second try to fix the previous issue. Gregory John Casamento 2013-02-25 20:07:57 +0000
  • 4523eaca35 * GormCore/GormWindowEditor.m: Check the _firstResponder on the window to see if it is the same as the _initialFirstResponder. If it is, set it to nil as well in -unsetInitialFirstResponder:. Gregory John Casamento 2013-02-25 09:15:52 +0000
  • b74dcdfa9a * GormCore/GormObjectEditor.h * GormCore/GormObjectEditor.m * GormCore/GormPalettesManager.m * GormCore/GormSplitViewEditor.m * GormCore/GormViewEditor.m * GormCore/GormViewWithSubviewsEditor.m * GormCore/GormWindowEditor.m * Palettes/0Menus/GormMenuEditor.m * Palettes/3Containers/GormTableViewEditor.m * Palettes/4Data/GormTextViewEditor.m * adapt to -gui changes for DnD Sebastian Reitenbach 2013-02-23 08:07:56 +0000
  • c92bf0ebfb * GormCore/GormViewEditor.m: -editedObjectFrameDidChange: alter code so that allViews under the editor are collected and set to not post notifications. This change prevents a notification/setFrame cycle which was occurring when certain controls were added as subviews to NSTabView or NSBox. Gregory John Casamento 2013-02-17 01:11:32 +0000
  • 3cd12bee73 Next bit of NSInteger cleanup for -gui. David Chisnall 2013-01-30 12:43:27 +0000
  • b259b857d0 Fix NSUInteger / unsigned mismatch. David Chisnall 2013-01-28 14:04:38 +0000
  • 2e946568b1 * GormCore/GormDocument.m: Corrected issue with adding cells to object tree so that the can be properly addressed in connections. Change to -attachObject:toParent:. Gregory John Casamento 2013-01-27 01:43:35 +0000
  • 2ca9057318 * GormCore/GormViewSizeInspector.m: Correct bug#30886: Gorm should change the document to edited when changing resize attributes. Gregory John Casamento 2013-01-13 22:48:22 +0000
  • 451e84bc06 * Palettes/2Controls/GormColorWellAttributesInspector.m: NSColorWell inspector was showing inverted settings after the last change. Corrected this in -ok: and -revert: Gregory John Casamento 2013-01-13 21:58:40 +0000
  • 1c60f26d3a * GormCore/GormViewEditor.m: Prevent recursive frame/bounds notifications when resizing a view. * Plugins/Nib/GormNibWrapperLoader.m: Preliminary changes to support reading nibs as files instead of packages. Gregory John Casamento 2012-12-12 17:35:27 +0000
  • d7a2c8488f * GormCore/GormDocument.m: Apply patch suggested by Sebastian. This appears to correct an issue seen by Sergey causing an out of memory error. Gregory John Casamento 2012-07-26 02:34:50 +0000
  • bc8f0dc1cc The connection inspector is broken on a couple of *BSD so revert a patch done in April. Sebastian Reitenbach 2012-07-12 15:17:46 +0000
  • fbd09263d0 Tag version 1_2_18 gorm-1_2_18 Gregory John Casamento 2012-06-19 04:47:50 +0000
  • 272e9c73ca Version 1.2.18 Gregory John Casamento 2012-06-19 04:47:30 +0000
  • d49d1fd71a * GormCore/GormDocument.m * GormCore/GormFilePrefsManager.m * GormCore/GormStandaloneViewEditor.m * GormCore/GormViewWithContentViewEditor.m * GormCore/GormWindowTemplate.m * Palettes/0Menus/GormMenuEditor.m * Palettes/0Menus/MenusPalette.m: Eliminate as many of the remaining warnings in the code as possible. Gregory John Casamento 2012-05-02 03:26:17 +0000
  • 95434c6620 Fix compiler warnings. Gregory John Casamento 2012-04-20 22:55:27 +0000
  • 4b3e74e68e * Palettes/2Controls/GormNSPopUpButton.h * Palettes/2Controls/GormNSPopUpButton.m: Added new files for Gorm subclass of NSPopUpButton. Gregory John Casamento 2012-04-20 16:17:06 +0000
  • 0f780c7001 * GormCore/GormCustomView.m * GormCore/GormFilesOwner.m * GormCore/GormFunctions.m * GormObjCHeaderParser/OCHeaderParser.m * Palettes/2Controls/ControlsPalette.m * Palettes/2Controls/GNUmakefile * Palettes/2Controls/GormPopUpButtonEditor.m * Palettes/3Containers/GormNSBrowser.m * Palettes/4Data/GormImageViewAttributesInspector.m: Correct compiler warnings found by clang. Gregory John Casamento 2012-04-20 16:03:21 +0000
  • 25fff13915 * GormLib/IBObjectAdditions.m * GormObjCHeaderParser/OCClass.m * GormObjCHeaderParser/OCHeaderParser.m * GormObjCHeaderParser/OCIVarDecl.m * GormObjCHeaderParser/OCIVar.m * GormObjCHeaderParser/OCMethod.m * GormObjCHeaderParser/ParserFunctions.m: Fix compiler warnings when building with clang. Gregory John Casamento 2012-04-20 14:34:55 +0000
  • 4671ec0870 * GormCore/GormClassInspector.m * GormCore/GormClassManager.m * GormCore/GormDocument.m * GormCore/GormGenericEditor.m * GormCore/GormObjectInspector.m * GormCore/GormOutlineView.m * GormCore/GormPrivate.h * GormCore/GormPrivate.m * Palettes/0Menus/GormMenuEditor.m * Palettes/1Windows/GormDrawerAttributesInspector.m * Palettes/3Containers/GormTableColumnAttributesInspector.m * Palettes/3Containers/GormTableViewEditor.m * Palettes/4Data/DataPalette.m * Palettes/4Data/GormNumberFormatterAttributesInspector.m: Change int/unsigned int to NSInteger and NSUInteger to address 64-bit issues. Patch by Sebastian Reitenbach <sebastia@l00-bugdead-prods.de> * Plugins/Gorm/GormGormWrapperLoader.m * Plugins/Nib/GormNibWrapperBuilder.m * Plugins/Nib/GormNibWrapperLoader.m * Plugins/Xib/GormXibWrapperLoader.m: Clean up warnings found by clang. Gregory John Casamento 2012-04-20 06:12:32 +0000
  • 4bc5ea7ede * GormCore/GormMatrixEditor.m: Change modifier to Ctrl+Shift since these two keys are never remapped and Alt does not always exist on european and some US keyboards. This change should address bug#36096. Gregory John Casamento 2012-04-05 18:40:59 +0000
  • f0429f9b63 Improvements for use with menu in-window Germán Arias 2012-03-18 02:00:32 +0000
  • f60329ed6d Minor change to Changelog Gregory John Casamento 2012-02-20 02:08:40 +0000
  • 9da8b0aaf6 Bump version number to indicate unstable svn version. Gregory John Casamento 2012-02-20 01:04:49 +0000
  • d856f0eb5e * GormCore/GormPrivate.m: Remove poseAs: override. Fix for compilation with ObjC2.0 compilers. * Palettes/3Containers/GormNSTableColumnInspector.gorm: Correction for tableView column identifiers. Delegate wasn't connected. Gregory John Casamento 2012-02-15 23:00:44 +0000
  • 6e282afb9f Tag version 1_2_16 gorm-1_2_16 Gregory John Casamento 2012-02-06 07:15:26 +0000
  • 74f3368acc Correct version. Gregory John Casamento 2012-02-06 07:14:55 +0000
  • cac4665e45 Update version in prefs manager. Gregory John Casamento 2012-02-06 07:13:32 +0000
  • 941ff59b61 Update news and announce. Gregory John Casamento 2012-02-06 07:11:53 +0000
  • cda5a97ccc * Version: 1.2.16 * GormInfo.plist * Documentation/news.texi: Update version and documentation. Gregory John Casamento 2012-02-06 07:09:34 +0000
  • 59039e100d * English.lproj/GormClassInspector.gorm: Re-save with the last change, so the outlet/action table data cells are editable. Eric Wasylishen 2012-01-15 21:52:43 +0000
  • 5734051eb2 * Palettes/3Containers/GormTableColumnAttributesInspector.m: Set editable state of the data cell to match editable state of the column. (NSTableView now refuses to edit non-editable data cells in editable columns.) Eric Wasylishen 2012-01-15 21:46:00 +0000
  • fe4aa441cf * Palettes/3Containers/GormTabViewAttributesInspector.m: Add retain/release so tab view item isn't deallocated while being moved from one position to another. Eric Wasylishen 2012-01-15 21:43:20 +0000
  • 0d77bdd053 Update changelog. Gregory John Casamento 2011-11-28 03:35:33 +0000
  • 6773d49622 Add code to address bug #33457. Menu title change should not cause document to be marked as modified. Gregory John Casamento 2011-11-28 03:33:49 +0000
  • 21c67d28a2 Move GormWindowTemplate to GormCore since it is shared between GormXibWrapperLoader and GormNibWrapperLoader. Gregory John Casamento 2011-11-05 01:44:24 +0000
  • 570a14f01c * GormCore/GormFunctions.m: change float to CGFloat to match change in gui of -[NSColor getRed:green:blue:alpha:] method Eric Wasylishen 2011-11-04 18:19:54 +0000
  • 74b14040ce Get XIB files to be loaded. Fred Kiefer 2011-11-03 10:47:52 +0000
  • 576f0d4be9 Update for RC status. Gregory John Casamento 2011-10-29 22:02:41 +0000
  • b370305730 Changes to implement feature requestion in #32802. Support for sorting in table columns. Gregory John Casamento 2011-10-29 21:53:11 +0000
  • 4609f85bdf Changes to support sort descriptors. Gregory John Casamento 2011-10-25 23:38:10 +0000
  • 0f8b9f3d20 * Palettes/0Menu/GormMenuEditor.m: Protect against the menu parent being a popup button cell. * Plugins/Xib/GormXibWrapperLoader.m: Move additional methods into gui and correct handling of file owner. Fred Kiefer 2011-10-25 09:09:15 +0000
  • 7cf6d8e775 Get the formatter panel working again. Fred Kiefer 2011-09-15 08:59:22 +0000
  • ae8debf43d Patch by Matt Rice <ratmice@gmail.com> * Palettes/0Menu/GormMenuEditor.m: Change becomeMainWindow call to makeMainWindow. Fred Kiefer 2011-09-15 07:54:12 +0000
  • 280ec14edf * GormCore/GormStandaloneViewEditor.h: * GormCore/GormStandaloneViewEditor.m: Improve support for standalone views. Correct issue with ungrouping. Correct issues with editing subviews in a standalone view. * GormCore/GormViewSizeInspector.m: Remove code which made standalone views uneditable in the size inspector. Gregory John Casamento 2011-05-18 00:32:50 +0000
  • a539c80e3f Change to 2.1 Gregory John Casamento 2011-05-17 21:23:13 +0000
  • d541fa067d Update license text Gregory John Casamento 2011-05-17 21:21:40 +0000
  • 86a898e927 011-04-28 14:44-EDT Gregory John Casamento <greg.casamento@gmail.com> Gregory John Casamento 2011-04-28 18:32:48 +0000
  • 5242b29ed1 Properly read and display the state of the text field for enter/end editing. Gregory John Casamento 2011-04-27 00:13:02 +0000
  • 6fb6fc17a1 Implemenation of changes for task #10799. Send action on end/enter. Gregory John Casamento 2011-04-01 06:55:48 +0000
  • 473806659d Make connections to a whole matrix possible again in Gorm for matrixes with small intercell spacing. Wolfgang Lux 2011-01-04 18:40:27 +0000
  • 00d92dbb9a Correct declaration bug in previous commit. Wolfgang Lux 2011-01-04 18:02:39 +0000
  • ae4cfbd955 Allow making connections to individual cells of a matrix in Gorm. Wolfgang Lux 2011-01-04 17:05:36 +0000
  • 5149abf770 Added to TODO list. Gregory John Casamento 2010-12-06 00:16:36 +0000
  • 8ca38fe5af Archive by name. Gregory John Casamento 2010-12-05 23:59:32 +0000
  • aaf510c28a * Palettes/4Data/GormImageViewAttributesInspector.m: Remove check for name so that images which currently do not reference a known image can be saved by name. * Palettes/4Data/GormNSImageViewInspector.gorm: Add connection to ok: from the text field. Gregory John Casamento 2010-12-05 23:02:35 +0000
  • dce7c06f1f removed c99-ism Riccardo Mottola 2010-11-01 13:06:01 +0000
  • 77064296dc Small tweak for Objective-C 2 runtime API compatibility. Niels Grewe 2010-09-29 09:40:22 +0000
  • bba99ed040 Complete last commit, which was missing the actual code changes. Wolfgang Lux 2010-09-17 20:45:55 +0000
  • e75bdaf6ef Add switches to Gorm's text view inspector to control use of an undo manager and the find panel, respectively. Wolfgang Lux 2010-09-17 20:41:36 +0000
  • a7ba28644f Fix Gorm bug where a button's title was lost when starting editing by double clicking into the button. Wolfgang Lux 2010-09-17 20:38:14 +0000
  • e8718a5d72 Actually bring Gorm's "Recent Documents" menu to life. Wolfgang Lux 2010-09-17 20:35:39 +0000
  • ff74ede114 Gorm: tweaks to use ObjectiveC2 runtime API Eric Wasylishen 2010-09-16 05:04:00 +0000
  • 3dddb006f1 2010-08-04 13:20-EDT Gregory John Casamento <greg.casamento@gmail.com> Gregory John Casamento 2010-08-04 17:10:45 +0000
  • acbfc23850 Initialize the items of Gorm's predefined Find menu with tags and actions suitable for using the standard NSTextView find panel. Wolfgang Lux 2010-08-02 19:10:17 +0000
  • 2ba2c53a79 * GormInfo.plist: Simplified copyright portion. Give a range of years instead of each year individually. * Gorm.m: Implement simple mechanism for recieving notifications to parse a given class file. Gregory John Casamento 2010-07-10 05:13:40 +0000
  • fa3445b7c7 Copy change from -gui to Gorm which swaps the meaning of NSMinYEdge and NSMaxYEdge for attaching a pull down menu to its button. Wolfgang Lux 2010-06-23 22:50:06 +0000
  • b192a466d7 Add a form to Gorm's pop up button inspector to allow editing the title of a pull down menu and a pop up button to allow setting its preferred attachment edge. Wolfgang Lux 2010-06-23 22:32:22 +0000
  • ed7c24ba5f Make IBEditors implement NSobject protocol to avoid warnings. Riccardo Mottola 2010-06-19 00:08:25 +0000
  • c06e0663ef * English.lproj/GormFontView.gorm: Fix problem with popup showing as Button. * GormCore/GormDocument.m: Add the NSMenu as a top level item only if it has filesOwner as it's parent. * GormCore/GormPalettesManager.m: remove the restriction for having just one instance of NSMenu in the document at the top level. Gregory John Casamento 2010-06-02 21:38:53 +0000
  • 87a0e31e32 * GormCore/GormDocument.m: In [GormDocument loadFileWrapperRepresentation:ofType:] call updateChangeCount: to clear changes so that the document doesn't show as modified on load. Gregory John Casamento 2010-05-30 07:00:29 +0000
  • 901327122b * GNUmakefile: Added Xib.plugin to resources. * GormInfo.plist: Added xib to the list of files Gorm can load * Gorm.m: Change to recieve notifications to add/delete classes. * Plugins/GNUmakefile: Added Xib plugin to subprojects list. * Plugins/Xib/GNUmakefile * Plugins/Xib/GNUmakefile.preamble * Plugins/Xib/GormXibCustomResource.h * Plugins/Xib/GormXibCustomResource.m * Plugins/Xib/GormXibPlugin.m * Plugins/Xib/GormXibWrapperLoader.h * Plugins/Xib/GormXibWrapperLoader.m: Initial code for XIB plugin. Gregory John Casamento 2010-05-30 06:55:26 +0000
  • 35848ad6fd Don't validate menu items in design menus in Gorm. Wolfgang Lux 2010-05-28 21:46:07 +0000
  • b8cc207f46 Add support for a recent documents menu in gorm documents. Add a recent documents menu to the file menu and undo and redo commands to the edit menu in Gorm's palette. Wolfgang Lux 2010-05-28 21:41:25 +0000
  • 1aa1b64dc4 Correct issue where popup shows up as "Button" in the preferences panel. Gregory John Casamento 2010-05-22 06:16:46 +0000