summaryrefslogtreecommitdiff
path: root/src/windows.py
AgeCommit message (Expand)Author
2013-03-01Test to use slots instead of namedtuplesslots_testmathieui
2013-02-13Add an indicator of the number of participantsmathieui
2013-02-03Fix the folding of contacts in multiple groupsmathieui
2013-02-03Add a key (Alt+d) de delete the next word in the input.Florent Le Coz
2013-02-03Remove some useless keys, and change the keys to scroll the info win.Florent Le Coz
2013-01-29scroll_to_separator now scrolls to the top if there’s no separator.Florent Le Coz
2013-01-29Makes next_hl and prev_hl work after a scroll_to_separator.Florent Le Coz
2013-01-26Implement XEP 296 for locking resource in conversations.Florent Le Coz
2013-01-23Don’t rebuild the lines on resize when the width has not changedmathieui
2013-01-21Break the ugly roster refresh loop into twomathieui
2013-01-11Improve the xml tabmathieui
2013-01-02Fix a traceback with correctionsmathieui
2012-12-30Typomathieui
2012-12-30Fix #2189 Fix #2139 - Make /correct work properly in all chat tabsmathieui
2012-12-30Do not rebuild everything in order to modify a messagemathieui
2012-12-29Display the number of revisions of a corrected message.Emmanuel Gil Peyrot
2012-12-29Fix /correct and /me highlights, and handle /correct a bit better.Emmanuel Gil Peyrot
2012-12-15Make /w command better.Florent Le Coz
2012-12-15In user lists, the upper line is now the upper most person.Florent Le Coz
2012-12-15Fix the position of the ++ indicator in muc user list when asc sort is in use.Florent Le Coz
2012-12-15Introduce a special "reverse" value for the COLOR_HIGHLIGHT_NICK theme option.Florent Le Coz
2012-12-15Do not use COLOR_HIGHLIGHT_NICK for things not related to highlighted nicks.Florent Le Coz
2012-12-13bugfix: count roster list length by real listed item and not count filtered i...Łabędź
2012-12-07Add a new show_timestamps option to hide/show timestamps in text buffers.Florent Le Coz
2012-11-30Add a hide_user_lits option that does what it says.Florent Le Coz
2012-11-22Make the search usable againmathieui
2012-11-11Preload history into discussion windows (à la mcabber)mathieui
2012-10-14Correctly use MORE instead of PLUS.Florent Le Coz
2012-10-13Fixes #2374 (Crash on " " in the MUC list)mathieui
2012-10-09Send a real \t when pasting a text containing tabs.Florent Le Coz
2012-09-26Rewrite the tab number handlingmathieui
2012-08-06Add a common.safeJID function, and use it everywheremathieui
2012-08-05Should fix most tracebacks due to the new sleek versionmathieui
2012-08-01Add a roster_group_sort option, which works like roster_sortmathieui
2012-07-31Add a roster_sort option to sort the contacts inside the roster groupsmathieui
2012-07-26Change how scrolling is donemathieui
2012-07-19Remove the shell_completionmathieui
2012-07-03Add a new color to the theme, for the warning promptmathieui
2012-05-24Truncate everything in the roster if needed.mathieui
2012-05-17Do not add a '…' if the nick has the exact same size as the limitmathieui
2012-05-17Add a shortcut to go to the first unread message (separator) with M-pmathieui
2012-05-17Fix a crash if there are no messages in the roommathieui
2012-05-17Resolves separator persistence problems - Fixes #2073mathieui
2012-05-17Add a way to review room highlights - Fixes #1673mathieui
2012-05-05Fix some completionsmathieui
2012-04-27Prevent some iteration problemsmathieui
2012-04-27Roster update: Merge branch 'master' of https://git.louiz.org/poeziomathieui
2012-04-27Necessary modifications for the API changemathieui
2012-04-19Add a show_roster_jids optionmathieui
2012-04-19Show the current status in the ContactInfoWinmathieui