1. a022327 Discard reconfigured CTFont if URL changes by Dominik Röttsches · 9 years ago
  2. 5908962 [coretext] Clarify comment by Behdad Esfahbod · 9 years ago
  3. 89137e3 Minor by Behdad Esfahbod · 9 years ago
  4. 15063b1 [coretext] Move CTFont construction to face_data by Behdad Esfahbod · 9 years ago
  5. ba3d49d [coretext] Move code around by Behdad Esfahbod · 9 years ago
  6. 90194ef [coretext] Move code around by Behdad Esfahbod · 9 years ago
  7. 238b943 [coretext] Fix leak! by Behdad Esfahbod · 9 years ago
  8. e561122 [coretext] Move code around by Behdad Esfahbod · 9 years ago
  9. 04c6443 [coretext] Ignore PPEM in font size selection by Behdad Esfahbod · 9 years ago
  10. 62c2711 [coretext] Limit grapheme-cluster forming to cluster-level=0 by Behdad Esfahbod · 9 years ago
  11. 061105e [coretext] Fix shaping with varying font size by Behdad Esfahbod · 9 years ago
  12. a39ff95 [coretext] Speed up CoreText font fallback by Behdad Esfahbod · 9 years ago
  13. a7f0e25 Remove unused HB_SHAPER_DATA_ENSURE_DECLARE lines. by Nico Weber · 9 years ago
  14. 8b1224f Remove unused `retry:` label. by Nico Weber · 9 years ago
  15. b881142 Fix Since tags by Behdad Esfahbod · 10 years ago
  16. ed6962c [coretext] Use i32 instead of u32 as well by Behdad Esfahbod · 10 years ago
  17. 958c268 [coretext] Add TODO item by Behdad Esfahbod · 10 years ago
  18. 50ad778 [coretext] Remove assert that kicks in on Mac OS 10.6 by Behdad Esfahbod · 10 years ago
  19. 39851ce [coretext] Oops; fix issue number for previous commit by Behdad Esfahbod · 10 years ago
  20. 24f17af [coretext] Fix positioning with trailing whitespace by Behdad Esfahbod · 10 years ago
  21. 982d94e [coretext] Don't generate notdef glyph for default-ignorables by Behdad Esfahbod · 10 years ago
  22. 6917a04 [coretext] Unbreak glyph positioning in presence of notdef runs by Behdad Esfahbod · 10 years ago
  23. b0b38bb [coretext] Fix positioning of notdef by Behdad Esfahbod · 10 years ago
  24. 70622e5 [coretext] Fix scaling by Behdad Esfahbod · 10 years ago
  25. 221ba02 [coretext] Use vertical advance for notdef in vertical direction by Behdad Esfahbod · 10 years ago
  26. 522b1cc [coretext] Hide feature_mappings by Behdad Esfahbod · 11 years ago
  27. 20076cc [coretext] Add version guards for kCTLanguageAttributeName by Behdad Esfahbod · 11 years ago
  28. 1b3011c [coretext] Pass buffer language to CoreText by Behdad Esfahbod · 11 years ago
  29. 3eb6a4d [coretext] Minor by Behdad Esfahbod · 11 years ago
  30. 08acfe0 [hb-coretext] Fix cluster order of notdef runs in RTL text by Behdad Esfahbod · 11 years ago
  31. 81b8d97 [coretext] Fix buffer resizing by Behdad Esfahbod · 11 years ago
  32. c3e924f [coretext] Rewind scratch-allocated arrays when not needed anymore by Behdad Esfahbod · 11 years ago
  33. fd0001d [coretext] Compare CGFont and PS name, if CTFont didn't match by Behdad Esfahbod · 11 years ago
  34. 5a0eed3 [coretext] Implement vertical shaping by Behdad Esfahbod · 11 years ago
  35. 1b55077 [coretext] Remove unnecessary alt_size by Behdad Esfahbod · 11 years ago
  36. 10b1104 [coretext] Use CFRunStatus by Behdad Esfahbod · 11 years ago
  37. fd1a6aa [coretext] Minor by Behdad Esfahbod · 11 years ago
  38. 130856c [coretext] Remove debug printf! by Behdad Esfahbod · 11 years ago
  39. 4acce77 [coretext] Pass buffer direction to CoreText by Behdad Esfahbod · 11 years ago
  40. 5ec45dd [coretext] Minor by Behdad Esfahbod · 11 years ago
  41. 624a299 [coretext] Attach marks to base clusters by Behdad Esfahbod · 11 years ago
  42. 3c41ccb [coretext] Use input clusters by Behdad Esfahbod · 11 years ago
  43. a6b8dc8 [coretext] Fix buffer resize handling by Behdad Esfahbod · 11 years ago
  44. 9b3c60c [coretext] Always compute log_clusters by Behdad Esfahbod · 11 years ago
  45. 9ce067c [coretext] Simplify cluster mapping by Behdad Esfahbod · 11 years ago
  46. 49f7fb6 [coretext] Minor by Behdad Esfahbod · 11 years ago
  47. 25f4fb9 [coretext] Fix fallback detection by Behdad Esfahbod · 11 years ago
  48. 77a7a53 [coretext] Fix last range by Behdad Esfahbod · 11 years ago
  49. 92aeee3 Minor by Behdad Esfahbod · 11 years ago
  50. b9993d8 [coretext] Fix assert on Yosemite by Behdad Esfahbod · 11 years ago
  51. 087733d [coretext] Use CGFont as face_data by Behdad Esfahbod · 11 years ago
  52. 7627100 Mark unsigned integer literals with the u suffix by Behdad Esfahbod · 11 years ago
  53. fb8cc86 Rename sort() to qsort() by Behdad Esfahbod · 11 years ago
  54. 7526373 [coretext] Remove unused var by Behdad Esfahbod · 11 years ago
  55. a9e25e9 [coretext] Add hb_coretext_face_create() by Behdad Esfahbod · 11 years ago
  56. c79865f [coretext] Add coretext_aat shaper by Behdad Esfahbod · 11 years ago
  57. c29993a [coretext] Handle surrogate pairs when generating notdef glyphs by Behdad Esfahbod · 11 years ago
  58. 748b278 [coretext] Minor optimization by Behdad Esfahbod · 11 years ago
  59. aec468f [coretext] Add TODO by Behdad Esfahbod · 11 years ago
  60. 58cc233 [coretext] Cleanup by Behdad Esfahbod · 11 years ago
  61. c8213c6 [coretext] Avoid font fallback with CoreText shaper by Khaled Hosny · 11 years ago
  62. 68c372e More scratch-buffer cleanup by Behdad Esfahbod · 11 years ago
  63. 8fcadb9 [coretext] More scratch buffer fixes by Behdad Esfahbod · 11 years ago
  64. 16f175c Fix scratch-buffer alignment warnings by Behdad Esfahbod · 11 years ago
  65. 3613696 [coretext] Fully support user features by Behdad Esfahbod · 12 years ago
  66. a782a5e [coretext] Start adding support for features by Behdad Esfahbod · 12 years ago
  67. c461371 [CoreText] Don't leak the CTLine object (and everything that hangs off it) by Behdad Esfahbod · 12 years ago
  68. 7235f33 Fix misc warnings reported by cppcheck by Behdad Esfahbod · 12 years ago
  69. e923e64 [coretext] Fixed typo by Behdad Esfahbod · 12 years ago
  70. 9a83958 [coretext] Add hb_coretext_face_get_cg_font() by Behdad Esfahbod · 12 years ago
  71. 8611235 [coretext] Remove hack around GlyphID by Behdad Esfahbod · 12 years ago
  72. 7d52e66 Whitespace by Behdad Esfahbod · 12 years ago
  73. 45c1383 Minor by Behdad Esfahbod · 13 years ago
  74. 301168d [CoreText] Port to shape_plan infrastructure by Behdad Esfahbod · 13 years ago
  75. 027857d Start adding a unified shaper access infrastructure by Behdad Esfahbod · 13 years ago
  76. ac2085d [CoreText] Ensure cluster indices in output buffer are non-decreasing. by Jonathan Kew · 13 years ago
  77. 441d3bb Minor by Behdad Esfahbod · 13 years ago
  78. aa6d849 [CoreText] Add basic Core Text backend for comparison with our native shaping by Jonathan Kew · 13 years ago