Upgrade to latest harfbuzz
[framework/uifw/harfbuzz.git] / src / hb-ot-shape.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-28 Behdad EsfahbodRegister buffer vars in Indic shaper
2011-07-28 Behdad EsfahbodFormalize buffer var allocations
2011-07-25 Behdad EsfahbodStart cleaning up buffer var allocation
2011-07-25 Behdad EsfahbodMove code around
2011-07-22 Behdad EsfahbodImplement Unicode Canonical Reordering Algorithm
2011-07-22 Behdad EsfahbodDecomposition works now!
2011-07-22 Behdad EsfahbodMove buffer methods into the object
2011-07-22 Behdad EsfahbodMore normalization kick
2011-07-21 Behdad EsfahbodDocument normalization design
2011-07-21 Behdad EsfahbodNo need to handle variation-selectors seperately, they...
2011-07-21 Behdad EsfahbodOnly form clusters if we are reversing
2011-07-21 Behdad EsfahbodTowards normalization
2011-07-21 Behdad EsfahbodRemove stale comment
2011-07-21 Behdad EsfahbodForm clusters before ensuring native direciton
2011-07-21 Behdad EsfahbodAdd _hb_buffer_output_glyph() and _hb_buffer_skip_glyph()
2011-07-21 Behdad EsfahbodTowards normalization
2011-07-21 Behdad EsfahbodInclude variation-selectors in cluster calculation
2011-07-21 Behdad EsfahbodWhen forming clusters, participate all mark types
2011-07-08 Behdad EsfahbodLet shapers decide when to apply ccmp and locl
2011-07-08 Behdad Esfahbod[API] Add compose() and decompose() unicode funcs,...
2011-07-08 Behdad EsfahbodHumm, undo some shuffling
2011-07-08 Behdad EsfahbodShuffle code around, remove shape_plan from complex...
2011-07-08 Behdad EsfahbodUpdate copyright headers
2011-06-14 Behdad EsfahbodFix compiler warnings with -pedantic
2011-06-07 Behdad EsfahbodMinor
2011-05-31 Behdad Esfahbod[Vertical] Apply vertical features
2011-05-27 Behdad Esfahbod[OT] Separate map_builder from the actual map
2011-05-27 Behdad EsfahbodHide internal symbols
2011-05-25 Behdad Esfahbod[Vertical] fix vertical gpos
2011-05-19 Behdad Esfahbod[Vertical] GPOS is always done with horizontal origin
2011-05-19 Behdad EsfahbodMore vertical
2011-05-17 Behdad Esfahbod[API] Vertical support, take 2
2011-05-17 Behdad Esfahbod[API] Add support for vertical text
2011-05-12 Behdad Esfahbod[API] Make get_glyph() callback return a boolean
2011-05-12 Behdad EsfahbodUse constructor/destructor for hb_ot_shape_plan_t
2011-05-11 Behdad EsfahbodPlug leaks
2011-05-11 Behdad Esfahbod[API] Change signature of get_contour_point and get_ker...
2011-05-05 Behdad EsfahbodReplace fixed-size feature_maps array with hb_array_t
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 Esfahbodunicode: Cleanup implementation
2011-04-20 Ryan Lortie[API] unicode: rework virtual functions for subclassing
2011-04-15 Behdad EsfahbodRemove hb_buffer_clear_positions(), add hb_ot_layout_po...
2011-04-15 Behdad EsfahbodCosmetic
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
2011-03-16 Behdad EsfahbodLet hb_shape() guess script and direction...
2010-12-07 Behdad EsfahbodRename original_direction to target_direction
2010-12-07 Behdad EsfahbodFix arabic shaping of LTR text
2010-11-03 Behdad EsfahbodSave general category and combining class in the buffer...
2010-11-02 Behdad EsfahbodMove code around
2010-11-02 Behdad EsfahbodWIP removing external synthesized GDEF support and...
2010-11-02 Behdad EsfahbodMinor renaming
2010-10-27 Behdad EsfahbodOops, remove extra mask setting that broke complex...
2010-10-27 Behdad EsfahbodDivide get_metrics into get_advance and get_extents
2010-10-13 Behdad EsfahbodMassage mask setting a bit more
2010-10-13 Behdad EsfahbodMake sure boolean features always use value=1
2010-10-13 Behdad EsfahbodSet user masks after complex masks
2010-10-12 Behdad EsfahbodHookup Arabic shaper!
2010-10-12 Behdad EsfahbodMerge clearing masks and setting global masks
2010-10-12 Behdad EsfahbodForm clusters before setting masks
2010-10-12 Behdad EsfahbodClear masks before setting them up, not after!
2010-10-12 Behdad EsfahbodAdd hb_ot_shape_execute()
2010-10-12 Behdad EsfahbodAdd hb_ot_complex_shaper_t stuff and start hooking...
2010-10-12 Behdad EsfahbodAdd hb_ot_shape_plan_t
2010-10-12 Behdad EsfahbodRefactor, in a different direction
2010-10-12 Behdad EsfahbodMore refactoring
2010-10-09 Behdad EsfahbodMore separation
2010-10-09 Behdad EsfahbodMinor
2010-10-09 Behdad EsfahbodEnable 'rtlm' mirroring
2010-10-09 Behdad EsfahbodRename hb_mask_allocator_t to hb_ot_map_t
2010-10-08 Behdad EsfahbodAdd hb-ot-map-private.hh
2010-10-08 Behdad EsfahbodFlip the OT bit-allocation vs gsub/gpos inside-out
2010-10-08 Behdad EsfahbodLogically separate feature collection
2010-10-08 Behdad EsfahbodMinor
2010-10-08 Behdad EsfahbodMove some more code around
2010-10-08 Behdad EsfahbodMinor
2010-10-08 Behdad EsfahbodSimplify compiling lookups
2010-10-07 Behdad EsfahbodRename
2010-10-06 Behdad EsfahbodCall hb_ot_shape_setup_lookups_complex()
2010-10-06 Behdad EsfahbodRename setup_lookups()
2010-10-06 Behdad EsfahbodMove table_tag to hb_ot_shape_context_t
2010-10-06 Behdad EsfahbodAdd internal hb_ot_shape_context_t
2010-09-28 Behdad EsfahbodImprove cmp function parameter namings and casts
2010-08-13 Behdad EsfahbodAdd TODO
2010-07-23 Behdad EsfahbodLogically separate feature allocation from application
2010-07-23 Behdad EsfahbodMinor
2010-07-23 Behdad EsfahbodTowards separating bit allocation from shaping
2010-07-23 Behdad EsfahbodPrefer C linkage
2010-06-03 Behdad EsfahbodFollowup fix for variation-selectors
2010-06-03 Behdad EsfahbodFix skipping variation-selectors
2010-06-02 Behdad EsfahbodMake feature sorting stable
2010-05-29 Behdad EsfahbodMinor
2010-05-29 Behdad EsfahbodFurther simplify mask allocator
2010-05-29 Behdad EsfahbodFix global feature handling
2010-05-29 Behdad EsfahbodSimplify mask allocation
2010-05-29 Behdad EsfahbodTowards a mask allocator
2010-05-28 Behdad EsfahbodAllow disabling default features
next