platform/upstream/libHarfBuzzSharp.git
2011-08-14 Behdad EsfahbodStart adding gobject-introspection support
2011-08-13 Behdad EsfahbodFix missing return
2011-08-13 Behdad EsfahbodMinor
2011-08-11 Behdad EsfahbodRefactor hb-view code
2011-08-10 Behdad EsfahbodAdd uniscribe font getters
2011-08-10 Behdad EsfahbodImplement hb_ft_font_get_face
2011-08-10 Behdad EsfahbodFix charset conversion
2011-08-10 Behdad Esfahbod[util] Add hb-shape --shapers
2011-08-10 Behdad EsfahbodFix const correctness in the API
2011-08-10 Behdad EsfahbodReformat
2011-08-10 Behdad Esfahbod[util] Port hb-view to GOption
2011-08-09 Behdad EsfahbodMove hb-view into util/
2011-08-09 Behdad Esfahbod[uniscribe] Remove zerowidth glyphs from output
2011-08-09 Behdad Esfahbod[test/shape-complex] Print cluster and position info...
2011-08-09 Behdad EsfahbodFix warnings with old glib
2011-08-09 Behdad EsfahbodMinor
2011-08-09 Behdad EsfahbodAdd fallback shaper
2011-08-09 Behdad Esfahbod[FT] Don't make font immutable
2011-08-09 Behdad Esfahbod[API] Add hb_ft_font_set_funcs(), remove hb_ft_get_font...
2011-08-09 Behdad EsfahbodMinor
2011-08-08 Behdad Esfahbod[uniscribe] Unbreak
2011-08-08 Behdad EsfahbodFix build again
2011-08-08 Behdad Esfahbod[API] Make set_user_data() functions take a replace...
2011-08-08 Behdad Esfahbod[buffer] Make API take signed int length
2011-08-08 Behdad Esfahbod[FT] Adapt to new face API
2011-08-08 Behdad EsfahbodMinor
2011-08-08 Behdad Esfahbod[uniscribe] Cleanup backend
2011-08-08 Behdad EsfahbodFix build
2011-08-08 Behdad Esfahbod[API] Sort out get_blob API
2011-08-08 Behdad EsfahbodRename get_table to reference_table in all API
2011-08-08 Behdad EsfahbodFix shaper ordering logic
2011-08-08 Behdad EsfahbodMinor
2011-08-07 Behdad Esfahbod[uniscribe] Fix blob lifecycles
2011-08-07 Behdad EsfahbodFix shaper_list manipulation, aaaaaaaaaaaaargh
2011-08-07 Behdad Esfahbod[test] test-object is not FreeType-specific, move it...
2011-08-07 Behdad Esfahbod[uniscribe] Fix cluster calculation
2011-08-07 Behdad EsfahbodMinor
2011-08-07 Behdad Esfahbod[uniscribe] Fix shaper
2011-08-07 Behdad Esfahbod[glib] Protect against invalid characters
2011-08-07 Behdad Esfahbod[buffer] Accept -1 for text_length and item_length
2011-08-07 Behdad EsfahbodFix name-table lookup
2011-08-07 Behdad Esfahbod[uniscribe] Use font size directly
2011-08-07 Behdad Esfahbod[uniscribe] Make font selection work
2011-08-06 Behdad EsfahbodStart implementing the 'name' table
2011-08-06 Behdad EsfahbodSkip tests by returning 77
2011-08-06 Behdad EsfahbodFix check on OS X sh
2011-08-05 Behdad EsfahbodAdd hb_shape_list_shapers()
2011-08-05 Behdad EsfahbodMinor
2011-08-05 Behdad EsfahbodFree all static memory upon exit
2011-08-05 Behdad EsfahbodFix env parsing code
2011-08-05 Behdad EsfahbodChange hb_shape() API back to what it was, add hb_shape...
2011-08-05 Behdad EsfahbodChange hb_shape() API back to what it was, add hb_shape...
2011-08-05 Behdad Esfahbod[API] Changes to main shape API
2011-08-05 Behdad EsfahbodMake test.cc do something more useful
2011-08-05 Behdad EsfahbodRemove C++ guards from source files
2011-08-04 Behdad EsfahbodZero map objects
2011-08-04 Behdad EsfahbodMore build fixes
2011-08-04 Behdad EsfahbodMore out-of-tree build fixes
2011-08-04 Behdad EsfahbodFix out-of-tree build
2011-08-04 Behdad EsfahbodMinor
2011-08-04 Behdad EsfahbodMinor
2011-08-04 Behdad EsfahbodFix typo
2011-08-03 Behdad EsfahbodAdd draft experimental Uniscribe backend
2011-08-03 Behdad EsfahbodMinor
2011-08-03 Behdad EsfahbodAdd internal hb_buffer_t::get_scratch_buffer()
2011-08-03 Behdad EsfahbodMinor
2011-08-03 Behdad Esfahbod[API] Add hb_face_get_blob()
2011-08-02 Behdad EsfahbodFix fallback shaping
2011-08-02 Behdad EsfahbodMinor
2011-08-02 Behdad EsfahbodFix build with glib but not freetype
2011-08-02 Behdad EsfahbodMinor
2011-08-02 Behdad EsfahbodDon't use icu-config when cross-compiling
2011-08-02 Behdad EsfahbodUnbreak icu-config results a bit
2011-08-02 Behdad EsfahbodBug 39763 - autogen.sh should check pkg-config availability
2011-08-02 Behdad EsfahbodAdd mingw32 support
2011-08-01 Behdad EsfahbodBug 39702 - configure check for ragel
2011-08-01 Behdad EsfahbodUse missing script for calling ragel
2011-08-01 Behdad Esfahbod[Indic] Disable CJCT-disabling logic
2011-07-31 Behdad Esfahbod[Indic] Stop looking for base upon seeing joiners
2011-07-31 Behdad EsfahbodCosmetic
2011-07-31 Behdad Esfahbod[Indic] Fix ZWJ/ZWNJ application
2011-07-31 Behdad Esfahbod[Indic] Add Final Reordering rules into comments
2011-07-31 Behdad Esfahbod[Indic] Handle Reph when determining base consonant
2011-07-31 Behdad Esfahbod[Indic] Ra is a consonant too
2011-07-31 Behdad Esfahbod[Indic] Fix reph inhibition logic
2011-07-31 Behdad Esfahbod[Indic] Support ZWJ/ZWNJ
2011-07-31 Behdad Esfahbod[Indic] Suppress reph formation upon joiners
2011-07-31 Behdad EsfahbodUn-Ra U+09F1. According to the test suite this is...
2011-07-31 Behdad EsfahbodMinor
2011-07-31 Behdad EsfahbodCosmetic
2011-07-31 Behdad Esfahbod[Indic] For old-style Indic tables, move Halant around
2011-07-31 Behdad Esfahbod[OT] Save chosen script tag
2011-07-31 Behdad EsfahbodMinor
2011-07-31 Behdad Esfahbod[test] Fix problem with N'ko test direction
2011-07-31 Behdad Esfahbod[Indic] Handle initial Ra+Halant in scripts that suppor...
2011-07-30 Behdad EsfahbodMinor
2011-07-30 Behdad Esfahbod[Indic] Categorize Ra in scripts that have Reph
2011-07-30 Behdad Esfahbod[Indic] Reorder matras
2011-07-30 Behdad EsfahbodBug 39686 - Add '-no-undefined' to libharfbuzz LDFLAGS
2011-07-29 Behdad EsfahbodMinor
next