Towards normalization
[framework/uifw/harfbuzz.git] / src / hb-ot-layout.cc
2011-06-14 Behdad EsfahbodFix compiler warnings with -pedantic
2011-05-12 Behdad Esfahbod[API] Add hb_ot_layout_substitute_start/finish()
2011-05-11 Behdad EsfahbodAdd maxp table
2011-05-11 Behdad EsfahbodRemove hb_ot_layout_context_t, simplify code
2011-05-07 Behdad Esfahbod[API] Simplify blob API, remove lock
2011-05-03 Behdad EsfahbodRefactor to keep hb-object-private.h and hb-open-type...
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 Esfahbod[API] Rename hb_face_get_table() to hb_face_reference_t...
2011-04-15 Behdad EsfahbodRemove hb_buffer_clear_positions(), add hb_ot_layout_po...
2010-11-03 Behdad EsfahbodMinor code shuffling
2010-11-02 Behdad EsfahbodMove things around some more
2010-11-02 Behdad EsfahbodMove code around
2010-11-02 Behdad EsfahbodMove some more code around
2010-11-02 Behdad EsfahbodSimplify mark skipping logic
2010-11-02 Behdad EsfahbodRename lookup_flags to lookup_props since it's more...
2010-11-02 Behdad EsfahbodWIP removing external synthesized GDEF support and...
2010-11-02 Behdad EsfahbodGet rid of the OpenType-specific internal buffer repres...
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 EsfahbodRename hb_ot_layout_get_lig_carets() to hb_ot_layout_ge...
2010-10-27 Behdad EsfahbodImplement vertical support in get_lig_carets()
2010-09-28 Behdad EsfahbodAdd comment re DejaVu Sans Mono having 'dflt' script
2010-09-22 Behdad EsfahbodFix hb_ot_layout leak
2010-08-16 Behdad EsfahbodFix NULL dereference
2010-07-23 Behdad EsfahbodTowards separating bit allocation from shaping
2010-07-23 Behdad EsfahbodPrefer C linkage
2010-05-19 Behdad EsfahbodFix scale issues
2010-05-17 Behdad EsfahbodMinor
2010-05-13 Behdad Esfahbods/\<context\>/c/g
2010-05-12 Behdad EsfahbodRename a few files to be C++ sources
2010-05-11 Behdad EsfahbodClean up NO_INDEX
2010-05-10 Behdad EsfahbodFix accessing tables from NULL pointer
2010-05-04 Behdad EsfahbodCosmetic: Rename HB_LIKELY/HB_UNLIKELY to likely/unlikely
2010-04-29 Behdad EsfahbodRename HB_GNUC_UNUSED -> HB_UNUSED
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
next