summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
Commit message (Expand)AuthorAgeFilesLines
* layout: Don't insert hyphens at word boundariesword-break-hyphensMatthias Clasen2021-05-081-0/+3
* Fix typo in PangoLayout: add missing backtickVictor Mireyev2021-04-081-1/+1
* Revert "Merge branch 'fix-deadlocks' into 'master'"revert-1fedc11aMatthias Clasen2021-03-311-12/+0
* Add dashed and dotted lineslinesMatthias Clasen2021-03-301-0/+12
* Use g_memdup2()memdup2Matthias Clasen2021-03-181-2/+2
* Fix various broken linksMatthias Clasen2021-03-111-1/+1
* docs: Tweak layout docsMatthias Clasen2021-03-111-95/+125
* docs: Port PangoLayout to the new doc formatMatthias Clasen2021-03-111-1770/+1744
* docs: Replace lots of vestigial xml markupMatthias Clasen2021-03-111-27/+25
* docs: Move layout docs into the long descriptionMatthias Clasen2021-03-111-7/+6
* docs: Remove xml formatting from PangoLayoutMatthias Clasen2021-03-111-9/+8
* Docs: fix a typoMatthias Clasen2021-01-031-1/+1
* Let get_items_log_attrs take the start-of-text offset into accountStephan Bergmann2020-09-101-2/+6
* Handle analysis.font being NULLMatthias Clasen2020-08-181-0/+3
* layout: Avoid a crash with short stringsMatthias Clasen2020-07-301-0/+1
* Fix a crash in gtk2Matthias Clasen2020-06-101-5/+0
* layout: Ignore setting the attributes to the same listTimm Bäder2020-06-101-0/+4
* pango-layout: Help static analysis a bitTimm Bäder2020-06-101-0/+2
* layout: Fix a crashMatthias Clasen2020-06-091-12/+16
* Merge branch 'wip/baedert/for-master2' into 'master'Matthias Clasen2020-06-081-62/+113
|\
| * layout: Treat empty attr lists like NULL onesTimm Bäder2020-06-081-0/+6
| * layout: Unconditionally unref attr listsTimm Bäder2020-06-081-5/+2
| * pango-layout: Try to avoid allocating a new PangoAttrListTimm Bäder2020-06-081-5/+21
| * layout: Avoid getting the text length if we know it alreadyTimm Bäder2020-06-081-7/+14
| * Allocate internal PangoAttrLists on the stackTimm Bäder2020-06-081-11/+11
| * layout: Add missing (nullable) annotationTimm Bäder2020-06-081-1/+2
| * layotu: Avoid invalidating when setting attrs from NULL to NULLTimm Bäder2020-06-081-1/+5
| * Allocate internal PangoAttrListIterators on the stackTimm Bäder2020-06-081-29/+31
| * layout: Try to avoid some work when creating itersTimm Bäder2020-06-081-6/+19
| * layout: Ignore setting the width if it won't have any effectTimm Bäder2020-06-081-0/+5
* | 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