summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Add missing "(transfer none)" annotation to pango_layout_iter_get_line()Kouhei Sutou2018-07-291-1/+1
* | | Prevent an assertion with invalid Unicode sequencesMatthias Clasen2018-08-171-0/+6
| |/ |/|
* | Merge branch 'c89' into 'master'Khaled Hosny2018-08-041-1/+2
|\ \
| * | Fix build failure in C89 modeRyan Schmidt2018-08-041-1/+2
| |/
* | Fix build failure on Mac OS X 10.5 and earlierRyan Schmidt2018-08-041-0/+14
|/
* bidi: fix leak of bidi bracket typesChristian Hergert2018-07-271-1/+4
* Merge branch 'patch-1' into 'master'Khaled Hosny2018-07-211-22/+36
|\
| * fix comma-separated font list on macOS fixes #252Pravdomil Toman2018-06-271-22/+36
* | [fc] Speed-up font face enumerationBehdad Esfahbod2018-07-161-56/+38
* | [fc] Remove ancient #ifdef FC_* conditionalsBehdad Esfahbod2018-07-161-32/+1
* | Merge branch 'wip/nirbheek/meson-declare-dependency' into 'master'Matthias Clasen2018-07-161-0/+12
|\ \
| * | meson: Add not-found dependencies for conditional declared depswip/nirbheek/meson-declare-dependencyNirbheek Chauhan2018-07-071-0/+12
| |/
* | [fc] List all bitmap sizes of FcPatternBehdad Esfahbod2018-07-081-2/+4
* | Minor; use default hb_buffer_t Unicode funcsBehdad Esfahbod2018-07-081-1/+0
* | Make pango_bidi_type_for_unichar() not crash with new FriBidiBehdad Esfahbod2018-07-071-1/+3
* | Short-circuit FriBidi call if paragraph is unidirectionalBehdad Esfahbod2018-07-071-5/+64
|/