summaryrefslogtreecommitdiff
path: root/libpurple/purplemarkup.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove purple_markup_escape_textGary Kramlich2022-11-251-15/+0
| | | | | | | | | | | This was originally added because g_markup_escape_text turns ' in to ' which isn't an element in HTML 4 and apparently it wasn't rendered right in IE7. Those days are long gone, so there's no reason we need this anymore. Testing Done: Compiled and ran the unit tests Reviewed at https://reviews.imfreedom.org/r/2096/
* Remove purple_markup_find_tag which is no longer usedGary Kramlich2022-11-251-21/+0
| | | | | | | Testing Done: Compiled Reviewed at https://reviews.imfreedom.org/r/2094/
* Remove purple_markup_get_css_property and purple_markup_is_rtl which are no ↵Gary Kramlich2022-09-211-29/+0
| | | | | | | | | longer used Testing Done: Compiled Reviewed at https://reviews.imfreedom.org/r/1823/
* Fix a ton of missing and incorrect global header guardsGary Kramlich2022-03-111-1/+1
| | | | | | | Testing Done: Compiled and ran. Reviewed at https://reviews.imfreedom.org/r/1321/
* Remove unnecessary gtk-doc comments and move them where possible from ↵Gary Kramlich2021-12-121-9/+0
| | | | | | | | | libpurple/purple[a-n]*.h Testing Done: Compiled Reviewed at https://reviews.imfreedom.org/r/1181/
* Fix several typos in libpurpleElliott Sales de Andrade2021-10-101-4/+3
| | | | | | | | | Ran `codespell -w`, ignoring some stuff, or making things better. Testing Done: Compile only. Reviewed at https://reviews.imfreedom.org/r/1016/
* A bunch of documentation cleanupsGary Kramlich2020-11-051-0/+3
| | | | | | | Testing Done: Build the docs, verified via libpurple-undocumented.txt Reviewed at https://reviews.imfreedom.org/r/195/
* Fix a small typo.Elliott Sales de Andrade2020-11-021-1/+1
| | | | Reviewed at https://reviews.imfreedom.org/r/192/
* Pull the purple_markup_* api out of util.[ch] to purplemarkup.[ch]. No code ↵Gary Kramlich2020-10-161-0/+232
was changed just moved it from one file to the other. Testing Done: Compile and unit tests. Reviewed at https://reviews.imfreedom.org/r/171/