1. 0d83265 by Tom Kacvinsky · 24 years ago
  2. e20035a by Tom Kacvinsky · 24 years ago
  3. ca3035a * include/freetype/ttnameid.h: Correct a stupid typo which prevented by Antoine Leca · 24 years ago
  4. 29179a3 * builds/unix/detect.mk: Add test for Hurd. * builds/hurd/detect.mk: Removed. by Werner Lemberg · 24 years ago
  5. e274cfd * src/autohint/ahtypes.h (AH_Hinter): Add elements by Werner Lemberg · 24 years ago
  6. 6d27936 * include/freetype/ttnameid.h: added some new Microsoft language by Antoine Leca · 24 years ago
  7. 8a8d5c8 the Type 1 glyph loader now sets the glyph control data to the by David Turner · 24 years ago
  8. 131f8ea added automatic detection for the HURD operating system by David Turner · 24 years ago
  9. 5aeaad6 fixed a bug reported by Graham Asher by David Turner · 24 years ago
  10. f3b0722 fixed a small bug in FT_Glyph_Copy by David Turner · 24 years ago
  11. 8fe916c fixed a small bug (the advance and format were not copied in FT_Glyph_Copy) by David Turner · 24 years ago
  12. 20e862b * builds/unix/config.{guess,sub}: Updated (from ftp.gnu.org). by Werner Lemberg · 24 years ago
  13. 0b2137e * docs/docmaker.py (DocSection::add_element): Use `self.print_error()'. by Werner Lemberg · 24 years ago
  14. e231a65 update docmaker.py to support chapters and section block ordering by David Turner · 24 years ago
  15. 500dc85 by Werner Lemberg · 24 years ago
  16. 16c691c minor correction to 2001-02-07 entries. by Tom Kacvinsky · 24 years ago
  17. 78b5f17 by Tom Kacvinsky · 24 years ago
  18. 1e5f0ee Removed an unnecessary fprintf( stderr, ... ) from cff_parse_font_matrix by Tom Kacvinsky · 24 years ago
  19. 43a9c9d Added entry for function is_alpha. Code now makes `-' a valid by Tom Kacvinsky · 24 years ago
  20. 9709431 In function is_alpha, make `-' a legal alphanumeric character. This by Tom Kacvinsky · 24 years ago
  21. 1df6a31 Added entries for changes to CFF and Type 1 drivers, related to units by Tom Kacvinsky · 24 years ago
  22. 7b91bea In function T1_Init_Face, added code to get the units_per_EM from the by Tom Kacvinsky · 24 years ago
  23. d30bcd2 In struct CFF_Font_Dict_, added a units_per_em member to facilitate by Tom Kacvinsky · 24 years ago
  24. c27cd28 In function cff_parse_font_matrix, added logic to get the units_per_EM by Tom Kacvinsky · 24 years ago
  25. c97cf17 In function CFF_Init_Face, added logic to get the units per EM from by Tom Kacvinsky · 24 years ago
  26. e56b411 * src/psaux/psobjs.c (shift_elements): Remove if clause (which is obsolete now). by Werner Lemberg · 24 years ago
  27. 65d328e by Werner Lemberg · 24 years ago
  28. 1ae67a2 improved docmaker slightly (better indexing, support for "<order>" marker by David Turner · 24 years ago
  29. 331780c Update of ttnameid.h with the most recent informations from Microsoft's SDK by Antoine Leca · 24 years ago
  30. 2f41a46 Added entries for changes to Type 1 driver (related to FontInfo by Tom Kacvinsky · 24 years ago
  31. b2d5fef In function parse_font_matrix, added heuristic to get units_per_EM by Tom Kacvinsky · 24 years ago
  32. f3bdbb4 by Werner Lemberg · 24 years ago
  33. 3708bdb by Werner Lemberg · 24 years ago
  34. 3dac27d * src/pcfread.c (pcf_get_properties, pcf_get_metrics, by Werner Lemberg · 24 years ago
  35. 9e708eb by Werner Lemberg · 24 years ago
  36. db07178 some minor changes to allow compilation in all modes, without warnings by David Turner · 24 years ago
  37. c7c2c91 * builds/unix/freetype-config.in: Fix problems with separate by Werner Lemberg · 24 years ago
  38. b6c1bf8 added cross-reference generation by David Turner · 24 years ago
  39. 38208a6 * docs/docmaker.py: Minor improvements to reduce unwanted spaces by Werner Lemberg · 24 years ago
  40. 0f5616a updated documentation in public header files by David Turner · 24 years ago
  41. 18b55f7 improved the docmaker script by David Turner · 24 years ago
  42. 4c8815e * include/freetype/ttnameid.h: Updated Unicode code range comments. by Werner Lemberg · 24 years ago
  43. d573c7e by Werner Lemberg · 24 years ago
  44. d016540 Added entries for changes to CFF driver function, variable, and source by Tom Kacvinsky · 24 years ago
  45. c3e987e * builds/vms: Support files for VMS architecture added. by Werner Lemberg · 24 years ago
  46. 78e8608 by Werner Lemberg · 24 years ago
  47. 53ecd88 Initial revision by Werner Lemberg · 24 years ago
  48. 332bc32 Changed to use cfftypes.h instead of t2types.h. Also, we now use by Tom Kacvinsky · 24 years ago
  49. 0f27de1 Merged in changes from t2types.h, and made this the canonical `types' by Tom Kacvinsky · 24 years ago
  50. 059bcea This file was merged with cfftypes.h and is no longer necessary. by Tom Kacvinsky · 24 years ago
  51. 5090a09 This file was previously known as t2errors.h. by Tom Kacvinsky · 24 years ago
  52. 2e7cdb1 Renamed to cfferrs.h. by Tom Kacvinsky · 24 years ago
  53. 8d1f604 Changed to use cffgload.{c,h} instead of t2gload.{c,h}. Also, all by Tom Kacvinsky · 24 years ago
  54. 8050a6b This file was previously known as t2gload.h. by Tom Kacvinsky · 24 years ago
  55. 167e2be Renamed to cffgload.h. by Tom Kacvinsky · 24 years ago
  56. ceac7b9 Changed to reflect the changes made in the source files: by Tom Kacvinsky · 24 years ago
  57. cd92b11 This file was previously known as t2gload.c. by Tom Kacvinsky · 24 years ago
  58. fa3d6e9 Renamed t2gload.c to cffgload.c. by Tom Kacvinsky · 24 years ago
  59. 389acc6 * src/pcf/*: New driver module for PCF font format (used in by Werner Lemberg · 24 years ago
  60. a9f3ccb by Werner Lemberg · 24 years ago
  61. f28b7bf Initial revision by Werner Lemberg · 24 years ago
  62. 6b76663 * src/cff/cffload.c (CFF_Load_Charset): Improved error messages. by Werner Lemberg · 24 years ago
  63. e39266a Added entries for changes to CFF driver sources and headers. We now by Tom Kacvinsky · 24 years ago
  64. fc1de55 Changed the structures CFF_Encoding and CFF_Charset. by Tom Kacvinsky · 24 years ago
  65. 97550fc Chnaged the structures CFF_Charset and CFF_Encoding. by Tom Kacvinsky · 24 years ago
  66. abe0d47 Added functions t2_lookup_glyph_by_stdcharcode and t2_operator_seac by Tom Kacvinsky · 24 years ago
  67. 4ba1c0a Added tables by Tom Kacvinsky · 24 years ago
  68. 7fdd1e5 Added entries pertaining to the changes needed in the CFF/Type 2 by Tom Kacvinsky · 24 years ago
  69. 91a0b65 In function T2_Load_Glyph, added code so that the font transform is applied. by Tom Kacvinsky · 24 years ago
  70. a05c02c Added code to cff_parse_font_matrix so that the font matrix numbers by Tom Kacvinsky · 24 years ago
  71. d85623c by Werner Lemberg · 24 years ago
  72. 390ec38 by Tom Kacvinsky · 24 years ago
  73. 45fbecb Removed unnecessary comments and commented-out code from ah_hinter_load_glyph. by Tom Kacvinsky · 24 years ago
  74. 55b7403 removing obsolete "cidafm" files by David Turner · 24 years ago
  75. 42f1d25 Added entry for fixes to autohinter (related to synthetic fonts). by Tom Kacvinsky · 24 years ago
  76. f8d841a Changed functions ah_hinter_load and ah_hinter_load_glyph so that by Tom Kacvinsky · 24 years ago
  77. 594f0c9 * *.mk: Added lots of `.PHONY' targets. by Werner Lemberg · 24 years ago
  78. 5a2fdc0 * INSTALL: Added info about makepp. by Werner Lemberg · 24 years ago
  79. 1eb9a43 fixed small bug (no need to test target pixmap in direct rendering mode) by David Turner · 24 years ago
  80. 28ffa1f * docs/design/modules.html: Removed. Covered by design-*.html. by Werner Lemberg · 24 years ago
  81. 859a18a support for clipped direct rendering updated INSTALL file for Win32 case by David Turner · 24 years ago
  82. 63408a1 include/freetype/internal/internal.h: Fixed header inclusion macros by Werner Lemberg · 24 years ago
  83. 170c0d4 * include/freetype/config/ft2build.h, by David Turner · 24 years ago
  84. 6b41954 * builds/unix/ftsystem.c: Fixed typos. Fixed inclusion of wrong by Werner Lemberg · 24 years ago
  85. d5c1b27 * include/freetype/config/ft2build.h (FT2_ROOT, FT2_CONFIG_ROOT): by Werner Lemberg · 24 years ago
  86. 4978d04 by Werner Lemberg · 24 years ago
  87. 16a60e8 by Werner Lemberg · 24 years ago
  88. 9fe338b by Werner Lemberg · 24 years ago
  89. d96cd73 by Werner Lemberg · 24 years ago
  90. b052460 by Werner Lemberg · 24 years ago
  91. 6d5d719 * include/freetype/config/build.h (FT2_CONFIG_ROOT, FT2_PUBLIC_FILE, by Werner Lemberg · 24 years ago
  92. 90d9964 * */*.h: Changed body inclusion macro names to start and end with by Werner Lemberg · 24 years ago
  93. cc069be by Werner Lemberg · 24 years ago
  94. 19ed8af - updated all source files to adhere to the new inclusion scheme by David Turner · 24 years ago
  95. 5084094 * src/cache/ftlru.c (FT_Lru_Done): fixed a small memory leak by David Turner · 24 years ago
  96. 33d0236 * builds/module.mk: Replaced `xxx #' with `xxx$(space). by Werner Lemberg · 24 years ago
  97. 940d306 re-fixed FTC_Manager_Done :-) by David Turner · 24 years ago
  98. 00004ee fixed a broken inclusion of header files (a FT_FLAT_COMPILE test was missing !!) by David Turner · 24 years ago
  99. 91bb165 fixed a bug in FTC_Manager_Done by David Turner · 24 years ago
  100. ca8d1cd fixed small error in last update of FT_Done_Memory by David Turner · 24 years ago