Minor
[framework/uifw/harfbuzz.git] / src / hb-ot-layout-gpos-private.hh
2010-04-22 Behdad EsfahbodMake casts more explicit
2010-04-22 Behdad EsfahbodImprove Subst/Pos SubTable access and sanitize
2010-04-22 Behdad EsfahbodChange header comment
2010-04-22 Behdad EsfahbodRename ConstCharP to CharP (overloaded now)
2010-04-22 Behdad EsfahbodCleanup de-const-casting during sanitize
2010-04-21 Behdad EsfahbodUse templates for const char * casts
2010-04-21 Behdad EsfahbodGNOME Bug 613015 - [HB] Does not sanitize Device tables...
2010-04-21 Behdad EsfahbodWIP
2010-04-21 Behdad EsfahbodRound instead of trunc
2010-04-21 Behdad EsfahbodFix warnings
2010-04-21 Behdad EsfahbodFix the mystery bug!
2009-12-20 Behdad EsfahbodIndent
2009-11-18 Behdad EsfahbodUse autoconf FLEXIBLE_ARRAY_MEMBER when available
2009-11-06 Behdad EsfahbodAdd hb_ot_layout_position_finish()
2009-11-05 Behdad EsfahbodFix MarkMark issue with ligid and components
2009-11-05 Behdad EsfahbodRename [xy]_pos to [xy]_offset since we don't accumulat...
2009-11-04 Behdad EsfahbodImplement nil font functions
2009-11-03 Behdad EsfahbodDon't use zero-sized arrays
2009-11-02 Behdad Esfahbod[HB] Rename DEBUG to TRACE where appropriate
2009-11-02 Behdad Esfahbod[HB] Add GSUB/GPOS tracing
2009-11-02 Behdad Esfahbod[HB] Bug 593231 - < c99 compiler dislikes ValueRecord
2009-11-02 Behdad EsfahbodFix a few other pedantic warnings
2009-11-02 Behdad Esfahbod[HB] Avoid int overflow in GPOS
2009-11-02 Behdad Esfahbod[HB] Simplify loop
2009-11-02 Behdad Esfahbod[HB] Merge mark positionin code between three types...
2009-11-02 Behdad Esfahbod[HB] Correctly sanitize LigatureAttach
2009-11-02 Behdad Esfahbod[HB] Simplify MarkBase and MarkLig too
2009-11-02 Behdad Esfahbod[HB] Simplify MarkMark
2009-11-02 Behdad Esfahbod[HB] Fix possible int overflows during sanitize
2009-11-02 Behdad Esfahbod[HB] Add note about auditing sanitize code for overflows
2009-11-02 Behdad Esfahbod[HB] Ouch. Fix compilation.
2009-11-02 Behdad Esfahbod[HB] Fix invalid access / overflow on x86-64
2009-11-02 Behdad Esfahbod[HB] Put C++ inline's back
2009-11-02 Behdad Esfahbod[HB] Rename hb_ot_layout_feature_mask_t to hb_mask_t
2009-11-02 Behdad Esfahbod[HB] Fix a couple other sanitize() bugs
2009-11-02 Behdad Esfahbod[HB] Add sanitize debugging facilities
2009-11-02 Behdad Esfahbod[HB] Avoid infinite recusion in Extension sanitize()
2009-11-02 Behdad Esfahbod[HB] Minor cleanup
2009-11-02 Behdad Esfahbod[HB] GDEF sanitize()
2009-11-02 Behdad Esfahbod[HB] Fix Extension sanitize()
2009-11-02 Behdad Esfahbod[HB] Fix mix warnings
2009-11-02 Behdad Esfahbod[HB] GPOS sanitize()
2009-11-02 Behdad Esfahbod[Hb] Use reinterpret casts instead of direct casts...
2009-11-02 Behdad Esfahbod[HB] Use face_t directly instead of ot_layout_t
2009-11-02 Behdad Esfahbod[OT] Rename C++ header files from *.h to *.hh