summaryrefslogtreecommitdiff
path: root/src/3rdparty/harfbuzz-ng/src/OT
Commit message (Collapse)AuthorAgeFilesLines
* Update harfbuzz to version 7.2.0Eskil Abrahamsen Blomfeldt2023-05-0417-195/+738
| | | | | | | | Fixes: QTBUG-113352 Change-Id: I134f5b49c2ae5bef31edfc5cd87f0ff62d6c18b1 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 151287fb5182b45736da6b2e2e516bb54e44219a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update Harfbuzz to 7.0.1Eskil Abrahamsen Blomfeldt2023-03-0145-245/+6210
| | | | | | | | | | | | Note: 6.4.x update has to be done in a separate commit because it did not get the update to 6.0.0, so the cherry-pick will not apply. Task-number: QTBUG-111535 Change-Id: I9d4aae98f8267827ec983ca89b1310006c6aee78 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit a6edf9cbe5bd1d1c6bc08733f97fc07812126bde) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update Harfbuzz to version 6.0.0Eskil Abrahamsen Blomfeldt2023-02-0171-148/+7643
| | | | | | | | | | | | | | | | | Note: This requires an update to the tst_qtextlayout test, because the test assumed that the Arabic string would always yield a run of two glyphs. This was a side effect of how Harfbuzz handled Qt's test font, which has zero font tables and cannot be used for shaping. With the Harfbuzz update, the Arabic text here yields a single cluster instead, which actually makes more sense, so the test has been made a bit more robust to support both cases. Task-number: QTBUG-110338 Change-Id: I93d4cf8e3046dc93224e144d4c81d86bef4918d1 Reviewed-by: Lars Knoll <lars@knoll.priv.no> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit bfe080debbe764d341babfa37b471efb07575847) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update Harfbuzz to version 4.2.1Eskil Abrahamsen Blomfeldt2022-05-2322-0/+2061
[ChangeLog][QtGui][Text] Updated the Harfbuzz code included with Qt to version 4.2.1. Pick-to: 6.2 6.3 Fixes: QTBUG-103603 Change-Id: I45fdde8fd0772e4470304c5f6f5a876666356d04 Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by: Lars Knoll <lars.knoll@qt.io>