Further cleanup of sizeof
[framework/uifw/harfbuzz.git] / src / hb-buffer.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-23 Behdad EsfahbodFix compile warnings (HB_GNUC_UNUSED)
2010-04-22 Behdad EsfahbodChange header comment
2009-12-20 Behdad EsfahbodProtect against NULL funcs
2009-12-20 Behdad EsfahbodExplicitly track whether the buffer has positions
2009-11-07 Behdad EsfahbodHandle shaping in non-native direction
2009-11-06 Behdad EsfahbodAdd _hb_buffer_add_output_glyphs() that takes codepoint_t*
2009-11-06 Behdad EsfahbodRename hb_buffer_get_len() to hb_buffer_get_length()
2009-11-05 Behdad EsfahbodAdd script and language to buffer
2009-11-03 Behdad EsfahbodMove unicode_funcs to buffer
2009-11-02 Behdad Esfahbod[HB] Always clear positions if dirty, before returning...
2009-11-02 Behdad Esfahbod[HB] Fix _hb_buffer_next() when positioning
2009-11-02 Behdad Esfahbod[OT] Hookup glib unicode funcs
2009-11-02 Behdad Esfahbod[HB] Implement buffer UTF-X input
2009-11-02 Behdad Esfahbod[HB] Add hb_buffer_reverse()
2009-11-02 Behdad Esfahbod[HB] Reuse the positions array as alt string array
2009-11-02 Behdad Esfahbod[HB] Rename hb_ot_layout_feature_mask_t to hb_mask_t
2009-11-02 Behdad Esfahbod[HB] Remove use of typeof()
2009-11-02 Behdad Esfahbod[HB] Cleanup public buffer structs
2009-11-02 Behdad Esfahbod[OT] Match struct with HB's
2009-11-02 Behdad Esfahbod[HB] Port buffert to new object API
2009-11-02 Behdad Esfahbod[HB] Remove glib dependency
2009-11-02 Behdad Esfahbod[HB] Use calloc instead of malloc where feasible
2009-11-02 Behdad Esfahbod[HB] Move direction to buffer
2009-11-02 Behdad Esfahbod[HB] Fix buffer enlargement. Ouch
2009-11-02 Behdad EsfahbodApply patch from Jonathan Kew
2009-11-02 Behdad EsfahbodRevert "XX"
2009-11-02 Behdad EsfahbodXX
2009-11-02 Behdad Esfahbod[HB] Improve buffer. Don't dup out buffer unless out...
2009-11-02 Behdad Esfahbod[HB] More buffer cleanup
2009-11-02 Behdad Esfahbod[HB] Cleanup buffer
2009-11-02 Behdad Esfahbod[HB] Remove last dependence on the old code base!
2009-11-02 Behdad Esfahbod[HB] Rename harfbuzz-buffer to hb-buffer