framework/uifw/harfbuzz.git
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
2009-12-20 Behdad EsfahbodProtect against NULL funcs
2009-12-20 Behdad EsfahbodAdd hb_unicode_get_*() functions
2009-12-20 Behdad EsfahbodWe'll have to link to libstdc++ if linking to ICU,...
2009-12-20 Behdad EsfahbodExplicitly track whether the buffer has positions
2009-12-20 Behdad EsfahbodAdd HB_DIRECTION_IS_FORWARD/BACKWARD
2009-12-15 Behdad EsfahbodMake main.cc compile without glib
2009-12-15 Behdad EsfahbodDistribute autogen.sh
2009-11-20 Behdad EsfahbodAnother C++ strictness fix
2009-11-20 Behdad EsfahbodFix warning
2009-11-18 Behdad EsfahbodUse autoconf FLEXIBLE_ARRAY_MEMBER when available
2009-11-18 Behdad EsfahbodAdd Mongolian variation selectors
2009-11-11 Behdad EsfahbodFix sanitize
2009-11-10 Behdad EsfahbodRemove obsolete TODO item
2009-11-07 Behdad EsfahbodRemove done item
2009-11-07 Behdad EsfahbodReverse buffer at the end if RTL
2009-11-07 Behdad EsfahbodHandle shaping in non-native direction
2009-11-06 Behdad EsfahbodOops, wrong change
2009-11-06 Behdad EsfahbodChange order of font and face for API consistency
2009-11-06 Behdad EsfahbodRemove debug info that crept in
next