framework/uifw/harfbuzz.git
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
2010-04-23 Behdad Esfahbod[blob] Fallback to copying if mprotect() fails
2010-04-23 Behdad EsfahbodCleanup OpenTypeFontFile
2010-04-23 Behdad EsfahbodProperly define separate structs for TTCHeader and...
2010-04-23 Behdad EsfahbodCleanup Extension lookups
2010-04-22 Behdad EsfahbodAdd comment re bsearch effect on sanitize
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 EsfahbodCleanup Extension sanitize()
2010-04-22 Behdad EsfahbodFail sanitize on major version mismatch
2010-04-22 Behdad EsfahbodMore sanitize cleanup
2010-04-22 Behdad EsfahbodMinor cleanup of sanitize
2010-04-22 Behdad EsfahbodCheck for (impossible) overflow
2010-04-22 Behdad EsfahbodCleanup ContextFormat3 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 EsfahbodDon't sanitize raw table data
2010-04-22 Behdad EsfahbodAdd coment
2010-04-22 Behdad EsfahbodRemove unnecessary casts
2010-04-22 Behdad EsfahbodAvoid overflow in TableDirectory sanitize
2010-04-22 Behdad EsfahbodMake casts more explicit
2010-04-22 Behdad EsfahbodMake sure semicolon is expected after DEFINE_NULL_DATA()
2010-04-22 Behdad EsfahbodImprove Subst/Pos SubTable access and sanitize
2010-04-22 Behdad EsfahbodSimplify Extension offset now that our int types have...
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 EsfahbodMore cast simplification
2010-04-22 Behdad EsfahbodRename ConstCharP to CharP (overloaded now)
2010-04-22 Behdad EsfahbodCleanup de-const-casting during sanitize
2010-04-22 Behdad EsfahbodAdd more comments
2010-04-22 Behdad EsfahbodAdd comment
2010-04-22 Behdad EsfahbodAdd comment
2010-04-22 Behdad EsfahbodImprove comment
2010-04-22 Behdad EsfahbodFurther simplify IntType struct defs
next