Commit graph

439 commits

Author SHA1 Message Date
Gregory John Casamento
a184d826fb Minor updates to GormNSSplitViewInspector code 2021-10-23 17:40:54 -04:00
Gregory John Casamento
09c3b5e556 Fix spacing in GormNSSplitViewInspector. 2021-10-22 22:42:15 -04:00
Gregory John Casamento
3b2d0d2e77 Fix crash in GormNSSplitViewInspector. 2021-10-19 19:28:03 -04:00
Gregory John Casamento
c574c6676e Fix issue with test interface function 2021-07-22 17:55:00 -04:00
Gregory John Casamento
f56cf39b0a Add changes to fix fontMenu issue 2021-05-15 18:43:21 -04:00
Gregory John Casamento
028a22cd7b Add help file. 2021-05-10 00:57:30 -04:00
Gregory John Casamento
9df2d1aeb8 Fix merge issues 2021-05-09 02:29:13 -04:00
Gregory John Casamento
f97cfac1c8 Release 1.28.0 2021-05-09 00:20:28 -04:00
Gregory John Casamento
95d77eb982 Add back in encoding/decoding for testing. 2021-05-09 00:08:16 -04:00
Gregory John Casamento
49b98e385d Code cleanup 2021-05-07 06:52:14 -04:00
Gregory John Casamento
d56e7083c5 Remove uneeded encoding/decoding methods in GormDocument 2021-05-07 00:11:51 -04:00
Gregory John Casamento
d2062aeff0 outlets now showing properly when loading a xib file 2021-05-04 21:40:09 -04:00
Gregory John Casamento
feb5608836 Gorm now correctly pulls in objects and assigns them names. 2021-05-04 05:04:59 -04:00
Gregory John Casamento
94955a248a Correctly interpret NSApplication and other top level objects, except NSWindowTemplate. 2021-05-04 05:04:59 -04:00
Gregory John Casamento
63a4b4f456 Work on xib loading support for Gorm 2021-05-04 05:04:59 -04:00
Gregory John Casamento
405c345ab1 Fix issue with class instantiation 2021-05-04 04:57:32 -04:00
Gregory John Casamento
31e68f12e6 Fix issue introduced by 'cleanup' merge where mainMenu no longer hides/unhides itself during/after testing the interface. 2021-04-22 04:34:42 -04:00
Gregory John Casamento
0284554411 Fix memory leak when creating matrix cells using inspector. Do not deactivate / close the editor when matrix is expanded. 2021-04-22 04:05:49 -04:00
Gregory John Casamento
97f1a8e74d Fix issue #11 in Gorm. NSMatrix should now be selectable after initial selection. 2021-04-22 03:32:35 -04:00
Gregory John Casamento
b88467f572 Remove call witch obliterates NSMatrix prototype 2021-04-21 18:33:00 -04:00
Gregory John Casamento
27e6f6b309 Add code to safeguard against crash when NSMatrix has no cells or the prototype is nil 2021-04-21 18:14:56 -04:00
Gregory John Casamento
eb0b0bfbe1 Fix all warnings in Gorm 2021-03-28 18:55:29 -04:00
Gregory John Casamento
01ed525ca7 Add new inspector for matrix cell size 2021-03-28 01:34:15 -04:00
Gregory John Casamento
5d699dd353 Add groupSelectionInMatrix 2021-03-27 01:44:49 -04:00
Gregory John Casamento
b777e0e383 Revert use of fast enumeration 2021-03-10 01:49:46 -05:00
Gregory John Casamento
f9ae7fc326 Fix use of fast enumeration in GormConnectionInspector.m 2021-03-09 13:22:57 -05:00
Gregory John Casamento
1335a20fa5 Fix issue horizontal and vertical resizable settings in Text View 2021-01-28 19:14:02 -05:00
Ahmed Khanzada
ab9810a771 Fixed grammatical error ("All Rights" -> "All rights") 2020-04-20 22:07:14 -07:00
Gregory John Casamento
f6f3aaed80 Release 1.2.26 2020-04-14 14:45:33 -04:00
fredkiefer
fb3a4840e6 * GormCore/GormDocument.m: Remove NSNibConnector duplicating code in gui.
Use [-attachObjects:toParent:] and [-detachObjects:] more often.
2020-03-29 15:10:46 +02:00
Gregory John Casamento
9aeb738c5b Minor cleanup. Remove commented out code. 2020-02-10 06:32:18 -05:00
Sergii Stoian
8ad8ce08a8
Merge branch 'master' into UsabilityEnhancements 2020-01-11 01:30:33 +02:00
Sergii Stoian
da8e911f0b * GormCore/GormInspectorsManager.m (setCurrentInspector:): get width from Inspector's minSize when new minSize is about to be set. 2020-01-05 03:25:20 +02:00
Sergii Stoian
5bcdc44706 * GormCore/GormInspectorsManager.m (setCurrentInspector:): increase height of
inspector panel frame if inspector taller then previous; set minimum size
accordingly.
* Palettes/2Controls/GormNSMatrixInspector.gorm: made inspector content taller
to look better and as a test case for change in GorInspectorManager.
2020-01-04 02:01:36 +02:00
Sergii Stoian
1ce96d0d79 * GormCore/GormConnectionInspector.m (ok:): return on problem with making connection, don't mark document as edited; update "Outlets" browser after makeing changes to connections - updates "connected" image on selected outlet. 2019-12-28 01:13:38 +02:00
Sergii Stoian
35c2b55e35 * GormCore/GormConnectionInspector.m: use custom cell class for "Outlets" browser to draw dimple image on connected outlets. 2019-12-27 02:37:37 +02:00
Sergii Stoian
b04f63b4ff * GormCore/GormInspectorsManager.m (setCurrentInspector:): do not resize inspector
panel on inspector change.
2019-12-23 18:11:52 +02:00
Sergii Stoian
98befb031c * GormCore/GormPalettesManager.m (resizeWithOldSuperviewSize:): new method.
Fixes correct placement of palette view on panel resize.
(init): disable auroresizing of dragView.
2019-12-23 15:48:30 +02:00
Sergii Stoian
f227f3008b * GormCore/GormPalettesManager.m (loadPalette): commented out code that leads to issues with scrolling (although, code supposed to fix issues with scrolling :(). 2019-12-23 13:43:54 +02:00
Sergii Stoian
aff9e80077 * GormCore/GormPalettesManager.m (init): autohide scroller of selection ScrollView. 2019-12-23 02:46:16 +02:00
Sergii Stoian
017bead07a Palette Panel: set window title from original window title of selected palette; window titles were added/fixed for palettes. 2019-12-23 01:46:59 +02:00
Sergii Stoian
55c2c8dfbc * GormCore/GormPalettesManager.m (init): made dragView is not autoresizable to omit problems with palettes visibility. 2019-12-23 01:36:17 +02:00
Sergii Stoian
011d0fda17 GormPalettesManager: palettes selection icons now display selection with white color of selected icon background; removed arrows from scroller; icons are replaced to make selection color visible. 2019-12-23 01:14:25 +02:00
Sergii Stoian
77b6ad3c68 NSSplitViewInspector: fixed size, position, autosize; refuse first responder on matrix cells. 2019-12-21 13:48:29 +02:00
Lars Sonchocky-Helldorf
94816bea7f headers cleaned up: use umbrella headers when using headers from other subprojects (to make PCH easier in the future); umbrella headers created for GormCore, GormObjCHeaderParser, GormPrefs; GNUmakefiles updated accordingly; some stray .cvsignore files deleted 2019-11-03 02:57:39 +01:00
fredkiefer
85247d72a3 * GormCore/GormInspectorsManager.m: Disable menu update during
bulk change.
2019-07-26 23:37:11 +02:00
fredkiefer
d587e3f195 Add .gitignore.
Fix a few compiler warnings.
2019-07-26 21:29:00 +02:00
Gregory John Casamento
6a42c50648 Commit before release 2019-02-07 02:15:01 -05:00
David Chisnall
04554d25c8 Fix accidental variable shadowing.
We were looking up the ivar, but then not using the result, so got null
pointer dereferences later.

This should have been caught by normal compiler warnings, but apparently
Gorm turns them off.
2019-02-03 09:23:14 +00:00
fredkiefer
0d3ab06c92 * GormCore/GormDocument.m: Fix wrong string type in David Chisnall
fix for the new libobjc.
2019-01-25 13:14:55 +01:00