summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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