1. fd9b54e Cherrypick following three changes by Seigo Nonaka · 1 year, 1 month ago odm/dev/qssi/13/fp5
  2. d2955bb Update FreeType to 2.11.1 by Seigo Nonaka · 2 years, 6 months ago
  3. 3f83dae * Version 2.11.1 released. ========================== by Werner Lemberg · 2 years, 6 months ago
  4. 3cabd14 Update `CHANGES` files, other minor whitespace and documentation issues. by Werner Lemberg · 2 years, 6 months ago
  5. f8a4163 * include/freetype/fttypes.h (FT_MAKE_TAG): Remove the same casting. by Alexei Podtelezhnikov · 2 years, 6 months ago
  6. 8c8f51c Avoid undefined left-shifts. by Werner Lemberg · 2 years, 6 months ago
  7. 9079c5d Provide C++ versions for public macros with casts. by Werner Lemberg · 2 years, 7 months ago
  8. 42e6172 Explicitly define `FT_MSB` for Clang. by Alexei Podtelezhnikov · 2 years, 7 months ago
  9. 188c7d6 Additional `FT_MSB` macro definitions. by Alexei Podtelezhnikov · 2 years, 7 months ago
  10. 7f4b9bf [dlg] Define DLG_STATIC explicitly. by Alexei Podtelezhnikov · 2 years, 7 months ago
  11. d3d3ff7 [sfnt] Clarify `COLR` v1 FT_Paint* format representations by Dominik Röttsches · 2 years, 7 months ago
  12. 793c012 [woff] Optimize table tagging. by Alexei Podtelezhnikov · 2 years, 7 months ago
  13. a577bbc [woff2] Optimize table tagging. by Alexei Podtelezhnikov · 2 years, 7 months ago
  14. c71eb22 Fix typos in memory macros. by Ben Wagner · 2 years, 8 months ago
  15. 3b03682 [cid] Signedness revisions. by Alexei Podtelezhnikov · 2 years, 8 months ago
  16. 22befee Signedness revisions. by Alexei Podtelezhnikov · 2 years, 8 months ago
  17. bbab0a6 * include/freetype/internal/ftgloadr.h: Add missing header. by Alexei Podtelezhnikov · 2 years, 8 months ago
  18. 311764f Additional `FT_MSB` macro definitions. by Alexei Podtelezhnikov · 2 years, 8 months ago
  19. 766b2c1 Propagate sign when reading OFF3. by Alexei Podtelezhnikov · 2 years, 8 months ago
  20. a29e020 Use NULL for pointers only. by Alexei Podtelezhnikov · 2 years, 8 months ago
  21. 6d19b29 Minor documentation fixes and improvements. by Werner Lemberg · 2 years, 8 months ago
  22. 3b573e4 Reference `fopen` in the docs. by Alexei Podtelezhnikov · 2 years, 8 months ago
  23. e942a31 [truetype] Tweak `loca` clamping. by Alexei Podtelezhnikov · 2 years, 9 months ago
  24. 7482c98 [base] Clean up stream reading. by Alexei Podtelezhnikov · 2 years, 9 months ago
  25. 78f2bd0 Whitespace formatting. by Alexei Podtelezhnikov · 2 years, 9 months ago
  26. d92aa23 Decorate const arguments. by Alexei Podtelezhnikov · 2 years, 9 months ago
  27. ffdac8d Determine `long long` availability based on its size. by Alexei Podtelezhnikov · 2 years, 10 months ago
  28. 02ba0fc Readily use `long long` as a 64-bit type in C99 mode. by Alexei Podtelezhnikov · 2 years, 10 months ago
  29. 8570383 Use FT_INT64 instead of FT_LONG64. by Alexei Podtelezhnikov · 2 years, 10 months ago
  30. f11f3ed [base] Fix ppem size overflow. by Werner Lemberg · 2 years, 10 months ago
  31. e40ae75 [sfnt] Add missing blend mode 'plus' to 'COLR' v1. by Dominik Röttsches · 2 years, 10 months ago
  32. 2c853b3 include/freetype/freetype.h (FT_Encoding): Improve documentation. by Werner Lemberg · 2 years, 10 months ago
  33. 47cf8eb [sfnt] Add API for retrieving a 'COLR' v1 'ClipBox' table. by Dominik Röttsches · 2 years, 10 months ago
  34. 30a82e1 [sfnt] 'COLR' v1 PaintSweepGradient spec update by Dominik Röttsches · 2 years, 10 months ago
  35. 6618980 [sfnt] 'COLR' v1 PaintSkew related spec updates by Dominik Röttsches · 2 years, 10 months ago
  36. 48df0fa [sfnt] PaintRotate/PaintRotateAroundCenter spec updates by Dominik Röttsches · 2 years, 10 months ago
  37. 801cd84 * Version 2.11.0 released. ========================== by Werner Lemberg · 2 years, 11 months ago
  38. f7c6a06 Support architectures where `long` is smaller than pointers. by Alex Richardson · 2 years, 11 months ago
  39. 5d27b10 [base] Fix `FT_Open_Face`'s handling of user-supplied streams. by Oleg Oshmyan · 2 years, 11 months ago
  40. a4c8f21 [base] Reject combinations of incompatible `FT_OPEN_XXX` flags. by Oleg Oshmyan · 2 years, 11 months ago
  41. e592982 [sdf] Improve documentation. by Anuj Verma · 2 years, 11 months ago
  42. 205d1ae Small clean-ups for the last few commits. by Werner Lemberg · 2 years, 11 months ago
  43. 2f11522 Remove experimental auto-hinting 'warp' mode. by David Turner · 3 years ago
  44. 15e8898 Remove experimental "Latin2" writing system (FT_OPTION_AUTOFIT2) by David Turner · 3 years ago
  45. 286da6c [sfnt] Support PaintScale in 'COLR' v1 parsing. by Dominik Röttsches · 3 years ago
  46. 90ecac4 Update `CHANGES` file; other minor doc fixes. by Werner Lemberg · 3 years ago
  47. e1b1b54 ftcolor.h: Minor grammar fix. by Werner Lemberg · 3 years ago
  48. ff40776 [base] Add trace level to logging output. by Werner Lemberg · 3 years ago
  49. 1e65e60 fterrors.h: Fix documentation extraction of `FT_Error_String`. by Werner Lemberg · 3 years ago
  50. 4cb21b9 [sfnt] s/PaintTransformed/PaintTransform/, s/transformed/transform/. by Dominik Röttsches · 3 years ago
  51. 284eec1 Move 'COLR' API to `ftcolor.h`. by Dominik Röttsches · 3 years ago
  52. bcd73f7 freetype.h: Mark 'COLR' v1 API as experimental. by Werner Lemberg · 3 years ago
  53. 08f6632 More various documentation improvements and fixes. by Werner Lemberg · 3 years ago
  54. d586927 Various documentation improvements and fixes. by Werner Lemberg · 3 years ago
  55. 36ee717 [sdf] Formatting and improved comments. by Werner Lemberg · 3 years ago
  56. 2b1d556 [sdf] Use 8 bits for final SDF output instead of 16bits. by Anuj Verma · 3 years ago
  57. 0d1c306 [psaux] Guard and trace AFM kern data allocation. by Werner Lemberg · 3 years ago
  58. 81852fb Prioritize the anti-aliasing renderer module. by Alexei Podtelezhnikov · 3 years ago
  59. 02dec61 Typo. by Alexei Podtelezhnikov · 3 years, 2 months ago
  60. f7d7e7f freetype.h: Documentation typos. by Werner Lemberg · 3 years, 3 months ago
  61. 215ae25 [sfnt] Update paint format values to support non-variable paints. by Dominik Röttsches · 3 years, 4 months ago
  62. d51452e Add new function `FT_Get_Transform`. by Werner Lemberg · 3 years, 4 months ago
  63. d93a011 Minor editing of last commit; formatting. by Werner Lemberg · 3 years, 4 months ago
  64. 70fd20e Decorate qsort callbacks with cdecl. by Alexei Podtelezhnikov · 3 years, 4 months ago
  65. 54c5ad5 [sfnt] Implement 'COLR' v1 sweep gradients. by Dominik Röttsches · 3 years, 4 months ago
  66. 64f01bf [sfnt] Provide optional root transform for 'COLR' v1 glyph graph. by Dominik Röttsches · 3 years, 4 months ago
  67. 324612c Always provide logging API. by Werner Lemberg · 3 years, 4 months ago
  68. c7cc947 Minor documentation fixes. by Werner Lemberg · 3 years, 4 months ago
  69. b6e8a71 Update all copyright notices. by Werner Lemberg · 3 years, 5 months ago
  70. 53fea87 Add config option to test for 'COLR' v1 support in headers. by Dominik Röttsches · 3 years, 5 months ago
  71. d3e95d9 [sfnt] Register 'COLR' v1 API in driver (#59703). by Dominik Röttsches · 3 years, 6 months ago
  72. 08dba4d Add new methods required for 'COLR' v1 to public API (#59703). by Dominik Röttsches · 3 years, 6 months ago
  73. f57c24d Add types required for 'COLR' v1 to public API (#59703). by Dominik Röttsches · 3 years, 6 months ago
  74. cbc14b1 Fix ABI incompatibility. by Werner Lemberg · 3 years, 5 months ago
  75. 6369058 [dlg] Move the headers to include/dlg to simplify their use. by Alexei Podtelezhnikov · 3 years, 5 months ago
  76. bca740d Typo. by Werner Lemberg · 3 years, 5 months ago
  77. b6c8542 * src/base/ftobjs.c (pixel_modes): Updated. by Werner Lemberg · 3 years, 5 months ago
  78. aa1b536 [sdf] Fix tracing. by Werner Lemberg · 3 years, 5 months ago
  79. c6f394b [sdf] Add 'sdf' module to non-gnumake build systems. by Anuj Verma · 3 years, 10 months ago
  80. 879ca87 [sdf] Add build infrastructure. by Anuj Verma · 3 years, 10 months ago
  81. ec9b6c3 Add data types required for the forthcoming 'sdf' module. by Anuj Verma · 3 years, 10 months ago
  82. 7bdf386 ftmodapi.h: Replace 0xA0 characters with spaces. by Werner Lemberg · 3 years, 6 months ago
  83. c948df5 * include/freetype/ftmodapi.h (FT_FACE_DRIVER_NAME): New public macro. by Alexei Podtelezhnikov · 3 years, 6 months ago
  84. 84b3616 Documentation edits. by Alexei Podtelezhnikov · 3 years, 6 months ago
  85. f6be927 [truetype] Fix incremental metrics (#59503). by Chris Liddell · 3 years, 6 months ago
  86. 9cc8971 Documentation edits. by Alexei Podtelezhnikov · 3 years, 6 months ago
  87. 015a9b8 */*: s/FT_LOGGING/FT_DEBUG_LOGGING/. by Werner Lemberg · 3 years, 6 months ago
  88. a6adb25 * src/*: Don't use more than one '\n' in `FT_TRACE` and `FT_ERROR`. by Werner Lemberg · 3 years, 6 months ago
  89. fcdab61 [build] Use gcc (and clang) in C99 mode. by Werner Lemberg · 3 years, 6 months ago
  90. ce43d80 [base] Implement vertical alignment of log printing. by Werner Lemberg · 3 years, 6 months ago
  91. 2a46d1f [base] Add public API to change log handling function. by Priyesh Kumar · 3 years, 9 months ago
  92. 5fea76c [base] Add public API to change the levels of tracing components. by Priyesh Kumar · 3 years, 9 months ago
  93. d00cbc3 [base] Updates to print timestamp and name of `FT_COMPONENT` in logs. by Priyesh Kumar · 3 years, 9 months ago
  94. d46bada [base] Add functions and variables to print logs to a file. by Priyesh Kumar · 3 years, 9 months ago
  95. 34b1c89 [builds] Necessary changes to make 'dlg' compile. by Priyesh Kumar · 3 years, 9 months ago
  96. 22bb066 Fix documentation build. by Jan Alexander Steffens (heftig) · 3 years, 7 months ago
  97. b049cad Mention external modules. by Alexei Podtelezhnikov · 3 years, 7 months ago
  98. 6fca2e5 Minor clean-ups of last commit. by Werner Lemberg · 3 years, 7 months ago
  99. 681c7e2 Better scan converter documentation. by Alexei Podtelezhnikov · 3 years, 7 months ago
  100. 5cbd052 Add preamble. by Alexei Podtelezhnikov · 3 years, 7 months ago