Towards normalization
[framework/uifw/harfbuzz.git] / src / hb-ot-layout-common-private.hh
2011-06-15 Behdad EsfahbodMinor compiler warning fixes
2011-05-11 Behdad EsfahbodRemove hb_ot_layout_context_t, simplify code
2011-04-21 Behdad EsfahbodUpdate Copyright headers
2011-04-21 Behdad Esfahbod[API] Allow negative font x_scale/y_scale
2010-11-03 Behdad EsfahbodAdd comment
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-10-27 Behdad EsfahbodRemove more pointless LONGTERMTODO items
2010-10-01 Behdad EsfahbodPedantic
2010-09-29 Behdad EsfahbodOne fewer cmp() implementation...
2010-09-28 Behdad EsfahbodImprove cmp function parameter namings and casts
2010-09-28 Behdad EsfahbodFix stupid bug in bsearch cmp function!
2010-09-22 Behdad EsfahbodSpeedup Device table delta computation for common cases
2010-07-23 Behdad EsfahbodPrefer C linkage
2010-07-08 Behdad EsfahbodDon't bother sorting, it's a safe font error if the...
2010-07-08 Behdad EsfahbodUse bsearch where applicable
2010-05-20 Behdad EsfahbodFix delta scale, again...
2010-05-20 Behdad EsfahbodRemove unused operator
2010-05-13 Behdad Esfahbods/\<context\>/c/g
2010-05-12 Behdad EsfahbodRename a few files to be C++ sources
2010-05-11 Behdad EsfahbodRemove a few likely()'s
2010-05-11 Behdad EsfahbodFix warning
2010-05-11 Behdad EsfahbodClean up NO_INDEX
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 EsfahbodSimplify array access
2010-05-10 Behdad EsfahbodFurther cleanup of sizeof
2010-05-10 Behdad EsfahbodRemove unnecessary casts
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 EsfahbodSimplify DEFINE_NULL_DATA
2010-05-06 Behdad EsfahbodStart cleaning up get_size()
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-06 Behdad EsfahbodRemove SANITIZE_MEM
2010-05-05 Behdad EsfahbodCosmetic
2010-05-05 Behdad EsfahbodRemove SANITIZE_ARG_DEF and SANITIZE_ARG
2010-05-04 Behdad EsfahbodRemove SANITIZE_THIS
2010-05-04 Behdad EsfahbodRename SANITIZE_BASE to SANITIZE_WITH_BASE
2010-05-04 Behdad EsfahbodRemove SANITIZE_THIS2
2010-05-04 Behdad EsfahbodCosmetic: Rename HB_LIKELY/HB_UNLIKELY to likely/unlikely
2010-04-26 Behdad EsfahbodFix Device::get_size() calculation
2010-04-23 Behdad EsfahbodAdd TODO
2010-04-22 Behdad EsfahbodAdd comment re bsearch effect on sanitize
2010-04-22 Behdad EsfahbodCleanup Extension sanitize()
2010-04-22 Behdad EsfahbodAdd comment
2010-04-22 Behdad EsfahbodMinor
2010-04-22 Behdad EsfahbodRemove integrity check in Tag sanitize
2010-04-22 Behdad EsfahbodSanitize shallow in Lookup since the generic SubLookup...
2010-04-22 Behdad EsfahbodWatch for overflow in Array sanitize
2010-04-22 Behdad EsfahbodRename const_sub_array to sub_array since all consts...
2010-04-22 Behdad EsfahbodCosmetic
2010-04-22 Behdad EsfahbodSimplify Lookup sanitize
2010-04-22 Behdad EsfahbodChange header comment
2010-04-22 Behdad EsfahbodCleanup de-const-casting during sanitize
2010-04-22 Behdad EsfahbodRename const_array() to array() (overloaded)
2010-04-21 Behdad EsfahbodConvert NEXT() and ARRAY_AFTER() macros to templates
2010-04-21 Behdad EsfahbodUse templates for const char * casts
2010-04-21 Behdad EsfahbodSimplify Tag struct
2010-04-21 Behdad EsfahbodCosmetic
2010-04-21 Behdad EsfahbodFix Class operator return type
2010-04-21 Behdad EsfahbodRemove ASSERT_SIZE_DATA
2010-04-21 Behdad EsfahbodFix the mystery bug!
2009-11-20 Behdad EsfahbodAnother C++ strictness fix
2009-11-11 Behdad EsfahbodFix sanitize
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-03 Behdad EsfahbodCosmetic
2009-11-02 Behdad Esfahbod[HB] Fix lookup_flag ignoring
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] Fix more wrong method signatures
2009-11-02 Behdad Esfahbod[HB] Fix wrong method signature
2009-11-02 Behdad Esfahbod[HB] More minor shuffling
2009-11-02 Behdad Esfahbod[HB] Move code around
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] Add a NEXT() macro
2009-11-02 Behdad Esfahbod[HB] Remove clumsy macros and improve API
2009-11-02 Behdad Esfahbod[HB] Fix another sanitize() bug; hopefully it's the...
2009-11-02 Behdad Esfahbod[HB] Add sanitize debugging facilities
2009-11-02 Behdad Esfahbod[HB] Rename open-types to open-type; beauty
2009-11-02 Behdad Esfahbod[HB] Tag sanitize()
2009-11-02 Behdad Esfahbod[HB] Fix mix warnings
2009-11-02 Behdad Esfahbod[HB] Sanitize DeviceTable
2009-11-02 Behdad Esfahbod[HB] More cast cleanup
2009-11-02 Behdad Esfahbod[Hb] Use reinterpret casts instead of direct casts...
2009-11-02 Behdad Esfahbod[HB] Simplify indirect sanitize()
2009-11-02 Behdad Esfahbod[HB] Add comment
2009-11-02 Behdad Esfahbod[HB] More sanitize()
2009-11-02 Behdad Esfahbod[HB] Start sanitize()
2009-11-02 Behdad Esfahbod[OT] Rename C++ header files from *.h to *.hh