..
ms-use
Add ms-use/IndicShapingInvalidCluster.txt
2019-11-11 14:51:34 -08:00
Makefile.am
[make] use sed the way autotools used to generate hb-version.h
2020-07-04 04:33:46 +04:30
Makefile.sources
[aat] Remove lcar support
2020-07-06 00:05:36 +04:30
check-c-linkage-decls.py
[py] minor, replace os.environ.get with os.getenv
2020-07-04 16:16:15 +04:30
check-externs.py
[py] minor, replace os.environ.get with os.getenv
2020-07-04 16:16:15 +04:30
check-header-guards.py
[py] minor, replace os.environ.get with os.getenv
2020-07-04 16:16:15 +04:30
check-includes.py
[py] minor, replace os.environ.get with os.getenv
2020-07-04 16:16:15 +04:30
check-libstdc++.py
[py] minor, replace os.environ.get with os.getenv
2020-07-04 16:16:15 +04:30
check-static-inits.py
[py] minor, replace os.environ.get with os.getenv
2020-07-04 16:16:15 +04:30
check-symbols.py
[py] minor, replace os.environ.get with os.getenv
2020-07-04 16:16:15 +04:30
dump-indic-data.cc
Remove redundant void from C++ sources ( #1486 )
2018-12-17 13:01:01 -05:00
dump-khmer-data.cc
Remove redundant void from C++ sources ( #1486 )
2018-12-17 13:01:01 -05:00
dump-myanmar-data.cc
Remove redundant void from C++ sources ( #1486 )
2018-12-17 13:01:01 -05:00
dump-use-data.cc
Remove redundant void from C++ sources ( #1486 )
2018-12-17 13:01:01 -05:00
fix_get_types.py
[meson] Fix fix_get_types.py shabang, minor format
2020-05-21 21:48:01 +04:30
gen-arabic-table.py
minor, use py3's open(encoding=)
2020-05-29 00:11:19 +04:30
gen-def.py
[py] minor, replace os.environ.get with os.getenv
2020-07-04 16:16:15 +04:30
gen-emoji-table.py
[py] remove not needed imports
2020-07-03 15:51:13 +04:30
gen-harfbuzzcc.py
[py] minor, replace exit with sys.exit
2020-07-04 16:16:15 +04:30
gen-hb-version.py
[meson] use the recommended way to generate hb-version.h
2020-07-04 13:55:48 +04:30
gen-indic-table.py
[py] remove not needed imports
2020-07-03 15:51:13 +04:30
gen-os2-unicode-ranges.py
minor on python scripts
2020-05-29 00:48:32 +04:30
gen-ragel-artifacts.py
[py] minor, replace exit with sys.exit
2020-07-04 16:16:15 +04:30
gen-tag-table.py
minor, use py3's open(encoding=)
2020-05-29 00:11:19 +04:30
gen-ucd-table.py
[py] remove not needed imports
2020-07-03 15:51:13 +04:30
gen-use-table.py
[py] remove not needed imports
2020-07-03 15:51:13 +04:30
gen-vowel-constraints.py
[py] remove not needed imports
2020-07-03 15:51:13 +04:30
harfbuzz-config.cmake.in
…
harfbuzz-gobject.pc.in
…
harfbuzz-icu.pc.in
…
harfbuzz-subset.pc.in
…
harfbuzz.cc
[style] New experimental API, hb_style_get_value
2020-06-04 20:33:39 +04:30
harfbuzz.pc.in
…
hb-aat-layout-ankr-table.hh
minor, tweak spacing
2020-04-20 16:18:29 +04:30
hb-aat-layout-bsln-table.hh
Rename GlyphID to HBGlyphID
2019-09-14 11:55:53 +04:30
hb-aat-layout-common.hh
[dispatch] Fix debug builds
2020-06-19 08:32:57 -07:00
hb-aat-layout-feat-table.hh
Handle non-exclusive features when mapping OpenType tags to AAT feature type/selector pairs.
2020-04-16 01:33:01 +04:30
hb-aat-layout-just-table.hh
minor, spacing
2020-04-24 23:45:17 +04:30
hb-aat-layout-kerx-table.hh
[aat] Correct array indexing when looking up actions in KerxSubTableFormat4 ( #2539 )
2020-07-05 22:44:10 +01:00
hb-aat-layout-morx-table.hh
Merge pull request #2287 from simoncozens/instrumentation
2020-06-17 15:32:40 -07:00
hb-aat-layout-opbd-table.hh
minor, spacing
2020-04-24 23:45:17 +04:30
hb-aat-layout-trak-table.hh
minor, spacing
2020-04-24 23:45:17 +04:30
hb-aat-layout.cc
[style] Remove fdsc support ( #2541 )
2020-07-06 00:05:21 +04:30
hb-aat-layout.h
Replace 0x7FFFFFFFu in enums with HB_TAG_MAX_SIGNED
2019-07-24 00:47:19 +04:30
hb-aat-layout.hh
[algs] Streamline bsearch() API more towards hb_array_t::bsearch_impl()
2019-12-06 03:35:24 +00:00
hb-aat-ltag-table.hh
Remove space between right angle brackets now that we have C++11 ( #1689 )
2019-04-30 13:05:10 -07:00
hb-aat-map.cc
minor, tweak spacing
2020-04-20 16:18:29 +04:30
hb-aat-map.hh
minor, tweak spacing
2020-04-20 16:18:29 +04:30
hb-aat.h
[aat] Fix include issues
2018-11-25 01:16:02 -05:00
hb-algs.hh
Round-trip OpenType tags through BCP 47
2020-05-15 15:00:15 -07:00
hb-array.hh
Add hb_array_t::lfind
2020-06-28 13:13:25 +04:30
hb-atomic.hh
Remove hb-warning.cc
2019-10-22 15:03:47 -07:00
hb-bimap.hh
added skip(), get_next_value() to inc_bimap to subset VarStore with retain-gids
2019-07-12 23:02:29 -07:00
hb-blob.cc
win32: Cleanup PARTITION handling
2020-07-01 13:05:14 +04:30
hb-blob.h
[blob] Shuffle
2019-05-24 14:35:26 -04:00
hb-blob.hh
Use hb_bytes_t as<T> in hb_blob_t
2019-08-27 17:38:09 +04:30
hb-buffer-deserialize-json.hh
Revert "[ragel] Regenerate ragel-generated files using ragel 7.0.0.11 May 2018"
2019-05-13 14:10:48 -07:00
hb-buffer-deserialize-json.rl
…
hb-buffer-deserialize-text.hh
Revert "[ragel] Regenerate ragel-generated files using ragel 7.0.0.11 May 2018"
2019-05-13 14:10:48 -07:00
hb-buffer-deserialize-text.rl
…
hb-buffer-serialize.cc
[number] Add whole buffer check and test it
2019-09-04 02:04:09 +04:30
hb-buffer.cc
minor, tweak spacing
2020-04-20 16:18:29 +04:30
hb-buffer.h
minor, tweak spacing
2020-04-20 16:18:29 +04:30
hb-buffer.hh
minor, tweak spacing
2020-04-20 16:18:29 +04:30
hb-cache.hh
Remove redundant void from C++ sources ( #1486 )
2018-12-17 13:01:01 -05:00
hb-cff-interp-common.hh
minor, replace nullptr checks with implicit ones
2020-04-21 00:30:34 +04:30
hb-cff-interp-cs-common.hh
minor, replace nullptr checks with implicit ones
2020-04-21 00:30:34 +04:30
hb-cff-interp-dict-common.hh
Clean up math.h and float.h includes
2020-04-18 16:02:55 -07:00
hb-cff1-interp-cs.hh
alternate fix for https://crbug.com/971933
2019-06-26 15:59:00 -07:00
hb-cff2-interp-cs.hh
minor, replace nullptr checks with implicit ones
2020-04-21 00:30:34 +04:30
hb-common.cc
Update to Unicode 13.0.0
2020-04-29 17:17:03 -04:00
hb-common.h
2.6.7
2020-06-03 12:56:07 +04:30
hb-config.hh
[style] New experimental API, hb_style_get_value
2020-06-04 20:33:39 +04:30
hb-coretext.cc
[coretext] Properly check for macOS 10.10
2020-06-08 03:20:54 +02:00
hb-coretext.h
[Docs] Add gtk-doc comments to hb-coretext.
2019-05-20 17:35:39 +01:00
hb-debug.hh
Remove excessive trace routes
2020-06-18 16:51:24 -07:00
hb-deprecated.h
Deprecate v_kerning callback again
2019-06-17 14:02:47 -07:00
hb-directwrite.cc
minor, replace nullptr checks with implicit ones
2020-04-21 00:30:34 +04:30
hb-directwrite.h
Remove hb_directwrite_shape_experimental_width public API
2019-08-21 03:02:01 +04:30
hb-dispatch.hh
[dispatch] Fix debug builds
2020-06-19 08:32:57 -07:00
hb-draw.cc
Move outline draw API behind HB_EXPERIMENTAL_API directive
2020-03-13 08:25:53 +03:30
hb-draw.h
Move outline draw API behind HB_EXPERIMENTAL_API directive
2020-03-13 08:25:53 +03:30
hb-draw.hh
minor, tweak spacing
2020-04-20 16:18:29 +04:30
hb-face.cc
[face] Destroy blob if face closure can not be created ( #2490 )
2020-06-23 12:25:43 -07:00
hb-face.h
…
hb-face.hh
Prefer UINT_MAX instead of uint overflow.
2019-12-15 11:46:05 -08:00
hb-fallback-shape.cc
[config] Replace HAVE_FALLBACK with HB_NO_FALLBACK_SHAPE
2019-06-17 20:29:29 -07:00
hb-font.cc
minor, tweak spacing
2020-04-20 16:18:29 +04:30
hb-font.h
Move hb_font_get_var_coords_design behind HB_EXPERIMENTAL_API
2020-04-17 20:29:04 +04:30
hb-font.hh
minor, tweak spacing
2020-04-20 16:18:29 +04:30
hb-ft.cc
[ft] Better handle allocation failures
2020-06-28 14:52:15 -07:00
hb-ft.h
[ft] Add locking FT_Face API
2019-11-22 16:22:27 -05:00
hb-gdi.cc
[docs] Misc fixes
2019-09-30 10:40:25 -07:00
hb-gdi.h
Add hb_gdi_face_create API
2019-07-21 14:22:19 -07:00
hb-glib.cc
Merge branch 'master' into usermanual-integration
2020-04-23 15:32:43 -07:00
hb-glib.h
…
hb-gobject-enums.cc.tmpl
src/hb-gobject-enums.cc.tmpl: Replace © with (C)
2020-03-13 14:30:17 +03:30
hb-gobject-enums.h.tmpl
Fix gen-def for harefbuzz-gobject
2020-03-13 14:30:17 +03:30
hb-gobject-structs.cc
Merge branch 'master' into usermanual-integration
2020-04-23 15:32:43 -07:00
hb-gobject-structs.h
Fix gen-def for harefbuzz-gobject
2020-03-13 14:30:17 +03:30
hb-gobject.h
Fix gen-def for harefbuzz-gobject
2020-03-13 14:30:17 +03:30
hb-graphite2.cc
Merge branch 'master' into usermanual-integration
2020-04-23 15:32:43 -07:00
hb-graphite2.h
Update src/hb-graphite2.h
2020-04-13 15:13:56 +01:00
hb-icu.cc
Merge branch 'master' into usermanual-integration
2020-04-23 15:32:43 -07:00
hb-icu.h
…
hb-iter.hh
[iter] Partialize hb_zip()
2019-09-04 11:28:40 -04:00
hb-kern.hh
[kern] Refactoring.
2020-04-22 18:04:52 -07:00
hb-machinery.hh
minor, tweak spacing
2020-04-20 16:18:29 +04:30
hb-map.cc
minor, tweak spacing
2020-04-20 16:18:29 +04:30
hb-map.h
…
hb-map.hh
minor, replace single hb_apply daggers with foreach
2020-06-21 10:31:39 +04:30
hb-meta.hh
[meta] Remove wrong comment
2020-06-28 15:41:44 -07:00
hb-mutex.hh
win32: Cleanup PARTITION handling
2020-07-01 13:05:14 +04:30
hb-null.hh
Minor
2020-04-21 22:19:46 -07:00
hb-number-parser.hh
[number] minor
2020-05-11 15:56:54 +04:30
hb-number-parser.rl
[number] minor
2020-05-11 15:56:54 +04:30
hb-number.cc
[number] Make hb_parse_double simpler now that we don't have to mimic strtod
2020-05-10 21:49:00 +04:30
hb-number.hh
[number] Turn hb_parse_float into hb_parse_double
2019-09-04 02:04:09 +04:30
hb-object.hh
Turn 8 spaces to tab across the project
2019-08-27 02:40:41 +04:30
hb-open-file.hh
Use dagger in OffsetTable::get_table_tags ( #2477 )
2020-06-19 14:06:50 -07:00
hb-open-type.hh
Add hb_array_t::lfind
2020-06-28 13:13:25 +04:30
hb-ot-cff-common.hh
minor, spacing
2020-04-24 23:45:17 +04:30
hb-ot-cff1-std-str.hh
add get_glyph_from_name & test. use hb_string_array
2019-11-26 18:34:06 +00:00
hb-ot-cff1-table.cc
Minor, use hb_sorted_array::bsearch where possible
2020-04-19 23:18:36 +04:30
hb-ot-cff1-table.hh
minor, replace nullptr checks with implicit ones
2020-04-21 00:30:34 +04:30
hb-ot-cff2-table.cc
Move outline draw API behind HB_EXPERIMENTAL_API directive
2020-03-13 08:25:53 +03:30
hb-ot-cff2-table.hh
minor, replace nullptr checks with implicit ones
2020-04-21 00:30:34 +04:30
hb-ot-cmap-table.hh
[subset] don't use << operator in collect_mapping
2020-05-15 11:04:59 -07:00
hb-ot-color-cbdt-table.hh
minor spacing
2020-04-30 23:14:54 +04:30
hb-ot-color-colr-table.hh
Minor, fix -Wrange-loop-analysis warnings
2020-07-05 11:18:04 +04:30
hb-ot-color-cpal-table.hh
[cpal] Port to dagger
2020-06-20 22:06:19 +04:30
hb-ot-color-sbix-table.hh
removed default base; replaced w/ bias if required
2020-03-08 22:59:43 +03:30
hb-ot-color-svg-table.hh
minor
2020-03-10 10:43:27 +03:30
hb-ot-color.cc
[config] Don't compile color API if HB_NO_COLOR
2019-06-18 13:18:15 -07:00
hb-ot-color.h
Merge branch 'master' into docs-gtkdoc-colormath
2019-05-11 20:16:57 +01:00
hb-ot-deprecated.h
[math] Rename HB_MATH_GLYPH_PART_FLAG_EXTENDER
2019-05-30 11:26:17 -04:00
hb-ot-face-table-list.hh
[aat] Remove lcar support
2020-07-06 00:05:36 +04:30
hb-ot-face.cc
[meta] New API, hb_ot_metadata_reference_entry for fetching meta entries
2019-07-25 17:49:51 -07:00
hb-ot-face.hh
[config] Remove tables from hb_face_t for disabled features
2019-06-19 15:36:14 -07:00
hb-ot-font.cc
more coding style fixes
2019-11-26 18:34:06 +00:00
hb-ot-font.h
…
hb-ot-gasp-table.hh
minor, tweak spaces
2019-12-31 15:53:02 +03:30
hb-ot-glyf-table.hh
minor, tweak spacing
2020-04-20 16:18:29 +04:30
hb-ot-hdmx-table.hh
minor, spacing
2020-04-24 23:45:17 +04:30
hb-ot-head-table.hh
[subset] Keep head when no glyf table
2020-02-04 23:31:33 +03:30
hb-ot-hhea-table.hh
minor, spacing
2020-04-24 23:45:17 +04:30
hb-ot-hmtx-table.hh
minor, replace single hb_apply daggers with foreach
2020-06-21 10:31:39 +04:30
hb-ot-kern-table.hh
minor, spacing
2020-04-24 23:45:17 +04:30
hb-ot-layout-base-table.hh
Rename GlyphID to HBGlyphID
2019-09-14 11:55:53 +04:30
hb-ot-layout-common.hh
Minor, fix -Wrange-loop-analysis warnings
2020-07-05 11:18:04 +04:30
hb-ot-layout-gdef-table.hh
Use daggers in a few get_array functions
2020-06-19 00:05:52 -07:00
hb-ot-layout-gpos-table.hh
[gpos] Break cycle-of-2 when cursive attaching
2020-06-17 22:59:10 -07:00
hb-ot-layout-gsub-table.hh
Simplify get_glyph_alternates() dispatcher
2020-06-18 16:41:31 -07:00
hb-ot-layout-gsubgpos.hh
[dagger] Minor cleanup using hb_enumerate
2020-06-28 13:26:38 -07:00
hb-ot-layout-jstf-table.hh
minor, tweak spaces
2019-12-31 15:53:02 +03:30
hb-ot-layout.cc
[aat] Remove lcar support
2020-07-06 00:05:36 +04:30
hb-ot-layout.h
Move API to right place in header
2020-06-18 15:22:54 -07:00
hb-ot-layout.hh
Reordering fails when GDEF table is absent #2140
2020-04-22 14:45:57 -07:00
hb-ot-map.cc
Minor, replace hb_set_add with private API
2019-10-08 15:40:29 +03:30
hb-ot-map.hh
Prefer UINT_MAX instead of uint overflow.
2019-12-15 11:46:05 -08:00
hb-ot-math-table.hh
minor, replace single hb_apply daggers with foreach
2020-06-21 10:31:39 +04:30
hb-ot-math.cc
Minor header include cleanup
2019-06-18 13:21:25 -07:00
hb-ot-math.h
[docs] Minor
2019-07-20 12:09:34 -07:00
hb-ot-maxp-table.hh
minor, spacing
2020-04-24 23:45:17 +04:30
hb-ot-meta-table.hh
minor, spacing
2020-04-24 23:45:17 +04:30
hb-ot-meta.cc
[docs] minor
2020-06-12 11:15:37 +04:30
hb-ot-meta.h
2.6.0
2019-08-13 22:20:54 -07:00
hb-ot-metrics.cc
2.6.0
2019-08-13 22:20:54 -07:00
hb-ot-metrics.h
2.6.0
2019-08-13 22:20:54 -07:00
hb-ot-metrics.hh
[metrics] Rename hb_ot_metrics_t to hb_ot_metrics_tag_t
2019-07-29 22:43:09 +04:30
hb-ot-name-language-static.hh
[algs] Streamline bsearch() API more towards hb_array_t::bsearch_impl()
2019-12-06 03:35:24 +00:00
hb-ot-name-language.hh
Move implementations of hb-ot-name-language.cc into a hb-static.cc
2019-04-26 15:24:47 -07:00
hb-ot-name-table.hh
minor, spacing
2020-04-24 23:45:17 +04:30
hb-ot-name.cc
Turn 8 spaces to tab across the project
2019-08-27 02:40:41 +04:30
hb-ot-name.h
Fix Solaris Trailing comma in enum warnings ( #1490 )
2018-12-17 17:18:47 -05:00
hb-ot-os2-table.hh
[subset] Add support for "--gids" option
2020-05-11 15:28:58 -07:00
hb-ot-os2-unicode-ranges.hh
minor, replace nullptr checks with implicit ones
2020-04-21 00:30:34 +04:30
hb-ot-post-macroman.hh
…
hb-ot-post-table.hh
minor, spacing
2020-04-24 23:45:17 +04:30
hb-ot-shape-complex-arabic-fallback.hh
minor, tweak spacing
2020-04-20 16:18:29 +04:30
hb-ot-shape-complex-arabic-table.hh
Update to Unicode 13.0.0
2020-04-29 17:17:03 -04:00
hb-ot-shape-complex-arabic-win1256.hh
…
hb-ot-shape-complex-arabic.cc
minor, tweak spacing
2020-04-20 16:18:29 +04:30
hb-ot-shape-complex-arabic.hh
…
hb-ot-shape-complex-default.cc
[aat] Adjust fallback positioning logic
2019-12-09 18:11:04 -06:00
hb-ot-shape-complex-hangul.cc
Turn 8 spaces to tab across the project
2019-08-27 02:40:41 +04:30
hb-ot-shape-complex-hebrew.cc
[config] Add HB_NO_OT_SHAPE / HB_NO_OT
2019-06-26 13:21:03 -07:00
hb-ot-shape-complex-indic-machine.hh
[amalgam] Fix most duplicate-id instances in Indic-like shapers
2019-07-02 14:58:52 -07:00
hb-ot-shape-complex-indic-machine.rl
minor, tweak spaces
2019-12-31 15:53:02 +03:30
hb-ot-shape-complex-indic-table.cc
Update to Unicode 13.0.0
2020-04-29 17:17:03 -04:00
hb-ot-shape-complex-indic.cc
[indic] Add comment
2020-06-17 16:54:23 -07:00
hb-ot-shape-complex-indic.hh
Update to Unicode 13.0.0
2020-04-29 17:17:03 -04:00
hb-ot-shape-complex-khmer-machine.hh
[amalgam] Fix most duplicate-id instances in Indic-like shapers
2019-07-02 14:58:52 -07:00
hb-ot-shape-complex-khmer-machine.rl
[amalgam] Fix most duplicate-id instances in Indic-like shapers
2019-07-02 14:58:52 -07:00
hb-ot-shape-complex-khmer.cc
Turn 8 spaces to tab across the project
2019-08-27 02:40:41 +04:30
hb-ot-shape-complex-khmer.hh
[amalgam] Finish fixing Indic-like shapers
2019-07-02 15:40:11 -07:00
hb-ot-shape-complex-myanmar-machine.hh
[amalgam] Fix most duplicate-id instances in Indic-like shapers
2019-07-02 14:58:52 -07:00
hb-ot-shape-complex-myanmar-machine.rl
minor, tweak spaces
2019-12-31 15:53:02 +03:30
hb-ot-shape-complex-myanmar.cc
Minor, tweak spaces
2019-10-01 13:50:11 +03:30
hb-ot-shape-complex-myanmar.hh
[amalgam] Finish fixing Indic-like shapers
2019-07-02 15:40:11 -07:00
hb-ot-shape-complex-thai.cc
[config] Add HB_NO_OT_SHAPE / HB_NO_OT
2019-06-26 13:21:03 -07:00
hb-ot-shape-complex-use-machine.hh
[amalgam] Fix most duplicate-id instances in Indic-like shapers
2019-07-02 14:58:52 -07:00
hb-ot-shape-complex-use-machine.rl
[amalgam] Fix most duplicate-id instances in Indic-like shapers
2019-07-02 14:58:52 -07:00
hb-ot-shape-complex-use-table.cc
Update to Unicode 13.0.0
2020-04-29 17:17:03 -04:00
hb-ot-shape-complex-use.cc
Turn 8 spaces to tab across the project
2019-08-27 02:40:41 +04:30
hb-ot-shape-complex-use.hh
[use] Allow U+1A60 TAI THAM SIGN SAKOT after vowel
2019-05-27 13:14:03 -04:00
hb-ot-shape-complex-vowel-constraints.cc
Update to Unicode 13.0.0
2020-04-29 17:17:03 -04:00
hb-ot-shape-complex-vowel-constraints.hh
…
hb-ot-shape-complex.hh
Update to Unicode 13.0.0
2020-04-29 17:17:03 -04:00
hb-ot-shape-fallback.cc
Prefer _hb_glyph_info_is_unicode_mark where possible.
2019-12-13 08:55:34 +03:30
hb-ot-shape-fallback.hh
Adjust mark offsets when zeroing from fallback mark positioning code
2019-01-24 12:28:24 +01:00
hb-ot-shape-normalize.cc
Prefer _hb_glyph_info_is_unicode_mark where possible.
2019-12-13 08:55:34 +03:30
hb-ot-shape-normalize.hh
…
hb-ot-shape.cc
[ot-shape] Free shape plan maps upon error creating data ( #2497 )
2020-06-27 20:09:45 -07:00
hb-ot-shape.h
…
hb-ot-shape.hh
minor
2020-03-26 12:03:07 +04:30
hb-ot-stat-table.hh
Add hb_array_t::lfind
2020-06-28 13:13:25 +04:30
hb-ot-tag-table.hh
Update IANA Language Subtag Registry to 2020-05-12
2020-05-14 10:34:42 -04:00
hb-ot-tag.cc
Round-trip OpenType tags through BCP 47
2020-05-15 15:00:15 -07:00
hb-ot-var-avar-table.hh
Use float in avar calculation instead ints and checking their overflows
2020-04-17 00:53:39 +04:30
hb-ot-var-fvar-table.hh
[fvar] minor
2020-07-02 01:30:24 +04:30
hb-ot-var-gvar-table.hh
[gvar] Add fields docs from ot-spec as other tables
2020-03-10 13:20:56 +03:30
hb-ot-var-hvar-table.hh
minor, tweak spacing
2020-04-20 16:18:29 +04:30
hb-ot-var-mvar-table.hh
[algs] Streamline bsearch() API more towards hb_array_t::bsearch_impl()
2019-12-06 03:35:24 +00:00
hb-ot-var.cc
[config] Add HB_NO_VAR to disable variations support, enabled by HB_TINY
2019-06-19 19:26:22 -07:00
hb-ot-var.h
Replace 0x7FFFFFFFu in enums with HB_TAG_MAX_SIGNED
2019-07-24 00:47:19 +04:30
hb-ot-vorg-table.hh
minor, spacing
2020-04-24 23:45:17 +04:30
hb-ot.h
Rename hb_ot_glyph_* to hb_outline_*
2020-01-27 23:43:54 +03:30
hb-pool.hh
Turn more of simple dagger chains to foreach
2020-03-13 08:33:34 +03:30
hb-sanitize.hh
[dispatch] Fix debug builds
2020-06-19 08:32:57 -07:00
hb-serialize.hh
[serializer] Make snapshot()/revert() revert current object links
2020-04-18 17:31:32 -07:00
hb-set-digest.hh
More static constexpr
2019-01-25 16:08:25 +01:00
hb-set.cc
minor, tweak spacing
2020-04-20 16:18:29 +04:30
hb-set.h
…
hb-set.hh
[set] Add << overload for range-sink
2020-04-24 08:16:03 -07:00
hb-shape-plan.cc
minor, tweak spacing
2020-04-20 16:18:29 +04:30
hb-shape-plan.h
…
hb-shape-plan.hh
Remove unused 'inline' specifier
2019-07-02 17:11:09 -07:00
hb-shape.cc
Document hb_feature_t.
2019-10-11 20:54:06 +03:30
hb-shape.h
…
hb-shaper-impl.hh
[shaper] Rewrite shaper data code to be more template-driven than macro-driven
2018-11-16 02:52:20 -05:00
hb-shaper-list.hh
[config] Add HB_NO_SHAPER
2019-06-26 13:58:40 -07:00
hb-shaper.cc
[config] Add HB_NO_SHAPER
2019-06-26 13:58:40 -07:00
hb-shaper.hh
Minor
2020-04-21 22:19:46 -07:00
hb-static.cc
Minor
2019-12-09 17:46:56 -06:00
hb-string-array.hh
undef HB_STRING_ARRAY_LENG_NAME
2019-11-19 01:13:00 -05:00
hb-style.cc
[style] Remove fdsc support ( #2541 )
2020-07-06 00:05:21 +04:30
hb-style.h
[style] Hide behind HB_EXPERIMENTAL_API compile flag
2020-06-04 20:33:39 +04:30
hb-subset-cff-common.cc
minor, replace nullptr checks with implicit ones
2020-04-21 00:30:34 +04:30
hb-subset-cff-common.hh
minor, replace nullptr checks with implicit ones
2020-04-21 00:30:34 +04:30
hb-subset-cff1.cc
[cff] remove the not used member
2020-05-11 17:15:37 +04:30
hb-subset-cff1.hh
first rewrite of cff/cff2 _subset with _subset2
2020-02-04 21:20:43 +03:30
hb-subset-cff2.cc
[subset] Check vector resize() call for failure ( #2389 )
2020-05-06 13:32:24 -07:00
hb-subset-cff2.hh
first rewrite of cff/cff2 _subset with _subset2
2020-02-04 21:20:43 +03:30
hb-subset-input.cc
[subset] Add "--name-languages" and "--name-legacy" options
2020-01-24 23:17:04 +03:30
hb-subset-input.hh
[subset] Add "--name-languages" and "--name-legacy" options
2020-01-24 23:17:04 +03:30
hb-subset-plan.cc
[subset] Move 2 experimental public api methods to be private methods in GSUB/GPOS.
2020-06-12 01:20:30 +04:30
hb-subset-plan.hh
[subset] GDEF Variation Store: step 1
2020-05-21 12:43:24 -07:00
hb-subset.cc
[subset] GSUB5/GPOS7 Contextual Subst/Pos Subtbale Subsetting support
2020-05-20 15:12:54 -07:00
hb-subset.h
[subset] Add "--name-languages" and "--name-legacy" options
2020-01-24 23:17:04 +03:30
hb-subset.hh
[dispatch] Fix debug builds
2020-06-19 08:32:57 -07:00
hb-ucd-table.hh
Update to Unicode 13.0.0
2020-04-29 17:17:03 -04:00
hb-ucd.cc
[algs] Streamline bsearch() API more towards hb_array_t::bsearch_impl()
2019-12-06 03:35:24 +00:00
hb-unicode-emoji-table.hh
Update to Unicode 13.0.0
2020-04-29 17:17:03 -04:00
hb-unicode.cc
minor, tweak spacing
2020-04-20 16:18:29 +04:30
hb-unicode.h
Minor, tweak spaces
2019-10-01 13:50:11 +03:30
hb-unicode.hh
Don’t modify a ccc to 6
2019-11-19 17:16:27 -05:00
hb-uniscribe.cc
Merge branch 'master' into usermanual-integration
2020-04-23 15:32:43 -07:00
hb-uniscribe.h
…
hb-utf.hh
Turn 8 spaces to tab across the project
2019-08-27 02:40:41 +04:30
hb-vector.hh
Add hb_array_t::lfind
2020-06-28 13:13:25 +04:30
hb-version.h
2.6.8
2020-06-22 12:51:22 +04:30
hb-version.h.in
…
hb.h
[style] New experimental API, hb_style_get_value
2020-06-04 20:33:39 +04:30
hb.hh
win32: Cleanup PARTITION handling
2020-07-01 13:05:14 +04:30
main.cc
minor, add an option to skip private APIs use in main.cc
2020-04-23 14:22:51 +04:30
meson.build
[aat] Remove lcar support
2020-07-06 00:05:36 +04:30
sample.py
Remove python2 support from tests/utils scripts
2020-02-19 16:17:45 +03:30
test-algs.cc
[algs] Fix hb_inc/dec signature
2019-08-31 12:24:56 -05:00
test-array.cc
Set hb_buffer_t to use array_t.reverse().
2020-03-04 16:52:29 -08:00
test-bimap.cc
add bimap test along with bug fix/tweaks
2019-07-01 13:54:36 -07:00
test-buffer-serialize.cc
minor, replace nullptr checks with implicit ones
2020-04-21 00:30:34 +04:30
test-gpos-size-params.cc
Replace create_from_file with empty blob if HB_NO_OPEN is defined
2019-06-24 14:35:53 -07:00
test-gsub-would-substitute.cc
Replace create_from_file with empty blob if HB_NO_OPEN is defined
2019-06-24 14:35:53 -07:00
test-iter.cc
minor, tweak spacing
2020-04-20 16:18:29 +04:30
test-meta.cc
add test cases for hb_unwrap_type
2020-02-17 21:16:15 +00:00
test-number.cc
[number] Make hb_parse_double simpler now that we don't have to mimic strtod
2020-05-10 21:49:00 +04:30
test-ot-glyphname.cc
add get_glyph_from_name & test. use hb_string_array
2019-11-26 18:34:06 +00:00
test-ot-meta.cc
Rename hb_ot_meta_get_entries() to +hb_ot_meta_get_entry_tags()
2019-08-13 21:02:47 -07:00
test-ot-name.cc
Replace create_from_file with empty blob if HB_NO_OPEN is defined
2019-06-24 14:35:53 -07:00
test-unicode-ranges.cc
Turn 8 spaces to tab across the project
2019-08-27 02:40:41 +04:30
test.cc
Replace create_from_file with empty blob if HB_NO_OPEN is defined
2019-06-24 14:35:53 -07:00
update-unicode-tables.make
Use output names in update-unicode-tables.make
2020-06-03 17:59:41 +04:30