Upgrade to latest harfbuzz
[framework/uifw/harfbuzz.git] / src / hb-ot-layout-gsubgpos-private.hh
2012-06-27 Ankush DuaUpgrade to latest harfbuzz 2.0alpha master submit/master/20120920.151126
2011-08-02 Mike McCormackMerge branch 'upstream'
2011-07-26 Behdad EsfahbodStreamline debugging infrastructure even more
2011-07-25 Behdad EsfahbodStart cleaning up buffer var allocation
2011-07-25 Behdad EsfahbodShrink space used for ligature ids
2011-07-25 Behdad EsfahbodMinor
2011-07-22 Behdad EsfahbodMove buffer methods into the object
2011-05-17 Behdad Esfahbod[API] Add support for vertical text
2011-05-11 Behdad EsfahbodRemove hb_ot_layout_context_t, simplify code
2011-04-21 Behdad EsfahbodUpdate Copyright headers
2011-01-06 Behdad EsfahbodFix ChanContext backtrack matching with GPOS
2010-12-13 Behdad EsfahbodMozilla Bug 618592 - freeze on typekit
2010-11-17 Behdad EsfahbodAdd XXX marks
2010-11-03 Behdad EsfahbodFix a few more "unreachable code" warnings
2010-11-03 Behdad EsfahbodRemove another couple lines of dead code
2010-11-02 Behdad EsfahbodMove things around some more
2010-11-02 Behdad EsfahbodRename lookup_flags to lookup_props since it's more...
2010-11-02 Behdad EsfahbodWIP removing external synthesized GDEF support and...
2010-10-27 Behdad EsfahbodRemove LONGTERMTODO item that I'll never fix
2010-07-23 Behdad EsfahbodPrefer C linkage
2010-05-20 Behdad EsfahbodDo alternate glyph selection!
2010-05-15 Behdad EsfahbodShortening buffer accessors: rename buffer->in_pos...
2010-05-15 Behdad EsfahbodShortening buffer accessors: rename buffer->out_length...
2010-05-15 Behdad EsfahbodShortening buffer accessors: rename buffer->in_length...
2010-05-15 Behdad EsfahbodShortening buffer accessors: rename buffer->out_string...
2010-05-15 Behdad EsfahbodShortening buffer accessors: rename buffer->in_string...
2010-05-15 Behdad EsfahbodMerge buffer->out_pos and buffer->out_length
2010-05-15 Behdad EsfahbodRemove the unused BUFFER macro
2010-05-15 Behdad EsfahbodRemove the IN_CURGLYPH() macro
2010-05-15 Behdad EsfahbodRemove the IN_CURINFO() macro
2010-05-15 Behdad EsfahbodRemove IN_INFO() and IN_NEXTGLYPH() macros
2010-05-15 Behdad EsfahbodRemove the IN_GLYPH() macro
2010-05-15 Behdad EsfahbodRemove OUT_GLYPH() and OUT_INFO() macros
2010-05-15 Behdad EsfahbodFix lookahead matching. Oops!
2010-05-13 Behdad Esfahbods/\<context\>/c/g
2010-05-13 Behdad EsfahbodAdd a few other buffer methods
2010-05-12 Behdad EsfahbodRename a few files to be C++ sources
2010-05-11 Behdad EsfahbodFix tracing order
2010-05-10 Behdad EsfahbodSimplify unions
2010-05-10 Behdad EsfahbodChange DEFINE_SIZE_VAR to DEFINE_SIZE_ARRAY
2010-05-10 Behdad EsfahbodCleanup DEFINE_SIZE_VAR2
2010-05-10 Behdad EsfahbodSimplify array access
2010-05-10 Behdad EsfahbodFurther cleanup of sizeof
2010-05-10 Behdad EsfahbodRemove unnecessary casts
2010-05-10 Behdad EsfahbodFurther cleanup of DEFINE_SIZE
2010-05-10 Behdad EsfahbodRemove ASSERT_SIZE in favor of the safer DEFINE_SIZE_STATIC
2010-05-10 Behdad EsfahbodCleanup ASSERT_SIZE_VAR
2010-05-06 Behdad EsfahbodStart cleaning up get_size()
2010-05-06 Behdad EsfahbodRemove the last of SANITIZE macros: SANITIZE_SELF
2010-05-06 Behdad EsfahbodRemove SANITIZE macro
2010-05-06 Behdad EsfahbodRemove SANITIZE_WITH_BASE
2010-05-06 Behdad EsfahbodRemove SANITIZE_MEM
2010-05-06 Behdad EsfahbodRemove SANITIZE_ARRAY
2010-05-05 Behdad EsfahbodCosmetic
2010-05-05 Behdad EsfahbodMinor
2010-05-05 Behdad EsfahbodSimplify chaining
2010-05-05 Behdad EsfahbodRemove APPLY_ARG_DEF and APPLY_ARG
2010-05-05 Behdad EsfahbodPort apply to use hb_trace_t
2010-05-05 Behdad EsfahbodMove context_length into apply_context
2010-05-05 Behdad EsfahbodMove buffer into apply_context
2010-05-05 Behdad EsfahbodMove layout_context into apply_context
2010-05-05 Behdad EsfahbodMinor
2010-05-05 Behdad EsfahbodRemove SANITIZE_ARG_DEF and SANITIZE_ARG
2010-05-04 Behdad EsfahbodRemove SANITIZE_THIS
2010-05-04 Behdad EsfahbodRemove SANITIZE_THIS2
2010-05-04 Behdad EsfahbodCosmetic
2010-05-04 Behdad EsfahbodRemove SANITIZE_THIS3
2010-05-04 Behdad EsfahbodCosmetic: Rename HB_LIKELY/HB_UNLIKELY to likely/unlikely
2010-04-29 Behdad EsfahbodRename HB_GNUC_UNUSED -> HB_UNUSED
2010-04-29 Behdad EsfahbodDefine HB_FUNC for portability to non-gcc
2010-04-29 Behdad EsfahbodRename apply_context -> context
2010-04-29 Behdad EsfahbodRename
2010-04-29 Behdad Esfahbod[apply] Use a context object to reduce number of parame...
2010-04-29 Behdad EsfahbodFurther simplify tracing
2010-04-29 Behdad EsfahbodSimplify trace code
2010-04-29 Behdad Esfahbod[sanitize] Make debug code always available to the...
2010-04-28 Behdad Esfahbod[gsubgpos] Make debug code always available to the...
2010-04-28 Behdad EsfahbodFix debug build
2010-04-23 Behdad EsfahbodRemove GET_FOR_DATA macros
2010-04-22 Behdad EsfahbodCosmetic
2010-04-22 Behdad EsfahbodConvert the last set of cast macros to templates
2010-04-22 Behdad EsfahbodCleanup Extension sanitize()
2010-04-22 Behdad EsfahbodFail sanitize on major version mismatch
2010-04-22 Behdad EsfahbodCleanup ContextFormat3 sanitize
2010-04-22 Behdad EsfahbodSimplify Extension offset now that our int types have...
2010-04-22 Behdad EsfahbodChange header comment
2010-04-22 Behdad EsfahbodRename ConstCharP to CharP (overloaded now)
2010-04-22 Behdad EsfahbodRename const_array() to array() (overloaded)
2010-04-21 Behdad EsfahbodConvert NEXT() and ARRAY_AFTER() macros to templates
2010-04-21 Behdad EsfahbodUse templates for const char * casts
2010-04-21 Behdad EsfahbodConst correctness
2010-04-21 Behdad EsfahbodFix warnings
2010-04-21 Behdad EsfahbodFix debug build
2010-04-21 Behdad EsfahbodFix the mystery bug!
2009-11-05 Behdad EsfahbodInclude stdio.h if debugging
2009-11-04 Behdad EsfahbodFix array query API
2009-11-03 Behdad EsfahbodDon't use zero-sized arrays
2009-11-02 Behdad Esfahbod[HB] Add comment
2009-11-02 Behdad Esfahbod[HB] Fix apply_lookup() loop
2009-11-02 Behdad Esfahbod[HB] Fix bug in chain_context_lookup() invocations
next