summaryrefslogtreecommitdiff
path: root/poezio/ui
AgeCommit message (Expand)Author
2021-07-02fix: improve typingmathieui
2021-04-15internal: add a different class for UI messagesmathieui
2021-04-14internal: add some hints and docstrings to ui.typesmathieui
2021-04-02logging: Remove the "typ" passing when adding or logging messagesmathieui
2021-04-02fix: tons of type errorsmathieui
2020-12-27Trim all messages by 24 bytes on 64-bit systemsEmmanuel Gil Peyrot
2020-12-12from __future__ import annotationsEmmanuel Gil Peyrot
2020-08-14move date and time SHORT_FORMAT and LONG_FORMAT to the themeMaxime “pep” Buquet
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
2020-05-09Fix /me messagesmathieui
2020-05-09Typing improvementsmathieui
2020-05-09Pass a message to add_message instead of messed up kwargs everywheremathieui
2020-05-09Fix an issue in xmllog rendering due to wrong offsetmathieui
2020-05-09Rewrite part of the message handling/renderingmathieui
2020-05-09Move message rendering code to Message.render()mathieui