profile/ivi/org.tizen.video-player.git
2010-11-02 Behdad EsfahbodWIP removing external synthesized GDEF support and...
2010-11-02 Behdad EsfahbodRemove unused function
2010-11-02 Behdad EsfahbodMore cleanup
2010-11-02 Behdad EsfahbodMore lig-id cleanup
2010-11-02 Behdad EsfahbodMore removal of lig-id code from buffer
2010-11-02 Behdad EsfahbodMinor renaming
2010-11-02 Behdad EsfahbodMove setting lig_id/component out of buffer and to...
2010-11-02 Behdad EsfahbodAlways allocate new ligature id
2010-11-02 Behdad EsfahbodSet component=0 for ligature glyph
2010-11-02 Behdad EsfahbodRemove comment
2010-11-02 Behdad EsfahbodGet rid of the OpenType-specific internal buffer repres...
2010-11-02 Behdad EsfahbodAdd hb_var_int_t
2010-11-02 Behdad EsfahbodRemove trailing comma
2010-10-27 Behdad EsfahbodSupposedly implement vertical support in GPOS
2010-10-27 Behdad EsfahbodClarify cursive_chain (and change its sign)
2010-10-27 Behdad EsfahbodRemove more pointless LONGTERMTODO items
2010-10-27 Behdad EsfahbodRename hb_ot_layout_get_lig_carets() to hb_ot_layout_ge...
2010-10-27 Behdad EsfahbodImplement vertical support in get_lig_carets()
2010-10-27 Behdad EsfahbodRemove LONGTERMTODO item that I'll never fix
2010-10-27 Behdad EsfahbodRemove unused macro
2010-10-27 Behdad EsfahbodRewrite Cursive joining to act more like other pair...
2010-10-27 Behdad EsfahbodFix Cursive positioning
2010-10-27 Behdad EsfahbodFix segfault with Arabic combining marks
2010-10-27 Behdad EsfahbodRemove obsolete TODO item
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-26 Behdad EsfahbodFix blob leak
2010-10-13 Behdad EsfahbodMassage mask setting a bit more
2010-10-13 Behdad EsfahbodOops, actually set global mask
2010-10-13 Behdad EsfahbodMake sure boolean features always use value=1
2010-10-13 Behdad EsfahbodReturn early if mask is 0
2010-10-13 Behdad EsfahbodMake sure feature values don't leak out of their mask
2010-10-13 Behdad EsfahbodFix applying default-value for features
2010-10-13 Behdad EsfahbodSet user masks after complex masks
2010-10-13 Behdad EsfahbodAdd TODO item
2010-10-13 Behdad EsfahbodCleanup TODO
2010-10-13 Behdad EsfahbodFix stupid bug, oops
2010-10-12 Behdad EsfahbodStep the version up to 0.2 now that Arabic shaper is in
2010-10-12 Behdad EsfahbodFix Arabic shaper
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-12 Behdad EsfahbodUpdate Arabic shaping table to Unicode 6.0.0.
2010-10-12 Behdad EsfahbodFix infinite loop!
2010-10-12 Behdad EsfahbodFix missing negation in unreachable code!
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-09 Behdad EsfahbodImprove checks
2010-10-09 Behdad EsfahbodAdd hb-ot-map.cc
2010-10-09 Behdad EsfahbodFix feature overriding
2010-10-08 Behdad EsfahbodMinor cleanup
2010-10-08 Behdad EsfahbodAdd hb-ot-shape-private.hh
2010-10-08 Behdad EsfahbodAdd hb-ot-map-private.hh
2010-10-08 Behdad EsfahbodAdd private hb_segment_properties_t
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-07 Behdad EsfahbodAdd XXX note
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-10-05 Behdad EsfahbodAdd Arabic/Syriac/N'ko shaping logic
2010-10-05 Behdad EsfahbodUpdate build system
2010-10-04 Behdad EsfahbodAdd hb_face_get_upem()
2010-10-04 Behdad EsfahbodAdd TODO item
2010-10-04 Behdad EsfahbodAdd API comments
2010-10-04 Behdad EsfahbodAdd is_mutable() functions
2010-10-04 Behdad EsfahbodAdd getters for all setter APIs
2010-10-03 Behdad EsfahbodMinor
2010-10-01 Behdad EsfahbodAvoid div-by-zero, validate upem
2010-10-01 Behdad EsfahbodPedantic
2010-10-01 Behdad EsfahbodDon't zero glyph advances in MarkToBase and similar...
2010-09-29 Behdad EsfahbodOne fewer cmp() implementation...
2010-09-28 Behdad EsfahbodImprove cmp function parameter namings and casts
2010-09-28 Behdad EsfahbodAdd comment re DejaVu Sans Mono having 'dflt' script
2010-09-28 Behdad EsfahbodFix stupid bug in bsearch cmp function!
2010-09-23 Behdad EsfahbodAdd TODO iteam
2010-09-23 Behdad EsfahbodRemove unimplemented method hb_font_get_funcs()
2010-09-22 Behdad EsfahbodAdd test.c using public API
2010-09-22 Behdad EsfahbodFix hb_ot_layout leak
2010-09-22 Behdad EsfahbodFix blob refcounting with insane SFNT table directories
2010-09-22 Behdad EsfahbodAdd TODO item
2010-09-22 Behdad EsfahbodSpeedup Device table delta computation for common cases
2010-08-16 Behdad EsfahbodFix NULL dereference
2010-08-13 Behdad Esfahbod[GPOS] Fix div-by-zero
2010-08-13 Behdad EsfahbodAdd TODO
2010-07-23 Behdad EsfahbodLogically separate feature allocation from application
next