Update Copyright headers
[apps/home/video-player.git] / src / hb-open-type-private.hh
2011-04-21 Behdad EsfahbodUpdate Copyright headers
2011-04-20 Behdad EsfahbodRename all private sources and headers to C++ files
2011-04-20 Behdad Esfahbod[API] Make hb_face_reference_table() return empty blob...
2010-11-03 Behdad EsfahbodFix a few more "unreachable code" warnings
2010-10-12 Behdad EsfahbodFix missing negation in unreachable code!
2010-10-08 Behdad EsfahbodMinor cleanup
2010-10-01 Behdad EsfahbodPedantic
2010-09-28 Behdad EsfahbodImprove cmp function parameter namings and casts
2010-07-23 Behdad EsfahbodPrefer C linkage
2010-07-23 Behdad EsfahbodDon't use "operator ="
2010-07-21 Behdad EsfahbodMozilla bug 580233 - check for zero-length record in...
2010-07-15 Behdad EsfahbodFix 64bit issues with debug prints
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-06-09 Behdad EsfahbodFix header tags
2010-05-20 Behdad EsfahbodLet hb_face_get_table() return NULL if table not found
2010-05-19 Behdad EsfahbodAdd 'head' table
2010-05-19 Behdad EsfahbodAdd LONGDATETIME
2010-05-13 Behdad Esfahbods/\<context\>/c/g
2010-05-13 Behdad EsfahbodDon't use variable-length-arrays
2010-05-11 Behdad EsfahbodFix warnings
2010-05-11 Behdad EsfahbodSprinkle a few strategic likely()'s
2010-05-11 Behdad EsfahbodShrink NullPool now that we have accurate size tracking
2010-05-11 Behdad EsfahbodClean up NO_INDEX
2010-05-11 Behdad EsfahbodFix tracing order
2010-05-11 Behdad EsfahbodDon't fail sanitize on NULL data
2010-05-10 Behdad EsfahbodFix comment
2010-05-10 Behdad EsfahbodFix accessing tables from NULL pointer
2010-05-10 Behdad EsfahbodRemove unused macro
2010-05-10 Behdad EsfahbodChange DEFINE_SIZE_VAR to DEFINE_SIZE_ARRAY
2010-05-10 Behdad EsfahbodCleanup DEFINE_SIZE_VAR2
2010-05-10 Behdad EsfahbodMinor
2010-05-10 Behdad EsfahbodSimplify array access
2010-05-10 Behdad EsfahbodFix check_struct to check min_size instead of sizeof
2010-05-10 Behdad EsfahbodFurther cleanup of sizeof
2010-05-10 Behdad EsfahbodRemove CastP completely
2010-05-10 Behdad EsfahbodRemove unnecessary casts
2010-05-10 Behdad EsfahbodMake StructAtOffset take a pointer
2010-05-10 Behdad EsfahbodFurther cleanup of DEFINE_SIZE
2010-05-10 Behdad EsfahbodCleanup
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-06 Behdad EsfahbodRename check to check_range
2010-05-06 Behdad EsfahbodRemove SANITIZE_ARRAY
2010-05-05 Behdad EsfahbodCosmetic
2010-05-05 Behdad EsfahbodMinor
2010-05-05 Behdad EsfahbodMinor
2010-05-05 Behdad EsfahbodI keep changing my mind about this
2010-05-05 Behdad EsfahbodRemove SANITIZE_ARG_DEF and SANITIZE_ARG
2010-05-05 Behdad EsfahbodRemove trace from sanitize_shallow()
2010-05-05 Behdad EsfahbodAdd hb_trace_t
2010-05-05 Behdad EsfahbodMake sanitize_depth variable automatic and not passed...
2010-05-05 Behdad EsfahbodUse function template for pass-thru argument
2010-05-05 Behdad EsfahbodMake _hb_sanitize_*() methods of the context object
2010-05-04 Behdad EsfahbodRemove SANITIZE_THIS
2010-05-04 Behdad EsfahbodRename SANITIZE_BASE to SANITIZE_WITH_BASE
2010-05-04 Behdad EsfahbodRemove SANITIZE_OBJ
2010-05-04 Behdad EsfahbodRemove SANITIZE_THIS2
2010-05-04 Behdad EsfahbodRemove SANITIZE_THIS3
2010-05-04 Behdad EsfahbodRemove SANITIZE_BASE2
2010-05-04 Behdad EsfahbodRemove SANITIZE2
2010-05-04 Behdad EsfahbodRemove the NEUTER macro, move code to a method
2010-05-04 Behdad EsfahbodMake internal method private
2010-05-04 Behdad EsfahbodCosmetic: Rename HB_LIKELY/HB_UNLIKELY to likely/unlikely
2010-05-04 Behdad EsfahbodMark a couple functions as inline
2010-05-04 Behdad EsfahbodMerge remote branch 'jrmuizel/master'
2010-05-04 Jeff MuizelaarHB_UNUSED is unneeded on static inline functions
2010-05-02 Behdad EsfahbodWhitespace
2010-04-29 Behdad EsfahbodRename HB_GNUC_UNUSED -> HB_UNUSED
2010-04-29 Behdad EsfahbodDefine HB_FUNC for portability to non-gcc
2010-04-29 Behdad Esfahbod[sanitize] Make debug code always available to the...
2010-04-29 Behdad EsfahbodUse const_cast
2010-04-29 Behdad Esfahbod[apply] Use a context object to reduce number of parame...
2010-04-29 Behdad EsfahbodFurther simplify tracing
2010-04-29 Behdad EsfahbodSimplify trace code
2010-04-29 Behdad Esfahbod[sanitize] Make debug code always available to the...
2010-04-28 Behdad EsfahbodFix debug build
2010-04-26 Behdad EsfahbodRename Var to Obj
2010-04-23 Behdad EsfahbodTypo
2010-04-23 Behdad EsfahbodRemove lock_instance()
2010-04-23 Behdad EsfahbodAdd different casts from pointer and ref to avoid bugs
2010-04-23 Behdad EsfahbodRemove GET_FOR_DATA macros
2010-04-23 Behdad EsfahbodAdd TODO
2010-04-23 Behdad EsfahbodFix compile warnings (HB_GNUC_UNUSED)
2010-04-23 Behdad EsfahbodNo need to keep blob in sanitize context
2010-04-23 Behdad EsfahbodWhen sanitizing, delay making writable
2010-04-22 Behdad EsfahbodCosmetic
2010-04-22 Behdad EsfahbodConvert the last set of cast macros to templates
2010-04-22 Behdad EsfahbodRemove unused macro
2010-04-22 Behdad EsfahbodRemove integrity check in Tag sanitize
2010-04-22 Behdad EsfahbodAdd coment
2010-04-22 Behdad EsfahbodRemove unnecessary casts
2010-04-22 Behdad EsfahbodMake sure semicolon is expected after DEFINE_NULL_DATA()
2010-04-22 Behdad EsfahbodWatch for overflow in Array sanitize
next