summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* layout: Don't free no_break_attributes prematurelyMatthias Clasen2019-07-161-4/+4
* pangofc-font.c: Trivial fix on pre-C99 compilersChun-wei Fan2019-07-151-2/+2
* layout: Avoid access-after-freeMatthias Clasen2019-07-151-2/+4
* layout: Improve soft hyphen handlingMatthias Clasen2019-07-141-1/+8
* layout: Fix some offset-vs-index confusionMatthias Clasen2019-07-141-32/+54
* layout: Correct a field typeMatthias Clasen2019-07-141-1/+1
* Some more doc tweaksMatthias Clasen2019-07-144-3/+14
* Clean up docs a bitMatthias Clasen2019-07-133-53/+15
* Add some more docsMatthias Clasen2019-07-132-1/+4
* Documentation tweaksMatthias Clasen2019-07-136-7/+172
* Deprecate pango_fc_font_has_charMatthias Clasen2019-07-122-3/+2
* Rename pango_font_coversMatthias Clasen2019-07-124-9/+7
* Revert "Reduce overlinking"Matthias Clasen2019-07-121-3/+5
* Revert "Move pangofc to libpango"Matthias Clasen2019-07-121-22/+8
* coverage: Fix the copy implementationMatthias Clasen2019-07-121-1/+10
* coverage: Fix the implementationMatthias Clasen2019-07-121-2/+8
* Document pango_item_apply_attrsMatthias Clasen2019-07-121-0/+18
* docs: Fix parameter name mismatchesMatthias Clasen2019-07-122-4/+4
* ot: Avoid deprecated harfbuzz apiMatthias Clasen2019-07-121-4/+6
* Better docs for pango_font_get_featuresMatthias Clasen2019-07-121-3/+5
* Add freetype includes where they belongMatthias Clasen2019-07-122-0/+6
* Drop an unused functionMatthias Clasen2019-07-122-32/+0
* fc: Make pango_fc_font_kern_glyphs emptyMatthias Clasen2019-07-121-57/+5
* Use pango_font_get_featuresMatthias Clasen2019-07-111-56/+45
* fc: Implement get_features for fc fontsMatthias Clasen2019-07-111-1/+30
* Add an api to get features of a fontMatthias Clasen2019-07-113-1/+35
* Turn PangoCoverage into an objectMatthias Clasen2019-07-113-86/+215
* Reimplement PangoCoverage on top of hb_set_tMatthias Clasen2019-07-113-320/+35
* Use pango_font_coversMatthias Clasen2019-07-112-6/+4
* Add pango_font_coversMatthias Clasen2019-07-113-1/+24
* Set ranges on featuresMatthias Clasen2019-07-111-21/+25
* layout: Don't break runs for font_featuresMatthias Clasen2019-07-111-19/+65
* Add pango_item_apply_attrsMatthias Clasen2019-07-112-0/+49
* Leave some more attributes out of shapingMatthias Clasen2019-07-111-0/+2
* Make PangoAttribute a boxed typeMatthias Clasen2019-07-112-0/+7
* bidi: Be safer against bad inputMatthias Clasen2019-07-101-2/+5
* Merge branch 'line-separator-font' into 'master'Matthias Clasen2019-07-101-0/+4
|\
| * itemize: Don't change font for line separatorMatthias Clasen2019-07-081-0/+4
* | Move pangofc to libpangoMatthias Clasen2019-07-091-8/+22
* | Reduce overlinkingMatthias Clasen2019-07-091-5/+3
* | Fix a compiler warningMatthias Clasen2019-07-091-1/+0
* | Fix a typoMatthias Clasen2019-07-091-1/+1
* | Merge branch 'kill-lang-engine' into 'master'Matthias Clasen2019-07-094-69/+19
|\ \
| * | Remove language engine remnantsMatthias Clasen2019-07-094-59/+3
| * | break: Call break_script directlyMatthias Clasen2019-07-091-11/+17
| |/
* | Revert "break: Mark breaks induced by soft hyphens"Matthias Clasen2019-07-092-12/+2
* | Don't rely on log attrs for soft hyphenMatthias Clasen2019-07-091-1/+12
* | Separate out the soft hyphen handlingMatthias Clasen2019-07-091-29/+57
|/
* Merge branch 'soft-hyphen' into 'master'Matthias Clasen2019-07-073-3/+107
|\
| * layout: Insert hyphens at soft hyphen breaksMatthias Clasen2019-07-071-1/+95