Update copyright headers
[apps/home/video-player.git] / src / hb-ot-shape.cc
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
2010-05-26 Behdad EsfahbodRevert "Merge remote branch 'martin/master'"
2010-05-24 Behdad EsfahbodMerge remote branch 'martin/master'
2010-05-24 Behdad EsfahbodMove all callback functions in a vtable structs
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 EsfahbodSimple renames
2010-05-21 Behdad EsfahbodMove main shaper code into hb_ot_shape()
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 EsfahbodFix feature mask setting
2010-05-20 Behdad EsfahbodApply user features to ranges!
2010-05-20 Behdad EsfahbodAdd lookup_map
2010-05-20 Behdad EsfahbodUpdate always-apply mask from 0xFFFF to 1
2010-05-20 Behdad EsfahbodApply user features
2010-05-12 Behdad EsfahbodRename a few files to be C++ sources