1. 03ceda9 * builds/*: s/BUILD_DIR/PLATFORM_DIR/. by Werner Lemberg · 3 years, 4 months ago
  2. 3431553 [builds] Revert `FTMODULE_H' changes. by Alexei Podtelezhnikov · 3 years, 4 months ago
  3. 0901a6f Tweak .gitignore. by Alexei Podtelezhnikov · 3 years, 4 months ago
  4. 6f24bab [builds/windows] Fix up DLG build with VC++. by Alexei Podtelezhnikov · 3 years, 4 months ago
  5. 576403f [builds] Relocate `FTMODULE_H'. by Alexei Podtelezhnikov · 3 years, 4 months ago
  6. cbc14b1 Fix ABI incompatibility. by Werner Lemberg · 3 years, 4 months ago
  7. 8afc185 Fix typos from last commit. by Werner Lemberg · 3 years, 4 months ago
  8. 6369058 [dlg] Move the headers to include/dlg to simplify their use. by Alexei Podtelezhnikov · 3 years, 4 months ago
  9. f88c00e * meson.build: Add summary. by Werner Lemberg · 3 years, 4 months ago
  10. c6345ca * meson.build: Fix 'png' build option (#59458). by Torsten Hilbrich · 3 years, 4 months ago
  11. 74f1b6b [builds/windows] Add SDF to VC2010 project. by Alexei Podtelezhnikov · 3 years, 4 months ago
  12. c6ff255 [sdf] Use 'counter-clockwise', not 'anti-clockwise'. by Werner Lemberg · 3 years, 4 months ago
  13. bca740d Typo. by Werner Lemberg · 3 years, 4 months ago
  14. b6c8542 * src/base/ftobjs.c (pixel_modes): Updated. by Werner Lemberg · 3 years, 4 months ago
  15. 10a5dfe [sdf] Remove custom memory tracker. by Anuj Verma · 3 years, 4 months ago
  16. a8d3ad3 .mailmap: Updated and synchronized with 'freetype2-demos' repository. by Werner Lemberg · 3 years, 4 months ago
  17. 286e9e0 [sdf] Two more copyright notices. by Werner Lemberg · 3 years, 4 months ago
  18. 3c983eb [sdf] Fix `make multi`. by Werner Lemberg · 3 years, 4 months ago
  19. aa1b536 [sdf] Fix tracing. by Werner Lemberg · 3 years, 4 months ago
  20. 04a6443 [sdf] Add copyright notices. by Werner Lemberg · 3 years, 4 months ago
  21. eb2b5bb docs/CHANGES: Mention new SDF module. by Werner Lemberg · 3 years, 4 months ago
  22. b298a64 [sdf] Add debugging function. by Anuj Verma · 3 years, 9 months ago
  23. 6444875 [sdf] Add brief technical overview of both rasterizers. by Anuj Verma · 3 years, 9 months ago
  24. 6cd6df5 [sdf] Add 'bsdf' renderer to 'sdf' module. by Anuj Verma · 3 years, 9 months ago
  25. d27d107 [sdf] Add interface functions for the 'bsdf' rasterizer. by Anuj Verma · 3 years, 9 months ago
  26. a211347 [sdf] Add function to copy SDF data into output bitmap. by Anuj Verma · 3 years, 9 months ago
  27. e2ae96b [sdf] Add '8-point sequential Euclidean distance mapping' algorithm. by Anuj Verma · 3 years, 9 months ago
  28. 6b9a804 [sdf] Add function to copy source bitmap to distance map. by Anuj Verma · 3 years, 9 months ago
  29. 0f644f3 [sdf] Add functions to compute pixel edge distances. by Anuj Verma · 3 years, 9 months ago
  30. c576176 [sdf] Add function to find edge pixels in a grid of alpha values. by Anuj Verma · 3 years, 9 months ago
  31. 9bbb361 [sdf] Add essential structures for the 'bsdf' rasterizer. by Anuj Verma · 3 years, 9 months ago
  32. c6f394b [sdf] Add 'sdf' module to non-gnumake build systems. by Anuj Verma · 3 years, 9 months ago
  33. 05f6088 [sdf] Added basic overlapping contour support. by Anuj Verma · 3 years, 9 months ago
  34. 879ca87 [sdf] Add build infrastructure. by Anuj Verma · 3 years, 9 months ago
  35. 665ac96 [sdf] Add interface functions for the 'sdf' rasterizer. by Anuj Verma · 3 years, 9 months ago
  36. 1010f2c [sdf] Add subdivision and bounding box optimization. by Anuj Verma · 3 years, 9 months ago
  37. 986d310 [sdf] Add function to generate SDF. by Anuj Verma · 3 years, 9 months ago
  38. 0d52f4a [sdf] Add functions to get shortest distance from any edge/contour. by Anuj Verma · 3 years, 9 months ago
  39. 81e3298 [sdf] Add shortest distance finding functions. by Anuj Verma · 3 years, 9 months ago
  40. c918b54 [sdf] Add function to resolve corner distances. by Anuj Verma · 3 years, 9 months ago
  41. a255125 [sdf] Add essential math functions. by Anuj Verma · 3 years, 9 months ago
  42. cd41384 [sdf] Add utility functions for contours. by Anuj Verma · 3 years, 9 months ago
  43. 2de1b56 [sdf] Add functions to decompose `FT_Outline`. by Anuj Verma · 3 years, 9 months ago
  44. cf0464d [sdf] Structs, enums, macros, and functions for 'sdf' rasterizer. by Anuj Verma · 3 years, 9 months ago
  45. c6ec87e [sdf] Add raster parameters structure. by Anuj Verma · 3 years, 9 months ago
  46. 56d27d3 [sdf] Add 'sdf' renderer. by Anuj Verma · 3 years, 9 months ago
  47. 2162703 [sdf] Add common elements for 'sdf' and 'bsdf' renderers. by Anuj Verma · 3 years, 9 months ago
  48. cd6ff28 [sdf] Add files for new 'sdf' module. by Anuj Verma · 3 years, 9 months ago
  49. 5a1b9d0 [base] Allow renderers of different formats. by Anuj Verma · 3 years, 9 months ago
  50. ec9b6c3 Add data types required for the forthcoming 'sdf' module. by Anuj Verma · 3 years, 9 months ago
  51. 3b9196c [base] Allow renderers of different formats. by Anuj Verma · 3 years, 9 months ago
  52. 2373074 * builds/windows/detect.mk (COPY): Make it work with `shell`. by Werner Lemberg · 3 years, 5 months ago
  53. 768022b meson.build (ft2_defines): Fix builds on Windows. by Ignacio Casal Quinteiro · 3 years, 5 months ago
  54. 0d5f1dd [autofit] Fix double division in stem darkening. by Tatsuyuki Ishi · 3 years, 5 months ago
  55. 7bdf386 ftmodapi.h: Replace 0xA0 characters with spaces. by Werner Lemberg · 3 years, 5 months ago
  56. c948df5 * include/freetype/ftmodapi.h (FT_FACE_DRIVER_NAME): New public macro. by Alexei Podtelezhnikov · 3 years, 5 months ago
  57. 84b3616 Documentation edits. by Alexei Podtelezhnikov · 3 years, 5 months ago
  58. f6be927 [truetype] Fix incremental metrics (#59503). by Chris Liddell · 3 years, 5 months ago
  59. 9cc8971 Documentation edits. by Alexei Podtelezhnikov · 3 years, 5 months ago
  60. a3edbfa [type42] Pacify static analysis tools (#59682). by Werner Lemberg · 3 years, 5 months ago
  61. bd6d8e4 .mailmap: Add Priyesh. by Werner Lemberg · 3 years, 5 months ago
  62. 505943a * builds/unix/configure.raw: Don't set `FT_DEBUG_LOGGING`. by Werner Lemberg · 3 years, 5 months ago
  63. 272ae5e * src/*: More fixes for using a '\n' in `FT_TRACE` and `FT_ERROR`. by Werner Lemberg · 3 years, 5 months ago
  64. 015a9b8 */*: s/FT_LOGGING/FT_DEBUG_LOGGING/. by Werner Lemberg · 3 years, 5 months ago
  65. 9f94d85 docs/CHANGES: Mention `FT_LOGGING`. by Werner Lemberg · 3 years, 5 months ago logging
  66. 7d3ab6a * builds/toplevel.mk (do-dist): Remove `submodules` directory. by Werner Lemberg · 3 years, 5 months ago
  67. a6adb25 * src/*: Don't use more than one '\n' in `FT_TRACE` and `FT_ERROR`. by Werner Lemberg · 3 years, 5 months ago
  68. 74822f6 [base] Don't close 'stderr' after logging. by Werner Lemberg · 3 years, 5 months ago
  69. c764686 * submodules/dlg: Updated to commit 9f0c8b22. by Werner Lemberg · 3 years, 5 months ago
  70. 92db149 * src/bdf/bdflib.c: Fix `-Wformat` warning. by Werner Lemberg · 3 years, 5 months ago
  71. f6b0fd7 Improve setup for 'dlg' library. by Werner Lemberg · 3 years, 5 months ago
  72. fcdab61 [build] Use gcc (and clang) in C99 mode. by Werner Lemberg · 3 years, 5 months ago
  73. 741a690 Update `.gitignore`. by Werner Lemberg · 3 years, 5 months ago
  74. 1c229af [dlg] Fix compiler warnings. by Werner Lemberg · 3 years, 5 months ago
  75. 047f295 Typos. by Werner Lemberg · 3 years, 5 months ago
  76. 7691588 * src/type42/t42parse.c: Fix `-Wformat` warnings. by Werner Lemberg · 3 years, 5 months ago
  77. 33bd25c [builds/unix] Check for 'pthread' library. by Priyesh Kumar · 3 years, 8 months ago
  78. ce43d80 [base] Implement vertical alignment of log printing. by Werner Lemberg · 3 years, 5 months ago
  79. ab0ea06 Update logging related documentation. by Priyesh Kumar · 3 years, 8 months ago
  80. 6d9e6b2 * src/*: Fix `-Wformat` warnings. by Priyesh Kumar · 3 years, 8 months ago
  81. 2a5d8e8 [builds/windows] Changes to build 'dlg' with FreeType on Windows. by Priyesh Kumar · 3 years, 8 months ago
  82. 2a46d1f [base] Add public API to change log handling function. by Priyesh Kumar · 3 years, 8 months ago
  83. 5fea76c [base] Add public API to change the levels of tracing components. by Priyesh Kumar · 3 years, 8 months ago
  84. d00cbc3 [base] Updates to print timestamp and name of `FT_COMPONENT` in logs. by Priyesh Kumar · 3 years, 8 months ago
  85. d46bada [base] Add functions and variables to print logs to a file. by Priyesh Kumar · 3 years, 8 months ago
  86. 34b1c89 [builds] Necessary changes to make 'dlg' compile. by Priyesh Kumar · 3 years, 8 months ago
  87. 8da4b43 * .gitmodules: Add 'dlg' library's git repository as submodule. by Priyesh Kumar · 3 years, 8 months ago
  88. 8cc4d0d * src/tools/chktrcmp.py (trace_use_pat): Update to current use. by Werner Lemberg · 3 years, 5 months ago
  89. 56c610b builds/meson/*: Add copyright boilerplate. by Werner Lemberg · 3 years, 5 months ago
  90. 3facafa .mailmap: Updated and sorted. by Werner Lemberg · 3 years, 5 months ago
  91. 5abd252 [cff,cid,type1] Demote old engine for lack of CFF2. by Alexei Podtelezhnikov · 3 years, 6 months ago
  92. 1286f58 Downgrade property tracing. by Alexei Podtelezhnikov · 3 years, 6 months ago
  93. 32b1455 * src/type42/t42parse.c (t42_parse_sfnts): More tracing messages. by Werner Lemberg · 3 years, 6 months ago
  94. 26e2a89 * meson.build: Fix .pc file generation. by Werner Lemberg · 3 years, 6 months ago
  95. 0bd50c9 Typo. by Werner Lemberg · 3 years, 6 months ago
  96. 5d91600 docs/CHANGES: Updated. by Werner Lemberg · 3 years, 6 months ago
  97. 22bb066 Fix documentation build. by Jan Alexander Steffens (heftig) · 3 years, 6 months ago
  98. b049cad Mention external modules. by Alexei Podtelezhnikov · 3 years, 6 months ago
  99. 6fca2e5 Minor clean-ups of last commit. by Werner Lemberg · 3 years, 6 months ago
  100. 681c7e2 Better scan converter documentation. by Alexei Podtelezhnikov · 3 years, 6 months ago