Further cleanup of sizeof
[framework/uifw/harfbuzz.git] / src / hb-ft.c
2010-05-04 Behdad EsfahbodCosmetic: Rename HB_LIKELY/HB_UNLIKELY to likely/unlikely
2010-04-29 Behdad Esfahbod[ft] Disallow getting the entire font data with tag=0
2010-04-29 Behdad EsfahbodRename HB_GNUC_UNUSED -> HB_UNUSED
2010-04-23 Behdad EsfahbodAllow get_table() to return NULL
2010-04-23 Behdad EsfahbodAdd TODO
2010-04-23 Behdad EsfahbodFix compile warnings (HB_GNUC_UNUSED)
2010-04-22 Behdad EsfahbodChange header comment
2010-03-02 Behdad Esfahbod[ft] Check stream->read instead of stream->base
2009-12-20 Behdad EsfahbodFix compile with older FreeType
2009-11-06 Behdad EsfahbodFix FT_Face finalizer call
2009-11-06 Behdad EsfahbodFix FT_Face generic finalizer
2009-11-06 Behdad EsfahbodCosmetic
2009-11-05 Behdad EsfahbodAdd TODO item
2009-11-05 Behdad EsfahbodFix ref counting
2009-11-05 Behdad EsfahbodAdd hb_ft_face_create_cached
2009-11-05 Behdad EsfahbodRename [xy]_pos to [xy]_offset since we don't accumulat...
2009-11-04 Behdad EsfahbodFinish FT glue. Rough and untested
2009-11-03 Behdad EsfahbodStart ft glue