platform/upstream/libHarfBuzzSharp.git
2018-10-31 Behdad EsfahbodImprove blob->as<>
2018-10-31 Behdad Esfahbod[set] Warning fix with gcc 8.1
2018-10-31 Ebrahim Byagowi[ot-color-test] Remove the non-working exact strike...
2018-10-31 Ebrahim Byagowi[aat] Fix older compilers by not referencing enum direc...
2018-10-31 Ebrahim Byagowi[aat] Minor, remove extra semicolons
2018-10-31 Behdad Esfahbod[mort] Make ligatures work
2018-10-31 Behdad Esfahbod[mort] More Ligature work
2018-10-31 Behdad Esfahbod[mort] Some Ligature work
2018-10-31 Behdad Esfahbod[mort] Implement / adjust Contextual substitution
2018-10-31 Behdad Esfahbod[mort] More fixes]
2018-10-31 Behdad Esfahbod[maxp] Minor
2018-10-31 Behdad Esfahbod[mort] Grind some more
2018-10-31 Behdad Esfahbod[mort] Hook up more
2018-10-31 Behdad Esfahbod[morx] Remove stale comment
2018-10-31 Behdad Esfahbod[mort] More massaging towards mort
2018-10-31 Behdad Esfahbod[mort] Fix version check in sanitize
2018-10-31 Behdad Esfahbod[mort] Make it compile / hook it up
2018-10-31 Behdad Esfahbod[mort] Fixup on previous commit
2018-10-31 Ebrahim Byagowi[mort] Bring back mort generalizations
2018-10-31 Behdad EsfahbodFix build
2018-10-31 Behdad Esfahbod[fuzzing] Call hb-ot-color API
2018-10-30 Behdad Esfahbod2.1.0
2018-10-30 Behdad EsfahbodFix everything-bot
2018-10-30 Garret Rieger[subset] Limit the number of scripts and langsys' that...
2018-10-30 Behdad Esfahbod[name] Rename hb_name_id_t to hb_ot_name_id_t
2018-10-30 Simon Tookefix various GCC function pointer warnings
2018-10-30 Behdad Esfahbod[CBDT] Implement Format18 get_extens
2018-10-30 Behdad Esfahbod[CBDT] Bound checks in reference_png
2018-10-30 Nathan WillisDocs Makefile: sync SGML list to harfbuzz-docs.xml...
2018-10-30 Nathan WillisUsermanual: minor wording updates, build fixes.
2018-10-30 Nathan WillisUsermanual: update DTD in chapter XML to avoid HTML...
2018-10-30 Nathan WillisUsermanual; minor wording changes.
2018-10-30 Khaled HosnyMinor; rewording unsafe-to-break note.
2018-10-30 Khaled HosnyTrivial; typo.
2018-10-30 Khaled HosnyMinor; simplify example code
2018-10-30 Khaled HosnyMinor: simplify example code
2018-10-30 Khaled HosnyMinor; drop 'OpenType' from sentence
2018-10-30 Nathan WillisMinor.
2018-10-30 Khaled HosnyUse 'glyphs' instead of 'text'
2018-10-30 Nathan WillisDocs: minor, update Makefile w new file name.
2018-10-30 Nathan WillisDocs: rename Hello HarfBuzz to Getting Started.
2018-10-30 Nathan WillisDocs: usermanual, add API Overview to Hello HarfBuzz...
2018-10-30 Nathan WillisDocs: usermanual, add Shaping Concepts chapter.
2018-10-30 Nathan WillisDocs: usermanual, minor cleanup to What Is HarfBuzz...
2018-10-30 Nathan WillisDocs: move harfbuzz-ng-vs-old discussion down below...
2018-10-30 Nathan WillisDocs: flesh out config options in Usermanual:Install...
2018-10-30 Nathan WillisDocs: add basic config-options section to Usermanual...
2018-10-30 Nathan WillisDocs: update and linearize build instructions; add...
2018-10-30 Nathan WillisDocs: update usermanual What Is HarfBuzz material.
2018-10-30 Nathan WillisDocs: Move What-HarfBuzz-doesnt-do to Usermanual-what...
2018-10-30 Nathan WillisDocs: Usermanual- What is HarfBuzz; add intro to shapin...
2018-10-30 Nathan WillisDocs: update Usermanual-What Is HarfBuzz.
2018-10-30 Khaled Hosny[sbix] Fix memory leak in early return
2018-10-30 Behdad Esfahbod[util] Use fgets instead of getline such that windows...
2018-10-30 Behdad Esfahbod[test] Fix warnings
2018-10-30 Behdad EsfahbodMinor
2018-10-30 Behdad Esfahbod[util] Minor
2018-10-30 Behdad Esfahbod[test] Fix Python3
2018-10-30 Ebrahim ByagowiFix extra semicolon issues and test that on CI (#1330)
2018-10-30 Behdad Esfahbod[test/shaping] Spawn one hb-shape per test file
2018-10-30 Behdad Esfahbod[util] Add hb-shape --batch
2018-10-30 Behdad Esfahbod[util] Don't close stdin/stdout
2018-10-30 Behdad EsfahbodFix spurious warning re uninitialized use
2018-10-30 Ebrahim Byagowi[cmake] Make build of tests and subset optional (#1329)
2018-10-30 Behdad Esfahbod[set/map] Fix uninitialized memory
2018-10-30 Behdad Esfahbod[fuzzing] Make test runners less verbose
2018-10-30 Behdad Esfahbod[unicode] Fix a long-standing double-declaration warning
2018-10-30 Behdad EsfahbodRemove now unused hb_auto_t<>
2018-10-30 Behdad EsfahbodRemove last use of hb_auto_t<>
2018-10-30 Behdad EsfahbodPort Coverage::Iter off hb_auto_t<>
2018-10-30 Behdad EsfahbodRemove a few unnecessary hb_auto_t<>'s
2018-10-30 Behdad Esfahbod[set/map/vector] Make constructable, but not copy or...
2018-10-29 Behdad EsfahbodAdd HB_NO_CREATE_COPY_ASSIGN
2018-10-29 Behdad EsfahbodRemove HB_DISALLOW_COPY_AND_ASSIGN from hb_ot_shape_pla...
2018-10-29 Behdad EsfahbodOne more iteration
2018-10-29 Behdad EsfahbodTry fixing older bots
2018-10-29 Behdad Esfahbod[cmap] Minor
2018-10-29 Behdad EsfahbodRemove ASSERT_POD
2018-10-29 Behdad EsfahbodFix extra-semicolon warnings
2018-10-29 Behdad EsfahbodMake Array types uncopyable-unassignable
2018-10-29 Behdad Esfahbod[svg] Minor
2018-10-29 Behdad EsfahbodFix g-i warnings
2018-10-29 Ebrahim Byagowi[test-ot-color] Minor
2018-10-29 Ebrahim ByagowiRename deprecated symbols list file name and clean...
2018-10-29 Ebrahim ByagowiMerge pull request #1326 from ebraminio/test-ot-color
2018-10-29 Ebrahim Byagowi[test-ot-color] Use public APIs on the tool
2018-10-29 Ebrahim ByagowiRename dump-emoji to test-ot-color
2018-10-29 Ebrahim ByagowiRevive dump-emoji
2018-10-29 Ebrahim Byagowi[svg] Fix incorrect array referencing
2018-10-29 Behdad Esfahbod[cbdt] Implement strike selection logic
2018-10-29 Behdad Esfahbod[sbix] Minor
2018-10-29 Behdad Esfahbod[cbdt] Simplify more
2018-10-29 Behdad Esfahbod[color] Rename get_strike() to choose_strike()
2018-10-29 Behdad Esfahbod[tests] Fix for recent rounding change in CBDT
2018-10-29 Behdad Esfahbod[cbdt] Refactor get_strike()
2018-10-29 Behdad Esfahbod[cbdt] Minor
2018-10-29 Behdad Esfahbod[color] Round extents when scaling
2018-10-29 Ebrahim Byagowi[ot-color/png] Consider strike ppem on scaling
2018-10-29 Behdad Esfahbod[svg] Cosmetic
2018-10-29 Behdad Esfahbod[svg] Use SortedArrayOf.bsearch
next