1. 7e0e160 by Tom Kacvinsky · 23 years ago
  2. e90c5b9 Changed tests for sizes of short, ints, and longs to use the suffix U by Tom Kacvinsky · 23 years ago
  3. 5bf0a39 * Jamrules, Jamfile, src/Jamfile, src/*/Jamfile: Adding jamfiles by David Turner · 23 years ago
  4. 521d8dc by Werner Lemberg · 23 years ago
  5. 85d260f added small README file by David Turner · 23 years ago
  6. bbf33f3 small Unix installation update by David Turner · 23 years ago
  7. d540613 small documentation update by David Turner · 23 years ago
  8. f876b24 small documentation update by David Turner · 23 years ago
  9. a0f8955 updated changes by David Turner · 23 years ago
  10. 1e53698 removed obsolete documentation files by David Turner · 23 years ago
  11. 521a2d7 * builds/win32/detekt.mk: Fix .PHONY target for Intel compiler. by Werner Lemberg · 23 years ago
  12. 0e20e1e fixed a small mistake by David Turner · 23 years ago
  13. b8f56fa renamed "obj" to "objs" by David Turner · 23 years ago
  14. 6ce03ef * include/freetype/config/ftheader.h, include/freetype/ftsnames.h: by David Turner · 23 years ago
  15. 8d3a401 * builds/*/*-def.mk: changed the objects directory from "obj" to "objs" by David Turner · 23 years ago
  16. 3de5b07 * builds/unix/configure.in: Add $ft_version. by Werner Lemberg · 23 years ago
  17. a2e47b2 by Tom Kacvinsky · 23 years ago
  18. f3dad68 by Tom Kacvinsky · 23 years ago
  19. 70d6f38 Change units per EM assignment in cff_parse_font_bbox(). by Tom Kacvinsky · 23 years ago
  20. 3798110 fixed a small bug by David Turner · 23 years ago
  21. 8cfe002 renamed <freetype/config/ft2build.h> to 'ftheader.h' to avoid by David Turner · 23 years ago
  22. 168e39a small update to remove compiler warnings by David Turner · 23 years ago
  23. c24eff8 Another minor typo fix in cff_parse_font_bbox(). by Tom Kacvinsky · 23 years ago
  24. b2712e2 Corrected a typo in function cff_parse_font_bbox(). by Tom Kacvinsky · 23 years ago
  25. 99678c3 Added entries for changes to the BBox processing of the CFF driver. Now by Tom Kacvinsky · 23 years ago
  26. ea48f45 In function cff_parse_font_bbox(), obtain rounded FT_Fixed values for the by Tom Kacvinsky · 23 years ago
  27. 8958d03 In function CFF_Init_Face(), when we process a pure CFF font, set by Tom Kacvinsky · 23 years ago
  28. 3952f6c by Tom Kacvinsky · 23 years ago
  29. 84ad2a2 by Tom Kacvinsky · 23 years ago
  30. b9561b7 by Tom Kacvinsky · 23 years ago
  31. 8316bc5 by Tom Kacvinsky · 23 years ago
  32. 9a8b536 * src/psaux/t1decode.c (T1_Decoder_Parse_Charstrings): Fix error messages. by Werner Lemberg · 23 years ago
  33. fb68eaf by Tom Kacvinsky · 23 years ago
  34. a25b712 Changed the lenIV member of the T1_Decoder_ struct to be an FT_Int by Tom Kacvinsky · 23 years ago
  35. d15ac62 Added entries for changes to the Type 1 decoder and the CID font driver (which by Tom Kacvinsky · 23 years ago
  36. 6862113 In cid_read_subrs, decode subroutines only if lenIV >= 0. by Tom Kacvinsky · 23 years ago
  37. e355d00 In cid_load_glyph, decrypt charstrings only if lenIV >= 0. by Tom Kacvinsky · 23 years ago
  38. 9b59f2c In function T1_Decoder_Parse_Charstrings, take into account lenIV seed by Tom Kacvinsky · 23 years ago
  39. 22e812a * src/pcf/pcfread.c: Put READ_Fields() always in a conditional to by Werner Lemberg · 23 years ago
  40. 29bac13 * TODO: Updated. by Werner Lemberg · 23 years ago
  41. 21fed91 Added entry for TODO list. by Tom Kacvinsky · 23 years ago
  42. 82aca5c Initial revision of TODO list. by Tom Kacvinsky · 23 years ago
  43. f4f17d4 Myriad entires for FT_Fixed number handling in bbox parsing and by Tom Kacvinsky · 23 years ago
  44. e5b8bbb In function T1_Init_Face, changed the assignment code for ascender, by Tom Kacvinsky · 23 years ago
  45. 5d362b6 Changed parse_font_bbox to use FT_Fixed values for the bbox by Tom Kacvinsky · 23 years ago
  46. 00169a3 In CID_Init_Face, use calculated units_per_EM, and if that is not available, default by Tom Kacvinsky · 23 years ago
  47. 025c2f3 Added units_per_EM processing to parse_font_matrix, and added FT_Fixed by Tom Kacvinsky · 23 years ago
  48. c2f44c1 Added implementation of three new functions: FT_RoundFix, FT_CeilFix, by Tom Kacvinsky · 23 years ago
  49. f822092 Added prototypes and notes for three new functions: FT_RoundFix, by Tom Kacvinsky · 23 years ago
  50. 914b289 * src/*/*.c: Added many casts to make code more 64bit-safe. by Werner Lemberg · 23 years ago
  51. 7124a8e * INSTALL, docs/BUILD: We need GNU make 3.78 or newer. by Werner Lemberg · 24 years ago
  52. a20e15b Added entry: by Tom Kacvinsky · 24 years ago
  53. bdcfd52 Minor correction in T1_Init_Face: we must wait until parse_font_bbox by Tom Kacvinsky · 24 years ago
  54. 5441897 Added entry: by Tom Kacvinsky · 24 years ago
  55. 3f06635 by Tom Kacvinsky · 24 years ago
  56. 2e35c9b by Werner Lemberg · 24 years ago
  57. 0d83265 by Tom Kacvinsky · 24 years ago
  58. e20035a by Tom Kacvinsky · 24 years ago
  59. ca3035a * include/freetype/ttnameid.h: Correct a stupid typo which prevented by Antoine Leca · 24 years ago
  60. 29179a3 * builds/unix/detect.mk: Add test for Hurd. * builds/hurd/detect.mk: Removed. by Werner Lemberg · 24 years ago
  61. e274cfd * src/autohint/ahtypes.h (AH_Hinter): Add elements by Werner Lemberg · 24 years ago
  62. 6d27936 * include/freetype/ttnameid.h: added some new Microsoft language by Antoine Leca · 24 years ago
  63. 8a8d5c8 the Type 1 glyph loader now sets the glyph control data to the by David Turner · 24 years ago
  64. 131f8ea added automatic detection for the HURD operating system by David Turner · 24 years ago
  65. 5aeaad6 fixed a bug reported by Graham Asher by David Turner · 24 years ago
  66. f3b0722 fixed a small bug in FT_Glyph_Copy by David Turner · 24 years ago
  67. 8fe916c fixed a small bug (the advance and format were not copied in FT_Glyph_Copy) by David Turner · 24 years ago
  68. 20e862b * builds/unix/config.{guess,sub}: Updated (from ftp.gnu.org). by Werner Lemberg · 24 years ago
  69. 0b2137e * docs/docmaker.py (DocSection::add_element): Use `self.print_error()'. by Werner Lemberg · 24 years ago
  70. e231a65 update docmaker.py to support chapters and section block ordering by David Turner · 24 years ago
  71. 500dc85 by Werner Lemberg · 24 years ago
  72. 16c691c minor correction to 2001-02-07 entries. by Tom Kacvinsky · 24 years ago
  73. 78b5f17 by Tom Kacvinsky · 24 years ago
  74. 1e5f0ee Removed an unnecessary fprintf( stderr, ... ) from cff_parse_font_matrix by Tom Kacvinsky · 24 years ago
  75. 43a9c9d Added entry for function is_alpha. Code now makes `-' a valid by Tom Kacvinsky · 24 years ago
  76. 9709431 In function is_alpha, make `-' a legal alphanumeric character. This by Tom Kacvinsky · 24 years ago
  77. 1df6a31 Added entries for changes to CFF and Type 1 drivers, related to units by Tom Kacvinsky · 24 years ago
  78. 7b91bea In function T1_Init_Face, added code to get the units_per_EM from the by Tom Kacvinsky · 24 years ago
  79. d30bcd2 In struct CFF_Font_Dict_, added a units_per_em member to facilitate by Tom Kacvinsky · 24 years ago
  80. c27cd28 In function cff_parse_font_matrix, added logic to get the units_per_EM by Tom Kacvinsky · 24 years ago
  81. c97cf17 In function CFF_Init_Face, added logic to get the units per EM from by Tom Kacvinsky · 24 years ago
  82. e56b411 * src/psaux/psobjs.c (shift_elements): Remove if clause (which is obsolete now). by Werner Lemberg · 24 years ago
  83. 65d328e by Werner Lemberg · 24 years ago
  84. 1ae67a2 improved docmaker slightly (better indexing, support for "<order>" marker by David Turner · 24 years ago
  85. 331780c Update of ttnameid.h with the most recent informations from Microsoft's SDK by Antoine Leca · 24 years ago
  86. 2f41a46 Added entries for changes to Type 1 driver (related to FontInfo by Tom Kacvinsky · 24 years ago
  87. b2d5fef In function parse_font_matrix, added heuristic to get units_per_EM by Tom Kacvinsky · 24 years ago
  88. f3bdbb4 by Werner Lemberg · 24 years ago
  89. 3708bdb by Werner Lemberg · 24 years ago
  90. 3dac27d * src/pcfread.c (pcf_get_properties, pcf_get_metrics, by Werner Lemberg · 24 years ago
  91. 9e708eb by Werner Lemberg · 24 years ago
  92. db07178 some minor changes to allow compilation in all modes, without warnings by David Turner · 24 years ago
  93. c7c2c91 * builds/unix/freetype-config.in: Fix problems with separate by Werner Lemberg · 24 years ago
  94. b6c1bf8 added cross-reference generation by David Turner · 24 years ago
  95. 38208a6 * docs/docmaker.py: Minor improvements to reduce unwanted spaces by Werner Lemberg · 24 years ago
  96. 0f5616a updated documentation in public header files by David Turner · 24 years ago
  97. 18b55f7 improved the docmaker script by David Turner · 24 years ago
  98. 4c8815e * include/freetype/ttnameid.h: Updated Unicode code range comments. by Werner Lemberg · 24 years ago
  99. d573c7e by Werner Lemberg · 24 years ago
  100. d016540 Added entries for changes to CFF driver function, variable, and source by Tom Kacvinsky · 24 years ago