diff options
Diffstat (limited to 'Build/source/libs/harfbuzz/harfbuzz-src/ChangeLog')
-rw-r--r-- | Build/source/libs/harfbuzz/harfbuzz-src/ChangeLog | 230 |
1 files changed, 230 insertions, 0 deletions
diff --git a/Build/source/libs/harfbuzz/harfbuzz-src/ChangeLog b/Build/source/libs/harfbuzz/harfbuzz-src/ChangeLog index a00f10075be..0ead3be2b92 100644 --- a/Build/source/libs/harfbuzz/harfbuzz-src/ChangeLog +++ b/Build/source/libs/harfbuzz/harfbuzz-src/ChangeLog @@ -1,3 +1,233 @@ +commit 7236c7e29cef1c2d76c7a284c5081ff4d3aa1127 +Author: Khaled Hosny <khaled@aliftype.com> +Date: Sun Dec 27 01:59:00 2020 +0200 + + 2.7.4 + + NEWS | 7 +++++++ + configure.ac | 2 +- + meson.build | 2 +- + src/hb-version.h | 4 ++-- + 4 files changed, 11 insertions(+), 4 deletions(-) + +commit 6808b1fb3075990c389e3a2e80cee8c4874a8f6f +Merge: 010bd540 e8c15b7a +Author: Khaled Hosny <khaled@aliftype.com> +Date: Sun Dec 27 01:55:15 2020 +0200 + + Merge pull request #2781 from harfbuzz/g-i-dist + + [ci] Install gobject-introspection on distcheck job + +commit e8c15b7a1cd2c2174658e221193bb83d1ca4c635 +Author: Khaled Hosny <khaled@aliftype.com> +Date: Sat Dec 26 23:05:48 2020 +0200 + + [ci] Install gobject-introspection on distcheck job + + To fix missing --enable-introspection from release tarballs. + + Fixes https://github.com/harfbuzz/harfbuzz/issues/2779 + + .circleci/config.yml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 010bd5404008e45bb23ff63613551a03e3b60f58 +Merge: 462b71ea fdf3e448 +Author: Khaled Hosny <khaled@aliftype.com> +Date: Sat Dec 26 01:17:27 2020 +0200 + + Merge pull request #2777 from harfbuzz/docs-unicode + + [docs] Improve hb-unicode docs a bit + +commit 462b71eaf3aff628cc50554f2ebcb78e27262e39 +Merge: 95416714 22468c8a +Author: Khaled Hosny <khaled@aliftype.com> +Date: Sat Dec 26 01:16:32 2020 +0200 + + Merge pull request #1676 from n8willis/docs-gtkdoc-core + + [Docs] Add gtkdoc comments for low-level core APIs + +commit 22468c8a9046d03751039ae82626c780c74fdc66 +Author: Khaled Hosny <khaled@aliftype.com> +Date: Thu Dec 24 22:38:06 2020 +0200 + + [docs] Give destroy callbacks have (optional) annotation + + src/hb-blob.cc | 4 ++-- + src/hb-font.h | 30 +++++++++++++++--------------- + src/hb-ft.cc | 2 +- + src/hb-map.cc | 2 +- + src/hb-set.cc | 2 +- + src/hb-shape-plan.cc | 2 +- + src/hb-unicode.cc | 2 +- + src/hb-unicode.h | 12 ++++++------ + 8 files changed, 28 insertions(+), 28 deletions(-) + +commit 35c4a15a676beb6d9198e2a9b7f06ac5ab669b2c +Author: Khaled Hosny <khaled@aliftype.com> +Date: Thu Dec 24 22:34:02 2020 +0200 + + [docs] Update hb-font documentation + + src/hb-font.cc | 20 +++++++++++--------- + 1 file changed, 11 insertions(+), 9 deletions(-) + +commit 8586f15957ac593aad786ad839b49596e45c0fa8 +Author: Khaled Hosny <khaled@aliftype.com> +Date: Thu Dec 24 22:23:47 2020 +0200 + + [docs] Update hb-common documentation + + src/hb-common.cc | 5 +++-- + src/hb-common.h | 16 +++++++--------- + 2 files changed, 10 insertions(+), 11 deletions(-) + +commit e8c21e003dfe84a2b8c8801821176575bfa7bbb4 +Author: Khaled Hosny <khaled@aliftype.com> +Date: Thu Dec 24 21:56:31 2020 +0200 + + [docs] Remove comments the duplicate docs + + src/hb-font.h | 14 +++++++------- + 1 file changed, 7 insertions(+), 7 deletions(-) + +commit ff96f73f8f62344fc9d0c557bcc79cd6c2d0b95f +Author: Khaled Hosny <khaled@aliftype.com> +Date: Thu Dec 24 21:53:11 2020 +0200 + + [docs] Add some missing API to harfbuzz-sections.txt + + docs/harfbuzz-sections.txt | 2 ++ + 1 file changed, 2 insertions(+) + +commit cb319f0d80ab76da00c7263a7e0a433558fa73a2 +Author: Khaled Hosny <khaled@aliftype.com> +Date: Thu Dec 24 21:47:05 2020 +0200 + + [docs] Add some missing annotations to hb-buffer.cc + + src/hb-buffer.cc | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit 9af0edd9511cdba61ad3bd2ce23eb789e9eb58fe +Author: Khaled Hosny <khaled@aliftype.com> +Date: Thu Dec 24 21:40:41 2020 +0200 + + [docs] Document return value of hb_blob_get_data() + + src/hb-blob.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit f88e845fc789cb1af3956b53b749987af8d6adc8 +Author: Khaled Hosny <khaled@aliftype.com> +Date: Thu Dec 24 21:28:37 2020 +0200 + + [docs] Minor fixes + + src/hb-blob.cc | 6 +++--- + src/hb-buffer.cc | 4 ++-- + src/hb-face.cc | 2 +- + src/hb-font.cc | 2 +- + src/hb-map.cc | 2 +- + src/hb-set.cc | 2 +- + src/hb-unicode.cc | 2 +- + 7 files changed, 10 insertions(+), 10 deletions(-) + +commit 82092d4005aa1ce38e069b43d35282089af4ea79 +Author: Nathan Willis <nwillis@glyphography.com> +Date: Mon Apr 22 15:31:24 2019 +0100 + + [docs] Update gtk-doc comments in hb-font + + src/hb-font.cc | 623 +++++++++++++++++++++++++++++++++++---------------------- + src/hb-font.h | 371 ++++++++++++++++++++++++++-------- + 2 files changed, 679 insertions(+), 315 deletions(-) + +commit e8de26e1ef7b4486ff7b13aadb89c06300f1b705 +Author: Nathan Willis <nwillis@glyphography.com> +Date: Sun Apr 21 20:31:54 2019 +0100 + + [docs] Add gtkdoc comments to hb-buffer + + src/hb-buffer.cc | 235 +++++++++++++++++++++++++++++-------------------------- + src/hb-buffer.h | 17 ++++ + 2 files changed, 139 insertions(+), 113 deletions(-) + +commit d13b7eaaf18e772387ce25e899e2b3d4252c9e96 +Author: Nathan Willis <nwillis@glyphography.com> +Date: Sun Apr 21 20:31:31 2019 +0100 + + [docs] Add gtkdoc comments to hb-blob + + src/hb-blob.cc | 48 +++++++++++++++++++++++++++--------------------- + src/hb-blob.h | 35 ++++++++++++++++++++++++++--------- + 2 files changed, 53 insertions(+), 30 deletions(-) + +commit 4cdb12a3fa804392ec93e29633235f9552a4e106 +Author: Nathan Willis <nwillis@glyphography.com> +Date: Sun Apr 21 20:31:09 2019 +0100 + + [docs] Add gtkdoc comments to hb-common + + src/hb-common.cc | 82 +++++++++------- + src/hb-common.h | 295 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- + 2 files changed, 337 insertions(+), 40 deletions(-) + +commit 922c32eb2df9bfedc15420ceef99f35c6be07e12 +Author: Nathan Willis <nwillis@glyphography.com> +Date: Sun Apr 21 20:30:54 2019 +0100 + + [docs] Add gtkdoc comments to hb-map + + src/hb-map.cc | 87 ++++++++++++++++++++++++++++++++++++----------------------- + src/hb-map.h | 6 +++++ + 2 files changed, 60 insertions(+), 33 deletions(-) + +commit 71af2c6d9b58213963577a01c97dc9dc021dc6b7 +Author: Nathan Willis <nwillis@glyphography.com> +Date: Sun Apr 21 20:30:36 2019 +0100 + + [docs] Add gtkdoc comments to hb-set + + src/hb-set.cc | 207 ++++++++++++++++++++++++++++++++-------------------------- + src/hb-set.h | 9 +++ + 2 files changed, 124 insertions(+), 92 deletions(-) + +commit ec98730ff69a744955c5d98aa38078eb0bb8fd24 +Author: Nathan Willis <nwillis@glyphography.com> +Date: Wed Apr 17 14:44:25 2019 +0100 + + [docs] regularize whitespace in function params + + src/hb-font.cc | 563 ++++++++++++++++++++++++++++++--------------------------- + 1 file changed, 295 insertions(+), 268 deletions(-) + +commit fdf3e448fdf92385675e64563b0489d8aea2e1b8 +Author: Khaled Hosny <khaled@aliftype.com> +Date: Thu Dec 24 00:41:45 2020 +0200 + + [docs] Improve hb-unicode docs a bit + + Down to only one warning. + + src/hb-unicode.h | 80 ++++++++++++++++++++++++++++++++++++++++---------------- + 1 file changed, 58 insertions(+), 22 deletions(-) + +commit 0fd6144a5fd0de86c509e35a552105faca458fb2 +Author: Khaled Hosny <khaled@aliftype.com> +Date: Thu Dec 24 00:10:27 2020 +0200 + + [docs] Fix warnings about unknown annotations + + Use square brackets so that gtk-doc does not consider these to be + annotations. + + src/hb-unicode.h | 168 +++++++++++++++++++++++++++---------------------------- + 1 file changed, 84 insertions(+), 84 deletions(-) + commit 954167143befde8366150dcb885f50a9e64346a3 Merge: 8560c3e3 71a3b54f Author: Khaled Hosny <dr.khaled.hosny@gmail.com> |