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