summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2017-10-27Include hb-private.hh more consistentlyBehdad Esfahbod7-22/+19
2017-10-15Use nullptr instead of NULLBehdad Esfahbod9-112/+112
2017-10-15Use static_assert instead of custom ASSERT_STATICBehdad Esfahbod1-1/+2
2017-10-15[util] Include hb-private.hhBehdad Esfahbod1-26/+5
2017-09-09[util] Add a few shorthand forms for commandline optionsBehdad Esfahbod1-5/+5
2017-09-04Fix buffer_diff for empty buffersBehdad Esfahbod1-1/+1
2017-09-01[util] Add --unicodes to hb-view / hb-shapeBehdad Esfahbod1-1/+64
2017-08-30[util] Fix cluster sweeping during --verifyBehdad Esfahbod1-3/+8
2017-08-30[util] When --verify fails, return reconstructed shape resultsBehdad Esfahbod2-6/+4
2017-08-30hb_buffer_diff() tweakBehdad Esfahbod1-1/+1
2017-08-15[util] Prefix trace lines with "trace:", and error lines with "error:"Behdad Esfahbod3-8/+9
2017-08-15[util] Respect eot/bot in safe-to-break test; hook up hb_buffer_diff()Behdad Esfahbod1-12/+26
2017-08-14[util] Fix leaksBehdad Esfahbod1-0/+2
2017-08-11[unsafe-to-break] Towards verifying unsafe-to-break in --verifyBehdad Esfahbod1-2/+129
2017-08-11[util] Add --verify to hb-shape / hb-view that verifies shape resultsBehdad Esfahbod5-17/+53
2017-08-10[unsafe-to-break] Add UNSAFE_TO_BREAK flagBehdad Esfahbod3-0/+5
2017-08-09[util] Fix two other Coverity warningsBehdad Esfahbod1-0/+4
2017-08-09[util] Fix warningBehdad Esfahbod1-1/+2
2017-07-19[hb-shape] Rename --show-messages to --traceBehdad Esfahbod3-4/+4
2017-07-18[hb-shape] Improve shaping-debug outputBehdad Esfahbod7-39/+65
2017-02-07util: Add missing field initialisers in constructor (#410)Philip Withnall1-1/+3
2017-01-22[var] Flesh out --variations documentationBehdad Esfahbod1-39/+14
2017-01-22MinorBehdad Esfahbod1-5/+9
2017-01-21[var] Hook up variations to FreeType faceBehdad Esfahbod1-1/+15
2017-01-21[util] Add --variationsBehdad Esfahbod2-1/+98
2016-04-26[util] Print out --debug buffer to stderrBehdad Esfahbod1-1/+1
2016-02-03build: Move source listings into separate Makefile snippetsChun-wei Fan2-29/+37
2015-12-18[buffer] Add debugging, aka, message, APIBehdad Esfahbod1-0/+18
2015-12-17[util] Use O_BINARY instead of _O_BINARYBehdad Esfahbod1-2/+2
2015-12-10[util] Port hb-view to use font metrics from HarfBuzz instead of cairoBehdad Esfahbod2-13/+15
2015-11-16MSVC builds: Add fallback implementation for pre-2013 MSVCChun-wei Fan1-0/+17
2015-11-16util: Fix build on Visual StudioChun-wei Fan3-18/+20
2015-11-10[util] Fix crash when --output-file is specified but not --output-formatBehdad Esfahbod1-0/+3
2015-11-05[util] If font has color, generate PNG with colorBehdad Esfahbod3-9/+37
2015-11-03[util] Fix option-parsing leaksBehdad Esfahbod4-33/+70
2015-11-03[util] In --debug mode, duplicate font dataBehdad Esfahbod1-0/+3
2015-08-24Add API/cmdline to show glyph extents when serializing bufferBehdad Esfahbod3-0/+5
2015-07-22Implement more granular cluster-mergingBehdad Esfahbod2-0/+4
2015-06-18[util] Disable hb-fc-list for nowBehdad Esfahbod1-14/+14
2015-06-03Fix buildBehdad Esfahbod1-1/+1
2015-05-18[util] MinorBehdad Esfahbod1-13/+13
2015-04-13WhitespaceBehdad Esfahbod1-7/+11
2015-04-13Merge pull request #86 from cpfair/hb-shape-output-help-improvementBehdad Esfahbod1-13/+16
2015-04-09[utils] Add hb-fc-listBehdad Esfahbod4-0/+432
2015-04-09[util/hb-view] Fix rendering with all combinations of negative scalesBehdad Esfahbod2-45/+47
2015-04-09[util] MinorBehdad Esfahbod1-4/+2
2015-04-09[util] Accept comma as well as space when separating components of argsBehdad Esfahbod1-2/+2
2015-02-25[util] Add convenience "make lib" targetBehdad Esfahbod1-0/+4
2015-02-14Stop hb-shape docs leaking into hb-viewCollin Fair1-7/+8
2015-02-14'All' of the above, not 'each'Collin Fair1-2/+2