Upgrade to latest harfbuzz
[framework/uifw/harfbuzz.git] / src / hb-ot-shape-complex-arabic.cc
2012-06-27 Ankush DuaUpgrade to latest harfbuzz 2.0alpha master submit/master/20120920.151126
2011-08-02 Mike McCormackMerge branch 'upstream'
2011-07-29 Behdad EsfahbodMinor
2011-07-28 Behdad EsfahbodFormalize buffer var allocations
2011-07-21 Behdad EsfahbodAdd prefer_decomposed() complex-shaper callback
2011-07-21 Behdad EsfahbodMinor
2011-07-08 Behdad EsfahbodLet shapers decide when to apply ccmp and locl
2011-07-08 Behdad EsfahbodShuffle code around, remove shape_plan from complex...
2011-07-08 Behdad EsfahbodEnable applying GSUB/GPOS features in multiple segments
2011-06-15 Behdad EsfahbodMinor compiler warning fixes
2011-06-02 Behdad Esfahbod[Indic] Start an Indic shaper
2011-05-27 Behdad Esfahbod[OT] Separate map_builder from the actual map
2011-04-21 Behdad EsfahbodUpdate Copyright headers
2011-04-20 Behdad EsfahbodRename all private sources and headers to C++ files
2011-04-11 Behdad EsfahbodRename hb_category_t to hb_unicode_general_category_t
2011-04-06 Behdad EsfahbodDisable 'cswh' by default except for Arabic shaper
2010-12-21 Behdad EsfahbodBug 32274 - classic mongolian shaper
2010-11-17 Behdad EsfahbodMove generated table to its own file
2010-11-17 Behdad EsfahbodUpdate Arabic joining table to include Mandaic
2010-11-03 Behdad EsfahbodSave general category and combining class in the buffer...
2010-11-02 Behdad EsfahbodGet rid of the OpenType-specific internal buffer repres...
2010-11-02 Behdad EsfahbodRemove trailing comma
2010-10-27 Behdad EsfahbodFix segfault with Arabic combining marks
2010-10-13 Behdad EsfahbodMake sure boolean features always use value=1
2010-10-12 Behdad EsfahbodFix Arabic shaper
2010-10-12 Behdad EsfahbodHookup Arabic shaper!
2010-10-12 Behdad EsfahbodAdd hb_ot_complex_shaper_t stuff and start hooking...