| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | C++11 solution for previous commitrvalue-reference | Behdad Esfahbod | 2018-08-28 | 1 | -8/+1 |
| * | Explicitly pass reference in hb_auto_t constructor | Behdad Esfahbod | 2018-08-28 | 1 | -1/+8 |
| * | [ot-face] Remove tables_t. The face_data_t is what tables_t was | Behdad Esfahbod | 2018-08-26 | 8 | -61/+54 |
| * | Free up hb-ot-face.hh from includes | Behdad Esfahbod | 2018-08-26 | 13 | -13/+36 |
| * | [face] Use saved cmap in collect_unicodes() APIs | Behdad Esfahbod | 2018-08-26 | 1 | -10/+8 |
| * | [OT] Move code around | Behdad Esfahbod | 2018-08-26 | 2 | -20/+21 |
| * | [OT] Use relaxed ops for recursing into GSUB/GPOS lookups again | Behdad Esfahbod | 2018-08-26 | 4 | -8/+16 |
| * | [GDEF] Move code around | Behdad Esfahbod | 2018-08-26 | 3 | -138/+128 |
| * | Add template keyword | Behdad Esfahbod | 2018-08-26 | 1 | -1/+1 |
| * | Fixup | Behdad Esfahbod | 2018-08-26 | 1 | -1/+1 |
| * | [ot-face] Port GDEF to unified table accelerator model as well | Behdad Esfahbod | 2018-08-26 | 5 | -111/+147 |
| * | [ot-face] Unify GSUB/GPOS accelerators in the table accelerator framework | Behdad Esfahbod | 2018-08-26 | 9 | -86/+66 |
| * | WIP | Behdad Esfahbod | 2018-08-26 | 6 | -25/+51 |
| * | [ot-face] Unify accelerators and tables | Behdad Esfahbod | 2018-08-26 | 5 | -51/+26 |
| * | Minor | Behdad Esfahbod | 2018-08-26 | 1 | -1/+0 |
| * | [ot-font] Rename | Behdad Esfahbod | 2018-08-26 | 2 | -18/+18 |
| * | [ot-font] Cache tables on face, not font | Behdad Esfahbod | 2018-08-25 | 6 | -77/+58 |
| * | [ot-font] Use init0 | Behdad Esfahbod | 2018-08-25 | 1 | -9/+9 |
| * | [ot-font] Make everything (cmap/metrics) lazy | Behdad Esfahbod | 2018-08-25 | 2 | -25/+31 |
| * | [ot-font] Fallback vertical advance to UPEM | Behdad Esfahbod | 2018-08-25 | 2 | -2/+2 |
| * | Add hb-ot-face.cc/hh | Behdad Esfahbod | 2018-08-25 | 7 | -281/+355 |
| * | [face] Introduce character-map API | Behdad Esfahbod | 2018-08-25 | 7 | -73/+86 |
| * | Minor | Behdad Esfahbod | 2018-08-25 | 1 | -1/+2 |
| * | Rename hb-*private.hh to hb-*.hh | Behdad Esfahbod | 2018-08-25 | 168 | -455/+452 |
| * | [unicode] Add HB_UNICODE_MAX | Behdad Esfahbod | 2018-08-25 | 3 | -6/+6 |
| * | [cmap] More hb_auto_t<>(...) | Behdad Esfahbod | 2018-08-25 | 1 | -9/+3 |
| * | [cmap] Fix skipping gid0 in Format4 collect_unicodes() | Behdad Esfahbod | 2018-08-25 | 1 | -2/+18 |
| * | Use new hb_auto_t<> constructor with Coverage::Iter | Behdad Esfahbod | 2018-08-25 | 2 | -43/+52 |
| * | Add 1-param passthrough constructor to hb_auto_t<> | Behdad Esfahbod | 2018-08-25 | 2 | -4/+4 |
| * | [cmap] Minor | Behdad Esfahbod | 2018-08-25 | 1 | -3/+5 |
| * | [cmap Add hb_subset_collect_variation_unicodes() | Behdad Esfahbod | 2018-08-25 | 3 | -12/+82 |
| * | [cmap] Add hb_subset_collect_variation_selectors() | Behdad Esfahbod | 2018-08-25 | 3 | -9/+49 |
| * | [cmap] Remove unused code | Behdad Esfahbod | 2018-08-25 | 1 | -10/+0 |
| * | [cmap] Use bsearch to find subtables | Behdad Esfahbod | 2018-08-25 | 2 | -5/+2 |
| * | [cmap] Factor out find_best_subtable | Behdad Esfahbod | 2018-08-25 | 1 | -21/+31 |
| * | Minor | Behdad Esfahbod | 2018-08-25 | 1 | -22/+26 |
| * | [cmap] Implement collect_unicodes() for Format0/6/10 | Behdad Esfahbod | 2018-08-25 | 1 | -4/+19 |
| * | [cmap] Simplify collect_unicodes() | Behdad Esfahbod | 2018-08-25 | 1 | -23/+29 |
| * | Rename get_all_codepoints() to collect_unicodes() | Behdad Esfahbod | 2018-08-25 | 5 | -28/+28 |
| * | [ot-font] Return char-not-found if mapped to gid 0 | Behdad Esfahbod | 2018-08-25 | 1 | -4/+4 |
| * | Add face-builder | Behdad Esfahbod | 2018-08-25 | 7 | -139/+169 |
| * | [blob] Add as_bytes() | Behdad Esfahbod | 2018-08-24 | 1 | -0/+4 |
| * | [sanitize] Document how sanitize machinery works | Behdad Esfahbod | 2018-08-24 | 1 | -0/+62 |
| * | [serialize] Add copy_bytes() and copy_blob() | Behdad Esfahbod | 2018-08-24 | 2 | -1/+23 |
| * | [ot] Rename hb_ot_layout_t to hb_ot_face_data_t | Behdad Esfahbod | 2018-08-23 | 10 | -91/+71 |
| * | Add guard around free_static_C_locale | Emil A Eklund | 2018-08-14 | 1 | -1/+2 |
| * | Guard free_static function definitions with macro | Emil A Eklund | 2018-08-14 | 6 | -6/+15 |
| * | 1.8.81.8.8 | Behdad Esfahbod | 2018-08-14 | 3 | -3/+21 |
| * | [icu] Pass normalizer instance down as user_data | Behdad Esfahbod | 2018-08-13 | 1 | -14/+9 |
| * | Don't add reference in get_unicode_funcs() functions | Behdad Esfahbod | 2018-08-13 | 4 | -5/+4 |
