summaryrefslogtreecommitdiff
path: root/poezio/ui
AgeCommit message (Collapse)Author
2020-05-25Do not add the date in history messages from the current daymathieui
2020-05-23Add an "end of archive" message typemathieui
2020-05-23Remove "top" message logicmathieui
2020-05-23Add specific types for own leave and joinmathieui
2020-05-17Remove extra loggingmathieui
2020-05-09Fix highlights by introducing a delayed property on ui.types.MessageMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-09Fix /me messagesmathieui
2020-05-09Typing improvementsmathieui
2020-05-09Pass a message to add_message instead of messed up kwargs everywheremathieui
Changes LOTS of things
2020-05-09Fix an issue in xmllog rendering due to wrong offsetmathieui
and improve tests to catch that
2020-05-09Rewrite part of the message handling/renderingmathieui
2020-05-09Move message rendering code to Message.render()mathieui
Also: - rename format_chars to FORMAT_CHARS because it’s static constant - move Line, Message, and a few funcs/consts to a new poezio.ui module