src/harfbuzz-subset.cc

Branch


Log

Author Commit Date CI Message
Behdad Esfahbod 7af1df67 2025-07-28T10:24:45 Revert "Merge branch 'main' into HVF" This reverts commit 3a64fce9b73bc601e257d13d1ea8ac7f32ce60b6, reversing changes made to f63d960c4eda79514c060ddce796df9e607b5bae.
Behdad Esfahbod 415ea36a 2025-07-24T23:21:36 [subset] Break up hb-subset.cc
Behdad Esfahbod 66b357b9 2025-04-20T05:11:17 Merge branch 'main' into HVF
Behdad Esfahbod d175e221 2025-04-20T03:29:11 [paint-bounded] Add new code to compute boundedness of paintings This is faster than using paint-extents to just compute boundedness. Unused right now.
Behdad Esfahbod 04cdcbf0 2025-04-10T18:40:03 Merge branch 'main' into HVF
Garret Rieger 5afbd187 2025-04-09T22:48:27 [subset] Split subset plan variations function into separate file. Compile times for hb-subset-plan.cc go from 16s -> 13s.
Behdad Esfahbod b4f26357 2025-01-24T00:41:36 [hvgl] Starting to implement transforms
Garret Rieger 05650416 2025-01-07T19:56:25 [repacker] rename hb-subset-repacker -> hb-subset-serialize. Also hb_link_t and hb_object_t to hb_subset_serialize_link_t and hb_subset_serialize_object_t.
Behdad Esfahbod fb333ce4 2024-03-16T12:24:02 [varc] Move some code to VARC.cc
Qunxin Liu f072de93 2024-01-30T10:31:14 [instancer] move iup code to a seprate file
Behdad Esfahbod e79a7318 2023-02-23T09:03:06 [wasm] Start adding wasm-api
Behdad Esfahbod 425fc7f3 2023-02-22T12:19:06 [wasm] Add wasm shaper skeleton
Behdad Esfahbod ae522a13 2023-02-01T16:24:44 [embolden] Rename to hb-outline
Behdad Esfahbod 223abd72 2023-01-25T11:36:47 [subset] Add unfinished port of fonttools instancer solver
Behdad Esfahbod 8b12c195 2023-01-05T11:42:21 [face] Split hb-face-builder.cc
Matthias Clasen dc5179d4 2023-01-01T09:23:07 Drop hb-ot-color-colr-table.cc Move everything into the .hh file.
Behdad Esfahbod 11036ed7 2022-12-24T11:30:45 [paint] Add hb-paint-extents.cc
Behdad Esfahbod a96300d4 2022-12-16T15:11:35 [colr] Hide internal symbols
Behdad Esfahbod b4cab86d 2022-12-16T14:58:39 Fix autotools build
Matthias Clasen 8377341b 2022-12-14T22:03:52 wip: implement paint_glyph
Matthias Clasen 83d0a49f 2022-12-13T21:14:25 wip: hb-paint
Behdad Esfahbod 3c497e24 2022-12-04T15:35:01 [harfbuzz-subset.cc] Revert accidental change These extra files are unnecessary, but our generator currently isn't smart enough to know that. Will fix some time.
Behdad Esfahbod aa7f5e37 2022-12-04T15:31:47 [subset] Conditionalize call to hb_font_set_variations
Behdad Esfahbod 2c0abf02 2022-12-04T15:03:36 Revert "[harfbuzz-subset.cc] Trim down!" This reverts commit a335458d5776135f8672bfc98681b8862f657d5c. While this can be vastly trimmed down, what I did is not right. It still depends on hb-face, hb-font, hb-blob, hb-set, and hb-map.
Behdad Esfahbod a335458d 2022-12-04T14:56:20 [harfbuzz-subset.cc] Trim down!
Behdad Esfahbod 083d4ef5 2022-07-30T11:53:56 [harfbuzz-subset.cc] Revert back the sort order Generator seems unstable.
Garret Rieger a0b8893e 2022-07-29T19:58:51 [repacker] add Coverage sanitize.
Garret Rieger f6a242b6 2022-07-27T18:58:41 [repacker] begin adding PairPos splitting support.
Khaled Hosny 5df2347c 2022-07-28T02:19:26 [meson] Don’t tamper with paths in amalgam files Using os.path.basename() breaks files in subdirectories (gsubgpos-graph.cc instead of graph/gsubgpos-graph.cc). Use paths relative to current source dir instead.
Behdad Esfahbod 3698ae25 2022-07-26T14:41:34 [harfbuzz-subset.cc] Update
Khaled Hosny 605bb1ee 2022-07-19T21:15:21 [subset] Add amalgam harfbuzz-subset.cc Fixes https://github.com/harfbuzz/harfbuzz/issues/3733