summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2013-08-27Add hb-deprecated.h, and rename a couple enum valuesBehdad Esfahbod3-2/+3
2013-07-29Fix glyph name printing in hb-ot-shape-closureBehdad Esfahbod1-1/+1
2013-06-10Fix misc warnings reported by cppcheckBehdad Esfahbod5-7/+16
2013-06-03util/ansi-print.cc: Use fallback implementation for lround on MSVCChun-wei Fan1-0/+11
2013-04-17[util] Unbreak --show-text / --show-unicodeBehdad Esfahbod1-2/+2
2013-04-11[util] Add --num-iterationsBehdad Esfahbod3-6/+12
2013-02-15Disable automatic segment properties guessingBehdad Esfahbod1-0/+1
2013-02-12Improve checks for setmode()Behdad Esfahbod2-3/+3
2013-01-31Really fix setmode this timeBehdad Esfahbod1-1/+1
2013-01-31Fixup previous commitBehdad Esfahbod1-2/+2
2013-01-31Use setmode() instead of _setmode()Behdad Esfahbod2-2/+2
2013-01-07Rename hb_buffer_clear() to hb_buffer_clear_contents()Behdad Esfahbod1-1/+1
2012-12-21MinorBehdad Esfahbod1-1/+1
2012-12-21[util] List supported output formats in --help outputBehdad Esfahbod6-7/+18
2012-12-21[util] List supported output formats in hb-viewBehdad Esfahbod1-1/+29
2012-12-21[util] Default to "text" output format in hb-shapeBehdad Esfahbod2-3/+13
2012-12-05Fix build with C++11Behdad Esfahbod1-4/+4
2012-11-15MinorBehdad Esfahbod1-12/+12
2012-11-15Add / modify set API a bitBehdad Esfahbod1-1/+1
2012-11-15[util] Make hb-shape err if output-format is not understoodBehdad Esfahbod1-0/+6
2012-11-15Add buffer serialization / deserialization APIBehdad Esfahbod3-45/+40
2012-11-13[util] Add --bot / --eot / --preserve-default-ignorablesBehdad Esfahbod2-0/+15
2012-11-13MinorBehdad Esfahbod1-1/+1
2012-11-13[util] Add --text-before and --text-after to hb-shape / hb-viewBehdad Esfahbod5-6/+26
2012-11-13[hb-shape] Adjust postioning output formatBehdad Esfahbod1-6/+7
2012-11-12MinorBehdad Esfahbod1-1/+1
2012-09-06Add hb_feature_to/from_string()Behdad Esfahbod1-128/+4
2012-08-07Add hb_font_glyph_from/to_stringBehdad Esfahbod1-1/+1
2012-08-06[util] Fix leaksBehdad Esfahbod2-2/+2
2012-08-04Enlarge glyph_name bufferBehdad Esfahbod1-1/+1
2012-07-17Add hb_buffer_normalize_glyphs() and hb-shape --normalize-glyphsBehdad Esfahbod2-1/+7
2012-06-09UghBehdad Esfahbod1-2/+0
2012-06-09More Oops! Fix fast-path with sub-type==0Behdad Esfahbod1-0/+2
2012-06-07Fix warnings produced by clang analyzerBehdad Esfahbod1-1/+1
2012-06-07Fix warningsBehdad Esfahbod1-17/+13
2012-06-05Cleanup TRUE/FALSE vs true/falseBehdad Esfahbod6-41/+41
2012-06-05Make hb-view err if all shapers failedBehdad Esfahbod1-1/+1
2012-06-04Add --verbose to hb-shapeBehdad Esfahbod2-1/+11
2012-06-02[util] MinorBehdad Esfahbod3-16/+18
2012-06-02[util] Make hb-shape continue shaping other lines if shapers failedBehdad Esfahbod8-81/+143
2012-06-01Remove unused variableBehdad Esfahbod1-2/+0
2012-05-28Add hb_font_get_glyph_name() and hb_font_get_glyph_from_name()Behdad Esfahbod2-13/+6
2012-05-25[util] Add hidden --shaper that is equivalent of --shapersBehdad Esfahbod2-2/+6
2012-05-25Add set iteratorBehdad Esfahbod1-3/+5
2012-05-15[util] Add hb-ot-shape-closure toolBehdad Esfahbod3-7/+139
2012-05-15[util] Refactor to accommodate for upcoming new toolBehdad Esfahbod5-70/+135
2012-05-13MinorBehdad Esfahbod1-34/+33
2012-05-13Remove ioctl checksBehdad Esfahbod1-11/+0
2012-05-13[util] Set ansi color only on color changeBehdad Esfahbod1-5/+23
2012-05-13Reduce default marginBehdad Esfahbod1-1/+1