summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Document incompatibility of tabs and justificationdocument-tabsMatthias Clasen2021-08-191-1/+12
| | | | | | Not great, but these *are* conflicting features. Fixes: #595
* Merge branch 'glyph-string-const-char' into 'main'Matthias Clasen2021-08-172-24/+24
|\ | | | | | | | | Add a few missing const See merge request GNOME/pango!412
| * Add a few missing constglyph-string-const-charMatthias Clasen2021-08-172-24/+24
| | | | | | | | | | We should only pass char * when we actually modify the string. Everything else is const char *.
* | Merge branch 'fix-gravity-error' into 'main'Matthias Clasen2021-08-172-2/+2
|\ \ | |/ | | | | | | | | | | Correct an error message Closes #598 See merge request GNOME/pango!410
| * Correct an error messagefix-gravity-errorMatthias Clasen2021-08-172-2/+2
| | | | | | | | | | | | Update affected tests Fixes: #598
* | Merge branch 'fribidi-api' into 'main'Matthias Clasen2021-08-171-22/+0
|\ \ | |/ |/| | | | | bidi: Cleanup FriBiDi API usage See merge request GNOME/pango!411
| * bidi: Cleanup FriBiDi API usageKhaled Hosny2021-08-171-22/+0
|/ | | | Since FriBiDi 1.x is now required, we can remove use of pre-1.x API.
* Merge branch 'add-multani-gravity' into 'main'Matthias Clasen2021-08-171-0/+1
|\ | | | | | | | | | | | | gravity: Add missing Multani script Closes #597 See merge request GNOME/pango!408
| * gravity: Add missing Multani scriptadd-multani-gravityMatthias Clasen2021-08-171-0/+1
|/ | | | | | | An unfortunate oversight in 709af063 omitted Multani, and threw the rest of the table off. Fixes: #597
* Merge branch 'fribidi-version' into 'main'Matthias Clasen2021-08-171-1/+1
|\ | | | | | | | | build: Raise required fribidi version See merge request GNOME/pango!407
| * build: Raise required fribidi versionMatt Turner2021-08-121-1/+1
|/ | | | | | Pango uses the FRIBIDI_TYPE_RLI macro. It was not usable until fribidi commit 46f52d588ab5 ("Fixed bug PFRIBIDI_TYPE_PDF_LRI is undefined. Issue #69") which was first included in v1.0.6.
* Merge branch 'fix-issue-592' into 'main'Matthias Clasen2021-08-111-1/+1
|\ | | | | | | | | | | | | Add check for a NULL font in PangoAnalysis structure Closes #592 See merge request GNOME/pango!405
| * Add check for a NULL font in PangoAnalysis structureLuca Bacci2021-08-111-1/+1
|/ | | | Fixes: https://gitlab.gnome.org/GNOME/pango/-/issues/592
* Merge branch 'more-tests' into 'main'Matthias Clasen2021-08-102-20/+55
|\ | | | | | | | | | | | | Remove some check from test-layout Closes #576 See merge request GNOME/pango!404
| * Add a test for pango_layout_index_to_xmore-testsMatthias Clasen2021-08-101-2/+51
| | | | | | | | | | Test that we can round-trip with pango_layout_x_index (most of the time).
| * Remove some check from test-layoutMatthias Clasen2021-08-101-18/+4
| | | | | | | | | | | | | | Some of these aren't reliable, and were only added for test coverage. Fixes: #576
* | Merge branch 'justify-last-line' into 'main'Matthias Clasen2021-08-104-5/+68
|\ \ | | | | | | | | | | | | | | | | | | Add pango_justify_last_line Closes #74 See merge request GNOME/pango!403
| * | Add an option to pango-viewjustify-last-lineMatthias Clasen2021-08-101-2/+6
| | | | | | | | | | | | | | | Give pango-view a --justify-last-line option to test the new PangoLayout option for this.
| * | Add pango_justify_last_lineMatthias Clasen2021-08-103-3/+62
| | | | | | | | | | | | | | | | | | | | | Add a way to justify the last line in a justified paragraph. Fixes: #74
* | | Merge branch 'matthiasc/for-main' into 'main'Matthias Clasen2021-08-101-0/+1
|\ \ \ | |/ / | | / | |/ |/| Add some forgotten documentation See merge request GNOME/pango!402
| * Add some forgotten documentationMatthias Clasen2021-08-101-0/+1
|/
* Merge branch 'cursor-move-fixes' into 'main'Matthias Clasen2021-08-092-20/+86
|\ | | | | | | | | Fix corner cases around line ends See merge request GNOME/pango!401
| * Add more tests for move-visuallycursor-move-fixesMatthias Clasen2021-08-091-4/+48
| | | | | | | | | | These cover more of the corner cases fixed in the previous commits.
| * Fix more corner cases around line endsMatthias Clasen2021-08-091-4/+18
| | | | | | | | | | | | We were miscounting the cursor positions in a line, causing us to jump down to the next line when moving backwards towards the start of the line.
| * Fix corner cases around line endsMatthias Clasen2021-08-092-12/+20
| | | | | | | | | | | | | | | | | | | | pango_layout_index_to_line_and_extents needs to return a run rect even if the line has no non-empty runs. Failing to do so was causing cursors at the end of lines to have a height of 0 or 1, which is not what we want. Add a testcase.
* | Merge branch 'ferdnyc-main-patch-08758' into 'main'Matthias Clasen2021-08-091-17/+35
|\ \ | |/ |/| | | | | CODING_STYLE: Fence code samples, fix tab breakage See merge request GNOME/pango!400
| * CODING_STYLE: Fence code samples, fix tab breakageFeRD (Frank Dana)2021-08-091-17/+35
| |
* | Merge branch 'win32-fixes' into 'main'Matthias Clasen2021-08-094-4/+39
|\ \ | | | | | | | | | | | | | | | | | | Attempt to fix some Win32-related issues Closes #583 and #578 See merge request GNOME/pango!399
| * | pangowin32-fontmap.c: Look harder for the matching fontChun-wei Fan2021-08-091-3/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we look up our font from the list of fonts that we enumerated from the system, follow what the CoreText backend does, so that if the font gravity in the font description is getting in our way to find the font, look for it again without the gravity. This will enable us to find the font that really exists but was not found due to FontDescription attributes. Partially fixes #583.
| * | testmisc.c: Fix builds without FontConfig/PangoFT2Chun-wei Fan2021-08-091-0/+7
| | | | | | | | | | | | | | | Some tests used items from PangoFT2, which may not have been enabled on platforms where that was optionally built.
| * | pango/shape.c: Use the former rounding code as neededChun-wei Fan2021-08-091-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The careful rounding code that was brought back as a result of commit d4356779 only had effect if we are using a backend that supported font hinting, so on other backends, use the former rounding code that was dropped in favor of the careful rounding code that unfortunately did not apply for all backends. Should fix #578.
| * | pango-markup.c: Fix buildChun-wei Fan2021-08-091-1/+1
| | | | | | | | | | | | The strchr() call's second parameter is a char, not a string.
* | | Merge branch 'matthiasc/for-main' into 'main'Matthias Clasen2021-08-097-4/+24
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | docs: Cosmetics Closes #77 See merge request GNOME/pango!398
| * | docs: Add an example for split cursorsMatthias Clasen2021-08-096-1/+20
| | | | | | | | | | | | | | | | | | | | | Show how weak and strong cursors look in practice. Fixes: #77
| * | NEWS: UpdatesMatthias Clasen2021-08-081-0/+2
| | |
| * | docs: CosmeticsMatthias Clasen2021-08-081-3/+2
| | | | | | | | | | | | No need to link a function to itself.
* | | Merge branch 'matthiasc/for-main' into 'main'Matthias Clasen2021-08-095-3/+8
|\ \ \ | |/ / | | / | |/ |/| docs: Add one more dark mode image See merge request GNOME/pango!397
| * docs: Add one more dark mode imageMatthias Clasen2021-08-085-3/+8
|/
* Merge branch 'line-height-attribute' into 'main'Matthias Clasen2021-08-096-17/+214
|\ | | | | | | | | Implement css-like line-height See merge request GNOME/pango!390
| * Adapt testsline-height-attributeMatthias Clasen2021-08-081-2/+10
| | | | | | | | | | | | Now that we are using run extents for cursor positions, the vertical extents aren't necessarily constant across a line anymore. Adapt our assertions.
| * Fix up logical rectangle reportingMatthias Clasen2021-08-081-24/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | Fix up the various apis that are reporting logical rects to follow these rules: Logical rectangles of lines are affected by the line-height attribute, logical rectangles of smaller units (runs, clusters, chars, cursors, etc) are not. This fixes the text cursors and block cursors in GTK to be 'normal' height, even when applying line-height for double-spacing.
| * layout: Handle line-height attributesMatthias Clasen2021-08-081-1/+30
| | | | | | | | | | | | | | | | | | Modify the height and vertical origin of logical extents according to the line height attributes. We currently apply half the leading above and half below the content (i.e., lines are vertically centered in their modified height).
| * Add line-height attributesMatthias Clasen2021-08-085-0/+108
| | | | | | | | | | | | | | | | | | | | | | | | Add attributes for line-height, in a relative and absolute variant. This will be used to grow the logical extents of runs in a way that is compatible with CSS semantics. In markup, we support a new line_height attribute that will be interpreted as absolute if it is an integer > 1024, and as a relative factor otherwise.
* | Merge branch 'matthiasc/for-main' into 'main'Matthias Clasen2021-08-092-3/+5
|\ \ | |/ |/| | | | | docs: Cosmetic change See merge request GNOME/pango!396
| * Specify deprecation detailsMatthias Clasen2021-08-082-2/+2
| | | | | | | | | | Unversioned deprecations come out odd in gi-docgen. Add a version to avoid that.
| * docs: Cosmetic changeMatthias Clasen2021-08-081-1/+3
| | | | | | | | Shorten the first line of the PangoBidiType docs.
* | Merge branch 'layout-docs' into 'main'Matthias Clasen2021-08-0817-23/+68
|\ \ | | | | | | | | | | | | docs: Fix up deps for images See merge request GNOME/pango!395
| * | docs: Cosmetic fixeslayout-docsMatthias Clasen2021-08-082-12/+13
| | |
| * | docs: Add some more imagesMatthias Clasen2021-08-089-0/+22
| | | | | | | | | | | | Add a visual example of bidi reordering.
| * | docs: Add a dark mode variant of some imagesMatthias Clasen2021-08-089-6/+16
| | |