summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-052.1.12.1.1Behdad Esfahbod3-3/+11
2018-11-05[fuzzing] Fuzz glyph-id etc in test-ot-faceBehdad Esfahbod2-46/+30
2018-11-05[uniscribe] Fix use of deprecated APIBehdad Esfahbod1-1/+7
2018-11-05[cmap] Make null accelerator safeBehdad Esfahbod1-25/+25
2018-11-05Add pointer magic operators to hb_atomic_ptr_tBehdad Esfahbod7-11/+15
2018-11-05Fix const-confusion in hb_array_t as wellBehdad Esfahbod1-4/+2
2018-11-05[null] Tweak hb_nonnull_ptr_t some moreBehdad Esfahbod1-12/+6
2018-11-05MinorBehdad Esfahbod7-27/+25
2018-11-04[aat] Clean up ankr table include messBehdad Esfahbod6-34/+59
2018-11-04[test] Call test-ot-face.c test from hb-shape-fuzzerBehdad Esfahbod2-10/+24
2018-11-04[test] More funcs in test-ot-faceBehdad Esfahbod2-2/+24
2018-11-04Clean up buffer->swap_buffers() callsBehdad Esfahbod10-17/+6
2018-11-03Fix >>Behdad Esfahbod1-1/+1
2018-11-03Fix "Warning: extra ";" ignored."Behdad Esfahbod1-4/+4
2018-11-03Revert "Add operator char * to the naked array types as well"Behdad Esfahbod2-5/+1
2018-11-03MinorBehdad Esfahbod1-2/+2
2018-11-03[test] Add test for empty faceBehdad Esfahbod2-0/+95
2018-11-03Fix null accelerator'sBehdad Esfahbod8-29/+17
2018-11-03Add operator char * to the naked array types as wellBehdad Esfahbod2-1/+5
2018-11-03Add operator char * to hb_nonnull_ptr_tBehdad Esfahbod1-4/+4
2018-11-03Template casts in hb_nonnull_ptr_tBehdad Esfahbod1-2/+4
2018-11-03[blob] Allow null parent in create_sub_blob()Behdad Esfahbod1-1/+1
2018-11-03Add hb_nonnull_ptr_tBehdad Esfahbod1-0/+28
2018-11-03[kern] Third try fix access violation in Format3Behdad Esfahbod1-1/+0
2018-11-03[kern] Really fix access violation in Format3Behdad Esfahbod1-1/+1
2018-11-03Replace most uses of is_inert with is_immutableBehdad Esfahbod5-22/+24
2018-11-03[kern] Fix access violation in Format3Behdad Esfahbod1-1/+5
2018-11-03Port objects to use header.writable instead of immutableBehdad Esfahbod10-66/+42
2018-11-03[object] Add "writable"Behdad Esfahbod1-1/+13
2018-11-03[BASE] Improvements (#1347)Ebrahim Byagowi6-370/+380
2018-11-03[fuzz] A new testcaseEbrahim Byagowi1-0/+0
2018-11-02[os2] Capitalize table tag and structKhaled Hosny3-11/+11
2018-11-02[kern] Implement Format1Behdad Esfahbod2-2/+136
2018-11-02[kern] Set subtable on sanitizerBehdad Esfahbod1-0/+2
2018-11-02[kern] Respect more flagsBehdad Esfahbod1-6/+15
2018-11-02[kern] MinorBehdad Esfahbod1-2/+3
2018-11-02Remove pointer cast operators from ArrayOf<>Behdad Esfahbod1-3/+0
2018-11-02[kern] CommentBehdad Esfahbod1-2/+1
2018-11-02[kern] Push apply loop to each subtableBehdad Esfahbod4-42/+149
2018-11-02[kern] Remove acceleratorBehdad Esfahbod3-43/+18
2018-11-02Use as_array in more placesBehdad Esfahbod2-11/+15
2018-11-02Fix &array_of<>Behdad Esfahbod2-2/+5
2018-11-02FixupBehdad Esfahbod1-1/+1
2018-11-02[kern] Implement Format3Behdad Esfahbod1-0/+51
2018-11-02Add cast operators to hb_array_tBehdad Esfahbod1-8/+13
2018-11-02Add UnsizedArrayOf::as_array() instead of hb_array() templateBehdad Esfahbod5-15/+8
2018-11-02Add get_size to UnsizedArrayOfBehdad Esfahbod1-0/+3
2018-11-02[kern] Add buffer messageBehdad Esfahbod1-0/+5
2018-11-01[Crap] Avoid operator=Behdad Esfahbod1-1/+1
2018-11-01[aat] Rely on vector auto initializationBehdad Esfahbod1-9/+1