Move more code around
[profile/ivi/org.tizen.video-player.git] / src / hb-ot-layout-gsub-private.hh
2011-07-28 Behdad EsfahbodMove more code around
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-28 Behdad EsfahbodAdd _hb_unsigned_int_mul_overflows
2011-04-21 Behdad EsfahbodUpdate Copyright headers
2010-12-13 Behdad EsfahbodDisallow ligature substitutions replacing one glyph
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-11-02 Behdad EsfahbodMore lig-id cleanup
2010-11-02 Behdad EsfahbodMinor renaming
2010-11-02 Behdad EsfahbodMove setting lig_id/component out of buffer and to...
2010-11-02 Behdad EsfahbodAlways allocate new ligature id
2010-11-02 Behdad EsfahbodSet component=0 for ligature glyph
2010-11-02 Behdad EsfahbodGet rid of the OpenType-specific internal buffer repres...
2010-07-23 Behdad EsfahbodPrefer C linkage
2010-05-22 Martin HoskenMerge branch 'master' of git://git.freedesktop.org...
2010-05-21 Behdad EsfahbodAdd note
2010-05-20 Behdad EsfahbodFix alternate, again
2010-05-20 Behdad EsfahbodFix alternate off-by-one
2010-05-20 Behdad EsfahbodDo alternate glyph selection!
2010-05-20 Behdad EsfahbodInvert the mask logic
2010-05-19 Behdad EsfahbodFix scale issues
2010-05-15 Behdad EsfahbodIndent
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->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 the IN_MASK() macro
2010-05-15 Behdad EsfahbodRemove the IN_LIGID() macro
2010-05-15 Behdad EsfahbodRemove IN_COMPONENT() macro
2010-05-13 Behdad Esfahbods/\<context\>/c/g
2010-05-13 Behdad EsfahbodAdd a few more buffer convenience methods
2010-05-13 Behdad EsfahbodAdd a few other buffer methods
2010-05-13 Behdad EsfahbodAdd buffer->swap()
2010-05-13 Behdad EsfahbodAdd buffer->allocate_lig_id()
2010-05-11 Behdad EsfahbodRemove excess sub_format sanitize
2010-05-11 Behdad EsfahbodFix awful confusion between lookup format and subtable...
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 EsfahbodMake StructAtOffset take a pointer
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-06 Behdad EsfahbodRemove SANITIZE macro
2010-05-06 Behdad EsfahbodRemove SANITIZE_WITH_BASE
2010-05-05 Behdad EsfahbodCosmetic
2010-05-05 Behdad EsfahbodMinor
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 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 EsfahbodRemove SANITIZE2
2010-05-04 Behdad EsfahbodCosmetic: Rename HB_LIKELY/HB_UNLIKELY to likely/unlikely
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-23 Behdad EsfahbodAdd different casts from pointer and ref to avoid bugs
2010-04-23 Behdad EsfahbodRemove GET_FOR_DATA macros
2010-04-23 Behdad EsfahbodCleanup Extension lookups
2010-04-22 Behdad EsfahbodConvert the last set of cast macros to templates
2010-04-22 Behdad EsfahbodCleanup Extension sanitize()
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 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
2009-11-06 Behdad Esfahbod[GSUB] More ligature/component fixing
2009-11-06 Behdad EsfahbodAdd _hb_buffer_add_output_glyphs() that takes codepoint_t*
2009-11-05 Behdad EsfahbodFix MarkMark issue with ligid and components
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 EsfahbodFix a few other pedantic warnings
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] Add a NEXT() macro
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
next