1. 1fb6eea EXPORT_DEF renamed to FT_EXPORT_DEF + reformating/spacing by David Turner · 24 years ago
  2. f5dcdd5 minor fix to the Type1 driver(s) to apply the font matrix when necessary.. by David Turner · 24 years ago
  3. 5e4c2cb fixed some header files inclusions added C++ stubs to public header files by David Turner · 24 years ago
  4. 51179f0 some fixes for 64-bit systems. Mainly changed some by David Turner · 24 years ago
  5. 109fcf6 fixed the sbit loader (src/base/sfnt/ttsbit.c) by David Turner · 24 years ago
  6. 3475e7f removed TT_MAX_SUBGLYPHS macro, there is no static by David Turner · 24 years ago
  7. e49ab25 formatting - removed trailing spaces by David Turner · 24 years ago
  8. 968f0c3 update by David Turner · 24 years ago
  9. ea44d5e formatting by David Turner · 24 years ago
  10. 07c52d2 copyright update by David Turner · 24 years ago
  11. 701d754 removed obsolete header file by David Turner · 24 years ago
  12. 7ce42f4 another rather large update by David Turner · 24 years ago
  13. 414f38c at last, fixed the bug, and re-enabled 5-gray levels support by David Turner · 24 years ago
  14. 33aab6e removed obsolete files + update by David Turner · 24 years ago
  15. 529d4ea created new header files, formatting and other minor stuff.. by David Turner · 24 years ago
  16. 20c15ad added the tag for the "DSIG" table by David Turner · 24 years ago
  17. 0a29c69 implemented FT_Select_Charmap and FT_Set_Charmap (at last :-) by David Turner · 24 years ago
  18. c91cfe1 small update to the memory tester by David Turner · 24 years ago
  19. c60c61c fixed a potential memory leak when loading embedded bitmaps by David Turner · 24 years ago
  20. c06eb3b fixed stupid math lib bug in the Makefile by David Turner · 24 years ago
  21. c30aea9 another massive changes in order to completely avoid by David Turner · 24 years ago
  22. bfe2f98 a new massive grunt work. Redefined the EXPORT_DEF, by David Turner · 24 years ago
  23. 4f2c554 additional changes, this time in order to pass extra parameters by David Turner · 24 years ago
  24. 8c62a12 another fix for the build system (the module list wasn't by David Turner · 24 years ago
  25. 2561b24 I knew the first CVS commit wouldn't be good :o) by David Turner · 24 years ago
  26. 787183e re-added the "freetype.mk" that was mistakenly deleted by David Turner · 24 years ago
  27. a9c251c logged directory re-organisation by David Turner · 24 years ago
  28. efce08d major re-organisation of the FreeType 2 directory hierarchy by David Turner · 24 years ago
  29. 5d6b82d formatting by David Turner · 24 years ago
  30. f382328 added experimental emboldening/outlining code. This by David Turner · 24 years ago
  31. 4d3e563 closed most of the memory leaks in the Type 1 driver(s) by David Turner · 24 years ago
  32. a1656ab fixed a typo by David Turner · 24 years ago
  33. c120579 changes the type of the "mode" parameter in FT_Set_Raster_Mode by David Turner · 24 years ago
  34. 81d02db finally a auto-hinter module interface I'm satisfied with, by David Turner · 24 years ago
  35. d50941d fixed a compilation problem that occurred with the by David Turner · 24 years ago
  36. c136b40 an update to FT_Outline_Funcs used to improve by David Turner · 24 years ago
  37. 08c3875 at last, the bug seems to be solved. Now, the source code by David Turner · 24 years ago
  38. 8ee071a very preliminray CID support by David Turner · 24 years ago
  39. 4fce93e still working on that damn rasterizer bug !! ;-) by David Turner · 24 years ago
  40. 112be4c "ftrast.c" now works for monochrome bitmaps, and doesn't by David Turner · 24 years ago
  41. d186a36 various updates to reduce the compilation warnings by David Turner · 24 years ago
  42. d894892 ftrast.c by David Turner · 24 years ago
  43. 06b7372 added FT_CONFIG_OPTION_OLD_CALCS to ensure that by David Turner · 24 years ago
  44. eede901 removed the smooth renderer from the demos directory by David Turner · 24 years ago
  45. c5b9932 updates needed to compile the source programs now that by David Turner · 24 years ago
  46. 1119bae added support for version 2 of the OS/2 table by David Turner · 24 years ago
  47. b7ef2b0 in order to ensure that the bytecode interpretation is exactly by David Turner · 24 years ago
  48. 48641d6 added a simple line to set "glyph.control_len" when loading by David Turner · 24 years ago
  49. 9a9315f changes to reflect the new files include/tttables.h include/t1tables.h by David Turner · 24 years ago
  50. 6eebf90 first version of "t1tables", which will be used to access the by David Turner · 24 years ago
  51. 62c7af6 added the definition of the MaxProfile table by David Turner · 24 years ago
  52. bb287bd added the declaration of the smooth renderer to "include" by David Turner · 24 years ago
  53. f7b5c82 defined FT_Pointer as a typeless pointer by David Turner · 24 years ago
  54. 488cd71 a few updates to the OpenType Layout code by David Turner · 24 years ago
  55. e608a3e moved the smooth renderer to the base layer directory by David Turner · 24 years ago
  56. 2711061 added FT_Sqrt64 to ensure that all bytecode operations are by David Turner · 24 years ago
  57. a8bcdf8 added FT_Done_Stream by David Turner · 24 years ago
  58. 68ebd1b typo by David Turner · 24 years ago
  59. 33ec7d4 removed an over-zealous assertation that halted the engine by David Turner · 24 years ago
  60. 6149202 added macros to read little endian words from a byte stream by David Turner · 24 years ago
  61. 65e823d raised TT_MAX_SUBGLYPHS to 96 to avoid problems by David Turner · 24 years ago
  62. f8a116f implemented extra interface for "FT_Get_Sfnt_Table" by David Turner · 24 years ago
  63. 99a4d93 added FT_Get_Sfnt_Table from "include/tttables.h" by David Turner · 24 years ago
  64. 2dbc54d typo by David Turner · 24 years ago
  65. 8ce47b1 added new auto-hinter driver interface ! by David Turner · 24 years ago
  66. ffd43a6 added a new include file to access TrueType tables by David Turner · 24 years ago
  67. 680ec37 added the FT_LOAD_FORCE_AUOHINT flag by David Turner · 24 years ago
  68. 77054f2 updates for the fifth beta by David Turner · 24 years ago
  69. d8723b4 fixed another small bug. The metrics were not computed correctly.. by David Turner · 24 years ago
  70. 1216e43 fixed a small bug that prevented the loading of certain by David Turner · 24 years ago
  71. 231d058 raised the value of TT_MAX_SUBGLYPHS, as it prevented by David Turner · 24 years ago
  72. 7ae268a by Werner Lemberg · 24 years ago
  73. 69e010f by Werner Lemberg · 24 years ago
  74. 32a53b2 by Werner Lemberg · 24 years ago
  75. c83bfdd by Werner Lemberg · 24 years ago
  76. 521e2bc Added pre-liminary autoconf support files for Unix. Note that these don't work by David Turner · 24 years ago
  77. 90a36c5 a small improvement to the Type 1 hinter, that by David Turner · 24 years ago
  78. 46ab633 formatting, and remove the "interface" identifier by David Turner · 24 years ago
  79. ea10fbf Consider the smooth renderer completed ! It will probably by David Turner · 24 years ago
  80. 82942cc simple fix required by the auto-hinting module by David Turner · 24 years ago
  81. 3562d01 minor improvements, mainly to the PFB testing code... by Just van Rossum · 24 years ago
  82. 69473e4 fixed the display on 24-bit and 32-bit displays by David Turner · 24 years ago
  83. 37379e2 major changes to the library: by David Turner · 24 years ago
  84. ed7f62a support for FT_LOAD_NO_RECURSE needed by the auto-hinter by David Turner · 24 years ago
  85. 7024ca1 ftoutln.c is now mandatory. The optional parts of this by David Turner · 24 years ago
  86. e01a41d fixed a stupid bug in FT_MulFix by David Turner · 24 years ago
  87. b5c1a4e a new program to demonstrate the new convenience glyph by David Turner · 24 years ago
  88. 6b0149b a new simple program to display composite glyphs in a given by David Turner · 24 years ago
  89. b46a2d8 Adding the new languages codes from Apple and the new Unicode ranges as for 3.0 by Antoine Leca · 24 years ago
  90. 14d340c fixed a _really_ stupid bugs in the TrueType Collection loading !! by David Turner · 24 years ago
  91. f8bc2d3 use escapes instead of 8-bit in the Text constant: the 8-bit version got mangled by maccvs... by Just van Rossum · 24 years ago
  92. 5a34a7b use stream->memory instead of malloc/free. by Just van Rossum · 24 years ago
  93. 137c888 updated the "smooth" anti-aliaser. By increasing the number by David Turner · 24 years ago
  94. fbf3ce2 updated project files by Just van Rossum · 24 years ago
  95. 65a60dc Here's the Mac FOND driver! It seems to work well, but it turns out the Type 1 drivers (old as well as new) reject about half the fonts I have. by Just van Rossum · 24 years ago
  96. 5ae477c Added prototype for T1_Done_Parser() by Just van Rossum · 24 years ago
  97. 05ef28c Added mac FOND driver, and use t1z driver instead of the "old" t1 driver. by Just van Rossum · 24 years ago
  98. 1d85a73 Added a new version of the "smooth". This one uses by David Turner · 24 years ago
  99. 7e68ad4 fix to compile with latest FreeType 2 by David Turner · 24 years ago
  100. 16afbe2 update by David Turner · 24 years ago