Towards normalization
[framework/uifw/harfbuzz.git] / src / hb-open-file-private.hh
2011-05-31 Behdad EsfahbodFix TTC header handling
2011-04-21 Behdad EsfahbodUpdate Copyright headers
2010-12-15 Behdad EsfahbodRename TableDirectory to TableRecord as per OpenType 1.6
2010-07-23 Behdad EsfahbodPrefer C linkage
2010-07-08 Behdad EsfahbodRemove useless TODO
2010-05-13 Behdad Esfahbods/\<context\>/c/g
2010-05-11 Behdad EsfahbodSprinkle a few strategic likely()'s
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 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 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_ARRAY
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 Esfahbod[main] Recognize Apple SFNTs
2010-05-04 Behdad EsfahbodComment new SFNT tags
2010-05-04 Behdad EsfahbodCosmetic: Rename HB_LIKELY/HB_UNLIKELY to likely/unlikely
2010-05-04 Behdad EsfahbodMerge remote branch 'jrmuizel/master'
2010-05-03 Jeff MuizelaarInclude the tags from the Apple specification for TrueT...
2010-05-03 Behdad EsfahbodRemove unused method
2010-04-26 Behdad EsfahbodRemove use of flexible arrays
2010-04-23 Behdad EsfahbodRemove GET_FOR_DATA macros
2010-04-23 Behdad EsfahbodAdd TODO
2010-04-23 Behdad EsfahbodRemove unused parameter
2010-04-23 Behdad EsfahbodCleanup OpenTypeFontFile
2010-04-23 Behdad EsfahbodProperly define separate structs for TTCHeader and...
2010-04-22 Behdad EsfahbodAdd comment re bsearch effect on sanitize
2010-04-22 Behdad EsfahbodConvert the last set of cast macros to templates
2010-04-22 Behdad EsfahbodFail sanitize on major version mismatch
2010-04-22 Behdad EsfahbodMore sanitize cleanup
2010-04-22 Behdad EsfahbodDon't sanitize raw table data
2010-04-22 Behdad EsfahbodAvoid overflow in TableDirectory sanitize
2010-04-22 Behdad EsfahbodChange header comment
2010-04-22 Behdad EsfahbodRename ConstCharP to CharP (overloaded now)
2010-04-22 Behdad EsfahbodCleanup de-const-casting during sanitize
2010-04-21 Behdad EsfahbodUse templates for const char * casts
2010-04-21 Behdad EsfahbodSimplify Tag struct
2010-04-21 Behdad EsfahbodFix the mystery bug!
2009-11-10 Behdad EsfahbodRemove obsolete TODO item
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 Esfahbod[HB] Put C++ inline's back
2009-11-02 Behdad Esfahbod[HB] Remove clumsy macros and improve API
2009-11-02 Behdad Esfahbod[HB] Rebrand XXX as TODO
2009-11-02 Behdad Esfahbod[HB] Remove a few 'inline's, though the compiler mostly...
2009-11-02 Behdad Esfahbod[HB] Add missing sanitize
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] Fix warnings
2009-11-02 Behdad Esfahbod[HB] Add XXX
2009-11-02 Behdad Esfahbod[HB] open-file sanitize()
2009-11-02 Behdad Esfahbod[Hb] Use reinterpret casts instead of direct casts...
2009-11-02 Behdad Esfahbod[HB] More sanitize()
2009-11-02 Behdad Esfahbod[OT] Rename C++ header files from *.h to *.hh