framework/uifw/harfbuzz.git
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
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
next