[HB] More buffer cleanup
[framework/uifw/harfbuzz.git] / src / hb-ot-layout-gsubgpos-private.h
2009-11-02 Behdad Esfahbod[HB] More buffer cleanup
2009-11-02 Behdad Esfahbod[HB] Cleanup buffer
2009-11-02 Behdad Esfahbod[HB] Would have helped if I actually knew C++ before...
2009-11-02 Behdad Esfahbod[HB] Remove unused data types
2009-11-02 Behdad Esfahbod[HB] Check for GDEF/GSUB/GPOS versions
2009-11-02 Behdad Esfahbod[HB] Share Extension lookup code between GSUB and GPOS
2009-11-02 Behdad Esfahbod[HB] Rename harfbuzz-buffer to hb-buffer
2009-11-02 Behdad Esfahbod[HB] Indentation
2009-11-02 Behdad Esfahbod[HB] More reference cast simplification
2009-11-02 Behdad Esfahbod[HB] Rename LOOKUP_ARGS to APPLY_ARGS
2009-11-02 Behdad Esfahbod[GSUB] Implement ReverseChainSingleSubst
2009-11-02 Behdad Esfahbod[HB] Don't use G_LIKELY!
2009-11-02 Behdad Esfahbod[HB] Tweak some constants and fix Coverage
2009-11-02 Behdad Esfahbod[GSUB] Fix context_length handling in Ligature too
2009-11-02 Behdad Esfahbod[HB] Minor cleanup
2009-11-02 Behdad Esfahbod[HB] Correctly skip glyphs when applying (Chain)Context...
2009-11-02 Behdad Esfahbod[HB] Fix context_length checking
2009-11-02 Behdad Esfahbod[HB] ChainContext complete
2009-11-02 Behdad Esfahbod[HB] Implement backtrack matching
2009-11-02 Behdad Esfahbod[HB] One more step to go, for fully working GSUB and...
2009-11-02 Behdad Esfahbod[HB] Further modularize Context matching
2009-11-02 Behdad Esfahbod[HB] A step closer to working ChainContext
2009-11-02 Behdad Esfahbod[HB] Add HeadlessArrayTo<>
2009-11-02 Behdad Esfahbod[HB] More template goodness
2009-11-02 Behdad Esfahbod[HB] More churning towards ChainContext lookups
2009-11-02 Behdad Esfahbod[HB] Towards sharing Context and ChainContext code
2009-11-02 Behdad Esfahbod[HB] Start ChainContext and ReverseChainSingleSubst...
2009-11-02 Behdad Esfahbod[HB] Split Layout-common tables into new files
2009-11-02 Behdad Esfahbod[HB] More shuffling
2009-11-02 Behdad Esfahbod[HB] Cleanup format unions
2009-11-02 Behdad Esfahbod[HB] Couple size checks
2009-11-02 Behdad Esfahbod[HB] Propagate property of first glyph
2009-11-02 Behdad Esfahbod[HB] Unify first glyph property checking
2009-11-02 Behdad Esfahbod[HB] Move Context matching logic out of GSUB