1. 0fb8a5c [subset] Fix memory leak in cmap subsetting. by Garret Rieger · 7 years ago
  2. d1f16fc Don't use %zu by Behdad Esfahbod · 7 years ago
  3. 25136d9 Use %zu format specifier for size_t to fix cross platform build by Dominik Röttsches · 7 years ago
  4. 6fa690c Fix debug build by Behdad Esfahbod · 7 years ago
  5. 1725c35 [subset] cmap space bracket by Rod Sheeter · 7 years ago
  6. b1bd0b5 [subset] Minor by Behdad Esfahbod · 7 years ago
  7. 3ed70e5 [subset] return bool not hb_bool_t from table::subset by Rod Sheeter · 7 years ago
  8. 88d56e2 [subset] Use a supplier instead of memcpy and fix a few unnecessary {}s for cmap by Rod Sheeter · 7 years ago
  9. fa87770 [subset] First pass at hmtx by Rod Sheeter · 7 years ago
  10. a0fe301 copy all cmap groups at once by Rod Sheeter · 7 years ago
  11. 343dfe8 [subset] white and add inline in hb-ot-cmap-table. by Garret Rieger · 7 years ago
  12. d1a4d56 output format 12 as enc 10 to match how Roboto did it by Rod Sheeter · 7 years ago
  13. 1330edc Use functions to get new gids. Avoid 0; fonttools drops it from cmap. by Rod Sheeter · 7 years ago
  14. a5713bc we love all our groups by Rod Sheeter · 7 years ago
  15. 0301e5b Build a working cmap format 12 by Rod Sheeter · 7 years ago
  16. 41906cd [subset] Another fixup by Behdad Esfahbod · 7 years ago
  17. 9aa2eb6 Minor by Behdad Esfahbod · 7 years ago
  18. c31fcf4 [subset] Replace auto_array with prealloced_array by Behdad Esfahbod · 7 years ago
  19. 9275bd0 First pass at building a cmap by Rod Sheeter · 7 years ago
  20. 1cd98d0 Create the groups for a cmap format12. Does not yet build the actual table. by Rod Sheeter · 7 years ago
  21. 59c658c capture codepoints sorted so we can use them for cmap later. one day we will have a map by Rod Sheeter · 7 years ago
  22. 9682ef1 Minor fixups by Behdad Esfahbod · 7 years ago
  23. 13193a9 move to the hb_face_t dest pattern by Rod Sheeter · 7 years ago
  24. 0859a00 sketch a subset<T> and call it for cmap. Add subset to cmap, albeit not working even for the msot basic case just yet by Rod Sheeter · 7 years ago
  25. 6b19178 Prefix int types with HB by Behdad Esfahbod · 7 years ago
  26. 470fe5b [aat] Implement Lookup table by Behdad Esfahbod · 7 years ago
  27. 6f335ed Replace USHORT/SHORT/ULONG/etc with UINT16/INT16/UINT32/etc by Behdad Esfahbod · 7 years ago
  28. 977ddff [ot] Move hb_ot_face_cmap_accelerator_t by Behdad Esfahbod · 7 years ago
  29. dbdbfe3 Use nullptr instead of NULL by Behdad Esfahbod · 7 years ago
  30. 5e156fa Add LOffsetTo<> by Behdad Esfahbod · 8 years ago
  31. 23335de [ot-font] Accelerate cmap format4 get_glyph by Behdad Esfahbod · 9 years ago
  32. 5473ebf [ot-font] Remove level of indirection in get_glyph_variant by Behdad Esfahbod · 9 years ago
  33. b471590 Define return_trace() by Behdad Esfahbod · 10 years ago
  34. de2118e Make sanitize() a const method by Behdad Esfahbod · 10 years ago
  35. 7627100 Mark unsigned integer literals with the u suffix by Behdad Esfahbod · 11 years ago
  36. af528b6 Fix typo; ouch! by Behdad Esfahbod · 11 years ago
  37. 7d4ada6 Mark unsed members with a "Z" suffix by Behdad Esfahbod · 11 years ago
  38. a5a4736 [cmap] Implement subtable format 14 by Behdad Esfahbod · 11 years ago
  39. 41ea594 Minor: Remove LongSortedArrayOf by Behdad Esfahbod · 11 years ago
  40. 9da552d Minor: Remove some GenericXXX templates by Behdad Esfahbod · 11 years ago
  41. 36073ed Minor: Reorder template parameter order by Behdad Esfahbod · 11 years ago
  42. df554af Rename search() to bsearch() and lsearch() by Behdad Esfahbod · 11 years ago
  43. f1a72fe [ot-font] Fix cmap EncodingRecord cmp order by Behdad Esfahbod · 11 years ago
  44. ce34f0b [ot-font] Use binary search for format12 cmap subtable by Behdad Esfahbod · 11 years ago
  45. 257d1ad [ot-font] Work around broken cmap subtable format 4 length by Behdad Esfahbod · 11 years ago
  46. 500737e [ot-font] Don't select a Null cmap subtable by Behdad Esfahbod · 11 years ago
  47. c955876 [ot] Minor note re cmap subtable format 2 and 8 by Behdad Esfahbod · 11 years ago
  48. b7878cd [ot] Implement cmap subtable format 0 by Behdad Esfahbod · 11 years ago
  49. ca7b774 [ot] Factor out code between cmap sutable format 12 and 13 by Behdad Esfahbod · 11 years ago
  50. 94759e8 [ot] Factor out code between cmap subtable format 6 and 10 by Behdad Esfahbod · 11 years ago
  51. 91bbfca [ot] Implement cmap subtable formats 6 and 10 by Behdad Esfahbod · 11 years ago
  52. d294a2c [ot] Implement cmap subtable format 13 by Behdad Esfahbod · 11 years ago
  53. 0d75793 [ot] Implement cmap subtable format 12 by Behdad Esfahbod · 11 years ago
  54. 3608a68 [ot] Hook up cmap table to hb_ot_font_funcs() by Behdad Esfahbod · 11 years ago
  55. c8a4745 [ot] Implement cmap subtable format 4 by Behdad Esfahbod · 11 years ago
  56. 41ca1fb [ot] Start implementing cmap table by Behdad Esfahbod · 11 years ago