Commit graph

62 commits

Author SHA1 Message Date
Gregory John Casamento
359633e4f1 Add GNUmakefile changes
Some checks are pending
CI / Ubuntu x64 Clang gnustep-1.9 (push) Waiting to run
CI / Ubuntu x64 Clang gnustep-2.0 (push) Waiting to run
CI / Ubuntu x64 GCC (push) Waiting to run
2025-02-14 10:09:36 -05:00
Gregory John Casamento
f39a2644f6 Update version 2025-01-05 01:06:51 -05:00
Gregory John Casamento
a66a859e90 Update gorm file to contain the zero format 2024-12-17 14:06:58 -05:00
Gregory John Casamento
92ac127ebc Set the target/action to nil/NULL so that the items are enabled 2024-12-08 23:11:18 -05:00
Gregory Casamento
71114f34c6
Update ControlsPalette.m 2024-12-08 12:53:25 -05:00
Gregory John Casamento
6c0eb26a84 Add header, minor cleanup 2024-12-08 11:17:53 -05:00
Gregory John Casamento
0bd12fd099 Fix for Pull Down/Pop Up issue, correct issue with adding items 2024-12-08 11:09:17 -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
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 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
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 Casamento
d81faa87fb Update gorm file for inspector 2024-09-19 21:08:09 -04: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
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 John Casamento
1c6e994e4f Move changelog back to the top 2024-01-11 11:46:29 -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
334b525f7d Update all ivars in GormAbstractDelegate.[hm] to use underscore 2023-12-14 18:37:24 -05:00
Gregory Casamento
88e923c48d Update GNUmakefiles in Palettes 2023-10-22 13:49:51 -04:00
Riccardo Mottola
eff440116d fix build 2023-09-19 00:32:23 +02:00
Gregory John Casamento
4f54fc35ff Move documentation to top level dir 2023-09-09 19:40:27 -04:00
Gregory John Casamento
f677f3c117 Remove remainder of compiled docs 2023-09-09 19:28:10 -04:00
Gregory John Casamento
c347b1a765 Remove header parser temp files 2023-09-09 19:23:28 -04:00
Gregory John Casamento
4c0b06cc29 Remove temporary docs 2023-09-09 19:21:04 -04:00
Gregory John Casamento
4ffdeb29df Documentation fixes 2023-09-09 19:19:45 -04:00
Gregory John Casamento
1bbc5bb72f Add builder for XIB, add xib model generator, update plist so that xib files can be saved 2023-08-01 11:33:52 -04:00
Gregory Casamento
2d56f7ca31 Change .m files to use local includes so that we don't include installed headers accidentally 2023-07-29 05:21:45 -04:00
Gregory John Casamento
637f83c13d Fix all icons 2023-07-26 23:55:01 -04:00
Gregory John Casamento
8d88506d70 Move images to the proper place for the palette to access them 2023-07-26 19:18:33 -04:00
Gregory John Casamento
c84168951c Silence warning in GormTabViewEditor.m 2023-07-18 18:10:13 -04:00
Gregory John Casamento
8bfb7cfd2f Updates to do translation importing from an XLIFF document 2023-07-17 17:26:32 -04:00
Gregory John Casamento
b164662d3d Move trnslation to GormXLIFFDocument for XLIFF format 2023-07-17 15:20:59 -04:00
Gregory John Casamento
851b12a9c3 Add new connections for XLIFF translation method 2023-07-17 03:27:32 -04:00
Gregory John Casamento
4c31eb5bd3 Add code to import XLIFF from the Gorm GUI 2023-07-17 03:15:39 -04:00
Gregory Casamento
7aaebd54c1
Create README.md 2023-07-16 15:44:25 -04:00
Gregory John Casamento
1ef3691165 Update so that save panel automatically fills in filename and selects default language to the current locale 2023-07-15 19:30:31 -04:00
Gregory John Casamento
08d5367812 Add accessory view and methods to handle doing XLIFF export from Gorm application 2023-07-15 16:54:00 -04:00
Gregory John Casamento
8ce232da73 Add NSViewController to classes plist, update Main Menu 2023-07-14 15:48:13 -04:00
Gregory John Casamento
abdeb60d0c Update info, add category that replaces some methods so that the document can be loaded in the tool 2023-06-30 21:13:56 -04:00
Gregory John Casamento
af4f72f3f5 Fix menu problem with loading palettes 2023-06-28 14:56:39 -04:00
Gregory John Casamento
608ecef8e4 Move menu actions into GormAppDelegate 2023-06-28 08:54:12 -04:00
Gregory John Casamento
91ec1c08c1 Move all model files to GormCore 2023-06-28 08:05:34 -04:00
Gregory John Casamento
17c2d9f9ca Move common functions for delegate into superclass GormAbstractDelegate 2023-06-27 18:30:04 -04:00
Gregory John Casamento
248d81bf74 Fix issues with active document and menu dismissal when testing 2023-06-23 10:21:51 -04:00
Gregory John Casamento
b8dc15cca3 Update delegate 2023-06-21 07:22:24 -04:00
Gregory John Casamento
bc0be9a97c Use GormDocumentController instead of NSDocumentController 2023-06-20 05:42:01 -04:00