Commit graph

586 commits

Author SHA1 Message Date
Gregory John Casamento
f22ba14a5d Add new views 2024-12-25 21:00:46 -05:00
Gregory John Casamento
4a23bc81e0 Cleanup code 2024-12-25 08:17:26 -05:00
Gregory John Casamento
6545df37d5 Merge branch 'master' into object_outline 2024-12-25 06:03:24 -05:00
Gregory John Casamento
8c821843d1 Add capability to handle parsing category from source, fix memory issues 2024-12-25 02:55:27 -05:00
Gregory John Casamento
b43f7542cb Add outlet if it is a property 2024-12-21 21:47:10 -05:00
Gregory John Casamento
0867b6bdae Make number formatter inspector behave better when resized 2024-12-08 09:58:35 -05:00
Gregory John Casamento
98499a895d Fix crash when testing a document without a main menu 2024-12-08 09:16:23 -05:00
Gregory John Casamento
fbbfed2a9a Fix crash when testing a document without a main menu 2024-12-08 00:51:02 -05:00
Gregory Casamento
e302cac81c Add fix for image selection crash 2024-12-07 20:53:03 -05:00
Gregory John Casamento
a6d96cd14a Add new class for outline, update existing classes 2024-12-07 13:14:53 -05:00
Gregory John Casamento
fe66a7ac59 Skeletal outline dataSource for object outlineView 2024-12-05 23:36:10 -05:00
Gregory John Casamento
5c98d82447 Change category name 2024-11-06 19:14:13 -05:00
Gregory John Casamento
57fa7663be Fix issue where some placeholder objects don't respond to NSCoding 2024-11-06 18:59:55 -05:00
Gregory John Casamento
6bef7f73cd Fix for issue found on mailing list with undefined symbol on Ubuntu 2024-03-26 14:16:57 -04:00
Gregory John Casamento
90eb32c36f Move icons for browser and outline to GormCore instead of the Application directory so that they load properly 2023-12-30 09:35:12 -05:00
Gregory John Casamento
31055ae079 Update version number stored in .gorm file 2023-12-28 12:16:36 -05:00
Gregory John Casamento
74ac5fae8e Cleanup, change NSLog to NSDebugLog where appropriate, remove Object from class list since it is obsolete 2023-12-17 14:10:32 -05:00
Gregory John Casamento
21226a0fa3 Fixes for NSFontManager handling 2023-12-17 13:30:16 -05:00
Gregory John Casamento
608c5218ce Update Xib wrapper and class manager to allow better translation of XIB files 2023-12-17 10:54:50 -05:00
Gregory John Casamento
4c2abb1303 Initial fix for gorm<->xib xib<->gorm conversion... 2023-12-16 11:18:41 -05:00
Gregory John Casamento
f5d7f25044 Add dealloc to class inspector 2023-12-15 04:34:21 -05:00
Gregory John Casamento
1072df949f Refactor to use underscore in GormClassInspector 2023-12-15 04:14:27 -05:00
Gregory John Casamento
c4a69baec9 Fix issue with properly hiding windows when calling testInterface: 2023-12-14 19:15:05 -05:00
Gregory John Casamento
334b525f7d Update all ivars in GormAbstractDelegate.[hm] to use underscore 2023-12-14 18:37:24 -05:00
Gregory John Casamento
f346a46a58 Override the initWithContentsOfFile:ofType: method so that it will not call NSRunAlertPanel 2023-12-13 03:58:27 -05:00
Gregory John Casamento
f3aa16ea2f Update testInterface: and --test option in gormtool to allow testing the gui from the command line 2023-12-12 03:00:58 -05:00
Gregory John Casamento
5c3b84748e Add support to test gui in gormtool 2023-12-11 02:32:39 -05:00
Gregory John Casamento
d0879eeb84 Eliminate warnings 2023-11-14 20:47:39 -05:00
Gregory Casamento
01e46d5c6a Cleanup, ignore, or correct warnings 2023-10-22 14:39:24 -04:00
Gregory Casamento
98807d5272 Update GNUmakefiles to correct compilation issues on WIN32 2023-10-22 09:50:49 -04:00
Gregory John Casamento
eda97765d2 Move Plugins so that they link after GormCore is built since this is required on Windows, WIN32 does not support late linking 2023-10-22 08:28:09 -04:00
Gregory John Casamento
a045bde4a1 Update to ignore nil or blank connection ids 2023-09-24 22:10:48 -04:00
Gregory John Casamento
13507ab8d7 Update to handle GormNSPanel which overrides panel when in the app 2023-09-20 12:54:41 -04:00
Gregory John Casamento
dc69034c54 Update to handle if palette is loaded 2023-09-20 11:00:07 -04:00
Riccardo Mottola
eff440116d fix build 2023-09-19 00:32:23 +02:00
Gregory John Casamento
4ffdeb29df Documentation fixes 2023-09-09 19:19:45 -04:00
Gregory John Casamento
14a7d6afdf Merge branch 'master' of github.com:gnustep/apps-gorm 2023-08-27 18:16:37 -04:00
Gregory John Casamento
50a89635fc Fix outline view bug 2023-08-27 18:16:32 -04:00
Gregory John Casamento
df327e7fc6 Fixes for formatters, sliders and other classes, stabilizing changes to prevent crashes 2023-08-27 15:05:47 -04:00
Gregory John Casamento
16123a7dd6 Fix saving of NSSplitView, add 'holdingPriorities' data 2023-08-27 12:12:11 -04:00
Gregory John Casamento
87286cdf55 Fixes to prevent crash when loading XIB containing an NSMatrix object 2023-08-27 10:35:57 -04:00
Gregory John Casamento
8b9e998251 Update code to properly handle NSMatrix encoding 2023-08-26 19:29:21 -04:00
Gregory John Casamento
bffd2246ba Improve handling of switch/checkmark 2023-08-26 10:50:05 -04:00
Gregory John Casamento
36ffbfb84b Fix for issue that breaks GCC build 2023-08-18 06:43:20 -04:00
Gregory John Casamento
2667441458 Add nextKeyView and previousKeyView to excluded keys 2023-08-17 05:39:14 -04:00
Gregory John Casamento
b886cc5343 Exclude intValue and doubleValue keys 2023-08-17 05:24:52 -04:00
Gregory John Casamento
abcb3c461c Fix encoding of menus with submenus to prevent an infinite recursion, fix encoding of NSTabView 2023-08-16 16:18:05 -04:00
Gregory John Casamento
df5e31d87d Add capability to handle all color spaces in NSColorWell 2023-08-16 09:17:26 -04:00
Gregory John Casamento
043b83d8a2 Stop recursion when working with tableViews 2023-08-15 10:44:09 -04:00
Gregory John Casamento
d26139d223 Add code to filter out certain attributes that were causing Xcode to crash when loading the generated xib 2023-08-15 08:20:15 -04:00