- 38f2ec1 [hb-shape] Move shape_output_t into separate file by Behdad Esfahbod · 2 years, 7 months ago
- 94be459 [hb-shape] Internal rename by Behdad Esfahbod · 2 years, 7 months ago
- c45d2a9 [util] Allow setting cli summary / description by Behdad Esfahbod · 3 years, 6 months ago
- 4d73b3d [util] Add --batch to hb-view / hb-ot-shape-closure by Behdad Esfahbod · 3 years, 6 months ago
- c98773e [util/hb-subset] Move output-file validation code into post_parse by Behdad Esfahbod · 3 years, 6 months ago
- 58bfe40 [util] Move hb-subset away from main-font-text by Behdad Esfahbod · 3 years, 6 months ago
- 97a9e4e [util] Separate shape_text_options_t from text_options_t by Behdad Esfahbod · 3 years, 6 months ago
- fd0778a [util] Use post_parse in output_options_t by Behdad Esfahbod · 3 years, 6 months ago
- 24a9d8c [util] Use post_parse in font_options_t by Behdad Esfahbod · 3 years, 6 months ago
- 9468e46 [util] Rename main_font_text back to main_font_text_t by Behdad Esfahbod · 3 years, 6 months ago
- 9d8bbe3 [util] Make main_font_text a struct again by Behdad Esfahbod · 3 years, 6 months ago
- b83fd3a [util] Refactor batch-processing code into batch.hh by Behdad Esfahbod · 3 years, 7 months ago
- d92ee72 [util/hb-shape] Treat as single-paragraph text other than provided by a file by Behdad Esfahbod · 3 years, 7 months ago
- 7d2e916 [util] Move text options into text_options_t by Behdad Esfahbod · 3 years, 7 months ago
- 93bc62e [util] Move output options into output-options.hh by Behdad Esfahbod · 3 years, 7 months ago
- af9d249 [util] Use inheritance for output_options_t by Behdad Esfahbod · 3 years, 7 months ago
- 5545eea [util] Remove main_font_text_t class, use bare function by Behdad Esfahbod · 3 years, 7 months ago
- 58c2233 [util] Move face/font options into face/font-options.hh by Behdad Esfahbod · 3 years, 7 months ago
- 798bb89 [util] Move shape format options into shape-format.hh by Behdad Esfahbod · 3 years, 7 months ago
- 71440db [util] Move font-size and upem to be extern variables by Behdad Esfahbod · 3 years, 7 months ago
- e014c6f [util/main-font-text] Move eol from template arg to main() arg by Behdad Esfahbod · 3 years, 7 months ago
- 09e4d7d [util] Simplify output_options_t by Behdad Esfahbod · 3 years, 7 months ago
- e109f9a [util] Collect cmdline arg options outside of constructor by Behdad Esfahbod · 3 years, 7 months ago
- e57dd66 [util] Initialize struct members inline by Behdad Esfahbod · 3 years, 7 months ago
- 47d47e8 [util/hb-shape/hb-subset] Don't terminate on first error in batch mode by Behdad Esfahbod · 3 years, 7 months ago
- ed99c80 [util/hb-shape] Refactor driver type duplication by Behdad Esfahbod · 3 years, 7 months ago
- 50379fb [util] Don’t split text at new lines in batch mode by Khaled Hosny · 3 years, 7 months ago
- a0203a2 Use hb_buffer_serialize to trace in utils by Simon Cozens · 4 years, 5 months ago
- ba810ce [tests] Replace space with colon in batch mode by Ebrahim Byagowi · 4 years, 11 months ago
- a0b4ac4 Turn 8 spaces to tab across the project by Ebrahim Byagowi · 5 years ago
- e412008 Remove redundant void from C++ sources (#1486) by Ebrahim Byagowi · 6 years ago
- edaa768 [util] Use fgets instead of getline such that windows passes by Behdad Esfahbod · 6 years ago
- 58e20f5 [util] Add hb-shape --batch by Behdad Esfahbod · 6 years ago
- 71fd632 Add option to buffer serialization to not output glyph advances by Behdad Esfahbod · 7 years ago
- dbdbfe3 Use nullptr instead of NULL by Behdad Esfahbod · 7 years ago
- a9e52a1 [util] Prefix trace lines with "trace:", and error lines with "error:" by Behdad Esfahbod · 8 years ago
- d205227 [util] Add --verify to hb-shape / hb-view that verifies shape results by Behdad Esfahbod · 8 years ago
- 40bd7e9 [unsafe-to-break] Add UNSAFE_TO_BREAK flag by Behdad Esfahbod · 9 years ago
- 6f38845 [hb-shape] Rename --show-messages to --trace by Behdad Esfahbod · 8 years ago
- e603505 [hb-shape] Improve shaping-debug output by Behdad Esfahbod · 8 years ago
- 925ceac util: Add missing field initialisers in constructor (#410) by Philip Withnall · 8 years ago
- fdd1770 Add API/cmdline to show glyph extents when serializing buffer by Behdad Esfahbod · 10 years ago
- cd4eb96 [util] Add --font-size to hb-shape by Behdad Esfahbod · 10 years ago
- 0afedaa [util/hb-shape] Fix crash; oops by Behdad Esfahbod · 11 years ago
- 9109f1e [util/hb-shape] Accept an empty output-format that would skip output by Behdad Esfahbod · 11 years ago
- ea5e8a0 [util] Plug minor leak by Behdad Esfahbod · 11 years ago
- 4dc798d Add hb-deprecated.h, and rename a couple enum values by Behdad Esfahbod · 11 years ago
- 7235f33 Fix misc warnings reported by cppcheck by Behdad Esfahbod · 12 years ago
- 4a765f0 Minor by Behdad Esfahbod · 12 years ago
- 9815a88 [util] List supported output formats in --help output by Behdad Esfahbod · 12 years ago
- 6bad092 [util] Default to "text" output format in hb-shape by Behdad Esfahbod · 12 years ago
- a4bef84 [util] Make hb-shape err if output-format is not understood by Behdad Esfahbod · 12 years ago
- f9edf16 Add buffer serialization / deserialization API by Behdad Esfahbod · 12 years ago
- 0594a24 Cleanup TRUE/FALSE vs true/false by Behdad Esfahbod · 13 years ago
- 5db0683 [util] Make hb-shape continue shaping other lines if shapers failed by Behdad Esfahbod · 13 years ago
- 45675e5 [util] Refactor to accommodate for upcoming new tool by Behdad Esfahbod · 13 years ago
- 95cefdf Add --utf8-clusters by Behdad Esfahbod · 13 years ago
- cdc673d [hb-shape] Add --show-line-num by Behdad Esfahbod · 13 years ago
- cc4d981 [hb-shape] Add --show-text and --show-unicode options by Behdad Esfahbod · 13 years ago
- 8b8b190 [util] Add hb-shape utility by Behdad Esfahbod · 13 years ago