summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Use shape flags for tab widthJan Alexander Steffens (heftig)2020-02-111-1/+5
|/
* Use shape flags for ellipsisMatthias Clasen2019-11-031-1/+6
* Don’t use underline position in overlinesKhaled Hosny2019-11-021-2/+2
* layout: Handle overline attributesMatthias Clasen2019-10-311-3/+24
* layout: Handle new underline valuesMatthias Clasen2019-10-311-0/+4
* Add pango_layout_get_directionMatthias Clasen2019-10-311-0/+26
* Fix ItemProperties handlingMatthias Clasen2019-10-281-29/+54
* Don't treat rise as a no-shape attributeMatthias Clasen2019-10-281-0/+1
* Drop an unused ItemProperties useMatthias Clasen2019-10-281-3/+0
* Go back to ignoring underlines for itemizationMatthias Clasen2019-10-281-5/+2
* Merge branch 'hyphen-crash' into 'master'Matthias Clasen2019-09-031-14/+1
|\
| * Drop some leftover codeMatthias Clasen2019-09-021-14/+1
* | Disable hyphen for COMMON charactersPeng Wu2019-09-021-0/+1
|/
* Disable hyphen for some languagesPeng Wu2019-08-281-0/+13
* Fix a problem with allow-breaksMatthias Clasen2019-08-251-2/+1
* Pass the right attributes when shaping ellipsesMatthias Clasen2019-08-061-1/+1
* Add an insert-hyphens attributeMatthias Clasen2019-08-041-2/+35
* layout: Use the new glyph rounding optionMatthias Clasen2019-08-031-3/+9
* Make line-spacing opt-inMatthias Clasen2019-08-021-2/+2
* Fix some issues with hyphensMatthias Clasen2019-07-271-18/+37
* layout: Don't zero the width of visible spaceMatthias Clasen2019-07-251-0/+4
* layout: Make tab visible tooMatthias Clasen2019-07-251-2/+24
* layout: Use a show attributeMatthias Clasen2019-07-251-0/+6
* layout: The show attribute affects shapingMatthias Clasen2019-07-251-0/+1
* layout: Flip the logic for attribute filteringMatthias Clasen2019-07-241-86/+88
* layout: Fix misleading namingMatthias Clasen2019-07-241-17/+17
* Remove an unused functionMatthias Clasen2019-07-231-9/+0
* Fix a comment typoMatthias Clasen2019-07-221-1/+1
* layout: Pass offset to pango_tailor_breakMatthias Clasen2019-07-201-31/+10
* Insert hyphens in more placesMatthias Clasen2019-07-201-2/+31
* Don't insert extra runs for hyphensMatthias Clasen2019-07-201-103/+30
* Fix more compiler warningsMatthias Clasen2019-07-181-1/+1
* layout: Fix reshaping with hyphen runsMatthias Clasen2019-07-171-2/+15
* layout: Correctly account for hyphen widthMatthias Clasen2019-07-171-8/+14
* Merge branch 'tailor-break' into 'master'Matthias Clasen2019-07-161-35/+47
|\
| * layout: Tailor breaks properlyMatthias Clasen2019-07-161-35/+47
* | layout: Don't free no_break_attributes prematurelyMatthias Clasen2019-07-161-4/+4
|/
* 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
* Add some more docsMatthias Clasen2019-07-131-1/+2
* layout: Don't break runs for font_featuresMatthias Clasen2019-07-111-19/+65
* Leave some more attributes out of shapingMatthias Clasen2019-07-111-0/+2
* 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-091-8/+3
|\
| * Remove language engine remnantsMatthias Clasen2019-07-091-8/+3
* | 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
|/