5597 Commits (7ecca8c0a83a6c71154fcc80887a4f895c0c5a23)
 

Author SHA1 Message Date
Rod Sheeter 7ecca8c0a8 [subset] keep the result of _subset 7 years ago
Behdad Esfahbod eada749e46 Use HB_SET_VALUE_INVALID consistently 7 years ago
Garret Rieger 2cc845f311 [subset] fix calculation of range shiftz. Should be 16 * len - searchRange not 16 * (len - searchRange). 7 years ago
Garret Rieger 8e614ade5a [subset] Reverse table order for font serialization to match what OTS expects. 7 years ago
Garret Rieger a998eeee4a [subset] sanity check glyph data writes during glyph subsetting to ensure they are inbounds. 7 years ago
Garret Rieger 0ab73e5942 [subset] Sanity check that loca writes are inbounds. 7 years ago
Garret Rieger 73e20ec6e9
Merge pull request #812 from googlefonts/cleanup 7 years ago
Behdad Esfahbod 6ae4013f2e [aat] Cosmetic touch-ups to trak table 7 years ago
Behdad Esfahbod abc82b493e Add Ragel-generated files to git 7 years ago
Garret Rieger 69e443b254 [subset] Switch to hb_blob_copy_writable_or_fail in glyf subsetting. 7 years ago
Garret Rieger e3e0ac9823 [subset] Move glyf subsetting code into hb-ot-glyf-table.hh 7 years ago
Behdad Esfahbod d1f16fce96 Don't use %zu 7 years ago
Ebrahim Byagowi c7e834a2fc
[dev-run] minor 7 years ago
Ebrahim Byagowi 975c35214f
[dev-run] Support autotools builds 7 years ago
Dominik Röttsches 25136d9b72 Use %zu format specifier for size_t to fix cross platform build 7 years ago
Ebrahim Byagowi 53cf61b029
Change Alpine and ArchLinux bot to test O3 and O0 on gcc, #801 7 years ago
Ebrahim Byagowi a64eacd8a6 [aat] First dig on 'trak' 7 years ago
Behdad Esfahbod 0bff6991de Ugh. Really fix build. 7 years ago
Behdad Esfahbod 4fcbd22b18 Fix build after previous commit 7 years ago
Behdad Esfahbod 0bbf90ded0 [subset] Don't include hb-subset.h from hb.h 7 years ago
Ebrahim Byagowi fde04777d1
Check availability of entr instead now that this works with it 7 years ago
Ebrahim Byagowi b095ce59eb
Simplify hb-fuzzer output printing and fix ArchLinux bot 7 years ago
Ebrahim Byagowi be51f763a7
Test debug builds on ArchLinux bot 7 years ago
Behdad Esfahbod e2d2d81984 Limit how much work sanitize() can do 7 years ago
Behdad Esfahbod 7033fe5877 [aat] Minor 7 years ago
Behdad Esfahbod 6fa690c75a Fix debug build 7 years ago
Behdad Esfahbod 05d1e77db8 [aat] Silence warning 7 years ago
Behdad Esfahbod a21fceb053 [ci] Make AppVeyor less noisy 7 years ago
Behdad Esfahbod 1c50a88623 Readjust mark attachment heuristic a bit more 7 years ago
Behdad Esfahbod 246e280d88 [test] Add test for https://github.com/harfbuzz/harfbuzz/issues/740 7 years ago
Ebrahim Byagowi 79756c9039
[aat] First dig on 'kerx' (#704) 7 years ago
Behdad Esfahbod 279c70a5b3
Merge pull request #796 from ebraminio/dev-run 7 years ago
Behdad Esfahbod e91644786b Remove unused check 7 years ago
Ebrahim Byagowi 89b82814b6 Add a continuous builder using fswatch 7 years ago
Behdad Esfahbod 0bd2d76bdd [test] Fix a couple of coverity_scan issues 7 years ago
Ebrahim Byagowi 8089711a61
Another attempt on fixing coverity 7 years ago
Behdad Esfahbod 79d0d791b9
Merge pull request #800 from harfbuzz/bitops 7 years ago
Behdad Esfahbod 97a7110215 Fix BitScanForward() usage 7 years ago
Behdad Esfahbod fe8f40a418
Merge branch 'master' into bitops 7 years ago
David Corbett 21646cc4a6 Do not mark the first glyph as unsafe to break 7 years ago
Behdad Esfahbod 04dedec96b [test] Remove unused var 7 years ago
Behdad Esfahbod 181b747107 Update outdated TODO file 7 years ago
Behdad Esfahbod 6d56db8983 [test/api] Distribute all fonts 7 years ago
Behdad Esfahbod e5ab34fd3a Misc fixes 7 years ago
Garret Rieger df9e22656d [subset] add a glyf subsetting test for a font with composite glyphs. 7 years ago
Garret Rieger c36d015b0e [subset] missing return. 7 years ago
Garret Rieger 2130392dcc [subset] Add support for updating reference gids in components to their new values. 7 years ago
Garret Rieger 49544eb860 [subset] Refactor composite glyf iteration code into an Iterator outside of the accelerator. 7 years ago
Garret Rieger dc6d67df13 [subset] Use gids_to_retain_sorted to produce old gid -> new gid mapping since it now has the more complete set. 7 years ago
Garret Rieger dcac9fe964 [subset] Use complex glyph closure to populate gids_to_retain_sorted. 7 years ago