Remove lock_instance()
[framework/uifw/harfbuzz.git] / src / hb-ot-layout.cc
2010-04-23 Behdad EsfahbodRemove lock_instance()
2010-04-23 Behdad EsfahbodMore warning fixes
2010-04-22 Behdad EsfahbodChange header comment
2010-01-26 Behdad Esfahbod[GDEF] Fix bug in building synthetic GDEF
2009-12-20 Behdad EsfahbodHook OpenType shaping up
2009-11-06 Behdad EsfahbodChange order of font and face for API consistency
2009-11-06 Behdad EsfahbodRemove debug info that crept in
2009-11-06 Behdad EsfahbodAdd hb_ot_layout_position_finish()
2009-11-05 Behdad EsfahbodAdd hb_language_t as well as language/script conversion...
2009-11-04 Behdad EsfahbodFix array query API
2009-11-02 Behdad Esfahbod[HB] Fix lookup_flag ignoring
2009-11-02 Behdad EsfahbodFix stupid array growing bug
2009-11-02 Behdad Esfahbod[HB] Simplify counting
2009-11-02 Behdad EsfahbodBug 592484 - invalid write in HB
2009-11-02 Behdad Esfahbod[OT] Hookup glib unicode funcs
2009-11-02 Behdad Esfahbod[HB] Remove hb_ot_layout_table_find_feature()
2009-11-02 Behdad Esfahbod[HB] Rename hb_ot_layout_feature_mask_t to hb_mask_t
2009-11-02 Behdad Esfahbod[HB] Remove clumsy macros and improve API
2009-11-02 Behdad Esfahbod[HB] Remove another stale XXX
2009-11-02 Behdad Esfahbod[HB] Hook Sanitizer up. Hell's breaking loose right now
2009-11-02 Behdad Esfahbod[HB] Fix leak
2009-11-02 Behdad Esfahbod[HB] Remove stale TODO
2009-11-02 Behdad Esfahbod[HB] Fix mix warnings
2009-11-02 Behdad Esfahbod[HB] Make it all work again
2009-11-02 Behdad Esfahbod[HB] Use face_t directly instead of ot_layout_t
2009-11-02 Behdad Esfahbod[OT] Rename C++ header files from *.h to *.hh
2009-11-02 Behdad Esfahbod[HB] Move OT file handling out of ot-layout
2009-11-02 Behdad Esfahbod[HB] Port ot-layout to new public API
2009-11-02 Behdad Esfahbod[HB] Add XXX marks
2009-11-02 Behdad Esfahbod[HB] Cleanup public buffer structs
2009-11-02 Behdad Esfahbod[OT] Match struct with HB's
2009-11-02 Behdad Esfahbod[HB] Remove hinting setting and use ppem==0 to mean...
2009-11-02 Behdad Esfahbod[HB] Move direction to buffer
2009-11-02 Behdad EsfahbodApply patch from Jonathan Kew
2009-11-02 Behdad EsfahbodRevert "XX"
2009-11-02 Behdad EsfahbodXX
2009-11-02 Behdad Esfahbod[HB] Fix glyph properties
2009-11-02 Behdad Esfahbod[HB] When looking back/forward, skip marks only
2009-11-02 Behdad Esfahbod[GDEF] Support MarkFilteringSets
2009-11-02 Behdad Esfahbod[HB] Simplify MarkAttachmentType handling
2009-11-02 Behdad Esfahbod[HB] Support parsing MarkFilteringSets introduced in...
2009-11-02 Behdad Esfahbod[HB] Implement get_lig_carets()
2009-11-02 Behdad Esfahbod[HB] Add get_attach_points()
2009-11-02 Behdad Esfahbod[HB] More buffer cleanup
2009-11-02 Behdad Esfahbod[HB] Cleanup buffer
2009-11-02 Behdad Esfahbod[HB] Clean more
2009-11-02 Behdad Esfahbod[HB] Remove last dependence on the old code base!
2009-11-02 Behdad Esfahbod[HB] Rename harfbuzz-buffer to hb-buffer
2009-11-02 Behdad Esfahbod[HB] Remove all references to the old code!
2009-11-02 Behdad Esfahbod[GPOS] Finally it's working, up to Cursive
2009-11-02 Behdad Esfahbod[GPOS] Fix more brokenness
2009-11-02 Behdad EsfahbodSwitch Pango to new, defunt, GPOS
2009-11-02 Behdad Esfahbod[HB] Start GPOS!
2009-11-02 Behdad Esfahbod[HB] Don't use G_LIKELY!
2009-11-02 Behdad Esfahbod[HB] Cleanup TODOs
2009-11-02 Behdad Esfahbod[HB] Update copyright years
2009-11-02 Behdad Esfahbod[HB] Simplify more arrays
2009-11-02 Behdad Esfahbod[HB] Use templates for Null objects
2009-11-02 Behdad Esfahbod[GSUB] Add GSUB::substitute_lookup()
2009-11-02 Behdad Esfahbod[GSUB] Finish ContextSubstFormat1
2009-11-02 Behdad Esfahbod[harfbuzz/GSUB] towards a partially working GSUB
2009-11-02 Behdad EsfahbodImplement the first substitute()
2009-11-02 Behdad EsfahbodMerge harfbuzz-ng
2009-04-15 Behdad EsfahbodGive it a start at GSUB
2008-02-19 Behdad Esfahbod[hb-ot-layout] Add proper namespace to accessors
2008-01-29 Behdad EsfahbodFinish script, language, and feature public API
2008-01-28 Behdad EsfahbodAdd script and language public getter API
2008-01-28 Behdad EsfahbodRename HB_OT_Layout to hb_ot_layout_t
2008-01-28 Behdad EsfahbodRename hb_ot_layout_create() to hb_ot_layout_create_for...
2008-01-28 Behdad EsfahbodGDEF completely working now
2008-01-25 Behdad Esfahbod[GDEF] Finish internal API
2008-01-25 Behdad Esfahbod[GDEF] Finish public API
2008-01-24 Behdad EsfahbodImplement glyph properties
2008-01-24 Behdad EsfahbodMore public api
2008-01-24 Behdad EsfahbodStarting public interface