summaryrefslogtreecommitdiff
path: root/poezio/core/tabs.py
AgeCommit message (Expand)Author
2021-07-02fix: improve typingmathieui
2021-04-11typing: fix a bunch of type errorsmathieui
2021-04-02fix: ignore typeerrors in tabs when we check beforehandmathieui
2021-04-02fix: type errors for GapTabmathieui
2021-03-14fix: pylint bogus errorsmathieui
2020-12-12from __future__ import annotationsEmmanuel Gil Peyrot
2020-06-01mypy: Reduce errors on muctab.py by a lotmathieui
2020-05-12Add /wup commandJonas Schäfer
2020-05-12Add function to find a tab by unique prefixJonas Schäfer
2019-12-31Tabs: add by_jid search method for tabs who have a jid attrMaxime “pep” Buquet
2019-02-24Fix a bug when closing a tab (#3460)mathieui
2018-09-09Allow Tabs object to be slicedMaxime “pep” Buquet
2018-08-15Fix mypy errors, add type annotationsmathieui
2018-08-11Fix #3424 (fix receipts)mathieui
2018-07-23Fix "go_to_previous_tab" and remove the usage of Command.win to move internallymathieui
2018-07-22Fix close_all and change_title pluginsmathieui
2018-07-21Fix Python 3.5 compatibility (no PEP 526)mathieui
2018-07-21Split type declarations from __init__mathieui
2018-07-21Fix /reordermathieui
2018-07-21new tabs: apply reviewmathieui
2018-07-21Add a tabs management modulemathieui