Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-25 | Rename hb-*private.hh to hb-*.hh | Behdad Esfahbod | 1 | -1/+1 | |
Sorry for the noise, downstream custom builders. Please adjust. | |||||
2018-04-20 | Add hb_blob_create_from_file, a new API (#926) | Ebrahim Byagowi | 1 | -2/+1 | |
2017-10-27 | Include hb-private.hh more consistently | Behdad Esfahbod | 1 | -3/+4 | |
Part of fixing https://github.com/behdad/harfbuzz/issues/585 | |||||
2017-08-30 | [util] When --verify fails, return reconstructed shape results | Behdad Esfahbod | 1 | -1/+1 | |
2017-08-11 | [util] Add --verify to hb-shape / hb-view that verifies shape results | Behdad Esfahbod | 1 | -5/+2 | |
Right now it checks for monotone cluster values. Other checks to be added. | |||||
2017-07-18 | [hb-shape] Improve shaping-debug output | Behdad Esfahbod | 1 | -2/+2 | |
Before, that was printed using --debug (and in both hb-shape and hb-view). Changed it, now hb-shape has a new command-line argument called --show-messages. When invoked, it also respects other output formatting options. The messages are better formatted and printed to te same place that hb-shape output is directed to. Previously they were written to stderr. Fixes https://github.com/behdad/harfbuzz/issues/506 | |||||
2015-04-09 | [util/hb-view] Fix rendering with all combinations of negative scales | Behdad Esfahbod | 1 | -2/+0 | |
2015-01-20 | [util] Add --font-size to hb-shape | Behdad Esfahbod | 1 | -4/+4 | |
Also makes hb-view to use 8 bits of subpixel precision and shape at requested size, instead of always shaping at upem and scaling results. | |||||
2013-12-04 | Minor | Behdad Esfahbod | 1 | -1/+2 | |
2013-12-02 | [util] Fix uninitialized memory access | Behdad Esfahbod | 1 | -1/+1 | |
2013-10-27 | Work with old and new glib | Behdad Esfahbod | 1 | -0/+4 | |
Avoids "deprecated" warnings. | |||||
2013-09-26 | [util] Don't use g_array_unref() | Behdad Esfahbod | 1 | -1/+1 | |
Was introduced in glib 2.22. | |||||
2013-06-10 | Fix misc warnings reported by cppcheck | Behdad Esfahbod | 1 | -2/+4 | |
https://bugs.freedesktop.org/show_bug.cgi?id=65544 | |||||
2012-12-21 | [util] List supported output formats in --help output | Behdad Esfahbod | 1 | -1/+1 | |
2012-06-05 | Cleanup TRUE/FALSE vs true/false | Behdad Esfahbod | 1 | -1/+1 | |
2012-06-05 | Make hb-view err if all shapers failed | Behdad Esfahbod | 1 | -1/+1 | |
2012-06-02 | [util] Make hb-shape continue shaping other lines if shapers failed | Behdad Esfahbod | 1 | -7/+45 | |
2012-04-16 | Add --utf8-clusters | Behdad Esfahbod | 1 | -1/+2 | |
Also fix cairo cluster generation. | |||||
2012-04-12 | Fix hb-view surface size calc for vertical text | Behdad Esfahbod | 1 | -0/+1 | |
For some reason it doesn't quite work with IranianNastaliq, but that looks like a font issue. | |||||
2011-09-19 | [util] Add hb-shape utility | Behdad Esfahbod | 1 | -6/+2 | |
Like hb-view, but prints out buffer contents. The output format is kinda cryptic. Suggestions welcome. | |||||
2011-09-16 | Always shape at size=upem | Behdad Esfahbod | 1 | -1/+1 | |
Fixes bug with uniscribe not handling GIGANTIC sizes. | |||||
2011-09-15 | [util] Refactor hb-view completely | Behdad Esfahbod | 1 | -0/+63 | |
Now we can use the same code to do other utils... |