summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-30[DO NOT COMMIT] Testtest-str-literal-constnessBehdad Esfahbod1-0/+1
2018-10-30Fix everything-botBehdad Esfahbod1-1/+1
2018-10-30[subset] Limit the number of scripts and langsys' that should be checked when...Garret Rieger2-1/+18
2018-10-30[name] Rename hb_name_id_t to hb_ot_name_id_tBehdad Esfahbod11-138/+139
2018-10-30fix various GCC function pointer warningsSimon Tooke2-5/+5
2018-10-30[CBDT] Implement Format18 get_extensBehdad Esfahbod1-1/+9
2018-10-30[CBDT] Bound checks in reference_pngBehdad Esfahbod1-23/+34
2018-10-30Docs Makefile: sync SGML list to harfbuzz-docs.xml include list. Hopefully fi...Nathan Willis1-5/+6
2018-10-30Usermanual: minor wording updates, build fixes.Nathan Willis9-12/+70
2018-10-30Usermanual: update DTD in chapter XML to avoid HTML entity parsing errors.Nathan Willis1-2/+8
2018-10-30Usermanual; minor wording changes.Nathan Willis3-29/+26
2018-10-30Minor; rewording unsafe-to-break note.Khaled Hosny1-1/+1
2018-10-30Trivial; typo.Khaled Hosny1-1/+1
2018-10-30Minor; simplify example codeKhaled Hosny1-1/+3
2018-10-30Minor: simplify example codeKhaled Hosny1-1/+1
2018-10-30Minor; drop 'OpenType' from sentenceKhaled Hosny1-1/+1
2018-10-30Minor.Nathan Willis1-5/+7
2018-10-30Use 'glyphs' instead of 'text'Khaled Hosny1-1/+1
2018-10-30Docs: minor, update Makefile w new file name.Nathan Willis1-1/+1
2018-10-30Docs: rename Hello HarfBuzz to Getting Started.Nathan Willis2-1/+1
2018-10-30Docs: usermanual, add API Overview to Hello HarfBuzz chapter. Start Terminolo...Nathan Willis1-97/+212
2018-10-30Docs: usermanual, add Shaping Concepts chapter.Nathan Willis2-2/+371
2018-10-30Docs: usermanual, minor cleanup to What Is HarfBuzz chapter.Nathan Willis1-3/+3
2018-10-30Docs: move harfbuzz-ng-vs-old discussion down below the TOC; put in note.Nathan Willis1-20/+43
2018-10-30Docs: flesh out config options in Usermanual:Install chapter.Nathan Willis1-23/+85
2018-10-30Docs: add basic config-options section to Usermanual Installation chapter.Nathan Willis1-1/+131
2018-10-30Docs: update and linearize build instructions; add installation overview mate...Nathan Willis1-41/+188
2018-10-30Docs: update usermanual What Is HarfBuzz material.Nathan Willis1-48/+172
2018-10-30Docs: Move What-HarfBuzz-doesnt-do to Usermanual-what-is-HarfBuzz.Nathan Willis2-95/+104
2018-10-30Docs: Usermanual- What is HarfBuzz; add intro to shaping concepts.Nathan Willis1-0/+51
2018-10-30Docs: update Usermanual-What Is HarfBuzz.Nathan Willis1-69/+130
2018-10-30[sbix] Fix memory leak in early returnKhaled Hosny2-0/+3
2018-10-30[util] Use fgets instead of getline such that windows passesBehdad Esfahbod1-4/+2
2018-10-30[test] Fix warningsBehdad Esfahbod1-3/+3
2018-10-30MinorBehdad Esfahbod1-6/+7
2018-10-30[util] MinorBehdad Esfahbod2-12/+2
2018-10-30[test] Fix Python3Behdad Esfahbod1-1/+1
2018-10-30Fix extra semicolon issues and test that on CI (#1330)Ebrahim Byagowi6-15/+15
2018-10-30[test/shaping] Spawn one hb-shape per test fileBehdad Esfahbod1-20/+12
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-30Fix spurious warning re uninitialized useBehdad Esfahbod1-0/+1
2018-10-30[cmake] Make build of tests and subset optional (#1329)Ebrahim Byagowi2-14/+7
2018-10-29[set/map] Fix uninitialized memoryBehdad Esfahbod3-4/+5
2018-10-29[fuzzing] Make test runners less verboseBehdad Esfahbod2-2/+2
2018-10-29[unicode] Fix a long-standing double-declaration warningBehdad Esfahbod1-24/+7
2018-10-29Remove now unused hb_auto_t<>Behdad Esfahbod1-20/+0
2018-10-29Remove last use of hb_auto_t<>Behdad Esfahbod1-2/+6
2018-10-29Port Coverage::Iter off hb_auto_t<>Behdad Esfahbod4-21/+19
2018-10-29Remove a few unnecessary hb_auto_t<>'sBehdad Esfahbod8-26/+24