summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Add more deprecation notes around PangoScriptMatthias Clasen2019-05-272-7/+16
* Revert "Replace PangoScript by GUnicodeScript"Michael Catanzaro2019-05-272-131/+140
* Replace PangoScript by GUnicodeScriptMatthias Clasen2019-05-252-140/+131
* Respect Dependent Vowels for Indic languagePeng Wu2019-04-091-63/+7
* import pango-break-table.hPeng Wu2019-04-091-0/+532
* docs: pango_read_line/scan_word/string take normal reference to GStringRico Tzschichholz2019-04-041-3/+3
* docs: out parameters which are enums are not caller-allocatableRico Tzschichholz2019-04-041-4/+4
* Fixes emoji backspace deletion behaviorPeng Wu2019-04-023-1/+11
* macOS: Use system `Apple Color Emoji` font for emoji characters.Suyuan Chang2019-01-251-2/+6
* Update emoji scanner ragel file to latest from ChromeBehdad Esfahbod2019-01-243-65/+63
* handle VS15 emoji sequencesBehdad Esfahbod2019-01-234-493/+256
* pango.pc: Make gobject-2.0 a non-private requirementTom Schoonjans2018-12-191-0/+1
* Merge branch 'issue-322' into 'master'Khaled Hosny2018-12-131-21/+54
|\
| * Issue #322 - Vertical text doesn't fall back to rotated versions ...ONO Yoshio2018-10-221-21/+54
* | Clarify docs around text inputMatthias Clasen2018-12-124-14/+16
* | Fix fallout from bidi deprecationMatthias Clasen2018-12-118-40/+91
* | Merge branch 'win32-dont-hardcode-fallbacks' into 'master'Emmanuele Bassi2018-12-042-3/+104
|\ \
| * | pangowin32: Read the font fallback list from the registry instead of hardcodi...Christoph Reiter2018-12-042-3/+104
* | | pango/break.c: Declare variables at top of blockChun-wei Fan2018-12-041-1/+4
|/ /
* | Merge branch 'unicode11' into 'master'Matthias Clasen2018-11-274-102/+299
|\ \
| * | Update Line Break to Unicode 11Peng Wu2018-11-201-5/+3
| * | Update Word Boundary to Unicode 11Peng Wu2018-11-201-1/+14
| * | Update Grapheme Boundary to Unicode 11Peng Wu2018-11-203-96/+42
| * | 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
|/ /
* | Merge branch 'variable-face' into 'master'Matthias Clasen2018-11-193-2/+59
|\ \
| * | Skip variable when enumerating facesMatthias Clasen2018-11-191-0/+10
| * | Implement variable family api for fontconfigMatthias Clasen2018-11-191-1/+24
| * | Add a variable family APIMatthias Clasen2018-11-192-1/+25
* | | Deprecate bidi apisMatthias Clasen2018-11-191-4/+7
|/ /
* | Bump version to 1.43Matthias Clasen2018-11-191-1/+25
* | Merge branch 'emoji-ragel' into 'master'Matthias Clasen2018-11-195-131/+768
|\ \
| * | [emoji Fix keycap sequenceBehdad Esfahbod2018-10-171-1/+1
| * | [emoji] Port to new Ragel-based iterator, based on Chromium againBehdad Esfahbod2018-10-154-116/+740
| * | [emoji] Update emoji tables to Unicode 11Behdad Esfahbod2018-10-151-15/+28
| |/
* | Merge branch 'nirbheek/fix-osx-versioning' into 'master'Khaled Hosny2018-11-191-0/+4
|\ \
| * | meson: Set the compatibility version correctly on macOSNirbheek Chauhan2018-10-121-0/+4
| |/
* | Use the shared brk in break-thai.cPeng Wu2018-11-141-10/+2
* | pango: th_brk_new() may return NULL.Jehan2018-11-131-1/+5
|/
* meson: Add subproject fallbacks for most dependenciesNirbheek Chauhan2018-10-121-2/+4
* meson: fix build on osxIgnacio Casal Quinteiro2018-10-041-2/+1
* Merge branch 'add-private' into 'master'Khaled Hosny2018-10-035-34/+20
|\
| * Drop deprecated instance private data APIEmmanuele Bassi2018-08-305-34/+20
* | build: Generate pkg-config filesEmmanuele Bassi2018-08-301-0/+50
* | build: Add variable for the Pango versioned spaceEmmanuele Bassi2018-08-301-1/+1
|/
* Drop autotoolsMatthias Clasen2018-08-281-545/+0
* Merge branch 'fix-crash-pango_fc_font_key_get_variations' into 'master'Khaled Hosny2018-08-281-2/+5
|\
| * Fix crash in pango_fc_font_key_get_variations() when key is nullCarsten Pfeiffer2018-08-101-2/+5
* | Merge branch 'pango-layout-iter-get-line-transfer-none' into 'master'Khaled Hosny2018-08-281-1/+1
|\ \