summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Fix or document unsupported font-feature-settingsDavid Corbett2019-02-251-1/+2
* [subset] Add retain-gids option to hb-subset executable.Garret Rieger2019-01-293-0/+4
* Fix -Wcast-function-type warnings in util/ with gcc 4.8Behdad Esfahbod2019-01-261-1/+4
* Remove redundant void from C++ sources (#1486)Ebrahim Byagowi2018-12-179-36/+27
* [util/hb-subset] Add --layout to keep GDEF/GSUB/GPOSBehdad Esfahbod2018-12-123-0/+4
* MinorBehdad Esfahbod2018-12-111-0/+2
* Merge branch 'master' into cff-subsetMichiharu Ariza2018-11-161-1/+1
|\
| * [subset] minor, adjust spacesEbrahim Byagowi2018-11-161-1/+1
* | Merge branch 'master' into cff-subsetMichiharu Ariza2018-11-062-1/+9
|\ \ | |/
| * [util] Fix up previous commitBehdad Esfahbod2018-11-061-2/+6
| * [util] Don't terminate string after a a 0 in -uBehdad Esfahbod2018-11-062-1/+5
* | Merge branch 'cff-subset' of https://github.com/harfbuzz/harfbuzz into cff-su...Michiharu Ariza2018-11-022-3/+31
|\ \
| * \ Merge branch 'master' into cff-subsetMichiharu Ariza2018-11-012-3/+31
| |\ \ | | |/
| | * [util] Use fgets instead of getline such that windows passesBehdad Esfahbod2018-10-301-4/+2
| | * [util] MinorBehdad Esfahbod2018-10-302-12/+2
| | * Fix extra semicolon issues and test that on CI (#1330)Ebrahim Byagowi2018-10-301-1/+1
| | * [util] Add hb-shape --batchBehdad Esfahbod2018-10-301-0/+30
| | * [util] Don't close stdin/stdoutBehdad Esfahbod2018-10-302-2/+12
* | | added hb_subset_input_set_desubroutinize APIMichiharu Ariza2018-11-012-1/+2
|/ /
* | CFF1 no-desubroutinize + no-hintingMichiharu Ariza2018-10-312-0/+4
|/
* Use g_strdup instead of strdupKhaled Hosny2018-10-191-1/+1
* [util] Better file-not-found error from hb-shape / hb-viewEbrahim Byagowi2018-10-181-1/+1
* Remove HAVE_OTBehdad Esfahbod2018-10-103-10/+0
* Rename invisible_codepoint to invisible_glyph in APIBehdad Esfahbod2018-10-072-4/+4
* Add API for setting invisible-codepointBehdad Esfahbod2018-10-072-0/+4
* Fix a warningBehdad Esfahbod2018-10-041-1/+1
* [circleci] Fix some of warnings from clang-everything bot (#1211)Ebrahim Byagowi2018-10-021-2/+2
* [circleci] Couple of fixes (#1200)Ebrahim Byagowi2018-10-011-0/+2
* [util] Remove unneeded virtualBehdad Esfahbod2018-09-301-1/+1
* [util] Fix more non-virtual-destructor warningsBehdad Esfahbod2018-09-301-10/+18
* MinorBehdad Esfahbod2018-09-301-3/+3
* [util] Use HB_FALLTHROUGHBehdad Esfahbod2018-09-301-5/+5
* [util] Mark var staticBehdad Esfahbod2018-09-301-1/+1
* [util] Add empty virtual destructor to option_group_tBehdad Esfahbod2018-09-301-0/+2
* [hb-view] Change subpixel bits from 8 to 6Behdad Esfahbod2018-09-261-1/+1
* Revert forcing use of single-parameter static_assert()Behdad Esfahbod2018-09-161-1/+2
* Fix build, another tryBehdad Esfahbod2018-09-161-2/+1
* [util] Add --ft-load-flagsBehdad Esfahbod2018-09-113-1/+7
* [util] Add -n shorthand for --num-iterationsBehdad Esfahbod2018-09-111-1/+1
* [subset] Clean up hb_subset_input_t APIBehdad Esfahbod2018-08-291-2/+1
* [subset] Remove unused hb_subset_profile_tBehdad Esfahbod2018-08-291-3/+1
* Rename hb-*private.hh to hb-*.hhBehdad Esfahbod2018-08-259-10/+11
* Treat - just as /dev/stdin and remove one extra file reader (#1065)Ebrahim Byagowi2018-06-241-18/+9
* Revert file blob sanitization and index checking (#1062)Ebrahim Byagowi2018-06-182-11/+3
* Verbose fail when something is wrong with hb-shape/hb-view input font file (#...Ebrahim Byagowi2018-06-171-0/+11
* Fix reading fonts from stdin (#1060)Ebrahim Byagowi2018-06-173-8/+15
* Resolve clang's conditional-uninitialize warningsEbrahim Byagowi2018-04-231-1/+1
* Add hb_blob_create_from_file, a new API (#926)Ebrahim Byagowi2018-04-203-76/+21
* [util] Check all specified shapers are known (#993)Khaled Hosny2018-04-191-2/+20
* Allow trailing non-numeric chars in --unicodesDavid Corbett2018-03-261-1/+3