1. 1bc1cb3 Make source more digestable for gobject-introspection by Behdad Esfahbod · 13 years ago
  2. bce0955 Add hb_font_get_glyph_name() and hb_font_get_glyph_from_name() by Behdad Esfahbod · 13 years ago
  3. d1c9eb4 Make it an error to include non-top-level headers by Behdad Esfahbod · 13 years ago
  4. b9415e7 [API] Add hb_font_set_funcs_data() by Behdad Esfahbod · 14 years ago
  5. 33ccc77 [API] Make set_user_data() functions take a replace parameter by Behdad Esfahbod · 14 years ago
  6. 3897335 [API] Sort out get_blob API by Behdad Esfahbod · 14 years ago
  7. e715784 Rename get_table to reference_table in all API by Behdad Esfahbod · 14 years ago
  8. bf8c57b [API] Add hb_face_get_blob() by Behdad Esfahbod · 14 years ago
  9. 2d8ebcb [API] One last font-funcs API change by Behdad Esfahbod · 14 years ago
  10. 60fbb36 [Vertical] GPOS is always done with horizontal origin by Behdad Esfahbod · 14 years ago
  11. 8b38fae More vertical by Behdad Esfahbod · 14 years ago
  12. 7e2c85d [API] Vertical support, take 2 by Behdad Esfahbod · 14 years ago
  13. 744970a [API] Add support for vertical text by Behdad Esfahbod · 14 years ago
  14. 4053f3f Cosmetic by Behdad Esfahbod · 14 years ago
  15. 7fc5a30 [API] Add hb_face_make/is_immutable() by Behdad Esfahbod · 14 years ago
  16. 0fd8c2f [API] Make get_glyph() callback return a boolean by Behdad Esfahbod · 14 years ago
  17. 805af72 Rename get_kernings() arguments from first/second_glyph to left/right_glyph by Behdad Esfahbod · 14 years ago
  18. 7033518 [API] Pass face to get_table() by Behdad Esfahbod · 14 years ago
  19. b467827 [API] Remove const from font user_data by Behdad Esfahbod · 14 years ago
  20. 9a14688 [API] Rename hb_face_create_for_data() to hb_face_create() by Behdad Esfahbod · 14 years ago
  21. 80a6833 [API] Add hb_*_get_empty() for all objects by Behdad Esfahbod · 14 years ago
  22. a513dbc [API] Change signature of get_contour_point and get_kerning ffuncs by Behdad Esfahbod · 14 years ago
  23. 1ded6d8 Make default font-funcs chain-up to the parent by Behdad Esfahbod · 14 years ago
  24. b9d975b [API] Pass down closure user_data to font funcs by Behdad Esfahbod · 14 years ago
  25. 686c2d1 [API] Remove font_funcs func getter functions by Behdad Esfahbod · 14 years ago
  26. defc45b [API] Add hb_font_create_sub_font() and hb_font_get_parent() by Behdad Esfahbod · 14 years ago
  27. 85e6218 [API] Remove broken-by-design hb_font_unset_funcs() by Behdad Esfahbod · 14 years ago
  28. 74f1d89 Add hb_font_make/is_immutable() by Behdad Esfahbod · 14 years ago
  29. 72657e4 [API] Make hb_font_create() take a face and reference it by Behdad Esfahbod · 14 years ago
  30. c7ffe2a [API Remove hb_font_funcs_copy() by Behdad Esfahbod · 14 years ago
  31. 30f34d0 [TODO] Remove finished items by Behdad Esfahbod · 14 years ago
  32. 5fa849b [API] Add _set/get_user_data() for all objects by Behdad Esfahbod · 14 years ago
  33. 2409d5f Update Copyright headers by Behdad Esfahbod · 14 years ago
  34. da97541 [API] Allow negative font x_scale/y_scale by Behdad Esfahbod · 14 years ago
  35. c035812 [API] Rename hb_face_get_table() to hb_face_reference_table() by Behdad Esfahbod · 14 years ago
  36. af02933 [API] Remove hb_*_get_reference_count() by Behdad Esfahbod · 14 years ago
  37. 5668189 [API] font: move user_data before destroy() by Behdad Esfahbod · 14 years ago
  38. 1482a39 Rename remaining metrics uses to extents by Behdad Esfahbod · 14 years ago
  39. 502f4cb Divide get_metrics into get_advance and get_extents by Behdad Esfahbod · 14 years ago
  40. e81d7af Add hb_face_get_upem() by Behdad Esfahbod · 14 years ago
  41. bd36194 Add API comments by Behdad Esfahbod · 14 years ago
  42. 645f6f2 Add is_mutable() functions by Behdad Esfahbod · 14 years ago
  43. 19c0eab Add getters for all setter APIs by Behdad Esfahbod · 14 years ago
  44. f2a30bd Remove unimplemented method hb_font_get_funcs() by Behdad Esfahbod · 15 years ago
  45. acdba3f Prefer C linkage by Behdad Esfahbod · 15 years ago
  46. 280af1b Let hb_face_get_table() return NULL if table not found by Behdad Esfahbod · 15 years ago
  47. 0a4399c Fix scale issues by Behdad Esfahbod · 15 years ago
  48. c755cb3 Change header comment by Behdad Esfahbod · 15 years ago
  49. 2e33669 Add hb_font_get_* by Behdad Esfahbod · 15 years ago
  50. 9bef361 Rename [xy]_pos to [xy]_offset since we don't accumulate positions by Behdad Esfahbod · 15 years ago
  51. 3b59306 Finish FT glue. Rough and untested by Behdad Esfahbod · 15 years ago
  52. 7951279 Implement nil font functions by Behdad Esfahbod · 15 years ago
  53. 8fb3d1a Start ft glue by Behdad Esfahbod · 15 years ago
  54. 5ebabec Move unicode_funcs to buffer by Behdad Esfahbod · 15 years ago
  55. c09ed98 [HB] Add glyph_metrics typedef by Behdad Esfahbod · 15 years ago pango-extractpoint
  56. 91b1e03 [HB] Add point_index to get_contour_point() by Behdad Esfahbod · 15 years ago
  57. 6b600dd [HB] Fix typo by Behdad Esfahbod · 15 years ago
  58. 32c65a5 [HB] Add font funcs prototypes by Behdad Esfahbod · 15 years ago
  59. 8d70312 [HB] Add hb_font_funcs_make_immutable() by Behdad Esfahbod · 15 years ago
  60. 5c44188 [HB] Start adding Unicode funcs by Behdad Esfahbod · 15 years ago
  61. 23c86aa [HB] Use face_t directly instead of ot_layout_t by Behdad Esfahbod · 15 years ago
  62. 0ead481 [HB] Port ot-layout to new public API by Behdad Esfahbod · 15 years ago
  63. c46f8ef [HB] Rename _duplicate to _copy by Behdad Esfahbod · 15 years ago
  64. 0cc7bc5 [HB] Move typedef's around by Behdad Esfahbod · 15 years ago
  65. a12dd32 [HB] Add get_reference_count() by Behdad Esfahbod · 15 years ago
  66. c62b503 [HB] Add abstract font and face API by Behdad Esfahbod · 15 years ago