1. 90218fa Fix typos. by Bruce Mitchener · 7 years ago
  2. 0473d95 [ft] Use FT_Done_MM_Var() if available by Behdad Esfahbod · 7 years ago
  3. cb43bdb [ft] If there's no variations set, don't set them on hb-font by Behdad Esfahbod · 7 years ago
  4. 0fd89dc [hb-ft] Fix build when Multiple Master font support is disabled in freetype by Olivier Blin · 7 years ago
  5. 93f7c16 Revert "[glib/ucdn/icu/ft/ot] Make returned funcs inert" by Behdad Esfahbod · 7 years ago
  6. 40ec3bb Consolidate debug stuff into hb-debug.hh by Behdad Esfahbod · 7 years ago
  7. 5daf3bd [glib/ucdn/icu/ft/ot] Make returned funcs inert by Behdad Esfahbod · 7 years ago
  8. 473b17a Remove unused hb_cache_t by Behdad Esfahbod · 7 years ago
  9. dbdbfe3 Use nullptr instead of NULL by Behdad Esfahbod · 7 years ago
  10. 4e47813 [ft] Add hb_ft_font_changed() by Behdad Esfahbod · 7 years ago
  11. e1b6d92 Remove cast of functions to (hb_destroy_func_t) by Behdad Esfahbod · 7 years ago
  12. ac8c4e5 [ft] Fix theoretical leak by Behdad Esfahbod · 8 years ago
  13. 68af14d Protect against div-by-zero in CBDT extent code by Behdad Esfahbod · 8 years ago
  14. 7647a05 Minor by Behdad Esfahbod · 8 years ago
  15. 825e404 [hb-ft] Remove use of variable-length array by Behdad Esfahbod · 8 years ago
  16. 47ee34e [var] Hook up variations to FreeType face by Behdad Esfahbod · 8 years ago
  17. b8376b1 Minor by Behdad Esfahbod · 8 years ago
  18. 42c8142 [GX] Fix build with older FreeType by Behdad Esfahbod · 8 years ago
  19. 72873cf Call hb_font_set_var_coords_normalized() from FT_Face coords by Sascha Brawer · 8 years ago
  20. 3331731 Fix sign of shift operators by Behdad Esfahbod · 9 years ago
  21. 34f9aa5 Implement symbol cmap in ft and ot fonts by Behdad Esfahbod · 9 years ago
  22. 6bf9db4 [ft] Fix unsafe cast of FT_Done_Face in hb_ft_{face,font}_create_referenced (#289) by Birunthan Mohanathas · 9 years ago
  23. 8b5bc14 Add get_nominal_glyph() and get_variation_glyph() instead of get_glyph() by Behdad Esfahbod · 9 years ago
  24. 31fa389 [ft] Use ftface->size->metrics for font extent info by Behdad Esfahbod · 9 years ago
  25. 6f2e6de Get font ascender and descender metrics from OS/2 table. by Simon Cozens · 9 years ago
  26. c743ec5 [ft] Fix extents with negative scales by Behdad Esfahbod · 9 years ago
  27. 44f8275 [ft] Remove font funcs that do nothing by Behdad Esfahbod · 9 years ago
  28. 7918c26 [ft] Port ft font funcs to allocated object by Behdad Esfahbod · 9 years ago
  29. ca97ea7 [ft] Revert change-of-behavior of hb_ft_font_create() introduced in 1.0.5 by Behdad Esfahbod · 9 years ago
  30. edeb3da [ft] Add version for new API by Behdad Esfahbod · 9 years ago
  31. 2a9627c [ft] API: Add hb_font_[sg]et_load_flags() API by Behdad Esfahbod · 9 years ago
  32. b881142 Fix Since tags by Behdad Esfahbod · 10 years ago
  33. 01c3a88 Fix "Since:" tags by Sascha Brawer · 10 years ago
  34. 9df099b [ft] Don't set *glyph in get_glyph() if glyph not found by Behdad Esfahbod · 10 years ago
  35. 7888a6b [ft] Handle negative scales with vertical writing by Behdad Esfahbod · 10 years ago
  36. a319d07 [ft] Handle negative x_scale / y_scale by Behdad Esfahbod · 10 years ago
  37. fb85d61 Add #ifdef HB_USE_ATEXIT to fix -Wunused-function warnings by Chris Peterson · 10 years ago
  38. f34aaba [ft] Don't set font ppem by Behdad Esfahbod · 10 years ago
  39. 350f3a0 [ft] Add hb_ft_face_create_referenced() and hb_ft_font_create_referenced() by Behdad Esfahbod · 10 years ago
  40. 9a3b748 Remove redundant check for FT_Face_GetCharVariantIndex by Behdad Esfahbod · 10 years ago
  41. affacf2 [ft] Open blob in READONLY mode by Behdad Esfahbod · 10 years ago
  42. 8afaf09 [ft] Add NO_HINTING in a couple other places by Behdad Esfahbod · 10 years ago
  43. 38fb30d Use atexit() only if it's safe to call from shared library by Behdad Esfahbod · 11 years ago
  44. 83408cf Fix llvm warnings on Mac by Behdad Esfahbod · 11 years ago
  45. 755b44c [ft] Round metrics instead of truncate by Behdad Esfahbod · 11 years ago
  46. ace5c7e [introspection] hb-ft annotations by Behdad Esfahbod · 12 years ago
  47. e509d35 [ft] hb_ft_get_glyph_from_name fails for the name of glyph id 0 by Behdad Esfahbod · 12 years ago
  48. 79d1007 If variation selector is not consumed by cmap, pass it on to GSUB by Behdad Esfahbod · 12 years ago
  49. 190e19e [ft] Remove TODO items that I'm not going to fix by Behdad Esfahbod · 12 years ago
  50. 392ee97 [ft] Remove TODO item re FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH by Behdad Esfahbod · 12 years ago
  51. 5594c2d [FT] Just return if glyph name not found by Behdad Esfahbod · 12 years ago
  52. e9171af Bug 60053 - hb-common.cc:181:6: warning: ‘void free_langs()’ defined but not used by Behdad Esfahbod · 12 years ago
  53. d05ac7d Fix hb-ft glyph name for broken fonts that return empty glyph names by Behdad Esfahbod · 12 years ago
  54. 2175693 [OT] Implement fallback positioning by Behdad Esfahbod · 13 years ago
  55. 271c8f8 Minor by Behdad Esfahbod · 13 years ago
  56. 2023e2b [ft] Disable ppem setting by Behdad Esfahbod · 13 years ago
  57. cdf7444 [ft] Use unfitted kerning if x_ppem is zero by Behdad Esfahbod · 13 years ago
  58. 0594a24 Cleanup TRUE/FALSE vs true/false by Behdad Esfahbod · 13 years ago
  59. f64b2eb Remove last static initializer by Behdad Esfahbod · 13 years ago
  60. 04aed57 Make hb-ft static-initializer free by Behdad Esfahbod · 13 years ago
  61. f06ab8a Better hide nil objects and make them const by Behdad Esfahbod · 13 years ago
  62. bce0955 Add hb_font_get_glyph_name() and hb_font_get_glyph_from_name() by Behdad Esfahbod · 13 years ago
  63. 323190c Minor by Behdad Esfahbod · 13 years ago
  64. 0b7e4d9 [ft] FT_Get_Advance() for advance-width callbacks by Behdad Esfahbod · 14 years ago
  65. 553bc3d Minor by Behdad Esfahbod · 14 years ago
  66. 254142b [ft] FT_Select_Charmap() when we create face by Behdad Esfahbod · 14 years ago
  67. 9527fb2 Fix missing return by Behdad Esfahbod · 14 years ago
  68. 01ec13a Implement hb_ft_font_get_face by Behdad Esfahbod · 14 years ago
  69. 13a601f [FT] Don't make font immutable by Behdad Esfahbod · 14 years ago
  70. 38b2118 [API] Add hb_ft_font_set_funcs(), remove hb_ft_get_font_funcs() by Behdad Esfahbod · 14 years ago
  71. de1e1cf [FT] Adapt to new face API by Behdad Esfahbod · 14 years ago
  72. 3897335 [API] Sort out get_blob API by Behdad Esfahbod · 14 years ago
  73. e715784 Rename get_table to reference_table in all API by Behdad Esfahbod · 14 years ago
  74. c605bbb Remove C++ guards from source files by Behdad Esfahbod · 14 years ago
  75. 2d8ebcb [API] One last font-funcs API change by Behdad Esfahbod · 14 years ago
  76. 60fbb36 [Vertical] GPOS is always done with horizontal origin by Behdad Esfahbod · 14 years ago
  77. 8b38fae More vertical by Behdad Esfahbod · 14 years ago
  78. 1909818 Cosmetic by Behdad Esfahbod · 14 years ago
  79. 7e2c85d [API] Vertical support, take 2 by Behdad Esfahbod · 14 years ago
  80. 744970a [API] Add support for vertical text by Behdad Esfahbod · 14 years ago
  81. 56d12e0 Remove unnecessary TODO item by Behdad Esfahbod · 14 years ago
  82. 0fd8c2f [API] Make get_glyph() callback return a boolean by Behdad Esfahbod · 14 years ago
  83. 805af72 Rename get_kernings() arguments from first/second_glyph to left/right_glyph by Behdad Esfahbod · 14 years ago
  84. 7033518 [API] Pass face to get_table() by Behdad Esfahbod · 14 years ago
  85. b467827 [API] Remove const from font user_data by Behdad Esfahbod · 14 years ago
  86. 9a14688 [API] Rename hb_face_create_for_data() to hb_face_create() by Behdad Esfahbod · 14 years ago
  87. a513dbc [API] Change signature of get_contour_point and get_kerning ffuncs by Behdad Esfahbod · 14 years ago
  88. b9d975b [API] Pass down closure user_data to font funcs by Behdad Esfahbod · 14 years ago
  89. d292885 [ft] Fix font->face handling by Behdad Esfahbod · 14 years ago
  90. 72657e4 [API] Make hb_font_create() take a face and reference it by Behdad Esfahbod · 14 years ago
  91. fca368c Add hb_object_header_t which is the common part of all objects by Behdad Esfahbod · 14 years ago
  92. 2409d5f Update Copyright headers by Behdad Esfahbod · 14 years ago
  93. 783a7d6 [TODO] Remove finished items by Behdad Esfahbod · 14 years ago
  94. c57d454 Rename all private sources and headers to C++ files by Behdad Esfahbod · 14 years ago[Renamed (98%) from src/hb-ft.c]
  95. 5668189 [API] font: move user_data before destroy() by Behdad Esfahbod · 14 years ago
  96. 9da26d6 Remove email address from Copyright headers by Behdad Esfahbod · 14 years ago
  97. 502f4cb Divide get_metrics into get_advance and get_extents by Behdad Esfahbod · 14 years ago
  98. acdba3f Prefer C linkage by Behdad Esfahbod · 15 years ago
  99. cc6d522 De-C++ where possible by Behdad Esfahbod · 15 years ago[Renamed (99%) from src/hb-ft.cc]
  100. c442672 Fix struct initializers by Behdad Esfahbod · 15 years ago