Commit graph

8801 commits

Author SHA1 Message Date
Gregory John Casamento
626c48977a Fix compilation error 2020-07-06 08:30:35 -04:00
Gregory John Casamento
59220e6beb Refactor transform to a different class 2020-07-06 08:15:34 -04:00
Gregory John Casamento
a0afee8fb1 Update comment 2020-07-06 05:35:46 -04:00
Gregory John Casamento
73b03350b6 Remove comments and make improvements to code suggested by fred 2020-07-06 04:40:36 -04:00
Gregory John Casamento
596ee3a0b6 Call generic methods properly from less generic ones. 2020-07-05 23:22:22 -04:00
Gregory John Casamento
b8b88a7579 Add setTitle call to modal. 2020-07-05 23:09:07 -04:00
Gregory John Casamento
1ed5ff16e4 Correct some formatting. 2020-07-05 23:06:53 -04:00
Gregory John Casamento
ca72a59467 Fix some minor issues 2020-07-05 22:58:04 -04:00
Gregory John Casamento
2cd0585079 Make some changes to XPaths to make things a little more efficient. 2020-07-05 22:56:25 -04:00
Gregory John Casamento
647dd1095b Add fast enum for the second loop 2020-07-05 22:31:59 -04:00
Gregory John Casamento
2ed95a86b9 Use fast enumeration 2020-07-05 21:12:02 -04:00
Gregory John Casamento
93fe3a260c Corrections suggested by Fred 2020-07-05 20:42:35 -04:00
Gregory John Casamento
6ddb3b0233 Fix small memory issue 2020-07-05 14:02:20 -04:00
Gregory John Casamento
4fca61ede1 Center window 2020-07-05 13:59:48 -04:00
Gregory John Casamento
ae1be325cb Remove GSStoryboard... class 2020-07-05 13:33:04 -04:00
Gregory John Casamento
6bf724ab47 External storyboards are now working 2020-07-05 12:39:34 -04:00
Gregory John Casamento
fa9f75073e Improve logic when finding and showing controller 2020-07-05 12:07:28 -04:00
Gregory John Casamento
cdc934484b Add placeholder logic 2020-07-05 11:14:13 -04:00
Gregory John Casamento
fb2c219a8c Add beginnings of placeholder logic 2020-07-04 17:30:43 -04:00
Gregory John Casamento
1e565994cd Center modal window 2020-07-04 15:14:48 -04:00
Gregory John Casamento
41460c80c5 Fix issues with controller instantiation 2020-07-04 14:55:08 -04:00
Gregory John Casamento
7d92caca6f Segue partially working. Commit existing changes 2020-07-04 13:01:26 -04:00
Gregory John Casamento
486ab5bd5b Merge changes made by Fred to fix NSTabView. 2020-07-03 15:42:38 -04:00
fredkiefer
c66019024f * Source/GSXib5KeyedUnarchiver.m (alternateName:): Be more careful
when chopping of part of the name.
2020-07-03 19:37:45 +02:00
fredkiefer
56047d27e6 Add missing MacOSX methods. 2020-07-03 16:50:20 +02:00
Gregory John Casamento
d4cc1745d4 Relationship segue implemented. 2020-07-02 16:39:40 -04:00
Gregory John Casamento
11b5b4d2d6 Add proxy objects to perform segue 2020-07-02 13:24:48 -04:00
Gregory John Casamento
435d688e98 Merge branch 'master' into NSStoryboard_branch2 2020-06-28 08:05:54 -04:00
Gregory John Casamento
df3eaafdf3 Fix issue mentioned by fred. 2020-06-28 08:05:07 -04:00
Riccardo Mottola
16e5e53bbc Merge branch 'master' of https://github.com/gnustep/libs-gui 2020-06-26 20:33:50 +02:00
Riccardo Mottola
2028f31d0c Improve some Italian translations 2020-06-26 20:29:10 +02:00
Gregory John Casamento
a1776f21da Merge branch 'master' into NSStoryboard_branch2 2020-06-24 12:37:07 -04:00
Fred Kiefer
4ba4634471
Merge pull request #66 from gnustep/NSWindow_setIsVisible_branch
Add setIsVisible method.  It is 10.0 and was missing for some reason.
2020-06-24 18:17:25 +02:00
Gregory John Casamento
562e1868b3 Add setIsVisible method. It is 10.0 and was missing for some reason. 2020-06-24 11:13:38 -04:00
Gregory John Casamento
a1e470341c Hot fixes: Failure to close extern 'c' section in NSPathControlItem.h corrected. Replace 'or' with 'orientation' as some compilers will reject this as a reserved word. 2020-06-24 10:28:49 -04:00
Gregory John Casamento
a405498686 Fixes for XIB file loading and Storyboards. 2020-06-24 10:14:34 -04:00
Gregory John Casamento
c6aa964149 Eliminate NSApplication from being added to topLevelObjects 2020-06-23 15:22:00 -04:00
Gregory John Casamento
d0c1d7f403 This should fix old xibs and correct new ones as well 2020-06-23 15:15:09 -04:00
Gregory John Casamento
b03bcf7e4a Fix for xib loading (NSOwner wasn't being set properly) as well as some advances for storyboard loading. 2020-06-23 09:10:08 -04:00
Gregory John Casamento
3bca6b08aa Minor spelling correction. 2020-06-22 07:52:10 -04:00
Gregory John Casamento
34cd60e043 Remove storyboard specific modifications 2020-06-22 07:50:17 -04:00
Gregory John Casamento
155662d442 Remove detritus. Correct spelling of NSSeguePerforming. 2020-06-22 07:09:39 -04:00
Gregory John Casamento
7a907bea5e Fix issue with crashing when NSStoryboard loads. Change customObjects to proper values for XIB files during transformation. 2020-06-22 07:01:49 -04:00
Gregory John Casamento
4f88808a10 Initial signs of life with Storyboard loading. Able to get menu to load and initial application node. 2020-06-22 02:56:15 -04:00
Gregory John Casamento
ea1667dbe2 Initialize storyboard with document, break it down into scenes. Each scene is, basically, a xib. 2020-06-20 06:58:11 -04:00
Gregory John Casamento
5456b9b5a6 Set main storyboard 2020-06-19 08:53:09 -04:00
Gregory John Casamento
70a3baa428 Load data into NSData for processing in NSStoryboard 2020-06-19 07:45:10 -04:00
Gregory John Casamento
04d131fb44 Remove loader 2020-06-19 07:04:37 -04:00
Gregory John Casamento
d19d780a90 Add skeleton implementation of storyboard. 2020-06-19 05:15:37 -04:00
Gregory John Casamento
9e80fbebbe Add all empty classes make them compile. 2020-06-18 05:42:11 -04:00