summaryrefslogtreecommitdiffstats
path: root/thirdparty/graphite
Commit message (Collapse)AuthorAgeFilesLines
* graphite: Update to latest Git, switch to MIT licenseRémi Verschelde2022-12-1371-1844/+204
| | | | | | | | | Graphite is now available under: MIT OR MPL-2.0 OR LGPL-2.1-or-later OR GPL-2.0-or-later We pick MIT which is the same as Godot's main license for simplicity. Remove define to skip deprecation warnings, upstream fixed those.
* graphite: Update to upstream commit 80c52493eRémi Verschelde2021-11-192-240/+7
| | | | | | | | | https://github.com/silnrsi/graphite/commit/80c52493ef42e6fe605a69dcddd2a691cd8a1380 Includes a fix for inaccurate slice range calculation for bases with diacritics. Also removes unnecessary ChangeLog, and updated unrelated vhacd commit to match currently used one.
* [Complex Text Layouts] Add third-party TextServer dependencies (ICU, ↵bruvzg2020-11-2673-0/+18560
HarfBuzz, Graphite).