3724 Commits (5ec5875acb12cf07447c9ebfb03212601368dfc4)
 

Author SHA1 Message Date
Behdad Esfahbod 5ec5875acb Install git.mk in docs/ 10 years ago
Behdad Esfahbod d146678d10 Update git.mk from upstream 10 years ago
Behdad Esfahbod 5f541f8f7b Minor refactoring 10 years ago
Behdad Esfahbod ef79bdf73b Minor 10 years ago
Behdad Esfahbod 68e04afbb1 Typo 10 years ago
Behdad Esfahbod 55553699b3 Minor 10 years ago
Behdad Esfahbod 5175300fba [layout] Fix comparison of GlyphID and hb_codepoint_t 10 years ago
Behdad Esfahbod 7cce809cb1 Remove unused (and wrong as of a few commits ago) cmp() function 10 years ago
Behdad Esfahbod 8e3d4bae03 Minor 10 years ago
Behdad Esfahbod f47cf1f12d Minor 10 years ago
Behdad Esfahbod 640b66c634 [layout] If lookup has only one subtable, move the forward loop down to subtable 10 years ago
Behdad Esfahbod e2f50f2a7e [layout] Add apply_forward / apply_backward 10 years ago
Behdad Esfahbod 1d4a328472 [layout] Remove unneeded return value from apply() 10 years ago
Behdad Esfahbod bbdd6fd21c Minor simpilfy BEInt 10 years ago
Behdad Esfahbod 88a399acdc Optimize IntType comparison to avoid branches for 16bit numbers 10 years ago
Behdad Esfahbod 37de2d5331 Minor simplify IntType 10 years ago
Behdad Esfahbod bd047d3b7f [layout] Minor 10 years ago
Behdad Esfahbod b9d3f60520 [layout] Minor 10 years ago
Behdad Esfahbod 1a2322134a [layout] Don't check glyph props against lookup flags when recursing 10 years ago
Behdad Esfahbod 095a1257cc [layout] Port sanitize() to use dispatch() 10 years ago
Behdad Esfahbod 758fb20630 Remove unused macro 10 years ago
Behdad Esfahbod 40c58923cb [layout] Refactor Lookup::dispatch() 10 years ago
Behdad Esfahbod 70366f5d19 [layout] Refactor get_subtable() 10 years ago
Behdad Esfahbod f72f326aea Minor 10 years ago
Behdad Esfahbod 8e36ccfd4f [layout] Use dispatch() for add_coverage() 10 years ago
Behdad Esfahbod 50b8dc79da [layout] Add may_dispatch() 10 years ago
Behdad Esfahbod de2118ed7a Make sanitize() a const method 10 years ago
Behdad Esfahbod 6759ed95a3 Minor 10 years ago
Behdad Esfahbod 6b599dac1f Remove unnecessary check in sanitize 10 years ago
Behdad Esfahbod 365576d246 [layout] Allocate iters in the context 10 years ago
Behdad Esfahbod 514564f544 [layout] Move skippy_iter setup from constructor into init() 10 years ago
Behdad Esfahbod b051be542a [lookup] Add skippy_iter.reset() 10 years ago
Behdad Esfahbod 2cecc38c7c [layout] Shuffle code around 10 years ago
Behdad Esfahbod 696266981d [layout] Merge forward and backward iterators 10 years ago
Behdad Esfahbod 1f038eec3c [layout] Fix backward reject() 10 years ago
Behdad Esfahbod 37d13acd8d [layout] Remove some unnecessary checks in skippy 10 years ago
Behdad Esfahbod baa14e1814 [lookup] Don't initialize skippy if coverage match fails 10 years ago
Behdad Esfahbod 7788993bc1 [layout] Use setter method to set c->lookup_props 10 years ago
Behdad Esfahbod f4ee48fd7b [layout] Remove unused wrapper method 10 years ago
Behdad Esfahbod 7b7129c7a9 Add hb_frozen_set_t 10 years ago
Behdad Esfahbod 241eac9559 Hide internals of lookup accelerators 10 years ago
Behdad Esfahbod e2d4e8480d [util] Add convenience "make lib" target 10 years ago
Behdad Esfahbod faaae64bf2 Merge pull request #85 from KonstantinRitt/define_inline 10 years ago
Konstantin Ritt 9768e651be Fix build with MSVC on CE 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