Move more code around
[profile/ivi/org.tizen.video-player.git] / src / hb-ot-layout-gpos-private.hh
2011-07-28 Behdad EsfahbodMove more code around
2011-07-22 Behdad EsfahbodMove buffer methods into the object
2011-05-30 Behdad EsfahbodFixed inifinite loop introduced in 7403e055cd1463f
2011-05-25 Behdad Esfahbod[Vertical] fix vertical gpos
2011-05-20 Behdad Esfahbod[Vertical] GPOS x/y advance adjustments only apply...
2011-05-19 Behdad Esfahbod[Vertical] Fix GPOS y-advance direction
2011-05-19 Behdad Esfahbod[Vertical] GPOS is always done with horizontal origin
2011-05-17 Behdad Esfahbod[API] Vertical support, take 2
2011-05-17 Behdad Esfahbod[API] Add support for vertical text
2011-05-11 Behdad Esfahbod[API] Change signature of get_contour_point and get_ker...
2011-05-11 Behdad EsfahbodMinor
2011-05-11 Behdad EsfahbodRemove hb_ot_layout_context_t, simplify code
2011-05-03 Behdad Esfahbod[API] Make hb_font_create() take a face and reference it
2011-04-21 Behdad EsfahbodUpdate Copyright headers
2011-04-19 Ryan Lortie[API} hb_buffer_get_glyph_{infos,positions}: Add length...
2010-11-03 Behdad EsfahbodPedantic
2010-11-03 Behdad EsfahbodFix unreachable-code warning
2010-11-02 Behdad EsfahbodMove things around some more
2010-11-02 Behdad EsfahbodMove buffer var allocation local
2010-11-02 Behdad EsfahbodMove code around
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 EsfahbodGet rid of the OpenType-specific internal buffer repres...
2010-10-27 Behdad EsfahbodSupposedly implement vertical support in GPOS
2010-10-27 Behdad EsfahbodClarify cursive_chain (and change its sign)
2010-10-27 Behdad EsfahbodRemove unused macro
2010-10-27 Behdad EsfahbodRewrite Cursive joining to act more like other pair...
2010-10-27 Behdad EsfahbodFix Cursive positioning
2010-10-01 Behdad EsfahbodPedantic
2010-10-01 Behdad EsfahbodDon't zero glyph advances in MarkToBase and similar...
2010-08-13 Behdad Esfahbod[GPOS] Fix div-by-zero
2010-07-23 Behdad EsfahbodTowards separating bit allocation from shaping
2010-07-23 Behdad EsfahbodPrefer C linkage
2010-05-20 Behdad EsfahbodFix delta scale, again...
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 EsfahbodShortening buffer accessors: rename buffer->in_pos...
2010-05-15 Behdad EsfahbodShortening buffer accessors: rename buffer->in_length...
2010-05-15 Behdad EsfahbodShortening buffer accessors: rename buffer->positions...
2010-05-15 Behdad EsfahbodShortening buffer accessors: rename buffer->in_string...
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-14 Behdad EsfahbodRemove POSITION() and CURPOSITION() macros
2010-05-13 Behdad Esfahbods/\<context\>/c/g
2010-05-11 Behdad EsfahbodRemove obsolete friend
2010-05-11 Behdad EsfahbodSimplify PairSet
2010-05-11 Behdad EsfahbodRemove a few likely()'s
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 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-10 Behdad EsfahbodCleanup ASSERT_SIZE_VAR
2010-05-06 Behdad EsfahbodWhitespace
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 EsfahbodCleanup Value casts
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 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-05 Behdad EsfahbodUse function template for pass-thru argument
2010-05-04 Behdad EsfahbodRemove SANITIZE_THIS
2010-05-04 Behdad EsfahbodRename SANITIZE_BASE to SANITIZE_WITH_BASE
2010-05-04 Behdad EsfahbodRemove SANITIZE_THIS2
2010-05-04 Behdad EsfahbodRemove SANITIZE_THIS3
2010-05-04 Behdad EsfahbodRemove SANITIZE_BASE2
2010-05-04 Behdad EsfahbodCosmetic: Rename HB_LIKELY/HB_UNLIKELY to likely/unlikely
2010-04-29 Behdad Esfahbod[GPOS] Speedup apply_value()
2010-04-29 Behdad EsfahbodRename HB_GNUC_UNUSED -> HB_UNUSED
2010-04-29 Behdad EsfahbodMore contour point use
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()
next