summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2019-02-25Fix or document unsupported font-feature-settingsDavid Corbett1-1/+2
2019-01-29[subset] Add retain-gids option to hb-subset executable.Garret Rieger3-0/+4
2019-01-26Fix -Wcast-function-type warnings in util/ with gcc 4.8Behdad Esfahbod1-1/+4
2018-12-17Remove redundant void from C++ sources (#1486)Ebrahim Byagowi9-36/+27
2018-12-12[util/hb-subset] Add --layout to keep GDEF/GSUB/GPOSBehdad Esfahbod3-0/+4
2018-12-11MinorBehdad Esfahbod1-0/+2
2018-11-16Merge branch 'master' into cff-subsetMichiharu Ariza1-1/+1
2018-11-16[subset] minor, adjust spacesEbrahim Byagowi1-1/+1
2018-11-06Merge branch 'master' into cff-subsetMichiharu Ariza2-1/+9
2018-11-06[util] Fix up previous commitBehdad Esfahbod1-2/+6
2018-11-06[util] Don't terminate string after a a 0 in -uBehdad Esfahbod2-1/+5
2018-11-02Merge branch 'cff-subset' of https://github.com/harfbuzz/harfbuzz into cff-su...Michiharu Ariza2-3/+31
2018-11-01added hb_subset_input_set_desubroutinize APIMichiharu Ariza2-1/+2
2018-11-01Merge branch 'master' into cff-subsetMichiharu Ariza2-3/+31
2018-10-31CFF1 no-desubroutinize + no-hintingMichiharu Ariza2-0/+4
2018-10-30[util] Use fgets instead of getline such that windows passesBehdad Esfahbod1-4/+2
2018-10-30[util] MinorBehdad Esfahbod2-12/+2
2018-10-30Fix extra semicolon issues and test that on CI (#1330)Ebrahim Byagowi1-1/+1
2018-10-30[util] Add hb-shape --batchBehdad Esfahbod1-0/+30
2018-10-30[util] Don't close stdin/stdoutBehdad Esfahbod2-2/+12
2018-10-19Use g_strdup instead of strdupKhaled Hosny1-1/+1
2018-10-18[util] Better file-not-found error from hb-shape / hb-viewEbrahim Byagowi1-1/+1
2018-10-10Remove HAVE_OTBehdad Esfahbod3-10/+0
2018-10-07Rename invisible_codepoint to invisible_glyph in APIBehdad Esfahbod2-4/+4
2018-10-07Add API for setting invisible-codepointBehdad Esfahbod2-0/+4
2018-10-04Fix a warningBehdad Esfahbod1-1/+1
2018-10-02[circleci] Fix some of warnings from clang-everything bot (#1211)Ebrahim Byagowi1-2/+2
2018-10-01[circleci] Couple of fixes (#1200)Ebrahim Byagowi1-0/+2
2018-09-30[util] Remove unneeded virtualBehdad Esfahbod1-1/+1
2018-09-30[util] Fix more non-virtual-destructor warningsBehdad Esfahbod1-10/+18
2018-09-30MinorBehdad Esfahbod1-3/+3
2018-09-30[util] Use HB_FALLTHROUGHBehdad Esfahbod1-5/+5
2018-09-30[util] Mark var staticBehdad Esfahbod1-1/+1
2018-09-30[util] Add empty virtual destructor to option_group_tBehdad Esfahbod1-0/+2
2018-09-26[hb-view] Change subpixel bits from 8 to 6Behdad Esfahbod1-1/+1
2018-09-16Revert forcing use of single-parameter static_assert()Behdad Esfahbod1-1/+2
2018-09-16Fix build, another tryBehdad Esfahbod1-2/+1
2018-09-11[util] Add --ft-load-flagsBehdad Esfahbod3-1/+7
2018-09-11[util] Add -n shorthand for --num-iterationsBehdad Esfahbod1-1/+1
2018-08-29[subset] Clean up hb_subset_input_t APIBehdad Esfahbod1-2/+1
2018-08-29[subset] Remove unused hb_subset_profile_tBehdad Esfahbod1-3/+1
2018-08-25Rename hb-*private.hh to hb-*.hhBehdad Esfahbod9-10/+11
2018-06-24Treat - just as /dev/stdin and remove one extra file reader (#1065)Ebrahim Byagowi1-18/+9
2018-06-18Revert file blob sanitization and index checking (#1062)Ebrahim Byagowi2-11/+3
2018-06-17Verbose fail when something is wrong with hb-shape/hb-view input font file (#...Ebrahim Byagowi1-0/+11
2018-06-17Fix reading fonts from stdin (#1060)Ebrahim Byagowi3-8/+15
2018-04-23Resolve clang's conditional-uninitialize warningsEbrahim Byagowi1-1/+1
2018-04-20Add hb_blob_create_from_file, a new API (#926)Ebrahim Byagowi3-76/+21
2018-04-19[util] Check all specified shapers are known (#993)Khaled Hosny1-2/+20
2018-03-26Allow trailing non-numeric chars in --unicodesDavid Corbett1-1/+3