Gregory John Casamento
|
57d6be305b
|
Implement copyWithZone and mutableCopyWithZone
|
2020-01-26 21:53:28 -05:00 |
|
Gregory John Casamento
|
b41444e4c4
|
Correct errors and begin implementation of copy methods
|
2020-01-26 16:26:47 -05:00 |
|
Gregory John Casamento
|
15a2b03eab
|
Add setters and getters in NSMutableFontCollection
|
2020-01-26 14:42:25 -05:00 |
|
Gregory John Casamento
|
73bbad4059
|
Initial implementation of NSFontCollection methods.
|
2020-01-25 19:14:17 -05:00 |
|
Gregory John Casamento
|
479dca0b6d
|
Remove from NSFontCollection.m
|
2020-01-25 17:49:42 -05:00 |
|
Gregory John Casamento
|
d4bffaa399
|
Remove duplicate declaration
|
2020-01-25 17:36:25 -05:00 |
|
Gregory John Casamento
|
0cf034176d
|
Add new AppKit numbers.
|
2020-01-25 17:35:36 -05:00 |
|
Gregory John Casamento
|
607861def6
|
Move constants to extern.m
|
2020-01-25 17:25:55 -05:00 |
|
Gregory John Casamento
|
2f50bad42f
|
Update gitignore
|
2020-01-25 13:19:33 -05:00 |
|
fredkiefer
|
11590c680d
|
Add changelog entry for changes.
|
2020-01-24 23:04:20 +01:00 |
|
fredkiefer
|
8a000a6ce2
|
Remove useless code as the real object is at that time nil.
|
2020-01-24 22:59:41 +01:00 |
|
fredkiefer
|
db57ab7885
|
Replace the NSWindowTemplate5 by the runtime attribute @"NSWindowTemplate.visibleAtLaunch"
|
2020-01-24 21:47:49 +01:00 |
|
fredkiefer
|
8c08f0c4b3
|
Move XIB type detection from GSXibLoader to GSXIBKeyedUnarchiver.
|
2020-01-24 17:30:28 +01:00 |
|
fredkiefer
|
3541c564e6
|
Fix typo spotted by Greg.
|
2020-01-24 16:51:36 +01:00 |
|
fredkiefer
|
978c58bcde
|
HACK to get KVO to work on the array controller class.
|
2020-01-24 16:50:47 +01:00 |
|
fredkiefer
|
3ac76af826
|
Move toolbar ivar from NSWindowTemplate5 to NSWindowTemplate.
|
2020-01-22 20:29:19 +01:00 |
|
fredkiefer
|
eae3f9e991
|
Add proper handling of code pages in RTF parsing.
|
2020-01-22 16:54:25 +01:00 |
|
Gregory Casamento
|
22612a641c
|
Merge pull request #47 from gnustep/NSTouchBar_branch
NSTouchBar branch
|
2020-01-20 16:47:17 -05:00 |
|
Gregory John Casamento
|
2c3e755825
|
Move storyboard stuff to storyboard branch
|
2020-01-20 15:59:25 -05:00 |
|
Gregory John Casamento
|
b9c8e8d78b
|
Merge branch 'master' of github.com:gnustep/libs-gui
|
2020-01-20 15:55:05 -05:00 |
|
Gregory John Casamento
|
de1c66bf7f
|
Merge branch 'NSAppearance_branch'
|
2020-01-20 15:54:44 -05:00 |
|
Gregory John Casamento
|
1e2d243735
|
Start on storyboard
|
2020-01-20 15:52:31 -05:00 |
|
Gregory John Casamento
|
d507e88dec
|
Add skeletons
|
2020-01-20 15:48:02 -05:00 |
|
fredkiefer
|
60fc987fb7
|
Fix compiler warnings
|
2020-01-20 20:57:32 +01:00 |
|
Gregory John Casamento
|
ca35ae6a22
|
Merge branch 'master' into NSTouchBar_branch
|
2020-01-20 14:44:14 -05:00 |
|
Gregory John Casamento
|
6accd98088
|
Take out implemented classes
|
2020-01-20 14:42:06 -05:00 |
|
Fred Kiefer
|
2350210dfe
|
Merge pull request #39 from gnustep/xib_document
Xib document
|
2020-01-20 20:05:06 +01:00 |
|
fredkiefer
|
e2c59a7bee
|
Merge branch 'master' into xib_document
|
2020-01-20 19:12:15 +01:00 |
|
fredkiefer
|
09853bffc8
|
Fix indentation
|
2020-01-20 19:10:15 +01:00 |
|
Gregory John Casamento
|
d0ebeef85b
|
Fix missing file.
|
2020-01-20 10:24:22 -05:00 |
|
Gregory Casamento
|
08c7bbdeaf
|
Merge pull request #46 from gnustep/NSDataAsset_branch
NSDataAsset branch
|
2020-01-19 20:44:18 -05:00 |
|
Gregory John Casamento
|
08cf9c3545
|
fix years
|
2020-01-19 20:43:49 -05:00 |
|
Gregory John Casamento
|
765e9bfecd
|
Change NSString to NSDataAssetName.
|
2020-01-19 20:42:40 -05:00 |
|
Gregory Casamento
|
25bdc6e89c
|
Merge pull request #45 from gnustep/NSAppearance_branch
NSAppearance branch
|
2020-01-19 20:19:28 -05:00 |
|
Gregory John Casamento
|
6ea82bad5f
|
Merge branch 'master' of github.com:gnustep/libs-gui into NSAppearance_branch
|
2020-01-19 20:15:47 -05:00 |
|
Gregory John Casamento
|
e79cc79402
|
Fix year
|
2020-01-19 20:15:14 -05:00 |
|
Gregory John Casamento
|
9919d63d29
|
Add dealloc
|
2020-01-19 16:11:06 -05:00 |
|
fredkiefer
|
bc7c0262c5
|
Clean up the old XIB loading code.
|
2020-01-19 18:52:36 +01:00 |
|
fredkiefer
|
46ea0fb36d
|
Merge branch 'master' into xib_document
# Conflicts:
# ChangeLog
|
2020-01-19 17:24:04 +01:00 |
|
fredkiefer
|
42d771d589
|
Get master to guild again after breakage of last commit.
|
2020-01-19 17:21:51 +01:00 |
|
fredkiefer
|
50bc834ddc
|
Add decoding of binding options and handle bindings to arrays
with transformations correctly.
|
2020-01-19 13:08:58 +01:00 |
|
Gregory John Casamento
|
c31ec536a2
|
NSNibOutletConnector and NSNibControlConnector classes added
|
2020-01-18 19:24:41 -05:00 |
|
fredkiefer
|
00bb2396a6
|
Diverse imporvements to get my XIB5 test application running.
|
2020-01-18 16:03:24 +01:00 |
|
Gregory John Casamento
|
7ba1d5f570
|
ASSIGN in initWithCoder:
|
2020-01-17 17:45:41 -05:00 |
|
Gregory John Casamento
|
a6c7d1d8fc
|
Add NSDataAsset
|
2020-01-17 17:34:43 -05:00 |
|
Gregory John Casamento
|
0b23edea63
|
Add dealloc
|
2020-01-17 17:29:58 -05:00 |
|
Gregory John Casamento
|
810232cdad
|
Correct some additional issues
|
2020-01-17 10:06:00 -05:00 |
|
Gregory John Casamento
|
9f2869bc82
|
Fix a couple of Fred's concerns.
|
2020-01-17 08:20:33 -05:00 |
|
Gregory John Casamento
|
e17c1287b3
|
Encoding
|
2020-01-15 10:39:44 -05:00 |
|
Gregory John Casamento
|
0a402df303
|
Implement copy
|
2020-01-15 10:02:58 -05:00 |
|