summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [autofit] Updated to reduce casting.Alexei Podtelezhnikov2022-08-013-20/+20
* [psaux] Remove unused structure field.Alexei Podtelezhnikov2022-07-312-5/+0
* [sfnt] Implement VarClipBox.Dominik Röttsches2022-07-301-2/+30
* [sfnt] Fix typo in clip box computation.Dominik Röttsches2022-07-301-2/+3
* [autofit] Use unsigned accounting for hints.Alexei Podtelezhnikov2022-07-294-16/+16
* * src/autofit/afhints.h: Remove dead code.Alexei Podtelezhnikov2022-07-291-5/+0
* * src/base/ftglyph.c (FT_Get_Glyph): Set `*aglyph` to NULL in case of error.Werner Lemberg2022-07-292-3/+6
* Fix compilation if `TT_CONFIG_OPTION_GX_VAR_SUPPORT` is not set.Werner Lemberg2022-07-291-14/+32
* Fix clang14 compiler warnings.Werner Lemberg2022-07-292-7/+4
* [pfr] Fortify the kerning code.Alexei Podtelezhnikov2022-07-261-8/+7
* [pfr] Add some safety guards.Werner Lemberg2022-07-261-0/+15
* * src/pfr/*.c: Trivial improvements and formatting.Werner Lemberg2022-07-264-21/+14
* * configure: s/egrep/grep -E/Werner Lemberg2022-07-241-2/+2
* [base] Build outlines in amortized constant time.Ben Wagner2022-07-231-5/+15
* [sfnt] Support variable 'COLR' v1 `PaintVarSkew*`.Dominik Röttsches2022-07-091-4/+49
* [sfnt] Support variable 'COLR' v1 `PaintVarRotate*`.Dominik Röttsches2022-07-091-3/+47
* [sfnt] Support 'COLR' v1 variable `PaintVarScale*`.Dominik Röttsches2022-07-091-24/+95
* [sfnt] Support for 'COLR' v1 variable translate.Dominik Röttsches2022-07-091-1/+22
* [sfnt] Support for 'COLR' v1 variable transforms.Dominik Röttsches2022-07-091-1/+26
* [sfnt] Deltas for 'COLR' v1 gradient coordinates.Dominik Röttsches2022-07-091-0/+59
* [sfnt] Support variable 'COLR' v1 color lines.Dominik Röttsches2022-07-082-11/+66
* [sfnt] Apply variation deltas to `PaintVarSolid`.Dominik Röttsches2022-07-071-5/+92
* [sfnt] Check safety of cast to `TT_Driver` before accessing member.Dominik Röttsches2022-07-071-4/+8
* doc: Clarify description of `FT_Stream_IoFunc`.Stephen Holdaway2022-07-061-3/+9
* [sfnt] Load variation store for 'COLR' v1.Dominik Röttsches2022-07-041-0/+100
* [base] Improve error handling in `FT_GlyphLoader_CheckPoints`.Chris Liddell2022-07-031-4/+10
* CMakeLists.txt: Provide both 'freetype' and 'Freetype::Freetype' targets.Thomas Sondergaard2022-07-031-1/+8
* include/freetype/ftmm.h: Improve documentation.Werner Lemberg2022-07-021-4/+13
* [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