summaryrefslogtreecommitdiff
path: root/poezio/windows
AgeCommit message (Expand)Author
2021-07-02fix: improve typingmathieui
2021-05-25Fix: do not scroll right by default in dataforms/bookmark textmathieui
2021-04-16fix: take newlines into account when completing stuffmathieui
2021-04-16fix: take newlines into account in input manipulationmathieui
2021-04-16fix: pasting text in data forms and bookmarkstabmathieui
2021-04-16fix: composing indicators not showing (fix #3527)mathieui
2021-04-15fix: display issue when changing show_timestamps valuemathieui
2021-04-12fix: remove all remaining safejids (fix #3457)mathieui
2021-04-02fix: add a type ignore to curses vlinemathieui
2021-04-02fix: ignore type error for static kwargsmathieui
2021-04-02fix: do not use raw TAB_WIN in bookmarks winsmathieui
2021-04-02fix: windows: drop the DummyWimathieui
2021-04-02fix: tons of type errorsmathieui
2021-04-02refactor: rewrite config.get() to getbool, getstr, getint…mathieui
2021-02-09Remove activity/mood/gaming/tune from poezio coremathieui
2020-12-12from __future__ import annotationsEmmanuel Gil Peyrot
2020-07-24windows/info_bar: Prevent UnboundLocalError. Thanks genofireMaxime “pep” Buquet
2020-06-01mypy: Reduce errors on muctab.py by a lotmathieui
2020-05-28Properly refresh the bookmarks method in the bookmarks tabmathieui
2020-05-23Remove "top" message logicmathieui
2020-05-17Fix a corner case with correction when moving between highlightsmathieui
2020-05-17Fix highlight navigationmathieui
2020-05-17Fix highlights colormathieui
2020-05-12Add option to show only the unique prefix of tab namesJonas Schäfer
2020-05-09Fix a bug in message editionmathieui
2020-05-09Typing improvementsmathieui
2020-05-09Only keep one TextWin alivemathieui
2020-05-09Rewrite part of the message handling/renderingmathieui
2020-05-09Add a context manager in Win for colored textmathieui
2020-05-09Move message rendering code to Message.render()mathieui
2019-10-27Disable pylint on lines dedicated to mypymathieui
2019-10-27Type curses windowsmathieui
2019-10-26Fix #3511 (fix traceback on first bookmark added)mathieui
2019-10-18Fix pylint errorsmathieui
2019-10-13windows/bookmark_forms: Convert JID objects to str so that comparison succeedsMaxime “pep” Buquet
2019-08-23Add missing top parameter to another build_new_message methodMaxime “pep” Buquet
2019-08-22Added 'top' attribute in the 'Message' object (The problem of the wrong order...Madhur Garg
2019-08-22Removed repetitive code.Madhur Garg
2019-08-22Changed type of history to 'booleanMadhur Garg
2019-08-22Added function to build messages and add them on the topMadhur Garg
2019-05-28Also skip librsvg import on AttributeErrorEmmanuel Gil Peyrot
2019-04-21doc: Fix scroll_to_separator description.Emmanuel Gil Peyrot
2019-04-08Revert work on tabs module to change tab.name to JID.Maxime “pep” Buquet
2019-04-08PrivateInfoWin: remove safeJID callMaxime “pep” Buquet
2019-04-08MucInfoWin: fix room name typeMaxime “pep” Buquet
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
2019-01-22Fix syntax errors in the previous commit.Emmanuel Gil Peyrot