kc3-lang/freetype/src/truetype

Branch :


Log

Author Commit Date CI Message
f238830d 2025-10-16 22:35:53 * src/truetype/ttgload.c (tt_loader_init): Reset compatibility. This may fix #1262, credits to Honnesh Ramachandra. https://lists.nongnu.org/archive/html/freetype-devel/2025-10/msg00004.html
36f917cc 2025-09-08 11:03:24 * src/truetype/ttinterp.c (TT_Run_Context): Fix IUP tracking bits. Correctly fixes #1353 and #1349.
3ac49075 2025-09-08 10:45:16 Typo!
89eba38e 2025-09-08 10:43:35 * src/truetype/ttinterp.c (TT_Run_Context): Reset IUP tracking bits. Fixes #1353.
32cb5390 2025-09-06 06:14:03 Update all copyright notices.
c0851258 2025-08-25 12:35:50 * src/truetype/ttinterp.c: Fix some builds.
23fa1e35 2025-08-21 07:09:15 Updating `CHANGES` file; minor fixes elsewhere (mostly formatting).
ca0247af 2025-08-19 23:39:02 [truetype] Fix compilation without bytecode. Fixes #1351 and various warnings about unused variables. * src/truetype/ttinterp.c: Put the entire body under #ifdef. * src/truetype/ttgload.c (TT_Process_Composite_Glyph): Relocate some declarations. * src/truetype/ttinterp.h: Remove some #ifdef conditions. * src/truetype/ttobjs.c (tt_size_done): Modified.
cff66748 2025-08-14 12:39:57 [truetype] Small fix in the incremental interface (again). Fixes #1299, last [-Wdangling-pointer=] warning. * src/truetype/ttgload.c (load_truetype_glyph): Restore original stream on exit unconditionally.
6bd5a8cc 2025-08-14 12:23:03 [truetype] Small fix in the incremental interface. Fixes #1299, last [-Wdangling-pointer=] warning. * src/truetype/ttgload.c (load_truetype_glyph): Restore original stream on exit.