summaryrefslogtreecommitdiff
path: root/util/options.cc
Commit message (Expand)AuthorAgeFilesLines
...
* [hb-shape] Rename --show-messages to --traceBehdad Esfahbod2017-07-191-1/+1
* [hb-shape] Improve shaping-debug outputBehdad Esfahbod2017-07-181-3/+7
* [var] Flesh out --variations documentationBehdad Esfahbod2017-01-221-39/+14
* [util] Add --variationsBehdad Esfahbod2017-01-211-0/+91
* [util] Use O_BINARY instead of _O_BINARYBehdad Esfahbod2015-12-171-2/+2
* util: Fix build on Visual StudioChun-wei Fan2015-11-161-1/+1
* [util] Fix option-parsing leaksBehdad Esfahbod2015-11-031-10/+11
* [util] In --debug mode, duplicate font dataBehdad Esfahbod2015-11-031-0/+3
* Add API/cmdline to show glyph extents when serializing bufferBehdad Esfahbod2015-08-241-0/+1
* Implement more granular cluster-mergingBehdad Esfahbod2015-07-221-0/+1
* Fix buildBehdad Esfahbod2015-06-031-1/+1
* WhitespaceBehdad Esfahbod2015-04-131-7/+11
* Merge pull request #86 from cpfair/hb-shape-output-help-improvementBehdad Esfahbod2015-04-131-13/+16
|\
| * Stop hb-shape docs leaking into hb-viewCollin Fair2015-02-141-7/+8
| * 'All' of the above, not 'each'Collin Fair2015-02-141-2/+2
| * Remove reference to --help-output-content in --help-output (as --help-output-...Collin Fair2015-02-141-1/+1
| * Add serialization syntax documentation. Clarify naming and wording in --help-...Collin Fair2015-02-141-14/+16
* | [util] Accept comma as well as space when separating components of argsBehdad Esfahbod2015-04-091-2/+2
|/
* [util] Add --font-size to hb-shapeBehdad Esfahbod2015-01-201-3/+41
* [util] MinorBehdad Esfahbod2015-01-201-1/+1
* Add missing va_end()Behdad Esfahbod2015-01-021-0/+1
* [util] Note CSS compatibility in --help-featuresBehdad Esfahbod2014-07-251-1/+3
* [util] Add option to set font function implementation to useBehdad Esfahbod2014-07-051-9/+67
* [util] Fix memory issueBehdad Esfahbod2014-07-041-4/+2
* Start fleshing out builtin font functionsBehdad Esfahbod2014-03-241-0/+4
* [util] Plug minor leakBehdad Esfahbod2014-03-191-1/+5
* MinorBehdad Esfahbod2013-12-121-2/+2
* [util] Plug leakBehdad Esfahbod2013-12-021-1/+4
* Work with old and new glibBehdad Esfahbod2013-10-271-2/+2
* Don't use g_mapped_file_unref()Behdad Esfahbod2013-10-101-2/+2
* [util] Add --num-iterationsBehdad Esfahbod2013-04-111-0/+1
* Improve checks for setmode()Behdad Esfahbod2013-02-121-2/+2
* Really fix setmode this timeBehdad Esfahbod2013-01-311-1/+1
* Fixup previous commitBehdad Esfahbod2013-01-311-2/+2
* Use setmode() instead of _setmode()Behdad Esfahbod2013-01-311-1/+1
* [util] List supported output formats in --help outputBehdad Esfahbod2012-12-211-1/+8
* Fix build with C++11Behdad Esfahbod2012-12-051-4/+4
* Add buffer serialization / deserialization APIBehdad Esfahbod2012-11-151-40/+17
* [util] Add --bot / --eot / --preserve-default-ignorablesBehdad Esfahbod2012-11-131-0/+3
* MinorBehdad Esfahbod2012-11-131-1/+1
* [util] Add --text-before and --text-after to hb-shape / hb-viewBehdad Esfahbod2012-11-131-0/+2
* [hb-shape] Adjust postioning output formatBehdad Esfahbod2012-11-131-6/+7
* MinorBehdad Esfahbod2012-11-121-1/+1
* Add hb_feature_to/from_string()Behdad Esfahbod2012-09-061-128/+4
* Add hb_font_glyph_from/to_stringBehdad Esfahbod2012-08-071-1/+1
* [util] Fix leaksBehdad Esfahbod2012-08-061-1/+1
* Enlarge glyph_name bufferBehdad Esfahbod2012-08-041-1/+1
* Add hb_buffer_normalize_glyphs() and hb-shape --normalize-glyphsBehdad Esfahbod2012-07-171-0/+1
* Cleanup TRUE/FALSE vs true/falseBehdad Esfahbod2012-06-051-29/+29
* Add --verbose to hb-shapeBehdad Esfahbod2012-06-041-0/+11