* src/cache/ftcsbits.c (ftc_snode_load): Properly handle short pitch.
* builds/unix/freetype2.m4: Fix help string formatting.
[sfnt] Safeguard 'COLR' v1 layer extraction
A few words on prerequisites.
[base] Complete `ft_glyphslot_clear`.
Update TT_New_Context documentation
[truetype] Prevent glyph program state from persisting.
[sfnt] Check validity of pointer location of `read_color_line`.
[docs] Update docwriter stylesheet for 1.3.1.
* src/sfnt/pngshim.c (Load_SBit_Png): Free `rows` once later.
[sfnt] Fix memory leak in png loading.
* CMakeLists.txt: Don't limit generation of 'pkg-config' file to UNIX.
README.git: Document cloning of official site and Savannah mirror.
* src/smooth/ftgrays.c (gray_set_cell): Refactor to fix VC++ warning.
Handle various VC++ compiler warnings.
[smooth] Reduce copying during integration phase.
* src/smooth/ftgrays.c (FT_INTEGRATE): New convenience macro.
* src/smooth/ftgrays.c (gray_render_line): Rearrange conditionals.
meson.build: Minor formatting.
[meson] Fix 'mmap' handling on Windows.
[ci] Add basic support for Meson builds with MSVC on Windows.
[meson] Add subproject fallbacks for 'libpng' and 'zlib'.
[meson] Make it work with Windows.
Revert "[sfnt] Fix crash in `Load_SBit_Png` on Windows x64."
[sfnt] Fix crash in `Load_SBit_Png` on Windows x64.
freetype.h: Documentation typos.
Improve build documentation.
* CMakeLists.txt: Update location of `LICENSE.TXT`.
* builds/unix/ax_pthread.m4: Update from 'autoconf-archive'.
[unix] Updates for autoconf 2.71.
* builds/toplevel.mk: Fix previous commit.
* builds/toplevel.mk: Use rules for handling 'dlg'.
* builds/toplevel.mk: Avoid side effects of `shell`.
Move 'dlg' submodule to `subprojects` directory.
[sfnt] Update paint format values to support non-variable paints.
* CMakeLists.txt: Improve 'bz2' support.
* src/tools/update-copyright-year: Fix single-year entry handling.
Add new function `FT_Get_Transform`.
Minor editing of last commit; formatting.
Decorate qsort callbacks with cdecl.
[sfnt] Implement 'COLR' v1 sweep gradients.
[dlg] Update submodule to upstream's current master.
[sfnt] Provide optional root transform for 'COLR' v1 glyph graph.
* meson.build: s/freetype2_dep/freetype_dep/.
[meson] Fix handling of HarfBuzz library.
Meson: Fix dependency lookup and generate ftconfig.h
* meson.build: Fix resource compilation on Windows.
* meson.build: s/ft2_libtool_version/ft2_pkgconfig_version/.
* meson.build: Use `meson.override_dependency`.
* meson.build (bzip2_dep): Simplify.
* meson.build: Set project version.
[base] Fix Netpbm tracing message.
* src/*: Don't use more than one '\n' in `FT_TRACE` and `FT_ERROR`.
* builds/unix/configure.raw [mmap]: Restore default path.
[psaux] Fix integer overflow.
* builds/unix/configure.raw [mmap support]: Explicitly handle Windows.
* builds/unix/configure.raw [mmap support]: Correctly handle Windows.
builds/{unix,windows}/ftsystem.c: Sync comments with `src/base/ftsystem.c`.
* builds/windows/ftdebug.c: Synchronize with `src/base/ftdebug.c`.
Always provide logging API.
* builds/unix/configure.raw: Fix typo.
* src/base/ftstroke.c (FT_Stroker_EndSubPath): Ignore tiny gaps.
[stroker] Minor clean-up.
Improve ChangeLog entry for last commit.
* builds/windows/ftsystem.c: Add shared memory support on Windows.
Minor documentation fixes.
* autogen.sh: Absorb `version.sed'.
Move old ChangeLog files to new `docs/oldlogs` directory.
LICENSE.TXT: Moved to root directory; minor edits.
* srd/base/ftlcdfil.c (FT_Library_SetLcdGeometry): Fix return value.
[afshaper] Fix hb_ot_tags_from_script deprecation warning.
* src/tools/update-copyright-year: Fix single-year entry handling.
Update all copyright notices.
* builds/unix/unixddef.mk: Remove the second DEVEL_DIR definition.
Documentation update for repository move to 'freedesktop.org'.
.gitattributes: New file.
README, README.git: First updates due to freedesktop.org migration.
CHANGES: Mention 'COLR' v1 support.
[sfnt] Additional checks for 'colr' table presence.
Add config option to test for 'COLR' v1 support in headers.
[base] Fill 'COLR' v1 API templates to make them work (#59703).
[sfnt] Register 'COLR' v1 API in driver (#59703).
[sfnt] Add 'COLR' v1 API to retrieve color layers (#59703).
[sfnt] Add 'COLR' v1 API to iterate color stops (#59703).
[sfnt] Add API to get actual paint from `FT_OpaquePaint` (#59703).
[sfnt] Add API to retrieve 'COLR' v1 root paint (#59703).
Add new methods required for 'COLR' v1 to public API (#59703).
Add types required for 'COLR' v1 to public API (#59703).
* builds/*: s/BUILD_DIR/PLATFORM_DIR/.
[builds] Revert `FTMODULE_H' changes.
[builds/windows] Fix up DLG build with VC++.
[builds] Relocate `FTMODULE_H'.
Fix typos from last commit.
[dlg] Move the headers to include/dlg to simplify their use.