summaryrefslogtreecommitdiff
path: root/poezio/windows/image.py
AgeCommit message (Expand)Author
2019-05-28Also skip librsvg import on AttributeErrorEmmanuel Gil Peyrot
2019-03-19Fix various spelling mistakes throughout the codeKim Alvefur
2019-01-25Render SVG avatars directly at the final resolution.Emmanuel Gil Peyrot
2019-01-24Add a stub Image class, to let poezio run even when Pillow isn’t installed.Emmanuel Gil Peyrot
2019-01-24AvatarWin: Add SVG support.Emmanuel Gil Peyrot
2018-10-24Add __slots__ in most of the poezio.windows classes, to be more explicit abou...Emmanuel Gil Peyrot
2018-08-17windows.image: Type everything in this module.Emmanuel Gil Peyrot
2018-01-25Optimise the half-block codepath slightly.Emmanuel Gil Peyrot
2018-01-25Fix blinking in ImageWin.Emmanuel Gil Peyrot
2018-01-25Use full-blocks by default for images.Emmanuel Gil Peyrot
2017-11-12yapf -irmathieui
2017-10-09Fix resize in some unknown condition, thanks eijebong.Emmanuel Gil Peyrot
2017-10-07ImageWin: Remove some Python 3.6+ syntax.Emmanuel Gil Peyrot
2017-10-07windows: Add an ImageWin.Emmanuel Gil Peyrot