framework/uifw/harfbuzz.git
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
2010-04-22 Behdad EsfahbodRename const_array() to array() (overloaded)
2010-04-22 Behdad EsfahbodRemove ArrayAfter, use StructAfter in place
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 EsfahbodConst correctness
2010-04-21 Behdad EsfahbodUse templates for defining int typess
2010-04-21 Behdad EsfahbodRemove unused macro
2010-04-21 Behdad EsfahbodRename macros
2010-04-21 Behdad EsfahbodMinor
2010-04-21 Behdad EsfahbodMove macros around
2010-04-21 Behdad EsfahbodRemove unused macros
2010-04-21 Behdad EsfahbodGNOME Bug 613015 - [HB] Does not sanitize Device tables...
2010-04-21 Behdad EsfahbodWIP
2010-04-21 Behdad EsfahbodImprove comments
2010-04-21 Behdad EsfahbodRemove stale TODO item
2010-04-21 Behdad EsfahbodUse a function template instead of struct template...
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 EsfahbodAdd couple consts to operators
2010-04-21 Behdad EsfahbodRemove ASSERT_SIZE_DATA
2010-04-21 Behdad EsfahbodRound instead of trunc
2010-04-21 Behdad EsfahbodFix warnings
2010-04-21 Behdad EsfahbodFix debug build
2010-04-21 Behdad EsfahbodFix leak when duplicating blob
2010-04-21 Behdad EsfahbodFix the mystery bug!
2010-04-15 Behdad EsfahbodTypo
2010-03-10 Behdad EsfahbodCosmetic
2010-03-02 Behdad Esfahbod[ft] Check stream->read instead of stream->base
2010-02-23 Behdad EsfahbodMake blob unlocking 64bit-safe
2010-02-23 Behdad EsfahbodImprove the alignment for NullPool
2010-02-17 Behdad EsfahbodUse __attribute__((unused)) only with gcc 4 and later
2010-01-26 Behdad Esfahbod[GDEF] Fix bug in building synthetic GDEF
2010-01-26 Behdad Esfahbod[TODO] Add kern/GPOS interaction
2009-12-20 Behdad EsfahbodFix compile with older FreeType
2009-12-20 Behdad EsfahbodIndent
2009-12-20 Behdad EsfahbodRevert "Fallback to 'kern' if no GPOS applied"
2009-12-20 Behdad EsfahbodFallback to 'kern' if no GPOS applied
2009-12-20 Behdad EsfahbodRemove glibism!
2009-12-20 Behdad EsfahbodOops, add file.
2009-12-20 Behdad EsfahbodHook OpenType shaping up
2009-12-20 Behdad EsfahbodPass features down
2009-12-20 Behdad EsfahbodAvoid overflow
2009-12-20 Behdad EsfahbodRefactor hb_shape a bit
2009-12-20 Behdad EsfahbodAdd TrueType kern support
2009-12-20 Behdad EsfahbodDirect unicode->get_mirroring directly
2009-12-20 Behdad EsfahbodDo mirroring
next