summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [base] Round values in `FT_MulAdd_Fix`.Dominik Röttsches2022-07-011-4/+11
* Minor formatting.Werner Lemberg2022-07-013-3/+6
* Fix initialisation of temp variable in new FT_MulAddFixDominik Röttsches2022-06-301-1/+1
* [truetype] Perform variation store delta computation with 64-bit precision.Dominik Röttsches2022-06-294-15/+37
* New function `FT_MulAddFix` to compute the sum of fixed-point products.Dominik Röttsches2022-06-292-0/+94
* CMakeLists.txt: Move inclusion of `FindPkgConfig` down.Werner Lemberg2022-06-221-1/+2
* [sfnt] Upgrade stop_offset to FT_Fixed from FT_F2Dot14Dominik Röttsches2022-06-222-3/+4
* * docs/CHANGES: Announce impending Infinality removal.Alexei Podtelezhnikov2022-06-211-0/+16
* * ttgload.c (TT_Process_Composite_Glyph): Fix a signedness warning.Alexei Podtelezhnikov2022-06-211-1/+1
* s/fixed point/fixed-point/Werner Lemberg2022-06-2112-23/+23
* .gitlab-ci.yml: Correctly upgrade `meson`.Werner Lemberg2022-06-211-1/+1
* Proposal: Feature control for variable COLRv1Dominik Röttsches2022-06-213-3/+64
* [meson] Disable FreeType in HarfBuzz fallback.Xavier Claessens2022-06-213-2/+15
* [truetype] Clean up phantom point accounting.Alexei Podtelezhnikov2022-06-183-80/+28
* [truetype/GX] Clean up phantom point adjustment.Alexei Podtelezhnikov2022-06-182-82/+33
* [stream] Fix reading s32 when long is s64Ben Wagner2022-06-182-71/+71
* [truetype/GX] Fix an old typo.Alexei Podtelezhnikov2022-06-161-2/+2
* [truetype/GX] Clean up advance adjustment (Brrr). Alexei Podtelezhnikov2022-06-161-11/+0
* [type1] Directly search for eexec in private dictBen Wagner2022-06-161-46/+9
* [truetype/GX] Clean up advance adjustment.Alexei Podtelezhnikov2022-06-153-44/+25
* [gzip] Handle inflate returning Z_NEED_DICTBen Wagner2022-06-141-0/+3
* [woff] Don't allocate table entries until neededBen Wagner2022-06-131-5/+2
* * src/sfnt/sfwoff2.c (woff2_open_font): Partial revert.Alexei Podtelezhnikov2022-06-121-1/+2
* * src/lzw/ftzopen.c (ft_lzwstate_stack_grow): Cosmetic macro change.Alexei Podtelezhnikov2022-06-111-1/+1
* [woff, woff2] Avoid buffer zeroing.Alexei Podtelezhnikov2022-06-112-41/+35
* [smooth] Fix GCC LTO crashes on Windows.Alexei Podtelezhnikov2022-06-101-1/+1
* * src/smooth/ftgrays.c [FT_STATIC_RASTER]: Fix compilation.bruvzg2022-06-091-2/+2
* [svg] Set linear advances when loading SVG glyphsBen Wagner2022-06-063-2/+8
* [svg] Clear correct flags for doc ownershipBen Wagner2022-06-011-1/+1
* [docs] Correct favicon.Alexei Podtelezhnikov2022-05-311-0/+0
* [docs] Use hinted favicon.Alexei Podtelezhnikov2022-05-311-0/+0
* [docs] Update favicon.Alexei Podtelezhnikov2022-05-261-0/+0
* * src/sfnt/ttmtx.c (tt_face_get_metrics): Apply variations unconditionally.Behdad Esfahbod (بهداد اسفهبد)2022-05-251-1/+1
* [truetype] Support reading 32bit/16bit VarStore deltasDominik Röttsches2022-05-232-40/+23
* [truetype] Handle 0xFFFF special value inside delta retrieval functionDominik Röttsches2022-05-201-21/+10
* [truetype, snft] Add service methods for `DeltaSetIdxMap` and `VarStore`.Dominik Röttsches2022-05-197-156/+365
* [truetype] Move deallocation of `DeltaSetIdxMap` into own function.Dominik Röttsches2022-05-191-4/+16
* * builds/toplevel.mk (do-dist): Don't remove meson wrap files.Werner Lemberg2022-05-181-1/+1
* * subprojects/zlib.wrap: Update to zlib version 1.2.12.Werner Lemberg2022-05-181-7/+7
* REAMDE: Mention that gitlab's 'download' button doesn't work.Werner Lemberg2022-05-181-1/+3
* [truetype] Handle inner/outer index values 0xFFFF/0xFFFF.Werner Lemberg2022-05-111-13/+57
* * Version 2.12.1 released.VER-2-12-1Werner Lemberg2022-05-0113-15/+46
* [sdf] Do not throw errors for invisible glyphs.Anuj Verma2022-04-301-14/+4
* * src/sfnt/sfobjs.c (sfnt_load_face): Set `FT_FACE_FLAG_COLOR` for SVG fonts.Werner Lemberg2022-04-301-1/+2
* autogen.sh: Fix building when freetype is itself a git submodule.Brendan Shanks2022-04-261-1/+1
* [builds/windows] Simplify non-desktop UWP check.Alexei Podtelezhnikov2022-04-251-2/+1
* [truetype] Reset IUP flags in `TT_RunIns`.Alexei Podtelezhnikov2022-04-251-8/+9
* [meson] Remove `default_library=both` from `default_options`.Xavier Claessens2022-04-242-6/+7
* * src/truetype/ttgload.c (TT_Process_Simple_Glyph): Integer overflow.Werner Lemberg2022-04-191-2/+2
* * src/cff/cffgload.c (cff_slot_load) [FT_CONFIG_OPTION_SVG]: Fix segfault.Georg Brandl2022-04-161-2/+2