summaryrefslogtreecommitdiffstats
path: root/thirdparty/graphite/src/Pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* graphite: Update to latest Git, switch to MIT licenseRémi Verschelde2022-12-131-29/+6
| | | | | | | | | 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-191-2/+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-261-0/+1107
HarfBuzz, Graphite).