Richard Frith-Macdonald
|
2ffa8c1cad
|
Return errors and use them to raise exception in -launch
|
2022-06-16 11:52:04 +01:00 |
|
Gregory John Casamento
|
94b08cf647
|
Implement launch in terms of launchAndReturnError:
|
2022-06-14 03:16:21 -04:00 |
|
Gregory John Casamento
|
dcb1a0ab1a
|
Implement launchAndReturnError:
|
2022-06-08 14:58:18 -04:00 |
|
Gregory John Casamento
|
664daf4ed0
|
Fix accidental close parenthesis
|
2022-06-08 14:37:17 -04:00 |
|
Gregory John Casamento
|
bcc87bccda
|
Implement 10.13 methods for NSTask
|
2022-06-08 14:09:09 -04:00 |
|
Gregory John Casamento
|
6c7386f5e1
|
Add new methods for NSTask
|
2022-06-07 21:32:11 -04:00 |
|
Hugo Melder
|
eb93c3661b
|
Update INSTALL to include NSURLSession dependencies
|
2022-05-29 19:06:41 +02:00 |
|
Richard Frith-Macdonald
|
1934ce6205
|
Changes to avoid placing sensitive information in debug logs.
|
2022-05-20 12:32:31 +01:00 |
|
Gregory John Casamento
|
cc38f2f4a1
|
Import NSString.h to fix issue that occurs in libs-gui/Source/NSFontAssetRequest.m -- fix suggested by @triplef
|
2022-04-30 05:56:51 -04:00 |
|
Frederik Seiffert
|
6de8384ea5
|
Fix NSDictionary forward declaration in NSProgress.h
|
2022-04-30 11:00:10 +02:00 |
|
Frederik Seiffert
|
ba71c24cad
|
Fix forward declarations in NSProgress.h
|
2022-04-30 09:54:00 +02:00 |
|
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 |
|