framework/uifw/harfbuzz.git
2010-05-29 Behdad EsfahbodSimplify mask allocation
2010-05-29 Behdad EsfahbodTowards a mask allocator
2010-05-28 Behdad EsfahbodAllow disabling default features
2010-05-27 Behdad EsfahbodAdd note about UTF-8 decoder
2010-05-27 Behdad EsfahbodFix loop
2010-05-27 Martin HoskenFixes to Python and Graphite from Martin
2010-05-27 Behdad EsfahbodDisable Graphite as it crashes all over the place...
2010-05-26 Behdad EsfahbodCypriot is RTL
2010-05-26 Behdad EsfahbodRevert "Merge remote branch 'martin/master'"
2010-05-24 Behdad EsfahbodMerge remote branch 'martin/master'
2010-05-24 Behdad EsfahbodFix struct initializers
2010-05-24 Behdad EsfahbodMinor
2010-05-24 Behdad EsfahbodMake sure we initialize all callbacks upon creation
2010-05-24 Behdad EsfahbodMove all callback functions in a vtable structs
2010-05-24 Martin Hoskenhb-graphite now no longer has -ve advances within clust...
2010-05-22 Martin HoskenTidy up hbtestfont and add README
2010-05-22 Martin HoskenAdd fontconfig to hbtestfont
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 mirroring around a bit
2010-05-21 Behdad EsfahbodAdd a few more standard features
2010-05-21 Behdad EsfahbodAdd note
2010-05-21 Behdad EsfahbodAdd rtlm
2010-05-21 Behdad EsfahbodAdd ltra, ltrm, and rtla features
2010-05-21 Behdad EsfahbodCleanup bitmask allocation
2010-05-21 Behdad EsfahbodAdd note
2010-05-21 Martin HoskenRename Grxxx to HbGrxxx
2010-05-21 Martin HoskenRename classes from Grxxx to HbGrxxx
2010-05-21 Behdad EsfahbodAdd hb-ot-shape.h, oops.
2010-05-21 Behdad EsfahbodFix Makefile to install hb-ot-shape.h
2010-05-21 Behdad EsfahbodSimple renames
2010-05-21 Behdad EsfahbodGraphite also forces us to link to libstdc++ currently
2010-05-21 Behdad EsfahbodMove main shaper code into hb_ot_shape()
2010-05-21 Behdad EsfahbodFix test failing
2010-05-21 Behdad EsfahbodFix warnings
2010-05-21 Behdad EsfahbodImport Graphite shaping backend by Martin Hosken
2010-05-21 Behdad EsfahbodUpdate the Python module
2010-05-21 Behdad EsfahbodAdd hb_tag_from_string()
2010-05-21 Behdad EsfahbodDon't allocate bits for features not available
2010-05-21 Behdad EsfahbodSpeed up feature mask setting
2010-05-21 Behdad EsfahbodAdd Unicode 5.2 scripts
2010-05-21 Behdad EsfahbodFix feature mask setting
2010-05-21 Behdad EsfahbodAdd hb_ot_tag_to_script()
2010-05-21 Behdad EsfahbodAdd Python wrapper from Martin Hosken
2010-05-20 Behdad EsfahbodLet hb_face_get_table() return NULL if table not found
2010-05-20 Behdad EsfahbodFix alternate, again
2010-05-20 Behdad EsfahbodFix alternate off-by-one
2010-05-20 Behdad EsfahbodFix delta scale, again...
2010-05-20 Behdad EsfahbodRemove unused operator
2010-05-20 Behdad EsfahbodDo alternate glyph selection!
2010-05-20 Behdad Esfahbodget_table() is allowed to return NULL. Use that to...
2010-05-20 Behdad EsfahbodWrite hb_face_create_for_data() in terms of hb_face_cre...
2010-05-20 Behdad EsfahbodApply user features to ranges!
2010-05-20 Behdad EsfahbodAdd _hb_bit_storage()
2010-05-20 Behdad EsfahbodAdd lookup_map
2010-05-20 Behdad EsfahbodUpdate always-apply mask from 0xFFFF to 1
2010-05-20 Behdad EsfahbodInvert the mask logic
2010-05-20 Behdad EsfahbodApply user features
2010-05-20 Behdad EsfahbodChange hb_feature_t to keep tag/int instead of string
2010-05-19 Behdad EsfahbodFix scale issues
2010-05-19 Behdad EsfahbodAdd 'head' table
2010-05-19 Behdad EsfahbodAdd LONGDATETIME
2010-05-17 Behdad EsfahbodMinor
2010-05-15 Behdad EsfahbodIndent
2010-05-15 Behdad EsfahbodAdd an inline version of hb_buffer_ensure()
2010-05-15 Behdad EsfahbodHandle malloc failture in the buffer
2010-05-15 Behdad EsfahbodMinor
2010-05-15 Behdad EsfahbodUpdate buffer docs
2010-05-15 Behdad EsfahbodShortening buffer accessors: rename buffer->in_pos...
2010-05-15 Behdad EsfahbodShortening buffer accessors: rename buffer->out_length...
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->out_string...
2010-05-15 Behdad EsfahbodShortening buffer accessors: rename buffer->in_string...
2010-05-15 Behdad EsfahbodMerge buffer->out_pos and buffer->out_length
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_CLUSTER() 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-15 Behdad EsfahbodRemove OUT_GLYPH() and OUT_INFO() macros
2010-05-15 Behdad EsfahbodFix lookahead matching. Oops!
2010-05-14 Behdad EsfahbodRemove POSITION() and CURPOSITION() macros
2010-05-13 Behdad Esfahbods/\<context\>/c/g
2010-05-13 Behdad EsfahbodDon't use variable-length-arrays
2010-05-13 Behdad EsfahbodAdd a few more buffer convenience methods
2010-05-13 Behdad EsfahbodMinor
2010-05-13 Behdad EsfahbodImprove check for internal symbols
2010-05-13 Behdad EsfahbodMake HB_PRIVATE more useful
2010-05-13 Behdad EsfahbodAdd a few other buffer methods
2010-05-13 Behdad EsfahbodAdd buffer->swap()
2010-05-13 Behdad EsfahbodAdd check for internal symbols
2010-05-13 Behdad EsfahbodHide internal symbols
2010-05-13 Behdad EsfahbodAdd buffer->allocate_lig_id()
2010-05-12 Behdad EsfahbodUse bit tricks for HB_DIRECTION_IS_*
2010-05-12 Behdad EsfahbodRename a few files to be C++ sources
next