summaryrefslogtreecommitdiff
path: root/util/hb-shape.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant void from C++ sources (#1486)Ebrahim Byagowi2018-12-171-4/+1
* [util] Use fgets instead of getline such that windows passesBehdad Esfahbod2018-10-301-4/+2
* [util] Add hb-shape --batchBehdad Esfahbod2018-10-301-0/+30
* Add option to buffer serialization to not output glyph advancesBehdad Esfahbod2018-01-101-0/+2
* Use nullptr instead of NULLBehdad Esfahbod2017-10-151-7/+7
* [util] Prefix trace lines with "trace:", and error lines with "error:"Behdad Esfahbod2017-08-151-6/+6
* [util] Add --verify to hb-shape / hb-view that verifies shape resultsBehdad Esfahbod2017-08-111-5/+2
* [unsafe-to-break] Add UNSAFE_TO_BREAK flagBehdad Esfahbod2017-08-101-0/+2
* [hb-shape] Rename --show-messages to --traceBehdad Esfahbod2017-07-191-1/+1
* [hb-shape] Improve shaping-debug outputBehdad Esfahbod2017-07-181-2/+31
* util: Add missing field initialisers in constructor (#410)Philip Withnall2017-02-071-1/+3
* Add API/cmdline to show glyph extents when serializing bufferBehdad Esfahbod2015-08-241-0/+2
* [util] Add --font-size to hb-shapeBehdad Esfahbod2015-01-201-1/+1
* [util/hb-shape] Fix crash; oopsBehdad Esfahbod2014-07-091-1/+1
* [util/hb-shape] Accept an empty output-format that would skip outputBehdad Esfahbod2014-07-081-1/+4
* [util] Plug minor leakBehdad Esfahbod2014-03-191-3/+3
* Add hb-deprecated.h, and rename a couple enum valuesBehdad Esfahbod2013-08-271-1/+1
* Fix misc warnings reported by cppcheckBehdad Esfahbod2013-06-101-1/+4
* MinorBehdad Esfahbod2012-12-211-1/+1
* [util] List supported output formats in --help outputBehdad Esfahbod2012-12-211-3/+3
* [util] Default to "text" output format in hb-shapeBehdad Esfahbod2012-12-211-3/+8
* [util] Make hb-shape err if output-format is not understoodBehdad Esfahbod2012-11-151-0/+6
* Add buffer serialization / deserialization APIBehdad Esfahbod2012-11-151-2/+19
* Cleanup TRUE/FALSE vs true/falseBehdad Esfahbod2012-06-051-1/+1
* [util] Make hb-shape continue shaping other lines if shapers failedBehdad Esfahbod2012-06-021-7/+29
* [util] Refactor to accommodate for upcoming new toolBehdad Esfahbod2012-05-151-39/+31
* Add --utf8-clustersBehdad Esfahbod2012-04-161-3/+5
* [hb-shape] Add --show-line-numBehdad Esfahbod2012-01-191-19/+5
* [hb-shape] Add --show-text and --show-unicode optionsBehdad Esfahbod2012-01-191-1/+18
* [util] Add hb-shape utilityBehdad Esfahbod2011-09-191-0/+78