Commit graph

606 commits

Author SHA1 Message Date
Gregory John Casamento
0909019340 Cleanup
Some checks failed
CI / Ubuntu x64 Clang gnustep-1.9 (push) Has been cancelled
CI / Ubuntu x64 Clang gnustep-2.0 (push) Has been cancelled
CI / Ubuntu x64 GCC (push) Has been cancelled
2025-02-01 22:54:47 -05:00
Gregory John Casamento
fba4c6a94d Slightly improve and optimize code 2025-01-31 00:35:35 -05:00
Gregory John Casamento
f39a2644f6 Update version 2025-01-05 01:06:51 -05:00
Gregory John Casamento
f6d8c3999b Cleanup the generic object inspector, fix issues in GormDocument, add outlets to IBInspector 2025-01-01 16:20:59 -05:00
Gregory John Casamento
42bab95e08 Remove border from editor image 2024-12-31 00:03:38 -05:00
Gregory John Casamento
c73df41cb6 Add image 2024-12-30 04:27:39 -05:00
Gregory John Casamento
6530a93535 Remove uneeded class 2024-12-30 04:03:49 -05:00
Gregory John Casamento
9be9b24dd8 Update image 2024-12-30 04:02:34 -05:00
Gregory John Casamento
a4a3a6efb8 Add init and remove debug logs 2024-12-29 12:01:03 -05:00
Gregory John Casamento
323e94d0f8 Update columns 2024-12-29 10:19:17 -05:00
Gregory John Casamento
294c88427a Add items to recurse down in outline view datasource 2024-12-29 06:10:10 -05:00
Gregory John Casamento
faa7726c91 Update objects, turn off editors when refreshing the outlineview 2024-12-29 01:50:30 -05:00
Gregory John Casamento
ffa7cf75e5 Add columns to the outline view for objects 2024-12-29 01:19:38 -05:00
Gregory John Casamento
db124f0b94 Display data from outline view 2024-12-28 03:05:10 -05:00
Gregory John Casamento
226d5d3067 Update controller / document. Add outlineView 2024-12-27 21:49:16 -05:00
Gregory John Casamento
77497d00ff Update GormDocument and GormObjectOutlineView files 2024-12-27 08:19:32 -05:00
Gregory John Casamento
00a962677a Got containing view working for outline/icon view of objects 2024-12-27 07:40:23 -05:00
Gregory John Casamento
07d7b65a27 Add .gorm file 2024-12-27 06:08:10 -05:00
Gregory John Casamento
85552db43e Add OCProperty 2024-12-27 04:02:24 -05:00
Gregory John Casamento
5b5ca6c09b Update view controller 2024-12-26 08:59:47 -05:00
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