summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a doc typoMatthias Clasen2019-08-141-10/+10
* Revert "Drop cairo metrics implementation"Khaled Hosny2019-08-145-0/+199
* fc: Make sure ink rectangle has positive heightMatthias Clasen2019-08-121-1/+1
* Merge branch 'mark-offset' into 'master'Matthias Clasen2019-08-121-12/+31
|\
| * Flip vertical offsetsMatthias Clasen2019-08-121-6/+6
| * Add a separate v_advance funcMatthias Clasen2019-08-121-6/+25
* | Merge branch 'fc-font-struct' into 'master'Matthias Clasen2019-08-124-48/+55
|\ \
| * | Make PangoFcFont struct available againMatthias Clasen2019-08-124-48/+55
| |/
* | Merge branch 'hb-metrics' into 'master'Matthias Clasen2019-08-125-199/+0
|\ \
| * | Drop cairo metrics implementationMatthias Clasen2019-08-125-199/+0
| |/
* | pango/pangofc-shape.c: Fix buildChun-wei Fan2019-08-121-1/+1
|/
* Merge branch 'master' into 'master'Matthias Clasen2019-08-101-4/+4
|\
| * Use latest version of metrics naming in pangofc-fontEbrahim Byagowi2019-08-101-4/+4
* | Install PangoFc and PangoOT GObject-IntrospectionSimon McVittie2019-08-101-0/+2
|/
* Prevent a crash in ellipsizationMatthias Clasen2019-08-081-1/+5
* Merge branch 'ellipsize-height' into 'master'Matthias Clasen2019-08-071-1/+1
|\
| * Pass the right attributes when shaping ellipsesMatthias Clasen2019-08-061-1/+1
* | Revert no-longer-needed changesMatthias Clasen2019-08-061-46/+14
* | Better filtering by font formatMatthias Clasen2019-08-061-15/+47
* | Reinstate the return type of pango_fc_font_lock_face()Matthias Clasen2019-08-066-23/+11
|/
* Add detail to docsMatthias Clasen2019-08-041-11/+41
* docs: Add extent imagesMatthias Clasen2019-08-041-0/+4
* Add an insert-hyphens attributeMatthias Clasen2019-08-044-2/+84
* fc: Ignore more unsupported font formatsKhaled Hosny2019-08-041-4/+17
* Merge branch 'unsupported-formats' into 'master'Matthias Clasen2019-08-041-15/+54
|\
| * fc: Don't return fonts with unsupported formatsMatthias Clasen2019-08-031-15/+49
| * fc: Don't list fonts with unsupported formatsMatthias Clasen2019-08-031-0/+5
* | Revert "Revert "shape: Simplify font function""Khaled Hosny2019-08-031-74/+0
|/
* layout: Use the new glyph rounding optionMatthias Clasen2019-08-031-3/+9
* context: Add an option for rounding glyph positionsMatthias Clasen2019-08-032-0/+53
* Add a pango_shape variant that takes flagsMatthias Clasen2019-08-032-32/+106
* Remove a unnecessary harfbuzz version checkMatthias Clasen2019-08-031-2/+0
* build: Install pango-ot headersEmmanuele Bassi2019-08-031-1/+1
* Make line-spacing opt-inMatthias Clasen2019-08-021-2/+2
* Add missing transfer annotationsEmmanuele Bassi2019-08-024-7/+7
* Parse all pangoft sourcesEmmanuele Bassi2019-08-021-4/+3
* Decouple PangoOT and PangoFc from PangoFT2Emmanuele Bassi2019-08-021-13/+58
* Skip Harfbuzz type getterEmmanuele Bassi2019-08-021-1/+1
* Skip some deprecated symbolsEmmanuele Bassi2019-08-021-7/+7
* Add a boxed type for PangoAttrIteratorEmmanuele Bassi2019-08-022-0/+8
* Add a boxed type for PangoScriptIterEmmanuele Bassi2019-08-022-1/+17
* Add PangoCoverage GType getter to the public headerEmmanuele Bassi2019-08-023-8/+7
* Ensure arguments name match the documentationEmmanuele Bassi2019-08-023-5/+5
* Ignore unprefixed symbolsEmmanuele Bassi2019-08-021-0/+7
* Revert "shape: Simplify font function"Matthias Clasen2019-08-011-0/+74
* Avoid another compiler warningMatthias Clasen2019-08-011-4/+1
* Avoid an implicit fallthroughMatthias Clasen2019-08-011-0/+1
* Annotate implicit fallthroughMatthias Clasen2019-08-011-0/+1
* shape: use hb_font_get_nominal_glyph()Khaled Hosny2019-08-011-1/+1
* shape: Simplify font functionKhaled Hosny2019-08-011-74/+0