summaryrefslogtreecommitdiff
path: root/src/hb-face.cc
AgeCommit message (Expand)AuthorFilesLines
2018-12-27[vector] Remove static_arrayBehdad Esfahbod1-1/+1
2018-12-21[array/vector] Rename len to lengthBehdad Esfahbod1-2/+2
2018-12-18[arrays] Remove hb_supplier_t<>Behdad Esfahbod1-5/+1
2018-12-18[serialize] Propagate error from hb-faceBehdad Esfahbod1-0/+1
2018-12-17[arrays] Rename Supplier to hb_supplier_tBehdad Esfahbod1-1/+1
2018-12-17Remove redundant void from C++ sources (#1486)Ebrahim Byagowi1-3/+3
2018-12-16[arrays] Remove need of stride in Supplier<>Behdad Esfahbod1-4/+2
2018-12-16Remove redundant 'inline' from methods (#1483)Ebrahim Byagowi1-1/+1
2018-11-30Revert ugly fixesBehdad Esfahbod1-2/+2
2018-11-30Umm. Cryptic, yesBehdad Esfahbod1-2/+2
2018-11-30Fix a few more sizeof(vector[0]) errors with weird compilersBehdad Esfahbod1-2/+2
2018-11-24[arrays] MoreBehdad Esfahbod1-3/+3
2018-11-16[shaper] Rewrite shaper data code to be more template-driven than macro-drivenBehdad Esfahbod1-10/+2
2018-11-13Use atomic ints for upem and num_glyphs on faceBehdad Esfahbod1-5/+5
2018-11-11MinorBehdad Esfahbod1-1/+1
2018-11-11MinorBehdad Esfahbod1-1/+0
2018-11-05[ot-face] Remove a few ensuresBehdad Esfahbod1-3/+0
2018-11-05[ot-face] Simplify more table accessBehdad Esfahbod1-3/+3
2018-11-05[ot-face] Include hb-ot-face directly in hb_face_tBehdad Esfahbod1-0/+4
2018-11-05Add pointer magic operators to hb_atomic_ptr_tBehdad Esfahbod1-1/+1
2018-11-03Port objects to use header.writable instead of immutableBehdad Esfahbod1-10/+6
2018-10-27[docs] Change section titles againBehdad Esfahbod1-1/+1
2018-10-27[docs] Rename section titles to object namesBehdad Esfahbod1-2/+2
2018-10-27[docs] Fill in some sectionsBehdad Esfahbod1-0/+13
2018-10-26Fix bunch of unused parameter warningsBehdad Esfahbod1-1/+1
2018-10-05[vector] Make hb_vector_t relocatable / nestableBehdad Esfahbod1-1/+1
2018-10-03Missing colon for gobject annotationHinTak1-1/+1
2018-09-26Make TSan happy with make_immutable()Behdad Esfahbod1-0/+2
2018-09-24[docs] A few improvementsBehdad Esfahbod1-4/+7
2018-09-11[dfont] Re-enable and fix offset handlingBehdad Esfahbod1-2/+3
2018-09-101.9.01.9.0Behdad Esfahbod1-5/+5
2018-08-26[ot-face] Remove tables_t. The face_data_t is what tables_t wasBehdad Esfahbod1-3/+3
2018-08-26Free up hb-ot-face.hh from includesBehdad Esfahbod1-0/+1
2018-08-26[face] Use saved cmap in collect_unicodes() APIsBehdad Esfahbod1-10/+8
2018-08-25[face] Introduce character-map APIBehdad Esfahbod1-1/+60
2018-08-25Rename hb-*private.hh to hb-*.hhBehdad Esfahbod1-4/+4
2018-08-25Add face-builderBehdad Esfahbod1-0/+149
2018-08-09[atomic] Add hb_atomic_ptr_t<> and port all usesBehdad Esfahbod1-3/+3
2018-08-06Port _nil objects to Null() machineryBehdad Esfahbod1-2/+3
2018-08-02MinorBehdad Esfahbod1-1/+0
2018-08-02Remove OT namespace from hb-machinery-private.hhBehdad Esfahbod1-2/+2
2018-08-01[face] Sprinkle const in the APIBehdad Esfahbod1-8/+9
2018-07-23Set num glyphs on sanitizer reference_table()Behdad Esfahbod1-20/+0
2018-07-22Port rest of code away from Sanitizer<>Behdad Esfahbod1-2/+2
2018-07-22Port more off of Sanitizer<>Behdad Esfahbod1-2/+2
2018-07-17Fix hb_face_count() sanitize referencingBehdad Esfahbod1-2/+5
2018-06-10Fix SunStudio 12.6 build (#1053)prrace1-1/+1
2018-06-051.7.71.7.7Behdad Esfahbod1-1/+1
2018-06-05Fix hb_face_count build issueEbrahim Byagowi1-1/+1
2018-06-05Add hb_face_count, a new API (#1002)Ebrahim Byagowi1-36/+59