summaryrefslogtreecommitdiff
path: root/src/tabs/listtab.py
AgeCommit message (Collapse)Author
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot
2016-06-11Fix a refresh bugmathieui
On xmltab and listtab, the help text would be displayed in the input after closing the tab.
2015-05-11Remove gettext support, as we don’t want to translate poezio, and it takes ↵Emmanuel Gil Peyrot
more than 1ms per call.
2015-05-10The previous commit, but correctly done this timeFlorent Le Coz
2015-05-10Fix the completion of /win when a listtab is openFlorent Le Coz
And probably some other things that use ListTab.matching_names()
2014-05-05Fix a traceback on the listtabmathieui
2014-05-04Create a more generic ListTab class, and make MucListTab inherite from itFlorent Le Coz