Towards normalization
[framework/uifw/harfbuzz.git] / src / hb-ot-layout-gdef-private.hh
2011-06-14 Behdad EsfahbodFix compiler warnings with -pedantic
2011-05-31 Behdad EsfahbodFix TTC header handling
2011-05-19 Behdad Esfahbod[Vertical] GPOS is always done with horizontal origin
2011-05-17 Behdad Esfahbod[API] Vertical support, take 2
2011-05-17 Behdad Esfahbod[API] Add support for vertical text
2011-05-11 Behdad Esfahbod[API] Change signature of get_contour_point and get_ker...
2011-05-11 Behdad EsfahbodMinor
2011-05-11 Behdad EsfahbodRemove hb_ot_layout_context_t, simplify code
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 EsfahbodRename all private sources and headers to C++ files
2010-11-02 Behdad EsfahbodMove some more code around
2010-11-02 Behdad EsfahbodWIP removing external synthesized GDEF support and...
2010-10-27 Behdad EsfahbodImplement vertical support in get_lig_carets()
2010-10-01 Behdad EsfahbodPedantic
2010-07-23 Behdad EsfahbodPrefer C linkage
2010-07-23 Behdad EsfahbodDe-C++ where possible
2010-05-20 Behdad EsfahbodFix delta scale, again...
2010-05-19 Behdad EsfahbodFix scale issues
2010-05-13 Behdad Esfahbods/\<context\>/c/g
2010-05-12 Behdad EsfahbodRename a few files to be C++ sources
2010-05-10 Behdad EsfahbodSimplify unions
2010-05-10 Behdad EsfahbodChange DEFINE_SIZE_VAR to DEFINE_SIZE_ARRAY
2010-05-10 Behdad EsfahbodCleanup DEFINE_SIZE_VAR2
2010-05-10 Behdad EsfahbodFurther cleanup of sizeof
2010-05-10 Behdad EsfahbodFurther cleanup of DEFINE_SIZE
2010-05-10 Behdad EsfahbodRemove ASSERT_SIZE in favor of the safer DEFINE_SIZE_STATIC
2010-05-10 Behdad EsfahbodCleanup ASSERT_SIZE_VAR
2010-05-06 Behdad EsfahbodRemove the last of SANITIZE macros: SANITIZE_SELF
2010-05-06 Behdad EsfahbodRemove SANITIZE macro
2010-05-06 Behdad EsfahbodRemove SANITIZE_WITH_BASE
2010-05-05 Behdad EsfahbodRemove SANITIZE_ARG_DEF and SANITIZE_ARG
2010-05-04 Behdad EsfahbodRemove SANITIZE_THIS
2010-05-04 Behdad EsfahbodRemove SANITIZE_THIS2
2010-05-04 Behdad EsfahbodCosmetic
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-29 Behdad EsfahbodMore contour point use
2010-04-29 Behdad Esfahbod[gdef] Fix delta scale
2010-04-29 Behdad Esfahbod[gdef] Fix rounding
2010-04-29 Behdad Esfahbod[gdef] Implement getting contour point
2010-04-23 Behdad EsfahbodRemove GET_FOR_DATA macros
2010-04-22 Behdad EsfahbodFail sanitize on major version mismatch
2010-04-22 Behdad EsfahbodRename const_sub_array to sub_array since all consts...
2010-04-22 Behdad EsfahbodChange header comment
2010-04-21 Behdad EsfahbodFix warnings
2009-11-20 Behdad EsfahbodFix warning
2009-11-04 Behdad EsfahbodFix previous commit, ouch!
2009-11-04 Behdad EsfahbodFix array query API
2009-11-03 Behdad EsfahbodDon't use zero-sized arrays
2009-11-02 Behdad Esfahbod[HB] Rename DEBUG to TRACE where appropriate
2009-11-02 Behdad EsfahbodFix a few other pedantic warnings
2009-11-02 Behdad Esfahbod[HB] Correctly sanitize LigatureAttach
2009-11-02 Behdad Esfahbod[HB] Put C++ inline's back
2009-11-02 Behdad Esfahbod[HB] Remove unused code
2009-11-02 Behdad Esfahbod[HB] Fix various XXX issues
2009-11-02 Behdad Esfahbod[HB] Add sanitize debugging facilities
2009-11-02 Behdad Esfahbod[HB] Minor cleanup
2009-11-02 Behdad Esfahbod[HB] GDEF sanitize()
2009-11-02 Behdad Esfahbod[HB] Fix mix warnings
2009-11-02 Behdad Esfahbod[HB] More sanitize()
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