1. 99678c3 Added entries for changes to the BBox processing of the CFF driver. Now by Tom Kacvinsky · 23 years ago
  2. ea48f45 In function cff_parse_font_bbox(), obtain rounded FT_Fixed values for the by Tom Kacvinsky · 23 years ago
  3. 8958d03 In function CFF_Init_Face(), when we process a pure CFF font, set by Tom Kacvinsky · 23 years ago
  4. 3952f6c by Tom Kacvinsky · 23 years ago
  5. 84ad2a2 by Tom Kacvinsky · 23 years ago
  6. b9561b7 by Tom Kacvinsky · 23 years ago
  7. 8316bc5 by Tom Kacvinsky · 23 years ago
  8. 9a8b536 * src/psaux/t1decode.c (T1_Decoder_Parse_Charstrings): Fix error messages. by Werner Lemberg · 23 years ago
  9. fb68eaf by Tom Kacvinsky · 23 years ago
  10. a25b712 Changed the lenIV member of the T1_Decoder_ struct to be an FT_Int by Tom Kacvinsky · 23 years ago
  11. d15ac62 Added entries for changes to the Type 1 decoder and the CID font driver (which by Tom Kacvinsky · 23 years ago
  12. 6862113 In cid_read_subrs, decode subroutines only if lenIV >= 0. by Tom Kacvinsky · 23 years ago
  13. e355d00 In cid_load_glyph, decrypt charstrings only if lenIV >= 0. by Tom Kacvinsky · 23 years ago
  14. 9b59f2c In function T1_Decoder_Parse_Charstrings, take into account lenIV seed by Tom Kacvinsky · 23 years ago
  15. 22e812a * src/pcf/pcfread.c: Put READ_Fields() always in a conditional to by Werner Lemberg · 23 years ago
  16. 29bac13 * TODO: Updated. by Werner Lemberg · 23 years ago
  17. 21fed91 Added entry for TODO list. by Tom Kacvinsky · 23 years ago
  18. 82aca5c Initial revision of TODO list. by Tom Kacvinsky · 23 years ago
  19. f4f17d4 Myriad entires for FT_Fixed number handling in bbox parsing and by Tom Kacvinsky · 23 years ago
  20. e5b8bbb In function T1_Init_Face, changed the assignment code for ascender, by Tom Kacvinsky · 23 years ago
  21. 5d362b6 Changed parse_font_bbox to use FT_Fixed values for the bbox by Tom Kacvinsky · 23 years ago
  22. 00169a3 In CID_Init_Face, use calculated units_per_EM, and if that is not available, default by Tom Kacvinsky · 23 years ago
  23. 025c2f3 Added units_per_EM processing to parse_font_matrix, and added FT_Fixed by Tom Kacvinsky · 23 years ago
  24. c2f44c1 Added implementation of three new functions: FT_RoundFix, FT_CeilFix, by Tom Kacvinsky · 23 years ago
  25. f822092 Added prototypes and notes for three new functions: FT_RoundFix, by Tom Kacvinsky · 23 years ago
  26. 914b289 * src/*/*.c: Added many casts to make code more 64bit-safe. by Werner Lemberg · 23 years ago
  27. 7124a8e * INSTALL, docs/BUILD: We need GNU make 3.78 or newer. by Werner Lemberg · 24 years ago
  28. a20e15b Added entry: by Tom Kacvinsky · 24 years ago
  29. bdcfd52 Minor correction in T1_Init_Face: we must wait until parse_font_bbox by Tom Kacvinsky · 24 years ago
  30. 5441897 Added entry: by Tom Kacvinsky · 24 years ago
  31. 3f06635 by Tom Kacvinsky · 24 years ago
  32. 2e35c9b by Werner Lemberg · 24 years ago
  33. 0d83265 by Tom Kacvinsky · 24 years ago
  34. e20035a by Tom Kacvinsky · 24 years ago
  35. ca3035a * include/freetype/ttnameid.h: Correct a stupid typo which prevented by Antoine Leca · 24 years ago
  36. 29179a3 * builds/unix/detect.mk: Add test for Hurd. * builds/hurd/detect.mk: Removed. by Werner Lemberg · 24 years ago
  37. e274cfd * src/autohint/ahtypes.h (AH_Hinter): Add elements by Werner Lemberg · 24 years ago
  38. 6d27936 * include/freetype/ttnameid.h: added some new Microsoft language by Antoine Leca · 24 years ago
  39. 8a8d5c8 the Type 1 glyph loader now sets the glyph control data to the by David Turner · 24 years ago
  40. 131f8ea added automatic detection for the HURD operating system by David Turner · 24 years ago
  41. 5aeaad6 fixed a bug reported by Graham Asher by David Turner · 24 years ago
  42. f3b0722 fixed a small bug in FT_Glyph_Copy by David Turner · 24 years ago
  43. 8fe916c fixed a small bug (the advance and format were not copied in FT_Glyph_Copy) by David Turner · 24 years ago
  44. 20e862b * builds/unix/config.{guess,sub}: Updated (from ftp.gnu.org). by Werner Lemberg · 24 years ago
  45. 0b2137e * docs/docmaker.py (DocSection::add_element): Use `self.print_error()'. by Werner Lemberg · 24 years ago
  46. e231a65 update docmaker.py to support chapters and section block ordering by David Turner · 24 years ago
  47. 500dc85 by Werner Lemberg · 24 years ago
  48. 16c691c minor correction to 2001-02-07 entries. by Tom Kacvinsky · 24 years ago
  49. 78b5f17 by Tom Kacvinsky · 24 years ago
  50. 1e5f0ee Removed an unnecessary fprintf( stderr, ... ) from cff_parse_font_matrix by Tom Kacvinsky · 24 years ago
  51. 43a9c9d Added entry for function is_alpha. Code now makes `-' a valid by Tom Kacvinsky · 24 years ago
  52. 9709431 In function is_alpha, make `-' a legal alphanumeric character. This by Tom Kacvinsky · 24 years ago
  53. 1df6a31 Added entries for changes to CFF and Type 1 drivers, related to units by Tom Kacvinsky · 24 years ago
  54. 7b91bea In function T1_Init_Face, added code to get the units_per_EM from the by Tom Kacvinsky · 24 years ago
  55. d30bcd2 In struct CFF_Font_Dict_, added a units_per_em member to facilitate by Tom Kacvinsky · 24 years ago
  56. c27cd28 In function cff_parse_font_matrix, added logic to get the units_per_EM by Tom Kacvinsky · 24 years ago
  57. c97cf17 In function CFF_Init_Face, added logic to get the units per EM from by Tom Kacvinsky · 24 years ago
  58. e56b411 * src/psaux/psobjs.c (shift_elements): Remove if clause (which is obsolete now). by Werner Lemberg · 24 years ago
  59. 65d328e by Werner Lemberg · 24 years ago
  60. 1ae67a2 improved docmaker slightly (better indexing, support for "<order>" marker by David Turner · 24 years ago
  61. 331780c Update of ttnameid.h with the most recent informations from Microsoft's SDK by Antoine Leca · 24 years ago
  62. 2f41a46 Added entries for changes to Type 1 driver (related to FontInfo by Tom Kacvinsky · 24 years ago
  63. b2d5fef In function parse_font_matrix, added heuristic to get units_per_EM by Tom Kacvinsky · 24 years ago
  64. f3bdbb4 by Werner Lemberg · 24 years ago
  65. 3708bdb by Werner Lemberg · 24 years ago
  66. 3dac27d * src/pcfread.c (pcf_get_properties, pcf_get_metrics, by Werner Lemberg · 24 years ago
  67. 9e708eb by Werner Lemberg · 24 years ago
  68. db07178 some minor changes to allow compilation in all modes, without warnings by David Turner · 24 years ago
  69. c7c2c91 * builds/unix/freetype-config.in: Fix problems with separate by Werner Lemberg · 24 years ago
  70. b6c1bf8 added cross-reference generation by David Turner · 24 years ago
  71. 38208a6 * docs/docmaker.py: Minor improvements to reduce unwanted spaces by Werner Lemberg · 24 years ago
  72. 0f5616a updated documentation in public header files by David Turner · 24 years ago
  73. 18b55f7 improved the docmaker script by David Turner · 24 years ago
  74. 4c8815e * include/freetype/ttnameid.h: Updated Unicode code range comments. by Werner Lemberg · 24 years ago
  75. d573c7e by Werner Lemberg · 24 years ago
  76. d016540 Added entries for changes to CFF driver function, variable, and source by Tom Kacvinsky · 24 years ago
  77. c3e987e * builds/vms: Support files for VMS architecture added. by Werner Lemberg · 24 years ago
  78. 78e8608 by Werner Lemberg · 24 years ago
  79. 53ecd88 Initial revision by Werner Lemberg · 24 years ago
  80. 332bc32 Changed to use cfftypes.h instead of t2types.h. Also, we now use by Tom Kacvinsky · 24 years ago
  81. 0f27de1 Merged in changes from t2types.h, and made this the canonical `types' by Tom Kacvinsky · 24 years ago
  82. 059bcea This file was merged with cfftypes.h and is no longer necessary. by Tom Kacvinsky · 24 years ago
  83. 5090a09 This file was previously known as t2errors.h. by Tom Kacvinsky · 24 years ago
  84. 2e7cdb1 Renamed to cfferrs.h. by Tom Kacvinsky · 24 years ago
  85. 8d1f604 Changed to use cffgload.{c,h} instead of t2gload.{c,h}. Also, all by Tom Kacvinsky · 24 years ago
  86. 8050a6b This file was previously known as t2gload.h. by Tom Kacvinsky · 24 years ago
  87. 167e2be Renamed to cffgload.h. by Tom Kacvinsky · 24 years ago
  88. ceac7b9 Changed to reflect the changes made in the source files: by Tom Kacvinsky · 24 years ago
  89. cd92b11 This file was previously known as t2gload.c. by Tom Kacvinsky · 24 years ago
  90. fa3d6e9 Renamed t2gload.c to cffgload.c. by Tom Kacvinsky · 24 years ago
  91. 389acc6 * src/pcf/*: New driver module for PCF font format (used in by Werner Lemberg · 24 years ago
  92. a9f3ccb by Werner Lemberg · 24 years ago
  93. f28b7bf Initial revision by Werner Lemberg · 24 years ago
  94. 6b76663 * src/cff/cffload.c (CFF_Load_Charset): Improved error messages. by Werner Lemberg · 24 years ago
  95. e39266a Added entries for changes to CFF driver sources and headers. We now by Tom Kacvinsky · 24 years ago
  96. fc1de55 Changed the structures CFF_Encoding and CFF_Charset. by Tom Kacvinsky · 24 years ago
  97. 97550fc Chnaged the structures CFF_Charset and CFF_Encoding. by Tom Kacvinsky · 24 years ago
  98. abe0d47 Added functions t2_lookup_glyph_by_stdcharcode and t2_operator_seac by Tom Kacvinsky · 24 years ago
  99. 4ba1c0a Added tables by Tom Kacvinsky · 24 years ago
  100. 7fdd1e5 Added entries pertaining to the changes needed in the CFF/Type 2 by Tom Kacvinsky · 24 years ago