summaryrefslogtreecommitdiff
path: root/poezio/xhtml.py
AgeCommit message (Expand)Author
2018-07-23yapf -irEmmanuel Gil Peyrot
2018-07-22xhtml: Fix a few typing errors.Emmanuel Gil Peyrot
2018-07-22Add type hints here and theremathieui
2018-07-21yapf -ripmathieui
2018-07-09xhtml: Add forgotten import of Path.Emmanuel Gil Peyrot
2018-07-04aEmmanuel Gil Peyrot
2018-07-04xhtml: Simplify tmp_dir/extract_images into a single Option<str> parameter.Emmanuel Gil Peyrot
2017-11-14Make italics workmathieui
2017-11-14yapf -irEmmanuel Gil Peyrot
2017-11-12Fix ranges for ncurses to rgb conversionJonas Wielicki
2017-11-12Add support for XEP-0392 (Consistent Color Generation)Jonas Wielicki
2017-11-12yapf -irmathieui
2017-10-14Add support for italic on ^Ci.Emmanuel Gil Peyrot
2017-10-14Add an option to disable CSS parsing.Emmanuel Gil Peyrot
2017-10-07xhtml: Mark private functions with a leading underscore.Emmanuel Gil Peyrot
2017-10-07xhtml: Split parse_css_color out of parse_css.Emmanuel Gil Peyrot
2017-05-15Replace '/' with '-' in base64 hashes before saving an image.Emmanuel Gil Peyrot
2017-05-03Fix XHTML-IM, broken in the previous commit.Emmanuel Gil Peyrot
2017-05-03Avoid some deprecation warnings when casting raw XML into bool. (thanks pypy3)Emmanuel Gil Peyrot
2017-04-06Fix inline muc imagesmathieui
2017-02-24Stop using SHA-1 for generated filenames.Emmanuel Gil Peyrot
2016-11-26XHTML-IM: Check for the existence of elements manually.Emmanuel Gil Peyrot
2016-08-26Fix #3194 (don’t highlight on embedded XHTML image)mathieui
2016-07-26Make sure the color values are integers, in xhtml.pylouiz’
2016-06-12Convert some genexprs into regular list comprehension.Emmanuel Gil Peyrot
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot