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