ethanc8
|
affa447f7d
|
Declare <NSSplitViewDelegate> as a protocol instead of a category.
|
2023-12-31 19:19:29 -06:00 |
|
ethanc8
|
24908dc0f3
|
Add IDE files to .gitignore
|
2023-12-31 17:38:01 -06:00 |
|
ethanc8
|
ea6c43911f
|
Add beginSheet:completionHandler:-related methods:
-[NSWindow beginSheet:completionHandler:]
-[NSAlert beginSheetModalForWindow:completionHandler:]
|
2023-12-31 17:37:07 -06:00 |
|
Gregory John Casamento
|
969fe4c870
|
Add getting, additional change from branch, quick fix
|
2023-12-28 11:20:12 -05:00 |
|
Gregory Casamento
|
a5f92ecb8b
|
Merge pull request #233 from gnustep/NSShadow_issue217_nsgraphicscontext
|
2023-12-28 11:18:14 -05:00 |
|
Fred Kiefer
|
3a6dce02be
|
Remove some gcc compiler warnings
|
2023-12-28 14:45:16 +01:00 |
|
Fred Kiefer
|
7fce63432a
|
* Documentation/manual/AppKit.texi: Move table of contents outside
of title page. This fixes building the documentation with newer texinfo.
|
2023-12-28 13:53:41 +01:00 |
|
Gregory John Casamento
|
9fab419042
|
Add shadow method to NSGraphicsContext and add set method to NSShadow
|
2023-12-28 06:47:25 -05:00 |
|
Gregory John Casamento
|
345b1b4065
|
Add call to setter as suggested by @fredkiefer
|
2023-12-27 12:37:33 -05:00 |
|
Gregory Casamento
|
79fd2c8c43
|
Merge pull request #229 from gnustep/NSShadow_implementation_issue217
Update NSView with setShadow:/shadow methods
|
2023-12-27 12:26:21 -05:00 |
|
Gregory John Casamento
|
7be6c722e4
|
Add RETAIN, per review from @fredkiefer
|
2023-12-27 12:20:54 -05:00 |
|
Gregory John Casamento
|
874515c5b7
|
Add RETAIN, per review from @fredkiefer
|
2023-12-27 12:19:48 -05:00 |
|
Gregory John Casamento
|
ff90453263
|
Fix indentation issue and remove uneeded local var, per review from @fredkiefer
|
2023-12-27 12:17:48 -05:00 |
|
Gregory John Casamento
|
d98a52924e
|
Update ChangeLog with latest additions
|
2023-12-27 10:18:45 -05:00 |
|
Gregory John Casamento
|
4e4755c533
|
Remove uneeded comments
|
2023-12-26 11:53:38 -05:00 |
|
Gregory John Casamento
|
cb4987ff47
|
Minor cleanup in NSView, add code to get NSShadowHoriz, NSShadowVert
|
2023-12-26 11:43:33 -05:00 |
|
Gregory John Casamento
|
702f7bb9af
|
Untabify, add shadow keys for vert, color, horiz
|
2023-12-26 10:32:46 -05:00 |
|
Gregory John Casamento
|
468030a982
|
Add correct key for the NSShadow object which is NSViewShadow
|
2023-12-24 16:48:41 -05:00 |
|
Gregory John Casamento
|
70019a695a
|
Add decoding logic for shadow to NSView
|
2023-12-24 16:16:52 -05:00 |
|
Gregory John Casamento
|
9cb00ba871
|
Add ivar for shadow
|
2023-12-24 13:59:12 -05:00 |
|
Gregory John Casamento
|
33d66e0ddc
|
Update NSView with setShadow:/shadow methods
|
2023-12-24 13:28:08 -05:00 |
|
Gregory John Casamento
|
3f30d139bc
|
Quick fix, resolves issue #153: Remove incorrect decoding of constraint
|
2023-12-22 16:47:40 -05:00 |
|
Gregory Casamento
|
8abe12b9ca
|
Merge pull request #216 from gnustep/fix_xib_custom_class_loading
|
2023-12-17 12:18:07 -05:00 |
|
Gregory John Casamento
|
3e6a12f367
|
Merge branch 'master' into fix_xib_custom_class_loading
|
2023-12-16 08:39:07 -05:00 |
|
Gregory John Casamento
|
d9fa73870a
|
Fix handling of custom classes for XIB v5. This corrects an issue in Gorm as well
|
2023-12-16 08:00:33 -05:00 |
|
Gregory Casamento
|
508d2981be
|
Update CODEOWNERS
Fix fred's ID here.
|
2023-12-14 12:30:05 -05:00 |
|
Gregory John Casamento
|
e28e27ff08
|
Update CODEOWNERS
|
2023-12-13 14:33:09 -05:00 |
|
Riccardo Mottola
|
e5c346351c
|
doc fixes
|
2023-12-12 21:37:09 +01:00 |
|
Gregory Casamento
|
abb5c10031
|
Merge pull request #212 from gnustep/remove_respondsToSelector_awakeFromNib
|
2023-11-27 16:06:54 -05:00 |
|
Gregory John Casamento
|
30ceeaea8b
|
Update changelog
|
2023-11-27 07:15:50 -05:00 |
|
Gregory John Casamento
|
3efb4ce9f3
|
Update per comments by @fredkiefer
|
2023-11-27 06:58:43 -05:00 |
|
Gregory John Casamento
|
87a73db572
|
Update calls to awakeFromNib and add call to prepareForInterfaceBuilder if we are in Gorm
|
2023-11-27 02:26:16 -05:00 |
|
Gregory John Casamento
|
8601d4f6c3
|
update changelog
|
2023-11-25 23:58:14 -05:00 |
|
Gregory John Casamento
|
2ac900c1f9
|
Merge branch 'master' of github.com:gnustep/libs-gui
|
2023-11-25 10:15:42 -05:00 |
|
Gregory John Casamento
|
1be1140313
|
Improvements to documentation
|
2023-11-25 10:15:36 -05:00 |
|
Gregory Casamento
|
91f55d7aee
|
Merge pull request #210 from gnustep/NSNibLoading_awakeFromNib_issue-base-352
|
2023-11-25 10:00:26 -05:00 |
|
Gregory John Casamento
|
41d33467b0
|
Add details about theming, some slight corrections
|
2023-11-25 09:42:28 -05:00 |
|
Gregory John Casamento
|
196925aeda
|
Add details about theming, some slight corrections
|
2023-11-25 09:41:26 -05:00 |
|
Gregory John Casamento
|
e7ab793e96
|
Update manual for backend and interface files
|
2023-11-25 09:28:12 -05:00 |
|
Gregory John Casamento
|
cd927fcd69
|
Update interfacefiles chapter in PDF documentation
|
2023-11-25 09:06:53 -05:00 |
|
Gregory John Casamento
|
8c421a3c8e
|
Add method -prepareForInterfaceBuilder since it is in the same place as awakeFromNib and is trivial to add, this method will be useful in Gorm in the future
|
2023-11-24 22:22:14 -05:00 |
|
Gregory John Casamento
|
4b3014922c
|
Move awakeFromNib implementation to NSObject instead of NSView, as discussed in the documentation
|
2023-11-24 21:32:15 -05:00 |
|
Riccardo Mottola
|
bb7304e449
|
add and improve some italian translations
|
2023-11-22 17:32:34 +01:00 |
|
Riccardo Mottola
|
bdcced992c
|
fix redundant semicolons
|
2023-11-20 22:43:49 +01:00 |
|
Riccardo Mottola
|
f10a62cba6
|
fix header info
|
2023-11-20 22:41:11 +01:00 |
|
Riccardo Mottola
|
35aa22588a
|
add IBOutlet and IBAction to doc WordList
|
2023-11-20 22:25:37 +01:00 |
|
Riccardo Mottola
|
76c2cb1391
|
fix incorrect signature
|
2023-11-20 22:25:13 +01:00 |
|
Riccardo Mottola
|
2127eff64b
|
put doc ignore on compatibility definitions
|
2023-11-20 22:24:53 +01:00 |
|
Riccardo Mottola
|
08411ea68f
|
fix some trailing semicolons
|
2023-11-17 16:53:43 +01:00 |
|
rfm
|
fb358c3b03
|
Fix missing semicolon
|
2023-11-14 21:36:12 +00:00 |
|