summaryrefslogtreecommitdiff
path: root/pango2/pango-layout.c
Commit message (Collapse)AuthorAgeFilesLines
* layout: Fix indent and align handlingpango2Matthias Clasen2022-09-101-41/+90
| | | | | | | Make PangoLayout behavior more similar to the way it behaved in pango 1.x. Most combinations of alignment, indentation and width should work the same now.
* layout: Fix indentMatthias Clasen2022-09-101-2/+9
| | | | | With multiple paragraphs, we need to indent not just the first one, but all of them.
* CosmeticsMatthias Clasen2022-09-021-51/+67
| | | | | Clean up property definitions, and pass NULL for all nicks and blurbs.
* Undo excessive search/replaceMatthias Clasen2022-07-041-15/+15
| | | | | We still refer to the project as 'Pango' in docs and comments, even though the prefix now is 'Pango2'.
* Move the code from pango/ to pango2/Matthias Clasen2022-07-041-0/+1734
Life is easier if the src path matches the installed header path prefix, so make them match. Update all users.