platform/upstream/libHarfBuzzSharp.git
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
2018-10-29 Behdad Esfahbod[svg] Minor
2018-10-29 Behdad Esfahbod[sbix] Comment
2018-10-29 Behdad Esfahbod[color] Minor
2018-10-29 Behdad EsfahbodMinor
2018-10-29 Behdad Esfahbod[sbix] Use LOffsetLArrayOf<>
2018-10-29 Behdad Esfahbod[sbix] Add get_strike
2018-10-29 Behdad Esfahbod[sbix] Remove sbix_len
2018-10-29 Behdad Esfahbod[sbix] Fix get_glyph_blob() on Null object
2018-10-29 Behdad Esfahbod[sbix] Simplify ppem access
2018-10-29 Behdad Esfahbod[sbix] Simplify glyph_length calc
2018-10-29 Behdad Esfahbod[sbix] Check glyph data end is in range
2018-10-29 Behdad Esfahbod[sbix] Reduce code
2018-10-29 Behdad Esfahbod[sbix] Check glyph id before looking into unsafe array
2018-10-29 Behdad Esfahbod[sbix] Simplify 'dupe' handling logic
2018-10-29 Behdad Esfahbod[sbix] Check offsets before proceeding
2018-10-29 Behdad Esfahbod[color] Remove more dump-emoji cruft
2018-10-29 Behdad EsfahbodRemove dump-emoji
2018-10-29 Behdad Esfahbod[sbix] Fix order of parameters
2018-10-29 Behdad Esfahbod[sbix] Remove redundant parameter
2018-10-29 Behdad Esfahbod[sbix] Add get_strike()
2018-10-29 Behdad Esfahbod[sbix] Remove a couple of extra checks
2018-10-29 Behdad Esfahbod[sbix] Rename sbix_table to table in accelerator
2018-10-29 Behdad Esfahbod[cbdt] Rename reference_blob_for_glyph() to reference_png()
2018-10-29 Behdad Esfahbod[sbix] Rename ugly reference_blob_for_glyph() to refere...
2018-10-29 Behdad Esfahbod[sbix] Fix uninitialized variables
2018-10-29 Behdad Esfahbod[sbix] Select best strike based on ppem
2018-10-29 Behdad Esfahbod[sbix] Move code around. Add get_extents()
2018-10-29 Behdad Esfahbod[sbix] Check blob length against PNG header leangth
2018-10-29 Ebrahim Byagowi[ot-color] More on PNGHeader fields
2018-10-29 Ebrahim Byagowi[ot-color] Apply Behdad comment
2018-10-29 Ebrahim Byagowi[ot-color] Make PNGHeader reading actually work
2018-10-29 Ebrahim Byagowi[ot-color] Implement PNGHeader and test it, it doesn...
2018-10-29 Ebrahim Byagowi[ot-color] Preparation for setting PNG width/height...
2018-10-29 Behdad Esfahbod[docs] Add comment
2018-10-29 Ebrahim Byagowi[ot-color] Apply Behdad reviews
2018-10-29 Ebrahim Byagowi[ot-color] Apply Behdad comment
2018-10-29 Ebrahim Byagowi[ot-color] Add public API for CBDT/sbix/SVG color Emojis
2018-10-28 Behdad Esfahbod[name] Change hb_name_id_t back to unsigned int
2018-10-28 Behdad Esfahbod[docs] Fix titles here as well
2018-10-28 Behdad Esfahbod[name] Make sure hb_name_id_t is int-sized
2018-10-27 Behdad Esfahbod[docs] Divide reference API into three chapters
2018-10-27 Behdad Esfahbod[docs] Hook up hb-var
2018-10-27 Behdad Esfahbod[docs] Document remaining sections
2018-10-27 Behdad Esfahbod[docs] Change section titles again
2018-10-27 Behdad Esfahbod[docs] More
2018-10-27 Behdad Esfahbod[docs] Rename section titles to object names
2018-10-27 Behdad Esfahbod[docs] More
2018-10-27 Behdad Esfahbod[ot] Fold hb-ot-tag.h into hb-ot-layout.h
2018-10-27 Behdad Esfahbod[docs] Fill in some sections
2018-10-27 Behdad EsfahbodMove HB_EXTERN
2018-10-27 Ebrahim ByagowiMerge pull request #1318 from ebraminio/png
2018-10-27 Ebrahim Byagowi[ot-color] Remove _png and _svg public APIs
2018-10-27 Ebrahim Byagowi[ot-color/png] Try to get image blob from sbix first...
2018-10-27 Ebrahim Byagowi[ot-color] Add some documentation
2018-10-27 Behdad Esfahbod[docs] Fix hb_name_id_t
2018-10-27 Ebrahim Byagowi[ot-color/png] Implement CBDT part
2018-10-27 Behdad Esfahbod[docs] Hook up hb-map
2018-10-27 Behdad Esfahbod[name] Make hb_name_id_t be the enum
2018-10-27 Behdad Esfahbod[name] Move HB_NAME_ID_INVALID into the enum
2018-10-27 Behdad Esfahbod[name] Move around
next