summaryrefslogtreecommitdiff
path: root/src/windows.py
AgeCommit message (Expand)Author
2014-02-17Fix a traceback in the commandinputmathieui
2014-02-03Fix #2418 (Wrong character count in input with copy/pasted tabulations)mathieui
2014-02-03Fix #2208 (time_marker shows an useless timestamp)mathieui
2013-10-21Increase the number of chars to "jump" when the cursor goes out of the inputFlorent Le Coz
2013-10-20Improve the input a lotFlorent Le Coz
2013-09-19Fix #2372 (traceback on space in roster after disconnect)Mathieu Pasquet
2013-08-16quote a completed word if it has \ in itmathieui
2013-08-04Add the same pluggable "information element" to the PrivateTabmathieui
2013-08-02Fix #2317 (/join completion is broken)mathieui
2013-08-01Fix #2049 (get the current completed argument)mathieui
2013-07-31Fix #2306 (none, to, and from subscriptions should be more visible)mathieui
2013-07-03Move backwards in the input the same way we move forward (ref #2183)mathieui
2013-06-30Fix #2329 (display the info buffer in the muclisttab)mathieui
2013-06-20Use a logical order of arguments in the poopt functions, nowFlorent Le Coz
2013-06-20Use cut_by_columns to properly cut nicks in the UserWin windowFlorent Le Coz
2013-06-19Remove the now useless (and fucking slow) wcwidth python implementationFlorent Le Coz
2013-06-19And actually use poopt.wcswidth to properly count the nicks' sizeFlorent Le Coz
2013-06-19Consider the number of columns of each characters in the poopt moduleFlorent Le Coz
2013-06-13Improve the roster searchmathieui
2013-06-10Fix addstr_colored with colors that start with a -1mathieui
2013-06-09Fix #1892 (keep the contact selected in the roster)mathieui
2013-06-09Fix #2183 (do not scroll one char at a time when you reach the end)mathieui
2013-06-08Add a way to format background colors in a stringmathieui
2013-06-07Accept NULL bytes in strings to be cut by the poopt moduleFlorent Le Coz
2013-05-16Fix #2307 (commandinput history)mathieui
2013-05-11Actually use it.mathieui
2013-05-11Handle the roster order cache as a real cachemathieui
2013-05-10Fix #2131 (Input cursor when pasting text)mathieui
2013-05-01Make Alt+backspace work on my freebsdFlorent Le Coz
2013-04-04Add an option to choose between shared and separate input historymathieui
2013-04-04Fix #2255 (search in input history)mathieui
2013-03-13Fix #2265mathieui
2013-03-12Implement user gaming (xep-0196)mathieui
2013-03-11Fix #1839 (User mood/activity)mathieui
2013-03-11Implement XEP-0118 (Fix #1840)mathieui
2013-03-10Fix #2122 (coloration of long messages)mathieui
2013-03-06Add a CHAR_NEW_TEXT_SEPARATOR theming optionmathieui
2013-03-04Add a show_s2s_errors config option (cf #2182)mathieui
2013-03-03Fix #2182 (show s2s errors)mathieui
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