Commit graph

1962 commits

Author SHA1 Message Date
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 John Casamento
eab17e9f2f Update number formatter 2024-12-08 00:42:53 -05:00
Gregory John Casamento
ea7307a91b Get rid of NSLog 2024-12-07 20:55:49 -05:00
Gregory Casamento
e302cac81c Add fix for image selection crash 2024-12-07 20:53:03 -05:00
Gregory John Casamento
40020e9016 Fix issue with pull down/pop up. Refresh the button 2024-12-07 20:33:22 -05:00
Gregory John Casamento
0f2d8b63b7 Fix NSPopUpButton pullDown issue. fixes issue#46 and issue#47 2024-12-07 14:22:42 -05:00
Gregory John Casamento
fe66a7ac59 Skeletal outline dataSource for object outlineView 2024-12-05 23:36:10 -05:00
Gregory John Casamento
d08b2326a1 Update popup button inspector 2024-12-05 21:08:51 -05:00
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