framework/uifw/harfbuzz.git
2010-05-20 Behdad EsfahbodApply user features to ranges!
2010-05-20 Behdad EsfahbodAdd _hb_bit_storage()
2010-05-20 Behdad EsfahbodAdd lookup_map
2010-05-20 Behdad EsfahbodUpdate always-apply mask from 0xFFFF to 1
2010-05-20 Behdad EsfahbodInvert the mask logic
2010-05-20 Behdad EsfahbodApply user features
2010-05-20 Behdad EsfahbodChange hb_feature_t to keep tag/int instead of string
2010-05-19 Behdad EsfahbodFix scale issues
2010-05-19 Behdad EsfahbodAdd 'head' table
2010-05-19 Behdad EsfahbodAdd LONGDATETIME
2010-05-17 Behdad EsfahbodMinor
2010-05-15 Behdad EsfahbodIndent
2010-05-15 Behdad EsfahbodAdd an inline version of hb_buffer_ensure()
2010-05-15 Behdad EsfahbodHandle malloc failture in the buffer
2010-05-15 Behdad EsfahbodMinor
2010-05-15 Behdad EsfahbodUpdate buffer docs
2010-05-15 Behdad EsfahbodShortening buffer accessors: rename buffer->in_pos...
2010-05-15 Behdad EsfahbodShortening buffer accessors: rename buffer->out_length...
2010-05-15 Behdad EsfahbodShortening buffer accessors: rename buffer->in_length...
2010-05-15 Behdad EsfahbodShortening buffer accessors: rename buffer->positions...
2010-05-15 Behdad EsfahbodShortening buffer accessors: rename buffer->out_string...
2010-05-15 Behdad EsfahbodShortening buffer accessors: rename buffer->in_string...
2010-05-15 Behdad EsfahbodMerge buffer->out_pos and buffer->out_length
2010-05-15 Behdad EsfahbodRemove the unused BUFFER macro
2010-05-15 Behdad EsfahbodRemove the IN_CURGLYPH() macro
2010-05-15 Behdad EsfahbodRemove the IN_CURINFO() macro
2010-05-15 Behdad EsfahbodRemove IN_INFO() and IN_NEXTGLYPH() macros
2010-05-15 Behdad EsfahbodRemove the IN_GLYPH() macro
2010-05-15 Behdad EsfahbodRemove the IN_CLUSTER() macro
2010-05-15 Behdad EsfahbodRemove the IN_MASK() macro
2010-05-15 Behdad EsfahbodRemove the IN_LIGID() macro
2010-05-15 Behdad EsfahbodRemove IN_COMPONENT() macro
2010-05-15 Behdad EsfahbodRemove OUT_GLYPH() and OUT_INFO() macros
2010-05-15 Behdad EsfahbodFix lookahead matching. Oops!
2010-05-14 Behdad EsfahbodRemove POSITION() and CURPOSITION() macros
2010-05-13 Behdad Esfahbods/\<context\>/c/g
2010-05-13 Behdad EsfahbodDon't use variable-length-arrays
2010-05-13 Behdad EsfahbodAdd a few more buffer convenience methods
2010-05-13 Behdad EsfahbodMinor
2010-05-13 Behdad EsfahbodImprove check for internal symbols
2010-05-13 Behdad EsfahbodMake HB_PRIVATE more useful
2010-05-13 Behdad EsfahbodAdd a few other buffer methods
2010-05-13 Behdad EsfahbodAdd buffer->swap()
2010-05-13 Behdad EsfahbodAdd check for internal symbols
2010-05-13 Behdad EsfahbodHide internal symbols
2010-05-13 Behdad EsfahbodAdd buffer->allocate_lig_id()
2010-05-12 Behdad EsfahbodUse bit tricks for HB_DIRECTION_IS_*
2010-05-12 Behdad EsfahbodRename a few files to be C++ sources
2010-05-11 Behdad EsfahbodFix comment
2010-05-11 Behdad EsfahbodRemove obsolete friend
2010-05-11 Behdad EsfahbodSimplify PairSet
2010-05-11 Behdad EsfahbodAdd CONST_FUNC annotation
2010-05-11 Behdad EsfahbodSimplify likely() implementation
2010-05-11 Behdad EsfahbodFix warnings
2010-05-11 Behdad EsfahbodSprinkle a few strategic likely()'s
2010-05-11 Behdad EsfahbodRemove a few likely()'s
2010-05-11 Behdad EsfahbodRemove excess sub_format sanitize
2010-05-11 Behdad EsfahbodShrink NullPool now that we have accurate size tracking
2010-05-11 Behdad EsfahbodFix warning
2010-05-11 Behdad EsfahbodClean up NO_INDEX
2010-05-11 Behdad EsfahbodFix awful confusion between lookup format and subtable...
2010-05-11 Behdad EsfahbodFix tracing order
2010-05-11 Behdad EsfahbodDon't fail sanitize on NULL data
2010-05-10 Behdad EsfahbodFix comment
2010-05-10 Behdad EsfahbodFix accessing tables from NULL pointer
2010-05-10 Behdad EsfahbodSimplify unions
2010-05-10 Behdad EsfahbodRemove unused macro
2010-05-10 Behdad EsfahbodChange DEFINE_SIZE_VAR to DEFINE_SIZE_ARRAY
2010-05-10 Behdad EsfahbodCleanup DEFINE_SIZE_VAR2
2010-05-10 Behdad EsfahbodMinor
2010-05-10 Behdad EsfahbodSimplify array access
2010-05-10 Behdad EsfahbodFix check_struct to check min_size instead of sizeof
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
next