1. f93a897 Add code to load OT-SVG glyph documents. by Moazin Khatti · 3 years, 1 month ago
  2. edd4fed [cache] Avoid unnecessary zeroing. by Alexei Podtelezhnikov · 3 years ago
  3. d0cfb4e Update all copyright notices. by Werner Lemberg · 3 years ago
  4. 4eb6cb8 Fix warnings for CMake Unity builds. by Alexander Borsuk · 3 years, 1 month ago
  5. 238245c Fix clang++ warnings. by Werner Lemberg · 3 years, 2 months ago
  6. 5291589 [cache] Minor clean-ups. by Alexei Podtelezhnikov · 3 years, 4 months ago
  7. fce74b7 [cache] Miscellaneous clean-ups. by Alexei Podtelezhnikov · 3 years, 4 months ago
  8. 49270c1 Replace boolean allocation macros with MEM ones. by Alexei Podtelezhnikov · 3 years, 4 months ago
  9. 9a4c846 [cache] Revert to some zeroing. by Alexei Podtelezhnikov · 3 years, 4 months ago
  10. a8e8d9d [cache, psaux] Remove zeros. by Alexei Podtelezhnikov · 3 years, 4 months ago
  11. 9870b6c [cache] Avoid some memory zeroing. by Alexei Podtelezhnikov · 3 years, 4 months ago
  12. 2d57b05 * src/cache/ftcmanag.c (FTC_Manager_New): Add missing zero. by Alexei Podtelezhnikov · 3 years, 4 months ago
  13. a7b199d * src/cache/ftcmanag.c (FTC_Manager_New): Avoid some zeroing. by Alexei Podtelezhnikov · 3 years, 4 months ago
  14. a50c39a Fix compilation errors and (some) warnings for clang++. by Werner Lemberg · 3 years, 8 months ago
  15. 23f85c8 [cache] Optimize SBit copying. by Alexei Podtelezhnikov · 3 years, 9 months ago
  16. 8a459e5 [cache] Restore SBit copying for unowned (BDF) bitmaps. by Alexei Podtelezhnikov · 3 years, 9 months ago
  17. 7c685cb [cache] Switch to lazy SBit setting. by Alexei Podtelezhnikov · 3 years, 9 months ago
  18. 2e68785 * src/cache/ftcsbits.c (ftc_snode_load): Properly handle short pitch. by Daniel Welty · 3 years, 9 months ago
  19. d924a66 * src/*: Don't use more than one '\n' in `FT_TRACE` and `FT_ERROR`. by Werner Lemberg · 4 years ago
  20. b6e8a71 Update all copyright notices. by Werner Lemberg · 4 years ago
  21. 53be175 Fix `-Wformat' compiler warnings. by Priyesh Kumar · 4 years, 6 months ago
  22. 8cfc41a Fix `-Wformat' compiler warnings. by Werner Lemberg · 4 years, 6 months ago
  23. 0f35b04 [build] Really fix multi and C++ builds. by David Turner · 4 years, 6 months ago
  24. cb4a943 [build] Fix multi and C++ builds. by David Turner · 4 years, 6 months ago
  25. 1658685 Remove redundant inclusion of `ft2build.h'. by Werner Lemberg · 4 years, 7 months ago
  26. e133913 Make macros for header file names optional. by David Turner · 4 years, 7 months ago
  27. 4eee134 Remove Jamfile files from the tree. by David Turner · 4 years, 8 months ago
  28. e5038be Update all copyright notices. by Werner Lemberg · 5 years ago
  29. 7b84104 Various clang 8.0 static analyzer fixes. by Werner Lemberg · 6 years ago
  30. 7585997 Update all copyright notices. by Werner Lemberg · 6 years ago
  31. f686ad4 Update copyright years. by Werner Lemberg · 6 years ago
  32. a0dd16f Don't use `trace_' prefix for FT_COMPONENT arguments. by Werner Lemberg · 6 years ago
  33. 9ac9060 [GSoC] src/*.*: Convert block comments to `light' style. by Werner Lemberg · 7 years ago
  34. 9514959 Remove FT_CONFIG_OPTION_PIC and related code. by Werner Lemberg · 7 years ago
  35. 0a0c225 Update copyright year. by Werner Lemberg · 7 years ago
  36. 39ce3ac * Version 2.8.1 released. ========================= by Werner Lemberg · 7 years ago
  37. 7cb6f21 Formatting. by Werner Lemberg · 7 years ago
  38. 5ad8457 [cache] Fix a possible overflow by signed integer comparison. by suzuki toshiya · 7 years ago
  39. 9931175 Improve `make multi'. by Werner Lemberg · 8 years ago
  40. 563ae78 Update copyright year. by Werner Lemberg · 8 years ago
  41. 4441f7b Replace `foo == NULL' and `foo != NULL' with `!foo' and `foo', resp. by Werner Lemberg · 8 years ago
  42. c95b765 s/0/NULL/ for function pointers; comments, formatting. by Werner Lemberg · 8 years ago
  43. d583561 Minor clang++ fixes. by Werner Lemberg · 9 years ago
  44. 7ae9b99 [cache] Allow value 0 for face ID. by Werner Lemberg · 9 years ago
  45. 3295039 Whitespace. by Werner Lemberg · 9 years ago
  46. 0d053ba Fix runtime errors found by clang's sanitizer (#47082). by Werner Lemberg · 9 years ago
  47. 9adeab6 Update copyright year. by Werner Lemberg · 9 years ago
  48. c09a90a Don't use macro names that start with `_[A-Z]' [3/3]. by Werner Lemberg · 9 years ago
  49. 2e9d266 Don't use macro names that contain `__' [2/2]. by Werner Lemberg · 9 years ago
  50. 37412ff Don't use macro names that contain `__' [1/2]. by Werner Lemberg · 9 years ago
  51. 40cb1dc Formatting. by Werner Lemberg · 9 years ago
  52. 31d97df Make Jam support work again. by Werner Lemberg · 10 years ago
  53. 851e815 Various compiler warning fixes for `make multi'. by Werner Lemberg · 10 years ago
  54. 24e4e96 [cache] Signedness fixes. by Werner Lemberg · 10 years ago
  55. 4b9234b [cache] Don't use `labs'. by Werner Lemberg · 10 years ago
  56. 3aaebe3 [cache] Replace `FT_PtrDist' with `FT_Offset'. by Werner Lemberg · 10 years ago
  57. f57fc59 Run `src/tools/update-copyright'. by Werner Lemberg · 10 years ago
  58. 36d03c9 Fix Savannah bug #43976. by Werner Lemberg · 10 years ago
  59. f34f192 * src/*: Add checks for parameters of API functions where missing. by Werner Lemberg · 10 years ago
  60. a593a04 * src/cache/ftcbasic.c: Use single calls to `FT_TRACE'. by Werner Lemberg · 10 years ago
  61. 6889f7b Remove all code related to FT_MAX_CHARMAP_CACHEABLE. by Werner Lemberg · 10 years ago
  62. b3500af Change some fields in `FT_Bitmap' to unsigned type. by Werner Lemberg · 10 years ago
  63. 8762872 Fix clang warnings. by Sean McBride · 11 years ago
  64. fae3820 Simplify header file hierarchy. by Werner Lemberg · 11 years ago
  65. 2ba871b * src/cache/ftcmanag.c (FTC_Manager_Reset): Add missing cache flush. by Werner Lemberg · 12 years ago
  66. badf317 Next round of compiler fixes. by Werner Lemberg · 12 years ago
  67. f6aa089 */* [FT_CONFIG_OPTION_OLD_INTERNALS]: Remove macro and guarded code. by Werner Lemberg · 12 years ago
  68. 89f5064 */*: Use FT_ERR_EQ, FT_ERR_NEQ, and FT_ERR where appropriate. by Werner Lemberg · 12 years ago
  69. e3c9301 */*: Use FT_Err_Ok only. by Werner Lemberg · 12 years ago
  70. 059bc33 */*: Use `FT_THROW'. by Werner Lemberg · 12 years ago
  71. a9f6f85 Various compiler warning fixes. by Werner Lemberg · 12 years ago
  72. 26dfeb6 Prepare source code for amalgamation. by Vinnie Falco · 13 years ago
  73. 1749d8b Remove trailing spaces. by suzuki toshiya · 13 years ago
  74. c52f44d Whitespace. by Werner Lemberg · 13 years ago
  75. 41aa412 Fix wrong indents in src/cache/ftcmru.c. by suzuki toshiya · 14 years ago
  76. e62c876 Fix g++4.6 compiler warnings in module drivers. by suzuki toshiya · 14 years ago
  77. ae6d1d7 [cache] Fix an off-by-one bug in FTC_Manager_RemoveFaceID(). by suzuki toshiya · 14 years ago
  78. 3757b1e Cleanup/formatting. by Werner Lemberg · 14 years ago
  79. 5e7ad20 [cache] Fix Savannah bug #31923, patch drafted by Harsha. by suzuki toshiya · 14 years ago
  80. 38b272f [cache] Notice if a cache query induced the node list change. by suzuki toshiya · 14 years ago
  81. 62d116f [cache] Fit FTC_GNode_Compare() to FTC_Node_CompareFunc. by suzuki toshiya · 14 years ago
  82. 9a2e255 [cache] Deduplicate the code to get the top node by a hash. by suzuki toshiya · 14 years ago
  83. 52a1e47 [cache] inline-specific functions are conditionalized. by suzuki toshiya · 14 years ago
  84. 0de5b37 [cache] Correct a type mismatch under non-inlined config. by suzuki toshiya · 14 years ago
  85. 7774ac6 Apply Savannah patch #7422. by Harsha · 14 years ago
  86. 875439c Revert a change of `_idx' type in FTC_CACHE_LOOKUP_CMP(). by suzuki toshiya · 14 years ago
  87. 3512a71 [cache] Change the hash types to FT_PtrDist. by suzuki toshiya · 14 years ago
  88. 6abb923 Improve tracing messages. by Werner Lemberg · 14 years ago
  89. ebaeb64 Fix Savannah bug #30788. by Teijo Kinnunen · 14 years ago
  90. c8f5b98 Remove C++ warnings. by Werner Lemberg · 15 years ago
  91. 0ae3271 Restrict the number of the charmaps in a rogue-compatible mode. by suzuki toshiya · 15 years ago
  92. f765e44 */*: Use module specific error names where appropriate. by Werner Lemberg · 15 years ago
  93. 08e254e Fix Savannah bug #27999. by Michał Cichoń · 15 years ago
  94. 64ed303 Whitespace. by Werner Lemberg · 15 years ago
  95. ca87cd0 Fix `make multi'. by Werner Lemberg · 15 years ago
  96. 6167357 [cache] Fold too long lines. by suzuki toshiya · 15 years ago
  97. 82633a2 [cache] Fix Savannah bug #27441, cleanup Redhat bugzilla #513582. by suzuki toshiya · 15 years ago
  98. f2647dd [cache, psaux, type1] Fix for multi build. by suzuki toshiya · 15 years ago
  99. 4e0c9ee [cache] Check the face filled by FTC_Manager_LookupFace(). by suzuki toshiya · 15 years ago
  100. 5d3ff05 cache: Check higher bits in flags for non ILP32 systems. by suzuki toshiya · 15 years ago