Further cleanup of sizeof
[framework/uifw/harfbuzz.git] / src /
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 EsfahbodWhitespace
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 EsfahbodCleanup Value casts
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 EsfahbodSimplify chaining
2010-05-05 Behdad EsfahbodRemove APPLY_ARG_DEF and APPLY_ARG
2010-05-05 Behdad EsfahbodPort apply to use hb_trace_t
2010-05-05 Behdad EsfahbodMove context_length into apply_context
2010-05-05 Behdad EsfahbodMove buffer into apply_context
2010-05-05 Behdad EsfahbodMove layout_context into apply_context
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 EsfahbodCosmetic
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 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 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-03 Jeff MuizelaarInclude the tags from the Apple specification for TrueT...
2010-05-03 Behdad EsfahbodRemove unused method
2010-05-02 Behdad EsfahbodWhitespace
2010-04-29 Behdad Esfahbod[GPOS] Speedup apply_value()
2010-04-29 Behdad Esfahbod[ft] Disallow getting the entire font data with tag=0
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 EsfahbodConvert to uppercase in hb_ot_tag_from_language()
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-29 Behdad EsfahbodMake sure mirroring is done in original direction
2010-04-29 Behdad EsfahbodUse BCP47 private-use tags for OpenType tag language...
2010-04-29 Behdad EsfahbodMinor
2010-04-29 Behdad EsfahbodFix bug in hb_language_from_string()
2010-04-29 Behdad EsfahbodUse const_cast
2010-04-29 Behdad EsfahbodAdd const
2010-04-29 Behdad EsfahbodRename apply_context -> context
2010-04-29 Behdad EsfahbodRename
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 Esfahbod[gsubgpos] Make debug code always available to the...
2010-04-28 Behdad EsfahbodFix compiler warning about value unused
2010-04-28 Behdad Esfahbod[object] Make debug code always available to the compiler
2010-04-28 Behdad EsfahbodMinor
2010-04-28 Behdad Esfahbod[blob] Make debug code always available to the compiler
2010-04-28 Behdad EsfahbodFix build. Ouch!
2010-04-28 Behdad EsfahbodFix debug build
2010-04-28 Behdad Esfahbod[object] Actually handle malloc() failure
2010-04-26 Behdad EsfahbodFix Device::get_size() calculation
2010-04-26 Behdad EsfahbodRename Var to Obj
2010-04-26 Behdad EsfahbodRemove use of flexible arrays
2010-04-24 Behdad EsfahbodCleanup hb_face_create_for_data()
2010-04-23 Behdad EsfahbodAllow get_table() to return NULL
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 EsfahbodZero glyph metrics before calling user callback
2010-04-23 Behdad EsfahbodMore warning fixes
2010-04-23 Behdad EsfahbodRemove unused parameter
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
next