Commit graph

1952 commits

Author SHA1 Message Date
Gregory John Casamento
1f88190408 Fix autoenable items issue 2024-11-18 18:35:11 -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 Casamento
e9be2214d2
Merge pull request #41 from gnustep/fix_inspector
redo vertical checkbox button
2024-09-19 21:08:49 -04:00
Gregory Casamento
d81faa87fb Update gorm file for inspector 2024-09-19 21:08:09 -04:00
Riccardo Mottola
3781b7f904 redo vertical checkbox button 2024-09-19 23:43:10 +02:00
Gregory John Casamento
be0dbc5167 Update gorm file for NSProgressIndicator to fix spacing issue 2024-08-08 21:55:21 -04:00
Gregory John Casamento
427831b439 Update makefile 2024-05-30 01:10:32 -04:00
Gregory John Casamento
4b9644debd Add documentation files 2024-05-30 00:46:36 -04:00
Gregory John Casamento
83364fb5be Make nib able to save again now that we know what was wrong with loading and saving 2024-04-11 06:11:18 -04:00
Gregory John Casamento
76944c1a21 Fix spelling mistake 2024-04-04 19:04:48 -04:00
Gregory Casamento
299e9a1b4d
Update README.md 2024-03-30 12:11:01 -04:00
Gregory John Casamento
1cc97aca43 Merge branch 'master' of github.com:gnustep/apps-gorm 2024-03-27 20:58:19 -04:00
Gregory John Casamento
c0d0b6998f Update workflow and clean up dependencies.sh 2024-03-27 20:58:12 -04:00
Gregory Casamento
c97b26a243
Update README.md
Add badge
2024-03-27 20:45:00 -04:00
Gregory John Casamento
379368c268 Fix script 2024-03-27 20:38:13 -04:00
Gregory John Casamento
87791b7386 Fix script 2024-03-27 20:35:48 -04:00
Gregory John Casamento
e071a25426 Fix workflow 2024-03-27 20:34:29 -04:00
Gregory John Casamento
57b563cb6e Update script to build gui as well 2024-03-27 20:33:02 -04:00
Gregory John Casamento
80df78b6bd Make executable 2024-03-27 20:21:50 -04:00
Gregory John Casamento
694a3db05e Remove temp file 2024-03-27 20:20:00 -04:00
Gregory John Casamento
54ae781566 Add CI for Gorm 2024-03-27 20:19:29 -04: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
1c6e994e4f Move changelog back to the top 2024-01-11 11:46:29 -05:00
Gregory John Casamento
4ee131dbda Update nib loader to fix issues with saving a gorm file from a nib 2024-01-10 20:17:31 -05:00
Gregory John Casamento
fe40179309 Add comment 2024-01-08 03:23:40 -05: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
caac34a99c Update version 2023-12-30 09:26:52 -05:00
Gregory John Casamento
31055ae079 Update version number stored in .gorm file 2023-12-28 12:16:36 -05:00
Gregory John Casamento
8c5beb7c58 Clean-up and add some documentation 2023-12-18 03:39:19 -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
b919cbb709 Add code to pull object from map so that connections work properly 2023-12-16 12:41:08 -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
9aafafb26c Update ivars in gmodel loader 2023-12-14 17:08:57 -05:00
Gregory John Casamento
a321bf50bc Fix ivars to make them use _ which is more standard 2023-12-14 13:56:33 -05:00
Gregory John Casamento
68f37e4626 Some cleanup 2023-12-14 12:54:53 -05:00
Gregory John Casamento
67fcd40ecf Change ivar declarations to be more standard 2023-12-14 12:50:00 -05:00
Gregory John Casamento
232bfcecce Override the initWithContentsOfFile:ofType: method so that it will not call NSRunAlertPanel 2023-12-13 04:44:32 -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
7ffe4dd25b Cleanup code 2023-12-13 01:02:03 -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