[API] Add hb_language_get_default()
[apps/home/video-player.git] / src / hb-shape.cc
2011-05-06 Behdad Esfahbod[API] Add hb_language_get_default()
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-20 Behdad EsfahbodRename all private sources and headers to C++ files
2011-04-20 Behdad Esfahbod[API] Rename hb_face_get_table() to hb_face_reference_t...
2011-04-20 Behdad Esfahbodunicode: Cleanup implementation
2011-04-20 Ryan Lortie[API] unicode: rework virtual functions for subclassing
2011-04-19 Behdad Esfahbod[API] Use ISO 15924 tags for hb_script_t
2011-04-15 Behdad EsfahbodCosmetic
2011-03-16 Behdad EsfahbodLet hb_shape() guess script and direction...
2010-07-23 Behdad EsfahbodPrefer C linkage
2010-05-27 Behdad EsfahbodDisable Graphite as it crashes all over the place...
2010-05-26 Behdad EsfahbodRevert "Merge remote branch 'martin/master'"
2010-05-24 Behdad EsfahbodMerge remote branch 'martin/master'
2010-05-22 Martin HoskenMerge branch 'master' of git://git.freedesktop.org...
2010-05-21 Martin HoskenAdd graphical output to hbtestfont
2010-05-21 Behdad EsfahbodMove main shaper code into hb_ot_shape()
2010-05-21 Behdad EsfahbodImport Graphite shaping backend by Martin Hosken
2010-05-15 Behdad EsfahbodMinor
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 IN_CURGLYPH() 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_CLUSTER() macro
2010-05-14 Behdad EsfahbodRemove POSITION() and CURPOSITION() macros
2010-05-12 Behdad EsfahbodRename a few files to be C++ sources