summaryrefslogtreecommitdiff
path: root/pango/pango-emoji-table.h
Commit message (Collapse)AuthorAgeFilesLines
* Update pango-emoji-table.h to Unicode 14Peng Wu2021-10-091-21/+26
|
* Update pango-emoji-table.h to Unicode Emoji Data 13.0 (was released on ↵Mike FABIAN2020-02-061-33/+46
| | | | January 29, 2020)
* emoji: Optimize tablesMatthias Clasen2019-10-241-174/+16
| | | | | One of the Emoji tables had many adjacent ranges. Speed up our bsearch by merging them.
* Merge branch 'unicode11' into 'master'Matthias Clasen2018-11-271-0/+240
|\ | | | | | | | | Update Unicode Text Segmentation to Unicode 11 See merge request GNOME/pango!15
| * Update pango-emoji-table.h to include Extended Pictographic tablePeng Wu2018-11-201-0/+240
| |
* | [emoji] Err. Back to newer data fileBehdad Esfahbod2018-11-201-18/+24
| |
* | [emoji] Shrink the emoji table by merging adjacent rangesBehdad Esfahbod2018-11-201-189/+42
|/ | | | Patch by David Corbett in HarfBuzz.
* [emoji] Update emoji tables to Unicode 11Behdad Esfahbod2018-10-151-15/+28
|
* Update emoji data to version 5Behdad Esfahbod2017-08-111-10/+42
|
* Add data files and routines for emoji itemizationBehdad Esfahbod2017-07-311-0/+403
Ported from Chromium. Not hooked yet.