Create pidgin_text_buffer API for working with GtkTextBuffers

Review Request #2754 — Created Oct. 31, 2023 and submitted — Latest diff uploaded

Information

pidgin/pidgin
default

Reviewers

Currently we only implement _get_html and _get_html_range and only a subset of
html tags are identified properly. This was intentional as it's easy to add
additional tags and because we're also introducing testing to Pidgin in this
commit.

Ran the unit tests under valgrind without issues.

Changes between revision 1 and 2

orig
1
2
3

Commits

Summary ID Author
Create pidgin_text_buffer API for working with GtkTextBuffers
Currently we only implement _get_html and _get_html_range and only a subset of html tags are identified properly. This was intentional as it's easy to add additional tags and because we're also introducing testing to Pidgin in this commit.
6f86b0dcb54dd0bf3386f2f382ada9c2401d8f37 Gary Kramlich
Create pidgin_text_buffer API for working with GtkTextBuffers
Currently we only implement _get_html and _get_html_range and only a subset of html tags are identified properly. This was intentional as it's easy to add additional tags and because we're also introducing testing to Pidgin in this commit.
26571cda37697f7adde3f3c3863c0799a1be8385 Gary Kramlich
pidgin/pidgintextbuffer.c
pidgin/tests/test-wrapper.py
pidgin/tests/test_text_buffer.c
Loading...