summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-15[util] Remove line bufferingBehdad Esfahbod1-12/+0
2018-02-26Merge pull request #818 from googlefonts/drophintsrsheeter3-1/+34
2018-02-26[aat] trak sanitizationEbrahim Byagowi1-1/+1
2018-02-23Merge branch 'master' of https://github.com/harfbuzz/harfbuzz into drophintsRod Sheeter2-5/+34
2018-02-23[util] Implement ppem/ptem on hb-{shape,view} (#811)Ebrahim Byagowi2-5/+34
2018-02-21[subset] drop hint tables if so flagged. Still need to dump glyf instructions.Rod Sheeter3-4/+4
2018-02-21[subset] add --hinting flagRod Sheeter3-1/+34
2018-02-13[subset] Rename constructor to hb_subset_input_create_or_fail()Behdad Esfahbod1-1/+1
2018-02-13[subset] hb_subset_input_t changesBehdad Esfahbod1-12/+8
2018-02-10More fixesBehdad Esfahbod1-3/+3
2018-02-10[util] Remove use of ssize_t which was failing on MSVCBehdad Esfahbod1-3/+3
2018-02-10[subset] Merge remote-tracking branch 'googlefonts/master'Behdad Esfahbod1-1/+0
2018-02-10[util] Use setlinebuf() if presentBehdad Esfahbod1-2/+10
2018-02-08remove output noiseRod Sheeter1-1/+0
2018-02-08[util] MinorBehdad Esfahbod2-3/+9
2018-02-07[subset] Change hb_subset API to remove hb_subset_face_tBehdad Esfahbod1-5/+7
2018-02-07capture the set of codepoints passed by --unicodesRod Sheeter1-1/+16
2018-02-07Add codepoints to subset input.Garret Rieger1-1/+1
2018-02-06[subset] Fix Windows issue on endlines (#756)Ebrahim Byagowi1-1/+1
2018-02-05ssize_t -> size_tGarret Rieger1-1/+1
2018-02-05Switch to fopen() instead of open() in subset test. open wasn't compiling on ...Garret Rieger1-7/+6
2018-02-05Rename HB_SUBSET_sources -> HB_SUBSET_CLI_sources to match what cmake is look...Garret Rieger2-3/+2