-
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.
Add EdgeInsets missing function in value
- Loading branch information
1 parent
da73bc5
commit 410b295
Showing
7 changed files
with
134 additions
and
0 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,12 @@ | ||
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-19 Richard Frith-Macdonald <[email protected]> | ||
|
||
* GSMime: fixed buffer overrun in rare circumstances when decoding | ||
|
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