summaryrefslogtreecommitdiff
path: root/src/windows.py
AgeCommit message (Expand)Author
2014-05-05Split the windows.py module into a subdirectorymathieui
2014-05-03Highlight the newlines characters in the input instead of plain "|"smathieui
2014-05-01Fix bugs in the previous/next highlight functionsmathieui
2014-04-30Remove Tab.get_name() and use Tab.name insteadmathieui
2014-04-28Make the size modular, remove small-size lock (also seems to fix #2155)mathieui
2014-04-27Fix #2106 (implement message delivery receipts)mathieui
2014-04-27Fix weird behavior while using the input in the muclisttabmathieui
2014-04-24Fix a traceback when sorting a listwinmathieui
2014-04-23Fix #2450 (redraw top-scrolled tabs properly after resize)mathieui
2014-04-14Fix #2422 (traceback in input) (also #2431)mathieui
2014-04-14Fix #2339 (put the more “important” users at the bottom in the userlist w...mathieui
2014-04-07Fix #2354 (logs are badly colored with xhtml history)mathieui
2014-04-06Code cleanupmathieui
2014-04-06Always enable the cursor when we refresh an inputmathieui
2014-04-06Improve drastically the performance of the MucListTabmathieui
2014-04-04Remove unused importsmathieui
2014-03-24Use RawConfigParser.get{int,bool,float} whenever possiblemathieui
2014-03-23Fix formatting, some typos, and unused code, and add docstringsmathieui
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