1. efce08d major re-organisation of the FreeType 2 directory hierarchy by David Turner · 24 years ago
  2. 5d6b82d formatting by David Turner · 24 years ago
  3. f382328 added experimental emboldening/outlining code. This by David Turner · 24 years ago
  4. 4d3e563 closed most of the memory leaks in the Type 1 driver(s) by David Turner · 24 years ago
  5. a1656ab fixed a typo by David Turner · 24 years ago
  6. c120579 changes the type of the "mode" parameter in FT_Set_Raster_Mode by David Turner · 24 years ago
  7. 81d02db finally a auto-hinter module interface I'm satisfied with, by David Turner · 24 years ago
  8. d50941d fixed a compilation problem that occurred with the by David Turner · 24 years ago
  9. c136b40 an update to FT_Outline_Funcs used to improve by David Turner · 24 years ago
  10. 08c3875 at last, the bug seems to be solved. Now, the source code by David Turner · 24 years ago
  11. 8ee071a very preliminray CID support by David Turner · 24 years ago
  12. 4fce93e still working on that damn rasterizer bug !! ;-) by David Turner · 24 years ago
  13. 112be4c "ftrast.c" now works for monochrome bitmaps, and doesn't by David Turner · 24 years ago
  14. d186a36 various updates to reduce the compilation warnings by David Turner · 24 years ago
  15. d894892 ftrast.c by David Turner · 24 years ago
  16. 06b7372 added FT_CONFIG_OPTION_OLD_CALCS to ensure that by David Turner · 24 years ago
  17. eede901 removed the smooth renderer from the demos directory by David Turner · 24 years ago
  18. c5b9932 updates needed to compile the source programs now that by David Turner · 24 years ago
  19. 1119bae added support for version 2 of the OS/2 table by David Turner · 24 years ago
  20. b7ef2b0 in order to ensure that the bytecode interpretation is exactly by David Turner · 24 years ago
  21. 48641d6 added a simple line to set "glyph.control_len" when loading by David Turner · 24 years ago
  22. 9a9315f changes to reflect the new files include/tttables.h include/t1tables.h by David Turner · 24 years ago
  23. 6eebf90 first version of "t1tables", which will be used to access the by David Turner · 24 years ago
  24. 62c7af6 added the definition of the MaxProfile table by David Turner · 24 years ago
  25. bb287bd added the declaration of the smooth renderer to "include" by David Turner · 24 years ago
  26. f7b5c82 defined FT_Pointer as a typeless pointer by David Turner · 24 years ago
  27. 488cd71 a few updates to the OpenType Layout code by David Turner · 24 years ago
  28. e608a3e moved the smooth renderer to the base layer directory by David Turner · 24 years ago
  29. 2711061 added FT_Sqrt64 to ensure that all bytecode operations are by David Turner · 24 years ago
  30. a8bcdf8 added FT_Done_Stream by David Turner · 24 years ago
  31. 68ebd1b typo by David Turner · 24 years ago
  32. 33ec7d4 removed an over-zealous assertation that halted the engine by David Turner · 24 years ago
  33. 6149202 added macros to read little endian words from a byte stream by David Turner · 24 years ago
  34. 65e823d raised TT_MAX_SUBGLYPHS to 96 to avoid problems by David Turner · 24 years ago
  35. f8a116f implemented extra interface for "FT_Get_Sfnt_Table" by David Turner · 24 years ago
  36. 99a4d93 added FT_Get_Sfnt_Table from "include/tttables.h" by David Turner · 24 years ago
  37. 2dbc54d typo by David Turner · 24 years ago
  38. 8ce47b1 added new auto-hinter driver interface ! by David Turner · 24 years ago
  39. ffd43a6 added a new include file to access TrueType tables by David Turner · 24 years ago
  40. 680ec37 added the FT_LOAD_FORCE_AUOHINT flag by David Turner · 24 years ago
  41. 77054f2 updates for the fifth beta by David Turner · 24 years ago
  42. d8723b4 fixed another small bug. The metrics were not computed correctly.. by David Turner · 24 years ago
  43. 1216e43 fixed a small bug that prevented the loading of certain by David Turner · 24 years ago
  44. 231d058 raised the value of TT_MAX_SUBGLYPHS, as it prevented by David Turner · 24 years ago
  45. 7ae268a by Werner Lemberg · 24 years ago
  46. 69e010f by Werner Lemberg · 24 years ago
  47. 32a53b2 by Werner Lemberg · 24 years ago
  48. c83bfdd by Werner Lemberg · 24 years ago
  49. 521e2bc Added pre-liminary autoconf support files for Unix. Note that these don't work by David Turner · 24 years ago
  50. 90a36c5 a small improvement to the Type 1 hinter, that by David Turner · 24 years ago
  51. 46ab633 formatting, and remove the "interface" identifier by David Turner · 24 years ago
  52. ea10fbf Consider the smooth renderer completed ! It will probably by David Turner · 24 years ago
  53. 82942cc simple fix required by the auto-hinting module by David Turner · 24 years ago
  54. 3562d01 minor improvements, mainly to the PFB testing code... by Just van Rossum · 24 years ago
  55. 69473e4 fixed the display on 24-bit and 32-bit displays by David Turner · 24 years ago
  56. 37379e2 major changes to the library: by David Turner · 24 years ago
  57. ed7f62a support for FT_LOAD_NO_RECURSE needed by the auto-hinter by David Turner · 24 years ago
  58. 7024ca1 ftoutln.c is now mandatory. The optional parts of this by David Turner · 24 years ago
  59. e01a41d fixed a stupid bug in FT_MulFix by David Turner · 24 years ago
  60. b5c1a4e a new program to demonstrate the new convenience glyph by David Turner · 24 years ago
  61. 6b0149b a new simple program to display composite glyphs in a given by David Turner · 24 years ago
  62. b46a2d8 Adding the new languages codes from Apple and the new Unicode ranges as for 3.0 by Antoine Leca · 24 years ago
  63. 14d340c fixed a _really_ stupid bugs in the TrueType Collection loading !! by David Turner · 25 years ago
  64. f8bc2d3 use escapes instead of 8-bit in the Text constant: the 8-bit version got mangled by maccvs... by Just van Rossum · 25 years ago
  65. 5a34a7b use stream->memory instead of malloc/free. by Just van Rossum · 25 years ago
  66. 137c888 updated the "smooth" anti-aliaser. By increasing the number by David Turner · 25 years ago
  67. fbf3ce2 updated project files by Just van Rossum · 25 years ago
  68. 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 · 25 years ago
  69. 5ae477c Added prototype for T1_Done_Parser() by Just van Rossum · 25 years ago
  70. 05ef28c Added mac FOND driver, and use t1z driver instead of the "old" t1 driver. by Just van Rossum · 25 years ago
  71. 1d85a73 Added a new version of the "smooth". This one uses by David Turner · 25 years ago
  72. 7e68ad4 fix to compile with latest FreeType 2 by David Turner · 25 years ago
  73. 16afbe2 update by David Turner · 25 years ago
  74. a641524 updated documentation for Beta 4 by David Turner · 25 years ago
  75. c3c7e7f updated CHANGES added BUILD & INSTALL by David Turner · 25 years ago
  76. 757429f fix to get rid of compile warning by David Turner · 25 years ago
  77. 7f7aadf finished moving all configuration macros to "config/ftoption.h" by David Turner · 25 years ago
  78. 3246efe first step towards moving all configuration options by David Turner · 25 years ago
  79. 06d508c removed the unused/obsolete "ftbbox.c" by David Turner · 25 years ago
  80. 4258c4f removed src/shared/ttnameid.h (redundant) by David Turner · 25 years ago
  81. f6dc6c1 renamed ttnamedid.h to ttnameid.h by David Turner · 25 years ago
  82. 7f615ae renamed all outlines functions to the FT_Outline_<action> syntax.. by David Turner · 25 years ago
  83. 41dbcbf reformatting, changing the FT_Outline structure: by David Turner · 25 years ago
  84. 291afa0 added the new "smooth" anti-aliaser (see the file "demos/src/ftgrays.c"), by David Turner · 25 years ago
  85. e98e4af fixed a nasty bug that occured with CMAP format 4.. by David Turner · 25 years ago
  86. 0f99ddd changed the structure of FT_Outline in order to pack by David Turner · 25 years ago
  87. 9d76a8d a few fixes to get rid of unwanted compile-time warnings by David Turner · 25 years ago
  88. 80f4b06 fixed typo in comment by Just van Rossum · 25 years ago
  89. 1eabbcb properly behave in case the console window became active by Just van Rossum · 25 years ago
  90. 7eef536 - ft_new_input_stream: don't make a new copy of the pathname by Just van Rossum · 25 years ago
  91. 59d8ac4 formatting: some tabs replaced by spaces by Just van Rossum · 25 years ago
  92. febe3fb by Werner Lemberg · 25 years ago
  93. 8c5c932 fixed typo in comment by Just van Rossum · 25 years ago
  94. 1e5754f added missing "else": without it FT_Open_Face() would still scan the list of drivers when specifying an explicit driver by Just van Rossum · 25 years ago
  95. 7ba2c67 readme file: needs copyright notice by Just van Rossum · 25 years ago
  96. 858fd5f Mac demo support stuff. by Just van Rossum · 25 years ago
  97. 2e8482b Mac modules file. For now the same as the default, minus the t1z driver. First step in adding a Mac FOND driver... by Just van Rossum · 25 years ago
  98. 926c81c CodeWarrior Pro4 project file to build the FT library under MacOS by Just van Rossum · 25 years ago
  99. 829fbf1 Mac backend for the graphics subsystem. by Just van Rossum · 25 years ago
  100. f21dac0 Don't #include <memory.h> but #include <string.h> to avoid header clash under MacOS. I don't think this affects other platforms. by Just van Rossum · 25 years ago