aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
20 hours* src/pshinter/pshrec.c (ps_hints_stem): Correct argument.upstream-masterAlexei Podtelezhnikov
3 days[psaux] Fix location and type order in initializerBen Wagner
4 days* include/freetype/internal/psaux.h: Fix g++ warning.Alexei Podtelezhnikov
4 days[colr] Avoid overflow in range checksBen Wagner
5 days.mailmap: Fix entry for Ben Wagner.Werner Lemberg
5 days[sdf, bsdf] Use shared FT_SqrtFixed. Alexei Podtelezhnikov
7 days* src/autofit/aflatin.c (af_latin_metrics_scale_dim): Remove FT_ABS.Alexei Podtelezhnikov
8 days* src/sfnt/sfwoff2.c (woff2_open_font): Fix copy-paste typo.Alexei Podtelezhnikov
8 days[woff,woff2] Limit the number of tables and use FT_MSB. Alexei Podtelezhnikov
9 days[woff2] Disallow zero table font entriesBen Wanger
10 days[sfnt] Use faster macros in checksums.Alexei Podtelezhnikov
11 days* src/sfnt/sfwoff2.c (compute_ULong_sum): Clean up.Alexei Podtelezhnikov
11 days* docs/CHANGES: Updated.Alexei Podtelezhnikov
12 days* src/cache/ftccache.c (FTC_Cache_RemoveFaceID): Remove nodes instantly.Alexei Podtelezhnikov
12 days[cache] Remove unused `node_reset`.Alexei Podtelezhnikov
12 days* src/cache/ftcmru.c (FTC_MruList_New): Do not reset nodes.Alexei Podtelezhnikov
14 days* src/cache/ftcimage.c (ftc_inode_weight): Formatting.Alexei Podtelezhnikov
14 daysDocument the SDF spread further.Alexei Podtelezhnikov
2024-04-22* include/freetype/ftdriver.h: s/truncated/clamped/.Alexei Podtelezhnikov
2024-04-22Improve SDF documentation.Alexei Podtelezhnikov
2024-04-21[cache] Minor tweaks.Alexei Podtelezhnikov
2024-04-20* src/cache/ftcbasic.c: Cosmetic harmonization.Alexei Podtelezhnikov
2024-04-20[cache] Reduce type mismatches.Alexei Podtelezhnikov
2024-04-19* src/cache/{ftcbasic.c,ftccmap.c}: Use FTC_INLINE.Alexei Podtelezhnikov
2024-04-19[cache] Tweak headers.Alexei Podtelezhnikov
2024-04-18* src/cache/ftcglyph.c [!FTC_INLINE]: Fix compilation.Alexei Podtelezhnikov
2024-04-17[cache] Improve MRU list management. Alexei Podtelezhnikov
2024-04-17[cache] Fix error handling.Alexei Podtelezhnikov
2024-04-14[smooth] Switch to vertical bisections.Alexei Podtelezhnikov
2024-04-14* src/smooth/ftgrays.c (gray_convert_glyph): Refactor for convenience.Alexei Podtelezhnikov
2024-04-14[smooth] Store persistent clipping box.Alexei Podtelezhnikov
2024-03-08[colr] Ensure enough bytes for PaintColrLayersBen Wanger
2024-03-08Avoid n^2 scanning for binary data.Ben Wagner
2024-03-06* CMakeLists.txt: Bump required version to 3.5. Alexei Podtelezhnikov
2024-03-04meson: Use the standard dependency mechanism to find bzip2Jordan Williams
2024-02-29[cff, truetype] Always set up default variable instance.Ben Wanger
2024-02-23* src/truetype/ttgxvar.c (ft_var_to_normalized): Integer overflow.Werner Lemberg
2024-01-27Update all copyright notices.Alexei Podtelezhnikov
2024-01-27* src/sfnt/ttgpos.c (tt_gpos_get_glyph_class): Fix warning C4018.Alexei Podtelezhnikov
2024-01-27Add support for kerning from 'GPOS' tables.David Saltzman
2024-01-14[smooth] Remove SSE2.Alexei Podtelezhnikov
2024-01-13* CMakeLists.txt: Accommodate MingGW.Alexei Podtelezhnikov
2024-01-08* src/sfnt/ttcolr.c (find_base_glyph_v1_record): Fix build in C90 mode.Ozkan Sezer
2024-01-06[base] Fix up Mac resource forks and dfonts.Alexei Podtelezhnikov
2024-01-04[sfnt] Restrict POST version 1.0.Alexei Podtelezhnikov
2024-01-03* .gitlab-ci.yml: Use detached CI pipelines. Alexei Podtelezhnikov
2024-01-02[sfnt] Guard access in 'COLR' v1 glyph binary search.Werner Lemberg
2023-12-18[ci] Add support for MSBuild on Windows.Alexei Podtelezhnikov
2023-12-14[CFF] Extract `BlueValues` as `Fixed` rather than `Int`.Skef Iterum
2023-12-14[psaux] Improve tracing.Skef Iterum