~vcs-imports/pango/+git/pango:char-offset-getter

Last commit made on 2024-05-11
Get this branch:
git clone -b char-offset-getter https://git.launchpad.net/~vcs-imports/pango/+git/pango

Branch merges

Branch information

Name:
char-offset-getter
Repository:
lp:~vcs-imports/pango/+git/pango

Recent commits

a7adb6f... by Matthias Clasen <email address hidden>

Add pango_item_get_char_offset

This provides access to the char offset of PangoItems that pango
already maintains anyway, so users don't have to recalculate it.

69bdf44... by Matthias Clasen <email address hidden>

Bump version to 1.53

Some new apis have been requested.

4eaaa91... by Matthias Clasen <email address hidden>

Merge branch 'bidi-test' into 'main'

Fix a Since: tag

See merge request GNOME/pango!736

d145191... by Matthias Clasen <email address hidden>

Add a bidi test

This tests that PangoLayoutIter behaves as expected in bidi
contexts.

Related: #794

3c48125... by Matthias Clasen <email address hidden>

Drop a non-public field from the docs

char_offset is not part of public PangoItem struct, so don't
document it as such.

870a2b1... by Matthias Clasen <email address hidden>

Fix a Since: tag

Our since tags don't generally carry mico versions.

6c942a5... by Matthias Clasen <email address hidden>

Merge branch 'cm/fix-build-with-older-glib' into 'main'

Use G_UNICODE_BREAK_CLOSE_PARANTHESIS to support older GLib versions

Closes #792

See merge request GNOME/pango!735

94c08cd... by correctmost <email address hidden>

Use G_UNICODE_BREAK_CLOSE_PARANTHESIS to support older GLib versions

Using the correctly spelled G_UNICODE_BREAK_CLOSE_PARENTHESIS
constant would require the minimum GLib version to be bumped.

Closes #792

4374b1f... by Matthias Clasen <email address hidden>

Merge branch 'matthiasc/for-main' into 'main'

Make glyph extents larger

See merge request GNOME/pango!734

cadb62d... by Matthias Clasen <email address hidden>

Small docs addition

Add a copyable form of the bidi example text.