245
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
May 28, 2024 — May 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* docs/CHANGES: Updated. More... about 2 months ago
* src/afadjust.c (adjustment_database): Make it complete up to U+017F. More... about 2 months ago
[autofit] Rename 'ft-hb' to 'ft-hb-ft'. More... about 2 months ago
* src/afadjust.c: Minor fixes. More... about 2 months ago
[base, truetype] Silence UBSAN. More... about 2 months ago
[base, truetype] Synchronize MulFix assembly. More... about 2 months ago
[autofit] Better vertical separation adjustment support. (2/2) More... about 2 months ago
[autofit] Better vertical separation adjustment support. (1/2) More... about 2 months ago
[truetype] Modernize bytecode projections. More... about 2 months ago
[autofit] Use new y extrema arrays. More... about 2 months ago
[autofit] Provide infrastructure for storing y extrema of contours. More... about 2 months ago
[base] Update FT_MulFix inlining. More... about 2 months ago
[base] Update FT_MulFix inlining. Resolves inconsistencies in 64-bit multiplication discussed in !355. Importantly, FT_MulFix arguments and return value is FT_Long, whatever sizeof FT_Long is on 64-bit platforms: 8 bytes on Linux or 4 bytes on Windows. * include/freetype/internal/ftcalc.h (FT_MulFix_x86_64): Removed. (FT_MulFix_64): Generalize and prioritize the inline implementation for all 64-bit platforms ifdef FT_INT64. * src/base/ftcalc.c (FT_MulFix)[FT_INT64]: Call 'FT_MulFix_64'. * src/base/ftbase.c: Include 'ftcalc.c' after the FT_MulFix callers to enable its inlining. More... about 2 months ago
* CMakeLists.txt: Fix cmake 4 error by specifying the policy version. More... about 2 months ago
Missing header wrappers. More... about 2 months ago
[bdf] Clarify callback flow. More... 2 months ago
* src/bdf/bdflib.c (bdf_readstream_): Relocate. More... 2 months ago
* src/bdf/bdflib.c (bdf_is_atom_): Do not check tabs. More... 2 months ago
* src/bdf/bdflib.c (_bdf_strncmp): Macro removed, callers updated. More... 2 months ago
.gitlab-ci.yml: Minor. More... 3 months ago
* .gitlab-ci.yml: Switch to arm64 runners for macOS CI. More... 3 months ago
[sfnt/CPAL] Return early if user requested currently-set palette More... 3 months ago
* src/rsvg-port.c (rsvg_port_preset_slot): Streamline conversions. More... 3 months ago
[type1] Fix memory leak on CharString error. More... 3 months ago
* src/bdf/bdflib.c (bdf_parse_start_): Move setup of properties. More... 4 months ago
[bdf] Treat all comments uniformly. More... 4 months ago
* src/bdf/bdflib.c (BDF_SWIDTH_ADJ_): Remove clashing flag and update. More... 4 months ago
* src/bdf/bdflib.c (bdf_atous_): Remove unnecessary checks. More... 4 months ago
* src/bdf/bdflib.c (bdf_ato{i.ul.s.us}_]): Remove uncecessary checks. More... 4 months ago
[bdf] Postpone font default char handling. More... 4 months ago