1. 82633a2 [cache] Fix Savannah bug #27441, cleanup Redhat bugzilla #513582. by suzuki toshiya · 15 years ago
  2. f2647dd [cache, psaux, type1] Fix for multi build. by suzuki toshiya · 15 years ago
  3. 76f1b9d [autofit] Fix for multi build. by suzuki toshiya · 15 years ago
  4. 4e0c9ee [cache] Check the face filled by FTC_Manager_LookupFace(). by suzuki toshiya · 15 years ago
  5. e218450 * docs/CHANGES: Updated. by Werner Lemberg · 15 years ago
  6. 766b822 [raster] Fix 5-levels grayscale output. This was broken since version 2.3.0. by Werner Lemberg · 15 years ago
  7. 812d1bc Improve configure.raw for cross build. by suzuki toshiya · 15 years ago
  8. 704f4d7 [BDF] Modify hash API to take size_t value instead of void *. by suzuki toshiya · 15 years ago
  9. 519a5ea Whitespace. by suzuki toshiya · 15 years ago
  10. 0729bc9 [Win64] Improve the computation of random seed from stack address. by suzuki toshiya · 15 years ago
  11. fecb7a6 Replace CR line endings with CRLF in Visual C/CE project files. by Werner Lemberg · 15 years ago
  12. d30062d Whitespace. by Werner Lemberg · 15 years ago
  13. 4539b3e Whitespace. by Werner Lemberg · 15 years ago
  14. 5e240c1 [raster] Improvements for stand-alone mode. by Werner Lemberg · 15 years ago
  15. 4694ea2 Improve vertical metrics calculation (Savannah bug #27364). by Bram Tassyns · 15 years ago
  16. 03e8b2f Fix custom cmap for empty Type 1 font (Savannah bug #27294). by John Tytgat · 15 years ago
  17. 17904a1 Document that FT_Get_X11_Font_Format() is a general call. by Ralph Giles · 15 years ago
  18. d77cd8c Fix rendering of horizontally compressed CFFs. by Werner Lemberg · 15 years ago
  19. efaf5ab Don't call `ft_fseek' every time when executing `ft_fread'. by Su Yu · 15 years ago
  20. 2b6a3f0 sfnt: Cast a charcode to 32-bit in cmap format 14 parser. by suzuki toshiya · 15 years ago
  21. 9b1aab8 sfnt: Cast a charcode to 32-bit in cmap format 12 parser. by suzuki toshiya · 15 years ago
  22. e6d0c1f psaux: Fix a few casts to FT_Int32 value. by suzuki toshiya · 15 years ago
  23. b76c3f7 sfnt: Fix a data type mismatching with its source. by suzuki toshiya · 15 years ago
  24. 2a2beb4 sfnt: Extend a few local variables to load 32-bit values. by suzuki toshiya · 15 years ago
  25. 3783dac pfr: Extend `num_aux' to take 32-bit value. by suzuki toshiya · 15 years ago
  26. 3bda1f9 pcf: Truncate FT_ULong `nprops' to fit to int PCF_Face->nprops. by suzuki toshiya · 15 years ago
  27. 8eb551f gxvalid: Extend a few local variables to reduce the casts. by suzuki toshiya · 15 years ago
  28. d365997 gxvalid: Extend `settingTable' to take 32-bit offset. by suzuki toshiya · 15 years ago
  29. 6e2375f autofit: Cast FT_Long glyph_count to compare with FT_UInt GID. by suzuki toshiya · 15 years ago
  30. 057bc4c smooth: Exclude 16-bit system in invalid pitch/height check. by suzuki toshiya · 15 years ago
  31. b16a942 cff: Type large constants > 0x7FFF as long for 16-bit systems. by suzuki toshiya · 15 years ago
  32. 5133c56 base: Remove an unused variable. by suzuki toshiya · 15 years ago
  33. 5d3ff05 cache: Check higher bits in flags for non ILP32 systems. by suzuki toshiya · 15 years ago
  34. 61adbe9 sfnt: Ignore invalid GIDs in glyph name lookup. by suzuki toshiya · 15 years ago
  35. eec4055 pcf: Fix a comparison between FT_Long and FT_ULong. by suzuki toshiya · 15 years ago
  36. eceaffe gxvalid: Guarantee `nFeatureFlags' size up to 32-bit. by suzuki toshiya · 15 years ago
  37. cad4f91 sfnt: Insert explicit cast for LP64 system. by suzuki toshiya · 15 years ago
  38. 2f07c57 gxvalid: Guarantee `just' table size upto 32-bit. by suzuki toshiya · 15 years ago
  39. 205a2a0 gxvalid: Guarantee `trak' table size upto 32-bit. by suzuki toshiya · 15 years ago
  40. 4974049 type1: Fix a data type mismatching with its source. by suzuki toshiya · 15 years ago
  41. 737634e pfr: Fix a data type mismatching with its source. by suzuki toshiya · 15 years ago
  42. b12b8c3 pfr: Fix a data type mismatching with its source. by suzuki toshiya · 15 years ago
  43. c4420d9 pfr: Fix a data type mismatching with its source. by suzuki toshiya · 15 years ago
  44. 471980d smooth: Improve the format in debug message. by suzuki toshiya · 15 years ago
  45. 0105905 sfnt: Fix a data type mismatching with its source. by suzuki toshiya · 15 years ago
  46. cf31edf psaux: Fix a data type mismatching with its source. by suzuki toshiya · 15 years ago
  47. ec7bc86 truetype: Extend TrueType GX packed deltas to FT_Offset. by suzuki toshiya · 15 years ago
  48. 5668181 truetype: Extend mmvar_len to hold size_t values. by suzuki toshiya · 15 years ago
  49. a115142 truetype: Check invalid function number in IDEF instruction. by suzuki toshiya · 15 years ago
  50. d1c2308 truetype: Check invalid function number in FDEF instruction. by suzuki toshiya · 15 years ago
  51. 9206eba truetype: Truncate the deltas of composite glyph at 16-bit values. by suzuki toshiya · 15 years ago
  52. 1b6f1d2 truetype: Truncate the instructions upto 16-bit per a glyph. by suzuki toshiya · 15 years ago
  53. 6dc2752 truetype: Cast the numerical operands to 32-bit for LP64 systems. by suzuki toshiya · 15 years ago
  54. 3b56c4d truetype: Cast the project vector to 32-bit for LP64 system. by suzuki toshiya · 15 years ago
  55. 9fc4094 truetype: Cast the scaling params to 32-bit for LP64 system. by suzuki toshiya · 15 years ago
  56. c9c6438 sfnt: Cast a character code to FT_UInt32 for LP64 system. by suzuki toshiya · 15 years ago
  57. 3f0182a sfnt: Cast a character code to FT_UInt32 for LP64 system. by suzuki toshiya · 15 years ago
  58. 9c1aac0 sfnt: Extend TT_BDF->strings_size to FT_ULong for huge BDF. by suzuki toshiya · 15 years ago
  59. 259568c psaux: Handle the string length by FT_Offset variables. by suzuki toshiya · 15 years ago
  60. 75d56e5 pcf: Fix some data types mismatching with their sources. by suzuki toshiya · 15 years ago
  61. c595c06 pcf: Handle the string length by size_t variables. by suzuki toshiya · 15 years ago
  62. 78ba8a6 pcf: Fix some data types mismatching with their sources. by suzuki toshiya · 15 years ago
  63. 52170ac otvalid: Truncate the glyph index to 16-bit. by suzuki toshiya · 15 years ago
  64. f7c6b11 cache: Insert explict casts for LP64 systems. by suzuki toshiya · 15 years ago
  65. ed1d359 cache: Fix some data types mismatching with their sources. by suzuki toshiya · 15 years ago
  66. 3f0f2e4 XXX_cmap_encoding_char_next() return FT_UInt32 values. by suzuki toshiya · 15 years ago
  67. 25dba9c truetype: Extend TT_Face->num_locations for broken TTFs. by suzuki toshiya · 15 years ago
  68. e45e052 smooth: Fix some data types mismatching with their sources. by suzuki toshiya · 15 years ago
  69. c579dc4 cff: Fix some data types mismatching with their sources. by suzuki toshiya · 15 years ago
  70. 8705475 autofit: Fix some data types mismatching with their sources. by suzuki toshiya · 15 years ago
  71. b566802 autofit: Count the size of the memory object by ptrdiff_t. by suzuki toshiya · 15 years ago
  72. 15dc278 autofit: Fix for unused variable `first'. by suzuki toshiya · 15 years ago
  73. e866cf3 Improve bitmap size or pixel variables for 16-bit systems. by suzuki toshiya · 15 years ago
  74. d3ed6d1 psaux: Prevent invalid arguments to afm_parser_read_vals(). by suzuki toshiya · 15 years ago
  75. 0d226c3 base: Prevent some overflows on LP64 systems. by suzuki toshiya · 15 years ago
  76. 072e552 cff: Cast the long variables to 32-bit for LP64 systems. by suzuki toshiya · 15 years ago
  77. b61d928 pcf: Improve PCF_PropertyRec.value names on LP64 platforms. by suzuki toshiya · 15 years ago
  78. eae89a7 pcf: Fix some data types mismatching with their sources. by suzuki toshiya · 15 years ago
  79. be41d3e bdf: Improve bdf_property_t.value names for LP64 platforms. by suzuki toshiya · 15 years ago
  80. 660d651 bdf: Fix some data types mismatching with their sources. by suzuki toshiya · 15 years ago
  81. 38e480b autofit: Improve Unicode range definitions. by suzuki toshiya · 15 years ago
  82. 93bb159 smooth: Fix a data type mismatching with its source. by suzuki toshiya · 15 years ago
  83. ea5268d smooth: Fix a data type mismatching with its source. by suzuki toshiya · 15 years ago
  84. f4e1c8b cache: Disable the legacy compatibility if 16-bit system. by suzuki toshiya · 15 years ago
  85. 2a5831e cache: Check 32-bit glyph index on 16-bit systems. by suzuki toshiya · 15 years ago
  86. b566d42 cache: Fix some data types mismatching with their sources. by suzuki toshiya · 15 years ago
  87. ebf8e29 cache: Fix some data types mismatching with their sources. by suzuki toshiya · 15 years ago
  88. 9f50873 cache: Cast NULL to a required function type explicitly. by suzuki toshiya · 15 years ago
  89. 41f9d0d fttypes.h: Cast FT_MAKE_TAG output to FT_Tag exlicitly. by suzuki toshiya · 15 years ago
  90. 82ebaa7 psnames: Handle Unicode codepoints by FT_UInt32 variables. by suzuki toshiya · 15 years ago
  91. d200982 psaux: Use size_t variable to pass the buffer size. by suzuki toshiya · 15 years ago
  92. d1ee378 type1: Use size_t variable to pass the string length. by suzuki toshiya · 15 years ago
  93. 7fd7c6f cid: Fix some data types mismatching with their sources. by suzuki toshiya · 15 years ago
  94. 34c203c cff: Fix for unused variable `rest'. by suzuki toshiya · 15 years ago
  95. a813cf4 cff: Fix some data types mismatching with their sources. by suzuki toshiya · 15 years ago
  96. 2bbcb7e bdf: Fix some data types mismatching with their sources. by suzuki toshiya · 15 years ago
  97. 763b394 sfnt: Count the size of the memory object by ptrdiff_t. by suzuki toshiya · 15 years ago
  98. f420757 lzw: Count the size of the memory object by ptrdiff_t. by suzuki toshiya · 15 years ago
  99. 88c95ba otvalid: Count the table size on memory by ptrdiff_t. by suzuki toshiya · 15 years ago
  100. 90c7efc otvalid: Prevent an overflow by GPOS/GSUB 32b-bit offset. by suzuki toshiya · 15 years ago