Richard Frith-Macdonald
|
ae72ee4593
|
Fix for #243
|
2022-03-07 10:13:44 +00:00 |
|
Gregory Casamento
|
61d14215fa
|
Merge pull request #242 from gnustep/NSCollectionViewLayout_branch
This branch is to support methods needed by NSCollectionView layout methods. Added NSIndexMethods needed.
|
2022-03-07 04:33:31 -05:00 |
|
Gregory John Casamento
|
77e6315e2e
|
Correct issues as discussed in PR by Fred and Richard.
|
2022-03-06 20:59:27 -05:00 |
|
Gregory John Casamento
|
f42def6ea5
|
Add necessary methods to NSIndexPath to support NSCollectionView with layouts. Needed item,section information in NSIndexPath object
|
2022-03-03 02:26:33 -05:00 |
|
Richard Frith-Macdonald
|
ea1575b63c
|
fix bug in testing whether an NSDistantObject responds to selectors.
|
2022-02-25 13:00:55 +00:00 |
|
Gregory John Casamento
|
0fd132fe9f
|
Minor change: Update DocMakefile with all headers.
|
2022-02-21 14:47:08 -05:00 |
|
Frederik Seiffert
|
b6740f0f6c
|
Fix some checks when using ICU DLL from Windows 10
|
2022-02-18 19:06:54 +01:00 |
|
rfm
|
7187cab003
|
Merge pull request #240 from triplef/instancetype-and-generics
Annotated various methods with instancetype and generics
|
2022-02-18 11:52:44 +00:00 |
|
Richard Frith-Macdonald
|
0b1a2d4d66
|
Tidy positioning of semicolon to be inside IF_NO_ARC() macros so it won't appear in the source when compiled with ARC
|
2022-02-17 10:21:36 +00:00 |
|
Richard Frith-Macdonald
|
c76ebf2962
|
Replaced IF_NO_GC() macro calls with the more descriptive IF_NO_ARC()
and deprecate it. Searched for and removed obsolete references to
garbage collection in comments and documentation.
|
2022-02-17 10:08:18 +00:00 |
|
Richard Frith-Macdonald
|
6837924e60
|
Provde more informative debug output when TLS handshake fails
|
2022-02-17 09:05:49 +00:00 |
|
Frederik Seiffert
|
829a39663c
|
Annotated various methods with generics
|
2022-02-14 12:44:35 +01:00 |
|
Frederik Seiffert
|
20152fc291
|
Update NSString header to use "instancetype".
|
2022-02-14 10:15:09 +01:00 |
|
Richard Frith-Macdonald
|
3bc05ad580
|
Patch by Larry Campvell for git #237
|
2022-02-12 13:06:23 +00:00 |
|
Richard Frith-Macdonald
|
a89dc604dd
|
Fix minor debug logging error
|
2022-02-11 17:39:47 +00:00 |
|
Richard Frith-Macdonald
|
e9ed77fb68
|
Fixups for memory amangement and thread safety issues
|
2022-01-31 16:57:10 +00:00 |
|
Richard Frith-Macdonald
|
f1b3144209
|
Rewrite last change to be a little more efficient
|
2022-01-31 12:18:24 +00:00 |
|
Richard Frith-Macdonald
|
f3344628e5
|
fix for arrya constant
|
2022-01-30 17:24:32 +00:00 |
|
rfm
|
3e6284ab39
|
Merge pull request #234 from svgol/bug_NSURL_using_cache
use handle from the cache only if the caller asked
|
2022-01-30 08:38:47 +00:00 |
|
Sergei Golovin
|
cce60ccc51
|
* use handle from the cache only if the caller asked
|
2022-01-30 06:54:56 +04:00 |
|
Frederik Seiffert
|
6657796e15
|
Use GSNativeChar where applicable
|
2022-01-26 10:33:33 +01:00 |
|
Frederik Seiffert
|
1aab02b622
|
Fix NSTemporaryDirectory() returning path with backslashes on Windows
|
2022-01-26 10:33:33 +01:00 |
|
Frederik Seiffert
|
542d870302
|
Fix time zone lookup on Windows MSVC by converting Windows timezone name to IANA identifier
|
2022-01-26 10:33:33 +01:00 |
|
rfm
|
93d4c634e5
|
Merge pull request #231 from levinli303/master
Add localized names for string encoding aliases
|
2022-01-17 14:10:07 +00:00 |
|
Levin Li
|
096a5bb7ac
|
Add localized names for aliases
|
2022-01-16 12:51:54 +08:00 |
|
Gregory Casamento
|
9c129a1e7f
|
Merge pull request #207 from Fokka-Engineering/swift-compatibility
|
2022-01-09 12:31:17 -05:00 |
|
Gregory Casamento
|
31b9b7228b
|
Merge pull request #230 from gnustep/NS_INLINE_Change
|
2022-01-08 18:28:18 -05:00 |
|
Gregory John Casamento
|
28f5c4fb50
|
Definition of NS_INLINE
|
2022-01-08 16:09:45 -05:00 |
|
Richard Frith-Macdonald
|
bed2935a7e
|
change to avoid compiler warning
|
2022-01-04 12:57:55 +00:00 |
|
Richard Frith-Macdonald
|
cc38a942f2
|
Restore Canonical names of gnustep extension encodings
|
2022-01-04 12:46:56 +00:00 |
|
Richard Frith-Macdonald
|
81ad2f403b
|
Reinstate removed string encodings.
|
2022-01-04 10:12:58 +00:00 |
|
Fred Kiefer
|
e6fc2740a2
|
Merge pull request #228 from levinli303/simplified-chinese
Add support for Simplified Chinese
|
2021-12-31 11:19:30 +01:00 |
|
Fred Kiefer
|
d7dc4d5323
|
Merge pull request #227 from levinli303/master
Complete string encoding localization
|
2021-12-31 11:18:10 +01:00 |
|
Levin Li
|
e9a21ffd2b
|
Fix test failure by adding memset
|
2021-12-31 15:18:04 +08:00 |
|
Levin Li
|
f6ecddaaf8
|
Add to GNUmakefile
|
2021-12-30 23:15:53 +08:00 |
|
Levin Li
|
d971813d2a
|
Add test for zh-Hans_CN
|
2021-12-30 21:26:54 +08:00 |
|
Levin Li
|
c4730de6bd
|
Add Simplified Chinese resources
|
2021-12-30 21:26:53 +08:00 |
|
Levin Li
|
f64f13c2a7
|
Implement NSGB_18030_2000StringEncoding, NSGB_2312_80StringEncoding, NSGBK_95StringEncoding
|
2021-12-30 21:06:28 +08:00 |
|
Frederik Seiffert
|
b4ae7f7486
|
Fix handling of concurrent NSOperations
|
2021-12-27 21:52:34 +01:00 |
|
Frederik Seiffert
|
1980f9bdf6
|
Extended tests for concurrent NSOperations
- trigger isFinished KVO notification when not being finished
- add test for completion handler
|
2021-12-27 21:52:34 +01:00 |
|
Levin Li
|
d80eb7a069
|
Complete string encoding localization
|
2021-12-26 22:35:30 +08:00 |
|
Fred Kiefer
|
e797128a03
|
Merge pull request #226 from levinli303/master
Support more DOS/Windows string encodings
|
2021-12-26 13:08:56 +01:00 |
|
Frederik Seiffert
|
7a5c2a6550
|
Default to UTF-8 when reading localized string files without BOM.
|
2021-12-26 11:43:43 +01:00 |
|
Frederik Seiffert
|
4c1b2ef7d6
|
Fix Unicode checks for Windows using icu.h
|
2021-12-26 11:43:43 +01:00 |
|
Levin Li
|
fe2f41c7f1
|
Use encoding number values from Apple
|
2021-12-26 14:22:04 +08:00 |
|
Levin Li
|
ca6145efdd
|
Support more DOS/Windows encodings
|
2021-12-25 16:36:18 +08:00 |
|
rfm
|
5f259c1658
|
Merge pull request #222 from iamleeg/nsdebugenabled
Add the NSDebugEnabled boolean
|
2021-12-21 08:55:51 +00:00 |
|
rfm
|
4db3f5c881
|
Merge pull request #220 from levinli303/patch-1
Do not call handler blocks if they are nil
|
2021-12-21 08:39:38 +00:00 |
|
Richard Frith-Macdonald
|
40de7fa39a
|
Try to improve tls disconnect behavior where there are networking issues
|
2021-12-07 19:28:23 +00:00 |
|
Richard Frith-Macdonald
|
1c81bc1193
|
Update to have helper subtask tell master when it is ready for tests to start
|
2021-12-03 13:36:51 +00:00 |
|