3683 Commits (952b8dbdf61da9b4814e09ad3c1b9b76483bef5c)
 

Author SHA1 Message Date
Collin Fair 952b8dbdf6 'All' of the above, not 'each' 10 years ago
Collin Fair 9e867b6446 Remove reference to --help-output-content in --help-output (as --help-output-format's options aren't available in hb-view) 10 years ago
Collin Fair 1d55ffeb66 Add serialization syntax documentation. Clarify naming and wording in --help-output/--help-format 10 years ago
Behdad Esfahbod 7888a6b07a [ft] Handle negative scales with vertical writing 10 years ago
Behdad Esfahbod 982d94eaa2 [coretext] Don't generate notdef glyph for default-ignorables 10 years ago
Behdad Esfahbod 6917a045fd [coretext] Unbreak glyph positioning in presence of notdef runs 10 years ago
Behdad Esfahbod 1eff435023 Minor optimization 10 years ago
Konstantin Ritt 675956aca0 Do not leak hb_language_t on hb_language_item_t destruction 10 years ago
Konstantin Ritt b306f9674a Minor improvement to HB_SHAPER_DATA_DESTROY 10 years ago
Behdad Esfahbod 61820bc4ca [API] Add hb_buffer_add_latin1() 10 years ago
Behdad Esfahbod 78c6e86c04 Fix hb_buffer_add_codepoints to actually NOT validate 10 years ago
Behdad Esfahbod 70c25ee215 Merge pull request #81 from KonstantinRitt/fixes/build/win8phone 10 years ago
Konstantin Ritt f3537b620b Move some code around 10 years ago
Konstantin Ritt afb62d88d7 Do not define MemoryBarrier on WinCE 10 years ago
Konstantin Ritt 7db326a15b Fix build on WinRT 10 years ago
Behdad Esfahbod 28f5e0b2f4 0.9.38 10 years ago
Behdad Esfahbod a319d0777b [ft] Handle negative x_scale / y_scale 10 years ago
Behdad Esfahbod b0b38bb892 [coretext] Fix positioning of notdef 10 years ago
Behdad Esfahbod 70622e5089 [coretext] Fix scaling 10 years ago
Behdad Esfahbod 221ba02b08 [coretext] Use vertical advance for notdef in vertical direction 10 years ago
Behdad Esfahbod 7988da24c5 Add convenience make target "make lib" in src/ 10 years ago
Behdad Esfahbod 31d48dd919 Add README.python 10 years ago
Behdad Esfahbod ca1c2813dd [bindings] Add README.python 10 years ago
Behdad Esfahbod cd4eb96abb [util] Add --font-size to hb-shape 10 years ago
Behdad Esfahbod 5789ca69d7 [util] Minor 10 years ago
Behdad Esfahbod 67dfa8c7c2 When matching second glyph of kerning pairs, use bsearch 10 years ago
Behdad Esfahbod e9f5c65be0 [bindings] Minor 10 years ago
Behdad Esfahbod 3704628d1f Merge pull request #77 from roozbehp/master 10 years ago
Roozbeh Pournader 5eb939ddfe Change New Tai Lue shaping engine from SEA to default 10 years ago
Behdad Esfahbod 1aaa7d6799 [indic] Fix out-of-bounds access 10 years ago
Behdad Esfahbod 238d6a38f2 [bindings] Update sample.py 10 years ago
Behdad Esfahbod 2cd5323531 [bindings] Use hb_glib_blob_create() in sample 10 years ago
Behdad Esfahbod 0ef179e2dc [glib] Add hb_glib_blob_create() that takes GBytes 10 years ago
Behdad Esfahbod b91904a40d [bindings] Replace deprecated allow-none with optional and nullable 10 years ago
Behdad Esfahbod 81a31f3eff [bindings] Make sample Python 2/3 compatible 10 years ago
Behdad Esfahbod b632e7997d Fix up gobject-introspection a bit 10 years ago
Behdad Esfahbod 3d1a666a86 Remove hardcoded ICU include paths. 10 years ago
Behdad Esfahbod 8cb41cb950 Merge pull request #76 from cpeterso/cpeterso/Wunused-function 10 years ago
Chris Peterson fb85d618f5 Add #ifdef HB_USE_ATEXIT to fix -Wunused-function warnings 10 years ago
Behdad Esfahbod 365c03fc2b Merge pull request #75 from cpeterso/cpeterso/Wunused-value 10 years ago
Chris Peterson d1897a98d8 Fix hb_atomic_ptr_cmpexch -Wunused-value warnings 10 years ago
Behdad Esfahbod c36c4a9924 Add missing va_end() 10 years ago
Behdad Esfahbod f34aaba868 [ft] Don't set font ppem 10 years ago
Behdad Esfahbod 350f3a02ce [ft] Add hb_ft_face_create_referenced() and hb_ft_font_create_referenced() 10 years ago
Behdad Esfahbod 9a3b74884b Remove redundant check for FT_Face_GetCharVariantIndex 10 years ago
Behdad Esfahbod 1226b2e930 Fix FreeType version check 10 years ago
Behdad Esfahbod affacf2f37 [ft] Open blob in READONLY mode 10 years ago
Behdad Esfahbod 395b35903e Avoid accessing layout tables at face destruction 10 years ago
Behdad Esfahbod 7d5e7613ce Fail blob creation if length overflows or is too large 10 years ago
Behdad Esfahbod d5a5052098 Assert that blob length doesn't overflow address. 10 years ago