Commit graph

1834 commits

Author SHA1 Message Date
Gregory John Casamento
f56cf39b0a Add changes to fix fontMenu issue 2021-05-15 18:43:21 -04:00
Gregory John Casamento
407a0403ad Add menu to NSFontManager object using setFontMenu: in menus palette 2021-05-15 02:04:15 -04:00
Gregory John Casamento
028a22cd7b Add help file. 2021-05-10 00:57:30 -04:00
Gregory John Casamento
0721cec4a7 Add new version 2021-05-09 02:35:26 -04:00
Gregory John Casamento
9df2d1aeb8 Fix merge issues 2021-05-09 02:29:13 -04:00
Gregory John Casamento
e843b2a848 Release 1.2.28 - Minor fix 2021-05-09 00:38:00 -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
ee2bd354da Minor changes 2021-05-06 23:46:06 -04:00
Gregory John Casamento
a7fb78ecd0 Fix issue with NSNibControlConnector handling in XIB loading routine. 2021-05-06 23:15:48 -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
db60b6ec8b Merge branch 'xib_loading' of github.com:gnustep/apps-gorm into xib_loading 2021-05-04 05:05:21 -04:00
Gregory John Casamento
c6e216f2f2 Changes to fix custom class handling. 2021-05-04 05:04:59 -04:00
Gregory John Casamento
a55f961f1c Code cleanup. Changes to handle connections. 2021-05-04 05:04:59 -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
3c81d4b83a Code to add window to top level objects when reading XIB file in GormXibWrapperLoader 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
99d9d529ed Add custom object replacement class in archiver 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
633129e3e6 Changes to fix custom class handling. 2021-05-03 11:38:48 -04:00
Gregory John Casamento
f22edb4021 Code cleanup. Changes to handle connections. 2021-04-29 20:49:15 -04:00
Gregory John Casamento
3f8ad5fd07 Gorm now correctly pulls in objects and assigns them names. 2021-04-28 19:03:27 -04:00
Gregory John Casamento
5cce7fc2aa Merge branch 'master' of github.com:gnustep/apps-gorm into xib_loading 2021-04-28 11:26:51 -04:00
Gregory John Casamento
982e665286 Code to add window to top level objects when reading XIB file in GormXibWrapperLoader 2021-04-23 06:48:09 -04:00
Gregory John Casamento
5a8a22c027 Correctly interpret NSApplication and other top level objects, except NSWindowTemplate. 2021-04-23 06:35:50 -04:00
Gregory John Casamento
9a8bed57ff Improve memory management when it deletes cells from an NSMatrix instance 2021-04-22 08:29:56 -04:00
Gregory John Casamento
54fd3f7f35 Add custom object replacement class in archiver 2021-04-22 07:25:53 -04:00
Gregory John Casamento
71fff69429 Work on xib loading support for Gorm 2021-04-22 05:58:49 -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
cc3345990d Fix linker error due to same category name 2021-03-28 17:43:06 -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
Gregory John Casamento
03c6009a4f More fixes for repair mode. 2020-10-14 17:58:05 -04:00
Gregory John Casamento
7b02f0b67b Add NSMainNibFile to avoid warning. 2020-08-02 12:18:36 -04:00
Gregory John Casamento
6955f529c6 Fix compilation errors 2020-07-17 11:26:31 -04:00
Gregory John Casamento
5dd3a8bb90 Conform a little better to standards. 2020-07-09 18:38:32 -04:00
Gregory John Casamento
ac9f09db84 Reinstate repair mode and add code to get rid of hard action/target settings 2020-07-09 18:22:50 -04:00
Gregory Casamento
b7c07ebcb3
Merge pull request #7 from enzuru/fix-all-rights-grammar-error
Fixed grammatical error ("All Rights" -> "All rights")
2020-04-22 23:33:20 -04:00
Ahmed Khanzada
ab9810a771 Fixed grammatical error ("All Rights" -> "All rights") 2020-04-20 22:07:14 -07:00