Further cleanup of sizeof
[framework/uifw/harfbuzz.git] / src / hb-shape.c
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 EsfahbodMake sure mirroring is done in original direction
2010-04-23 Behdad EsfahbodMore warning fixes
2010-04-22 Behdad EsfahbodChange header comment
2009-12-20 Behdad EsfahbodRemove glibism!
2009-12-20 Behdad EsfahbodHook OpenType shaping up
2009-12-20 Behdad EsfahbodPass features down
2009-12-20 Behdad EsfahbodAvoid overflow
2009-12-20 Behdad EsfahbodRefactor hb_shape a bit
2009-12-20 Behdad EsfahbodAdd TrueType kern support
2009-12-20 Behdad EsfahbodDirect unicode->get_mirroring directly
2009-12-20 Behdad EsfahbodDo mirroring
2009-12-20 Behdad EsfahbodAdd HB_DIRECTION_IS_FORWARD/BACKWARD
2009-11-18 Behdad EsfahbodAdd Mongolian variation selectors
2009-11-07 Behdad EsfahbodRemove done item
2009-11-07 Behdad EsfahbodReverse buffer at the end if RTL
2009-11-07 Behdad EsfahbodHandle shaping in non-native direction
2009-11-06 Behdad EsfahbodMinor.
2009-11-05 Behdad EsfahbodAdd default positioning to hb-shape
2009-11-05 Behdad EsfahbodAdd hb_font_get_*
2009-11-05 Behdad EsfahbodRename [xy]_pos to [xy]_offset since we don't accumulat...
2009-11-05 Behdad EsfahbodCosmetic
2009-11-05 Behdad EsfahbodStart filling hb_shape() in
2009-11-02 Behdad Esfahbod[HB] Add empty hb_shape() API