summaryrefslogtreecommitdiff
path: root/pango/opentype/hb-ot-layout-gpos-private.hh
Commit message (Expand)AuthorAgeFilesLines
* Bug 626966 - SIGFPE _hb_sanitize_arrayBehdad Esfahbod2010-09-231-0/+1
* Backport this commit from harfbuzz-ng repo:Behdad Esfahbod2010-06-151-6/+6
* [HB] MinorBehdad Esfahbod2010-04-211-1/+1
* GNOME Bug 613015 - [HB] Does not sanitize Device tables referenced from Value...Behdad Esfahbod2010-04-191-31/+116
* [HB] Round instead of truncBehdad Esfahbod2010-04-191-10/+10
* [HB] Fix warningsBehdad Esfahbod2010-04-191-2/+2
* [HB] Fix the mystery bug!Behdad Esfahbod2010-03-161-16/+21
* Fix MarkMark issue with ligid and componentsBehdad Esfahbod2009-11-221-5/+6
* Bug 602660 - [HB] don't use flexible arraysBehdad Esfahbod2009-11-221-46/+30
* [HB] Rename DEBUG to TRACE where appropriateBehdad Esfahbod2009-08-281-46/+46
* [HB] Add GSUB/GPOS tracingBehdad Esfahbod2009-08-281-3/+26
* [HB] Bug 593231 - < c99 compiler dislikes ValueRecordBehdad Esfahbod2009-08-261-1/+3
* Fix a few other pedantic warningsBehdad Esfahbod2009-08-181-2/+2
* [HB] Avoid int overflow in GPOSBehdad Esfahbod2009-08-171-10/+10
* [HB] Simplify loopBehdad Esfahbod2009-08-141-17/+14
* [HB] Merge mark positionin code between three types of lookupsBehdad Esfahbod2009-08-141-66/+29
* [HB] Correctly sanitize LigatureAttachBehdad Esfahbod2009-08-141-3/+3
* [HB] Simplify MarkBase and MarkLig tooBehdad Esfahbod2009-08-141-79/+48
* [HB] Simplify MarkMarkBehdad Esfahbod2009-08-141-13/+16
* [HB] Fix possible int overflows during sanitizeBehdad Esfahbod2009-08-141-7/+8
* [HB] Add note about auditing sanitize code for overflowsBehdad Esfahbod2009-08-141-1/+1
* [HB] Ouch. Fix compilation.Behdad Esfahbod2009-08-121-1/+1
* [HB] Fix invalid access / overflow on x86-64Behdad Esfahbod2009-08-121-9/+12
* [HB] Put C++ inline's backBehdad Esfahbod2009-08-101-6/+6
* [HB] Rename hb_ot_layout_feature_mask_t to hb_mask_tBehdad Esfahbod2009-08-081-6/+6
* [HB] Fix a couple other sanitize() bugsBehdad Esfahbod2009-08-041-2/+2
* [HB] Add sanitize debugging facilitiesBehdad Esfahbod2009-08-041-0/+28
* [HB] Avoid infinite recusion in Extension sanitize()Behdad Esfahbod2009-08-041-0/+1
* [HB] Minor cleanupBehdad Esfahbod2009-08-041-1/+1
* [HB] GDEF sanitize()Behdad Esfahbod2009-08-041-1/+1
* [HB] Fix Extension sanitize()Behdad Esfahbod2009-08-041-1/+2
* [HB] Fix mix warningsBehdad Esfahbod2009-08-041-5/+4
* [HB] GPOS sanitize()Behdad Esfahbod2009-08-041-1/+194
* [Hb] Use reinterpret casts instead of direct casts to char *Behdad Esfahbod2009-08-041-6/+6
* [HB] Use face_t directly instead of ot_layout_tBehdad Esfahbod2009-08-031-7/+7
* [OT] Rename C++ header files from *.h to *.hhBehdad Esfahbod2009-08-021-0/+1355