framework/uifw/harfbuzz.git
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
2009-11-06 Behdad Esfahbod[GSUB] More ligature/component fixing
2009-11-06 Behdad EsfahbodAdd _hb_buffer_add_output_glyphs() that takes codepoint_t*
2009-11-06 Behdad EsfahbodAdd hb_ot_layout_position_finish()
2009-11-06 Behdad EsfahbodFix FT_Face finalizer call
2009-11-06 Behdad EsfahbodRename hb_buffer_get_len() to hb_buffer_get_length()
2009-11-06 Behdad EsfahbodMinor.
2009-11-06 Behdad EsfahbodFix FT_Face generic finalizer
2009-11-06 Behdad EsfahbodCosmetic
2009-11-06 Behdad EsfahbodFix warning
2009-11-06 Behdad Esfahbodinclude errno.h
2009-11-06 Behdad EsfahbodAdd debugging to object lifecycle
2009-11-06 Behdad EsfahbodCosmetic
2009-11-05 Behdad EsfahbodReturn 0 from get_glyph_nil
2009-11-05 Behdad EsfahbodInitialize font->klass
2009-11-05 Behdad EsfahbodAdd TODO item
2009-11-05 Behdad EsfahbodFix ref counting
2009-11-05 Behdad EsfahbodAdd hb_ft_face_create_cached
2009-11-05 Behdad EsfahbodAdd default positioning to hb-shape
2009-11-05 Behdad EsfahbodFix MarkMark issue with ligid and components
2009-11-05 Behdad EsfahbodInclude stdio.h if debugging
2009-11-05 Behdad EsfahbodAdd hb_font_get_*
2009-11-05 Behdad EsfahbodRename [xy]_pos to [xy]_offset since we don't accumulat...
2009-11-05 Behdad EsfahbodCosmetic
2009-11-05 Behdad EsfahbodStart filling hb_shape() in
2009-11-05 Behdad EsfahbodAdd script and language to buffer
2009-11-05 Behdad EsfahbodAdd hb_language_t as well as language/script conversion...
2009-11-04 Behdad EsfahbodDefine ARRAY_LENGTH
2009-11-04 Behdad EsfahbodAnother one
2009-11-04 Behdad EsfahbodMinor
2009-11-04 Behdad EsfahbodFix previous commit, ouch!
2009-11-04 Behdad EsfahbodFix array query API
2009-11-04 Behdad EsfahbodFinish FT glue. Rough and untested
2009-11-04 Behdad EsfahbodAdd TODO item
2009-11-04 Behdad EsfahbodImplement nil font functions
2009-11-03 Behdad EsfahbodStart ft glue
2009-11-03 Behdad EsfahbodAdd ICU glue
2009-11-03 Behdad EsfahbodFix hb_be_uint16()
2009-11-03 Behdad EsfahbodNamespace MSVC defines in public header
2009-11-03 Behdad EsfahbodMove unicode_funcs to buffer
2009-11-03 Behdad Esfahbod[Makefile] Install hb-unicode.h
2009-11-03 Behdad Esfahbod[TODO] Add item for fixing buffer error handling
2009-11-03 Behdad EsfahbodAdd check for not linking to libstdc++
2009-11-03 Behdad EsfahbodUse the C linker, not C++ linker
2009-11-03 Behdad Esfahbod[configure] Fix check for FreeType
2009-11-03 Behdad Esfahbod[TODO] Remove obsolete item
2009-11-03 Behdad EsfahbodAdd bunch of TODO items
2009-11-03 Behdad EsfahbodMore MSVC fixes from Jonathan Kew
2009-11-03 Behdad EsfahbodDon't use zero-sized arrays
2009-11-03 Behdad EsfahbodCosmetic
2009-11-02 Behdad EsfahbodAnother try at build without glib
2009-11-02 Behdad EsfahbodFix build without glib, again
next