-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #470 from Matvii-Jarosh/master
Add EdgeInsets missing function in value
- Loading branch information
Showing
10 changed files
with
213 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
2024-11-26 Matvii Jarosh <[email protected]> | ||
|
||
* NSByteOrder.h: fix NSSwappedFloat and NSSwappedDouble | ||
* MISSING: | ||
|
||
2024-11-25 Matvii Jarosh <[email protected]> | ||
|
||
* NSInvocation.h: add enum _NSObjCValueType and | ||
typedef structNSObjCValue. There are no functions not implemented | ||
in NSInvocation.h left. | ||
* MISSING: | ||
|
||
2024-11-21 Matvii Jarosh <[email protected]> | ||
|
||
* NSValue: add valueWithEdgeInsets and edgeInsetsValue. | ||
* typeEncodingHelper.h: add NSINSETS_ENCODING_PREFIX and | ||
IS_NSINSETS_ENCODING and update comment. | ||
* type_encoding.m: add test NSINSETS_ENCODING_PREFIX. | ||
* GSConcreteValueTamplate.m: add GSEdgeInsetsValue. | ||
* GSConcreteValue.m: add TYPE_ORDER 6. | ||
2024-11-24 Richard Frith-Macdonald <[email protected]> | ||
|
||
* Source/NSSocketPort.m: fix leak of data object when establishing a | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.