summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* layout: Insert hyphens at soft hyphen breaksMatthias Clasen2019-07-071-1/+95
* Update docsMatthias Clasen2019-07-051-2/+2
* layout: Add line-spacingMatthias Clasen2019-07-051-20/+93
* Add line heights to layout linesMatthias Clasen2019-07-051-39/+105
* Clarify docs around text inputMatthias Clasen2018-12-121-9/+11
* Fix fallout from bidi deprecationMatthias Clasen2018-12-111-0/+5
* Add missing "(transfer none)" annotation to pango_layout_iter_get_line()Kouhei Sutou2018-07-291-1/+1
* PangoLayout: Optimize pango_layout_get_baselineTimm Bäder2017-10-271-5/+6
* PangoLayoutIter: Allocate an array of Extents instead of a linked listTimm Bäder2017-10-271-57/+29
* layout/renderer: Don't heap-allocate short lived layout iteratorsTimm Bäder2017-10-271-28/+29
* layout: Move PangoLayouIter struct to private headerTimm Bäder2017-10-271-57/+27
* Avoid a compiler warningMatthias Clasen2017-04-081-1/+1
* Bug 779232 - Wrong introspection annotation for pango_layout_get_sizeBehdad Esfahbod2017-02-251-2/+2
* pango-layout: Add a clarifying assertionPhilip Withnall2017-02-161-0/+4
* Fix typo in pango_layout_xy_to_index() docsKhaled Hosny2016-02-141-1/+1