1. 75eadca Warn as well if no directory name for cachedir provided by Akira TAGOH · 4 years, 8 months ago
  2. 65087ac conf: Add JoyPixels emoji font by Jan Tojnar · 4 years, 9 months ago
  3. fcada52 Do not return FcFalse from FcConfigParseAndLoad*() if complain is set to false by Akira TAGOH · 4 years, 9 months ago
  4. 7172f08 Add missing return type for FcFontSet* functions by Szunti · 4 years, 9 months ago
  5. cb1036a Affect FC_FONT_HAS_HINT property to score on matcher by Akira TAGOH · 4 years, 10 months ago
  6. 505c7c4 Improve the performance a bit by Akira TAGOH · 4 years, 10 months ago
  7. 01e4f08 Fix the fails of make check when SOURCE_DATE_EPOCH is set by Akira TAGOH · 4 years, 10 months ago
  8. 8c44bec Fix failing the check of prep table in some fonts by Akira TAGOH · 4 years, 10 months ago
  9. 80047ed Add FC_FONT_HAS_HINT property to see if font has hinting or not. by Akira TAGOH · 4 years, 10 months ago
  10. f555f50 Add 35-lang-normalize.conf by Akira TAGOH · 4 years, 10 months ago
  11. e2f9f28 Fix a memory leak in FcFreeTypeQuery*() by Akira TAGOH · 4 years, 10 months ago
  12. 1a0391c Fix memory leaks by Akira TAGOH · 4 years, 10 months ago
  13. 957625b Fix the fail on fc-cache by Akira TAGOH · 4 years, 10 months ago
  14. dce6ed9 Add docs for missing properties by Akira TAGOH · 4 years, 10 months ago
  15. e261e31 Clean up temporary directory for tests by Akira TAGOH · 4 years, 10 months ago
  16. 36f46ba FcConfigParseAndLoad*() should returns false on config errors by Akira TAGOH · 4 years, 10 months ago
  17. 2960391 Add English name first into a cache by Akira TAGOH · 4 years, 11 months ago
  18. a57f22b Fix a typo by Akira TAGOH · 4 years, 11 months ago
  19. cb3e6ff Improve the performance a bit by Akira TAGOH · 4 years, 11 months ago
  20. 322131f Fix a crash when running with FC_DEBUG=256 by Akira TAGOH · 5 years ago
  21. 83840fd Fix obtaining real path from pre-defined names for Win32 by Akira TAGOH · 5 years ago
  22. 1896853 Don't clean up pre-built docs if no docbook installed. by Akira TAGOH · 5 years ago
  23. f2d4291 Fix the linear interpolation during weight mapping by Egmont Koblinger · 5 years ago
  24. c0dc762 Fix a typo on masking face id by Akira TAGOH · 5 years ago
  25. a919700 Bump version to 2.13.91 by Akira TAGOH · 5 years ago 2.13.91
  26. 66b0af4 Fix endianness on generating MD5 cache name by Akira TAGOH · 5 years ago
  27. f729bc6 Fix a typo in the description of FcWeightFromOpenTypeDouble by Akira TAGOH · 5 years ago
  28. f40b203 Correct the comment for FC_LANG in fontconfig.h by Akira TAGOH · 5 years ago
  29. c336b84 fc-validate: returns an error code when missing some glyphs by Akira TAGOH · 5 years ago
  30. a305e98 Update CaseFolding.txt to Unicode 12.1 by Akira TAGOH · 5 years ago
  31. fd2e155 Only use test wrapper-script if host is MinGW by Jon Turney · 5 years ago
  32. d28681a Distribute archive in xz instead of bz2 by Akira TAGOH · 5 years ago
  33. faa11fb Update the test case that is looking for uuid based on host by Akira TAGOH · 5 years ago
  34. 76e8997 No need to remap for uuid based by Akira TAGOH · 5 years ago
  35. 7f61838 Fallback uuid-based name to read a cache if no MD5-based cache available by Akira TAGOH · 5 years ago
  36. 13d2a47 Fix unexpected cache name by double-slash in path by Akira TAGOH · 5 years ago
  37. faec0b5 Don't show salt in debugging message if salt is null by Akira TAGOH · 5 years ago
  38. 91114d1 Allow overriding salt with new one coming later by Akira TAGOH · 5 years ago
  39. 791762d fc-cache: Show font directories to generate cache with -v by Akira TAGOH · 5 years ago
  40. d1acc73 Oops, Terminate string by Akira TAGOH · 5 years ago
  41. fc9f706 Add some debugging output by Akira TAGOH · 5 years ago
  42. cb1df8c Don't warn if path can't be converted with prefix by Akira TAGOH · 5 years ago
  43. 34791c3 Don't share fonts and cache dir for testing by Akira TAGOH · 5 years ago
  44. 0950f24 Add more data to artifacts for debugging purpose by Akira TAGOH · 5 years ago
  45. ad3f335 Fix make check fail on MinGW again by Akira TAGOH · 5 years ago
  46. 8e2c85f Use alternative function for realpath on Win32 by Akira TAGOH · 5 years ago
  47. b1bcc0c Fix build issues on MinGW by Akira TAGOH · 5 years ago
  48. 9177cf2 Add back if !OS_WIN32 line by Akira TAGOH · 5 years ago
  49. a39f307 trivial testcase update by Akira TAGOH · 5 years ago
  50. 4ff52ff Update doc for salt by Akira TAGOH · 5 years ago
  51. 2e8ce63 Add salt attribute to dir and remap-dir elements by Akira TAGOH · 5 years ago
  52. def1d00 Add reset-dirs element by Akira TAGOH · 5 years ago
  53. 5e46f15 Fix a typo by Akira TAGOH · 5 years ago
  54. acc017e Drop unnecessary line to include uuid.h by Akira TAGOH · 5 years ago
  55. 635921e Update deps to run CI by Akira TAGOH · 5 years ago
  56. 916cf6c Update testcase by Akira TAGOH · 5 years ago
  57. 2e09c62 Trim the last slash by Akira TAGOH · 5 years ago
  58. a563a18 Add new element remap-dir instead of extending dir element by Akira TAGOH · 5 years ago
  59. 9d3fb5b Fix make check fail on run-test-conf.sh by Akira TAGOH · 5 years ago
  60. 500e77a Drop a line to include uuid.h by Akira TAGOH · 5 years ago
  61. 04f75fc Add FcDirCacheCreateUUID doc back to pass make check by Akira TAGOH · 5 years ago
  62. c4324f5 Replace UUID file mechanism with per-directory 'map' attribute [v2] by Keith Packard · 6 years ago
  63. 4cde12b Remove UUID-related tests by Keith Packard · 6 years ago
  64. a8c4fc5 Add delays to test-bz106632, check UptoDate separately by Keith Packard · 6 years ago
  65. 2a81aa5 Remove '-u' option from run-test-conf.sh by Keith Packard · 6 years ago
  66. 67e9c12 Fetch FONTCONFIG_SYSROOT in FcConfigCreate by Keith Packard · 6 years ago
  67. 97fa77d Reset errno to do error handling properly by Akira TAGOH · 5 years ago
  68. 809f040 Don't test bind-mount thing for MinGW by Akira TAGOH · 5 years ago
  69. 4cb490b Install wine for CI on MinGW by Akira TAGOH · 5 years ago
  70. 73b300d Correct configure option to cross-compile by Akira TAGOH · 5 years ago
  71. 33b372e Update requirement for gettext by Akira TAGOH · 5 years ago
  72. 92caab9 Fix make distcheck error by Akira TAGOH · 5 years ago
  73. 10e13fc Add build test for MinGW by Akira TAGOH · 5 years ago
  74. f6810ed Fix make check on cross-compiled env by Akira TAGOH · 5 years ago
  75. 98099ff Ifdef'ed unnecessary code for Win32 by Akira TAGOH · 5 years ago
  76. 8a94359 autogen.sh: Make AUTORECONF_FLAGS overwritable by Akira TAGOH · 5 years ago
  77. 9b0c093 Fix build issue on Win32. by Akira TAGOH · 5 years ago
  78. 3eca37c Fix misleading summary in docs for FcStrStrIgnoreCase by Akira TAGOH · 5 years ago
  79. dba8460 Add system-ui generic family by Akira TAGOH · 6 years ago
  80. 40e27f5 Better document sysroot. by Ben Wagner · 5 years ago
  81. 586e354 src/fccache.c: Fix define for HAVE_POSIX_FADVISE by Robert Yang · 5 years ago
  82. 699d6e4 Fix a crash with invalid matrix element by Akira TAGOH · 5 years ago
  83. b047e29 Fix a dereference of a null pointer by Akira TAGOH · 5 years ago
  84. 3a45b8e covscan: fix compiler warnings by Akira TAGOH · 5 years ago
  85. c44fda2 Don't call unlink_dirs if basedir is null by Akira TAGOH · 5 years ago
  86. a57647e covscan fix: get rid of unnecessary condition check by Akira TAGOH · 6 years ago
  87. 65c7427 Warn when constant name is used for unexpected object by Akira TAGOH · 5 years ago
  88. 71c9c78 Add a test case for FcFontList by Akira TAGOH · 5 years ago
  89. 9d5149a Fix FcFontList doesn't return a font with FC_COLOR=true by Akira TAGOH · 5 years ago
  90. 3c75a5a Lowered temporary rooted_dir variable inside loop by Chris McDonald · 5 years ago
  91. d36f977 Respect sysroot option for file path passed to stat by Chris McDonald · 6 years ago
  92. 2bd559f Add doc for description element and update fonts.dtd by Akira TAGOH · 6 years ago
  93. 13b4ba9 Use Rachana instead of Meera for Malayalam by Akira TAGOH · 6 years ago
  94. 648e0cf Use FC_PATH_MAX instead of PATH_MAX by Akira TAGOH · 6 years ago
  95. 6dde9b5 Enable bubblewrap test case by Akira TAGOH · 6 years ago
  96. 9bb9010 Drop Mitra Mono from 65-nonlatin.conf by Akira TAGOH · 6 years ago
  97. f7036d5 Fix name-table language code mapping for Mongolian by Behdad Esfahbod · 6 years ago
  98. e9113a7 Do not run a test case for .uuid deletion by Akira TAGOH · 6 years ago
  99. 5f12f56 Do not remove UUID file when a scanned directory is empty by Keith Packard · 6 years ago
  100. 5f5ec56 Do not try updating mtime when unlink was failed by Akira TAGOH · 6 years ago