1. 4eb6cb8 Fix warnings for CMake Unity builds. by Alexander Borsuk · 3 years, 1 month ago
  2. 4f35711 Clang-Tidy warning fixes. by Alexander Borsuk · 3 years, 1 month ago
  3. 0da2a11 [truetype] Upstream the hdmx binary search. by Alexei Podtelezhnikov · 3 years, 1 month ago
  4. fd03dcc [truetype] Reset the IUP-called flags for each subglyph. by Alexei Podtelezhnikov · 3 years, 1 month ago
  5. 7add5b2 [truetype] Binary search through the `hdmx` records. by Alexei Podtelezhnikov · 3 years, 1 month ago
  6. a8ef33e [truetype] Honor FT_LOAD_ADVANCE_ONLY if `hdmx` is usable. by Alexei Podtelezhnikov · 3 years, 1 month ago
  7. 6c831d6 [truetype] Initialize the loader with `hdmx` data. by Alexei Podtelezhnikov · 3 years, 1 month ago
  8. 7809007 [truetype] Relocate subpixel flag setting. by Alexei Podtelezhnikov · 3 years, 1 month ago
  9. a35b081 [truetype] Limit INSTCTRL appication within specs. by Alexei Podtelezhnikov · 3 years, 1 month ago
  10. bad92be [bdf] Fix use of uninitialized value. by Ben Wagner · 3 years, 1 month ago
  11. 012b00f [truetype] Reduce Infinality footprint again. by Alexei Podtelezhnikov · 3 years, 2 months ago
  12. 3f83dae * Version 2.11.1 released. ========================== by Werner Lemberg · 3 years, 2 months ago
  13. 3b45f56 * src/base/ftobjs.c (FT_Request_Metrics): Fix build warning on Android. by Seigo Nonaka · 3 years, 2 months ago
  14. 36a905e * src/truetype/ttpload.c (tt_face_load_hdmx): Added comments. by Alexei Podtelezhnikov · 3 years, 2 months ago
  15. 32f13c1 [truetype] Quietly reject out-of-spec `hdmx` tables. by Alexei Podtelezhnikov · 3 years, 2 months ago
  16. cff026d [truetype] Partly revert 5b626281. by Alexei Podtelezhnikov · 3 years, 2 months ago
  17. 3cabd14 Update `CHANGES` files, other minor whitespace and documentation issues. by Werner Lemberg · 3 years, 2 months ago
  18. a11650d * src/truetype/ttinterp.c (Ins_MD): Avoid `FT_ABS`. by Werner Lemberg · 3 years, 2 months ago
  19. 6da5f95 [gxvalid] Fix minor compilation warning. by Werner Lemberg · 3 years, 2 months ago
  20. f5ce182 [smooth] Fix stand-alone compilation. by Werner Lemberg · 3 years, 2 months ago
  21. 8c8f51c Avoid undefined left-shifts. by Werner Lemberg · 3 years, 2 months ago
  22. 9079c5d Provide C++ versions for public macros with casts. by Werner Lemberg · 3 years, 2 months ago
  23. 238245c Fix clang++ warnings. by Werner Lemberg · 3 years, 2 months ago
  24. e4f7673 [truetype] Updates for the forthcoming OpenType 1.9 standard (2/2). by Werner Lemberg · 3 years, 2 months ago
  25. 93e6b3e [truetype] Updates for the forthcoming OpenType 1.9 standard (1/2). by Werner Lemberg · 3 years, 2 months ago
  26. d31bafc Fix clang warnings. by Werner Lemberg · 3 years, 2 months ago
  27. 9597fd7 [sfnt] Avoid undefined shifts in `COLR` v1 paint parsing by Dominik Röttsches · 3 years, 2 months ago
  28. c5cd2a3 * src/truetype/ttgxvar.c (ft_var_to_normalized): Edge optimization. by Alexei Podtelezhnikov · 3 years, 2 months ago
  29. d899b20 * src/sfnt/sfobjs.c (sfnt_open_font): Fix typo. by Werner Lemberg · 3 years, 3 months ago
  30. b86f96b * src/gxvalid.*, src/otvalid.*: Fix `-Wformat` warnings. by Werner Lemberg · 3 years, 3 months ago
  31. cce7822 [pshinter] Fix C++ compilation. by Werner Lemberg · 3 years, 3 months ago
  32. 7ef2660 [sfnt] Reduce footprint if WOFF and WOFF2 support is not needed. by Werner Lemberg · 3 years, 3 months ago
  33. bb4e049 [truetype] Make trickyness checks depend on TT_USE_BYTECODE_INTERPRETER. by Werner Lemberg · 3 years, 3 months ago
  34. 9ebdc9c * src/sfnt/ttload.c (tt_face_load_gasp): Fix a type mismatch warning. by Alexei Podtelezhnikov · 3 years, 3 months ago
  35. 7f4b9bf [dlg] Define DLG_STATIC explicitly. by Alexei Podtelezhnikov · 3 years, 3 months ago
  36. c693377 [dlg] Lighten up the inclusions. by Alexei Podtelezhnikov · 3 years, 3 months ago
  37. cb9e7b7 [truetype] Avoid some memory zeroing in variations. by Alexei Podtelezhnikov · 3 years, 3 months ago
  38. fc55291 [truetype] Fix handling of packed deltas in Variation Fonts. by Jany Belluz · 3 years, 3 months ago
  39. 9ed5332 [truetype] Fix CVAR handling of tuples for all points. by Jany Belluz · 3 years, 3 months ago
  40. 23d1d8a * src/truetype/ttgxvar.c: Fix typos in macros that guard CVAR code. by Jany Belluz · 3 years, 3 months ago
  41. d3d3ff7 [sfnt] Clarify `COLR` v1 FT_Paint* format representations by Dominik Röttsches · 3 years, 3 months ago
  42. 94cb3a2 * src/truetype/ttgload.c (load_truetype_glyph): Fix MSVC warning C4312. by Alexei Podtelezhnikov · 3 years, 3 months ago
  43. 793c012 [woff] Optimize table tagging. by Alexei Podtelezhnikov · 3 years, 3 months ago
  44. a577bbc [woff2] Optimize table tagging. by Alexei Podtelezhnikov · 3 years, 3 months ago
  45. 80b13f5 Formatting. by Werner Lemberg · 3 years, 3 months ago
  46. 535c67d [mm] Tolerate missing Blend dictionary entries by Ben Wagner · 3 years, 3 months ago
  47. 65be4b2 [mm] Delay setting blend weight and design position. by Ben Wagner · 3 years, 3 months ago
  48. b5e003f [cff] Commit vstore data and regions on allocation. by Ben Wagner · 3 years, 3 months ago
  49. fde91ab [sfnt] Delay setting gasp ranges and count until computed. by Ben Wagner · 3 years, 3 months ago
  50. 6d12e3a [sfnt] Delay setting names and langTags until computed. by Ben Wagner · 3 years, 3 months ago
  51. 8ef8072 [bdf, cid, pfr, winfonts] Improve rejection of other font formats. by Werner Lemberg · 3 years, 3 months ago
  52. 38b349c [pcf] Zero out the allocated properties. by Alexei Podtelezhnikov · 3 years, 3 months ago
  53. 986d503 * src/sfnt/ttload.c (tt_face_load_name): NULL-initialize langTag. by Alexei Podtelezhnikov · 3 years, 3 months ago
  54. 30ca63d [bdf] Fix up user properties. by Alexei Podtelezhnikov · 3 years, 3 months ago
  55. afd1cb2 * src/sfnt/ttload.c (tt_face_load_name): Accounting fix. by Alexei Podtelezhnikov · 3 years, 3 months ago
  56. c71eb22 Fix typos in memory macros. by Ben Wagner · 3 years, 3 months ago
  57. 8406ae5 [truetype] Reload context after re-executing `prep`. by Ben Wagner · 3 years, 3 months ago
  58. 0b92c56 [truetype] Minor documentation improvements. by Werner Lemberg · 3 years, 3 months ago
  59. e294a95 * src/cid/cidload.c (parse_fd_array): Protect against trancation. by Alexei Podtelezhnikov · 3 years, 3 months ago
  60. 1029eb9 [type1] Revert to signed size for binary data. by Alexei Podtelezhnikov · 3 years, 3 months ago
  61. 77bd46e [psaux] Signedness revisions. by Alexei Podtelezhnikov · 3 years, 3 months ago
  62. 3b03682 [cid] Signedness revisions. by Alexei Podtelezhnikov · 3 years, 3 months ago
  63. 012b4f2 * src/cid/cidload.c (cid_face_open): Streamline CIDCount check. by Alexei Podtelezhnikov · 3 years, 4 months ago
  64. 946df22 * src/cid/cidload.c (cid_face_open): Streamline SubrCount check. by Alexei Podtelezhnikov · 3 years, 4 months ago
  65. 0313a11 * src/cid/cidgload.c (cid_load_glyph): Fortify incremental loading. by Alexei Podtelezhnikov · 3 years, 4 months ago
  66. 22befee Signedness revisions. by Alexei Podtelezhnikov · 3 years, 4 months ago
  67. 0f23ae2 * src/smooth/ftgrays.c (FT_DIV_MOD): Limit the ARM workaround. by Alexei Podtelezhnikov · 3 years, 4 months ago
  68. ec6a458 [pshinter] Additional clean-ups. by Alexei Podtelezhnikov · 3 years, 4 months ago
  69. 227445f [pshinter] More convenient direction definition. by Alexei Podtelezhnikov · 3 years, 4 months ago
  70. d102a51 [pshinter] Remove unnecessary check. by Alexei Podtelezhnikov · 3 years, 4 months ago
  71. 68fae52 * src/autofit/afhints.c (af_glyph_hints_reload): Decrease casting. by Alexei Podtelezhnikov · 3 years, 4 months ago
  72. 1d79c89 * src/tools/apinames.c: Facilitate OpenVMS linker options. by Alexei Podtelezhnikov · 3 years, 4 months ago
  73. dd0ccdc * src/winfonts/winfnt.c (FNT_Face_Init): Correct reallocation. by Alexei Podtelezhnikov · 3 years, 4 months ago
  74. a69320a [bdf] Simplify comment collection or lack thereof. by Alexei Podtelezhnikov · 3 years, 4 months ago
  75. a29e020 Use NULL for pointers only. by Alexei Podtelezhnikov · 3 years, 4 months ago
  76. 90b1488 [bdf, pcf] Minor optimization. by Alexei Podtelezhnikov · 3 years, 4 months ago
  77. b4dddd8 [base] Initialize stream memory earlier. by Alexei Podtelezhnikov · 3 years, 4 months ago
  78. 892e7ea * src/bdf/bdflib.c (_bdf_parse_{start,glyphs}): Use appropriate scanner. by Alexei Podtelezhnikov · 3 years, 4 months ago
  79. 6190360 Minor. by Alexei Podtelezhnikov · 3 years, 4 months ago
  80. 71969d1 * src/cff/cffdrivr.c (cff_ps_get_font_{info,extra}): Use FT_QNEW. by Alexei Podtelezhnikov · 3 years, 4 months ago
  81. 5291589 [cache] Minor clean-ups. by Alexei Podtelezhnikov · 3 years, 4 months ago
  82. 6e1ef98 [cff] Explicitly set StandardEncoding or ExpertEncoding offsets. by Edwin Steiner · 3 years, 4 months ago
  83. fce74b7 [cache] Miscellaneous clean-ups. by Alexei Podtelezhnikov · 3 years, 4 months ago
  84. 79d14cc * src/cff/cffload.c (cff_fd_select_get): Remove casting. by Alexei Podtelezhnikov · 3 years, 4 months ago
  85. ae516e6 * src/pcf/pcfread.c (pcf_read_TOC): Remove casting. by Alexei Podtelezhnikov · 3 years, 4 months ago
  86. 801b754 Minor type adjustments. by Alexei Podtelezhnikov · 3 years, 4 months ago
  87. 49270c1 Replace boolean allocation macros with MEM ones. by Alexei Podtelezhnikov · 3 years, 4 months ago
  88. 9a4c846 [cache] Revert to some zeroing. by Alexei Podtelezhnikov · 3 years, 4 months ago
  89. 0a8ee85 * src/pshinter/pshrec.c (ps_mask_table_merge_all): Tweak loops. by Alexei Podtelezhnikov · 3 years, 4 months ago
  90. 731d0b6 [cff, pshinter] Clean up unsigned counters. by Alexei Podtelezhnikov · 3 years, 4 months ago
  91. 058f3f2 [bdf, psnames, sfnt] Avoid some memory zeroing. by Alexei Podtelezhnikov · 3 years, 4 months ago
  92. 59b43ae * src/base/ftobjs.c (FT_CMap_New): Revert to zeroing. by Alexei Podtelezhnikov · 3 years, 4 months ago
  93. 073ff2d [truetype] Clean up `exec` initialization. by Alexei Podtelezhnikov · 3 years, 4 months ago
  94. fab94f9 [truetype] Avoid some memory zeroing. by Alexei Podtelezhnikov · 3 years, 4 months ago
  95. c1fa7aa [base] Avoid some memory zeroing. by Alexei Podtelezhnikov · 3 years, 4 months ago
  96. a8e8d9d [cache, psaux] Remove zeros. by Alexei Podtelezhnikov · 3 years, 4 months ago
  97. 9870b6c [cache] Avoid some memory zeroing. by Alexei Podtelezhnikov · 3 years, 4 months ago
  98. 2d57b05 * src/cache/ftcmanag.c (FTC_Manager_New): Add missing zero. by Alexei Podtelezhnikov · 3 years, 4 months ago
  99. 5b62628 [truetype] Tweak `hdmx` checking. by Alexei Podtelezhnikov · 3 years, 4 months ago
  100. e942a31 [truetype] Tweak `loca` clamping. by Alexei Podtelezhnikov · 3 years, 5 months ago