Frederik Seiffert
|
8ca4381676
|
Add userInfo accessor to NSProgress.
|
2022-04-29 19:54:09 +02:00 |
|
Richard Frith-Macdonald
|
57eae2e779
|
Small logging improvement for exception returned when we are expecting nothing
|
2022-04-14 15:46:21 +01:00 |
|
Richard Frith-Macdonald
|
2a80449c4b
|
Change for normalisation of composed charactr sequences
|
2022-04-07 14:37:13 +01:00 |
|
Richard Frith-Macdonald
|
9460d6a469
|
Normalize repeated combining characters to a single one
|
2022-04-07 14:35:05 +01:00 |
|
Richard Frith-Macdonald
|
d18cba351c
|
Add test for repeated combining characters
|
2022-04-07 14:34:26 +01:00 |
|
Gregory Casamento
|
d40b0234d3
|
Merge pull request #249 from gnustep/NSCalendar_changes
|
2022-04-06 19:37:40 -04:00 |
|
Gregory John Casamento
|
9cc7266931
|
Move era/hour/min/sec tests to it's own file.
|
2022-04-06 16:01:41 -04:00 |
|
Gregory John Casamento
|
e99dd4ec6b
|
Add implementation for getEra:... and getHour:... method in NSCalendar. Add documentation to all methods.
|
2022-04-06 14:19:36 -04:00 |
|
Gregory John Casamento
|
71e07e1a82
|
Add component:fromDate:
|
2022-04-04 23:57:10 -04:00 |
|
Gregory John Casamento
|
cb87724a21
|
Add 10.9 methods for getEra:..., getHour:... etc
|
2022-04-04 19:26:22 -04:00 |
|
Frederik Seiffert
|
38b14bb8ec
|
CI: downgrade to Visual Studio 2019
Works around build errors in libobjc2 and libdispatch under Visual Studio 17.1 due to stdatomic.h being unsupported in C:
https://github.com/gnustep/libobjc2/issues/225
|
2022-03-15 21:35:03 +01:00 |
|
Gregory John Casamento
|
3c29d9a1a8
|
Add changelog entry
|
2022-03-07 07:37:32 -05:00 |
|
Gregory John Casamento
|
95a24fb651
|
Add new methods for NSIndexPath. Add row, section, item and new init methods
|
2022-03-07 07:35:12 -05:00 |
|
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 |
|