1. f6be927 [truetype] Fix incremental metrics (#59503). by Chris Liddell · 3 years, 5 months ago
  2. 9cc8971 Documentation edits. by Alexei Podtelezhnikov · 3 years, 5 months ago
  3. a3edbfa [type42] Pacify static analysis tools (#59682). by Werner Lemberg · 3 years, 5 months ago
  4. bd6d8e4 .mailmap: Add Priyesh. by Werner Lemberg · 3 years, 6 months ago
  5. 505943a * builds/unix/configure.raw: Don't set `FT_DEBUG_LOGGING`. by Werner Lemberg · 3 years, 6 months ago
  6. 272ae5e * src/*: More fixes for using a '\n' in `FT_TRACE` and `FT_ERROR`. by Werner Lemberg · 3 years, 6 months ago
  7. 015a9b8 */*: s/FT_LOGGING/FT_DEBUG_LOGGING/. by Werner Lemberg · 3 years, 6 months ago
  8. 9f94d85 docs/CHANGES: Mention `FT_LOGGING`. by Werner Lemberg · 3 years, 6 months ago logging
  9. 7d3ab6a * builds/toplevel.mk (do-dist): Remove `submodules` directory. by Werner Lemberg · 3 years, 6 months ago
  10. a6adb25 * src/*: Don't use more than one '\n' in `FT_TRACE` and `FT_ERROR`. by Werner Lemberg · 3 years, 6 months ago
  11. 74822f6 [base] Don't close 'stderr' after logging. by Werner Lemberg · 3 years, 6 months ago
  12. c764686 * submodules/dlg: Updated to commit 9f0c8b22. by Werner Lemberg · 3 years, 6 months ago
  13. 92db149 * src/bdf/bdflib.c: Fix `-Wformat` warning. by Werner Lemberg · 3 years, 6 months ago
  14. f6b0fd7 Improve setup for 'dlg' library. by Werner Lemberg · 3 years, 6 months ago
  15. fcdab61 [build] Use gcc (and clang) in C99 mode. by Werner Lemberg · 3 years, 6 months ago
  16. 741a690 Update `.gitignore`. by Werner Lemberg · 3 years, 6 months ago
  17. 1c229af [dlg] Fix compiler warnings. by Werner Lemberg · 3 years, 6 months ago
  18. 047f295 Typos. by Werner Lemberg · 3 years, 6 months ago
  19. 7691588 * src/type42/t42parse.c: Fix `-Wformat` warnings. by Werner Lemberg · 3 years, 6 months ago
  20. 33bd25c [builds/unix] Check for 'pthread' library. by Priyesh Kumar · 3 years, 9 months ago
  21. ce43d80 [base] Implement vertical alignment of log printing. by Werner Lemberg · 3 years, 6 months ago
  22. ab0ea06 Update logging related documentation. by Priyesh Kumar · 3 years, 9 months ago
  23. 6d9e6b2 * src/*: Fix `-Wformat` warnings. by Priyesh Kumar · 3 years, 9 months ago
  24. 2a5d8e8 [builds/windows] Changes to build 'dlg' with FreeType on Windows. by Priyesh Kumar · 3 years, 9 months ago
  25. 2a46d1f [base] Add public API to change log handling function. by Priyesh Kumar · 3 years, 9 months ago
  26. 5fea76c [base] Add public API to change the levels of tracing components. by Priyesh Kumar · 3 years, 9 months ago
  27. d00cbc3 [base] Updates to print timestamp and name of `FT_COMPONENT` in logs. by Priyesh Kumar · 3 years, 9 months ago
  28. d46bada [base] Add functions and variables to print logs to a file. by Priyesh Kumar · 3 years, 9 months ago
  29. 34b1c89 [builds] Necessary changes to make 'dlg' compile. by Priyesh Kumar · 3 years, 9 months ago
  30. 8da4b43 * .gitmodules: Add 'dlg' library's git repository as submodule. by Priyesh Kumar · 3 years, 9 months ago
  31. 8cc4d0d * src/tools/chktrcmp.py (trace_use_pat): Update to current use. by Werner Lemberg · 3 years, 6 months ago
  32. 56c610b builds/meson/*: Add copyright boilerplate. by Werner Lemberg · 3 years, 6 months ago
  33. 3facafa .mailmap: Updated and sorted. by Werner Lemberg · 3 years, 6 months ago
  34. 5abd252 [cff,cid,type1] Demote old engine for lack of CFF2. by Alexei Podtelezhnikov · 3 years, 6 months ago
  35. 1286f58 Downgrade property tracing. by Alexei Podtelezhnikov · 3 years, 6 months ago
  36. 32b1455 * src/type42/t42parse.c (t42_parse_sfnts): More tracing messages. by Werner Lemberg · 3 years, 7 months ago
  37. 26e2a89 * meson.build: Fix .pc file generation. by Werner Lemberg · 3 years, 7 months ago
  38. 0bd50c9 Typo. by Werner Lemberg · 3 years, 7 months ago
  39. 5d91600 docs/CHANGES: Updated. by Werner Lemberg · 3 years, 7 months ago
  40. 22bb066 Fix documentation build. by Jan Alexander Steffens (heftig) · 3 years, 7 months ago
  41. b049cad Mention external modules. by Alexei Podtelezhnikov · 3 years, 7 months ago
  42. 6fca2e5 Minor clean-ups of last commit. by Werner Lemberg · 3 years, 7 months ago
  43. 681c7e2 Better scan converter documentation. by Alexei Podtelezhnikov · 3 years, 7 months ago
  44. 5cbd052 Add preamble. by Alexei Podtelezhnikov · 3 years, 7 months ago
  45. e9a7015 Avoid non-ASCII character in public header file. by Werner Lemberg · 3 years, 7 months ago
  46. 101e62a ftimage.h: Improve description of `FT_Span`. by Werner Lemberg · 3 years, 7 months ago
  47. 804e625 [truetype] Minor update to forthcoming OpenType 1.8.4 standard. by Werner Lemberg · 3 years, 7 months ago
  48. 40c5681 * meson.build: Fix 'harfbuzz' and 'brotli' build options (#59347). by Werner Lemberg · 3 years, 7 months ago
  49. 007c109 * src/sfnt/pngshim.c (Load_SBit_Png): Fix memory leak (#59322). by Ben Wagner · 3 years, 7 months ago
  50. 6a2b3e4 * Version 2.10.4 released. ========================== by Werner Lemberg · 3 years, 7 months ago VER-2-10-4
  51. a3bab16 [sfnt] Fix heap buffer overflow (#59308). by Werner Lemberg · 3 years, 7 months ago
  52. 840ce58 * src/sfnt/tt{colr,cpal}.c: Fix signedness warnings from VC++. by Alexei Podtelezhnikov · 3 years, 7 months ago
  53. a93f50b * src/sfnt/sfwoff2.c (Read255UShort): Tweak types to please VC++. by Alexei Podtelezhnikov · 3 years, 7 months ago
  54. 82d3315 Unnest markdown. by Alexei Podtelezhnikov · 3 years, 7 months ago
  55. 337670a * Version 2.10.3 released. ========================== by Werner Lemberg · 3 years, 8 months ago VER-2-10-3
  56. c9f588b Document changes to last release. by Werner Lemberg · 3 years, 8 months ago
  57. 40479fa [autofit] Synchronize with ttfautohint. by Werner Lemberg · 3 years, 8 months ago
  58. e8ee98e Move `scripts/make_distribution_archives.py` to `src/tools`. by Werner Lemberg · 3 years, 8 months ago
  59. 4f13a43 * src/cff/cffgload.c (cff_slot_load): Scale `vertBearingY`. by Werner Lemberg · 3 years, 8 months ago
  60. bed960d * src/base/ftobjs.c (FT_Load_Glyph): Trace glyph metrics. by Werner Lemberg · 3 years, 8 months ago
  61. 3ce0df5 [meson] Move auxiliary scripts to `builds/meson`. by Werner Lemberg · 3 years, 8 months ago
  62. d686f2f Add python script for building tarballs. by David Turner · 3 years, 9 months ago
  63. 4641760 * scripts/extract_freetype_version.py: Fix regex typos. by Werner Lemberg · 3 years, 8 months ago
  64. 66978a5 Add Meson build project file. by David Turner · 4 years ago
  65. ab6a21b Documentation updates. by Alexei Podtelezhnikov · 3 years, 8 months ago
  66. 20186d1 [raster] Improve the second pass (#58373). by Alexei Podtelezhnikov · 3 years, 8 months ago
  67. c372164 [raster] Tune SMART macro (#58352). by Alexei Podtelezhnikov · 3 years, 8 months ago
  68. cb47331 [raster] Introduce SMART macro. by Alexei Podtelezhnikov · 3 years, 9 months ago
  69. 3594eae [raster] Improve tracing. by Alexei Podtelezhnikov · 3 years, 9 months ago
  70. fa82803 * ChangeLog: Add entry for last commit. by Nikolaus Waxweiler · 3 years, 9 months ago
  71. 69353a1 Export version info (#58935) by Boris Dalstein · 3 years, 9 months ago
  72. 600d59e [truetype] Reduce Infinality footprint (cont'd). by Alexei Podtelezhnikov · 3 years, 9 months ago
  73. 51a5e33 [truetype] Reduce Infinality footprint. by Alexei Podtelezhnikov · 3 years, 9 months ago
  74. e6c7e4b [truetype] Refactor compensation color. by Alexei Podtelezhnikov · 3 years, 9 months ago
  75. 16ee2a2 [smooth] Don't set target in direct mode. by Alexei Podtelezhnikov · 3 years, 9 months ago
  76. d8228a0 Improve FT_Outline_Render docs. by Alexei Podtelezhnikov · 3 years, 9 months ago
  77. 6730854 * src/smooth/ftsmooth.c (ft_smooth_raster_overlap): Limit width. by Alexei Podtelezhnikov · 3 years, 9 months ago
  78. cdc009c * src/truetype/ttgload.c (TT_Get_VMetrics): Add tracing message. by Werner Lemberg · 3 years, 9 months ago
  79. f9f6adb [truetype] Retain OVERLAP_SIMPLE and OVERLAP_COMPOUND. by Alexei Podtelezhnikov · 3 years, 10 months ago
  80. 3a1f4b7 * src/truetype/ttgload.c (TT_Load_Glyph): More tracing. by Alexei Podtelezhnikov · 3 years, 10 months ago
  81. 8b36013 Minor typos, formatting. by Werner Lemberg · 3 years, 10 months ago
  82. 986a340 Unbreak compilation. by Alexei Podtelezhnikov · 3 years, 10 months ago
  83. f76f7fd Hide internal functions with SunPro. by Alexei Podtelezhnikov · 3 years, 10 months ago
  84. 3273521 Fix static compilation with Visual C. by Anuj Verma · 3 years, 10 months ago
  85. fffc303 Formatting, improving comments. by Werner Lemberg · 3 years, 10 months ago
  86. 53be175 Fix `-Wformat' compiler warnings. by Priyesh Kumar · 3 years, 10 months ago
  87. 8cfc41a Fix `-Wformat' compiler warnings. by Werner Lemberg · 3 years, 10 months ago
  88. b6183ea * src/sfnt/sfwoff2.c (woff2_decompress): Fix compiler warning. by Werner Lemberg · 3 years, 10 months ago
  89. ee19a6c Add .clang-format file by David Turner · 4 years, 1 month ago
  90. b7c467b [doc] Stem darkening is off by default for CFF driver. by Werner Lemberg · 3 years, 10 months ago
  91. 5fe7c04 freetype.h (FT_Set_Transform): Minor documentation update. by David Turner · 3 years, 10 months ago
  92. 95de21a README: Add information on contributing patches. by Werner Lemberg · 3 years, 10 months ago
  93. c922ffa * builds/unix/configure.raw: Fix inclusion of `ftoption.h'. by Werner Lemberg · 3 years, 11 months ago
  94. b1286b3 Document `FT_Face_Rec_::box' with variable fonts (#54969). by Ben Wagner · 3 years, 11 months ago
  95. 96fb73e Fix clang warnings. by Werner Lemberg · 3 years, 11 months ago
  96. 0f35b04 [build] Really fix multi and C++ builds. by David Turner · 3 years, 11 months ago
  97. cb4a943 [build] Fix multi and C++ builds. by David Turner · 3 years, 11 months ago
  98. 2eb8f88 [psaux] Improve `t1_decoder_parse_metrics' (#58646). by Werner Lemberg · 3 years, 11 months ago
  99. b0667d2 [build] Improve visibility support of library function names. by David Turner · 3 years, 11 months ago
  100. bb66c8d [build] Split off more stuff from `ftconfig.h'. by David Turner · 3 years, 11 months ago