summaryrefslogtreecommitdiff
path: root/src/windows.py
AgeCommit message (Collapse)Author
2012-03-08Validate the SSL cert using the TOFU (Trust On First Use) modelmathieui
2012-02-25Second and third of #2336mathieui
2012-02-15Merge branch 'master' of https://git.louiz.org/poezioFlorent Le Coz
2012-02-15Add an option to configure the max nick lengthFlorent Le Coz
2012-02-14Fixes #2303 (add user_list_sort option)mathieui
2012-02-14Add 'joined' tab state, and rewrite the function handling the prioritiesmathieui
2012-01-25Fixes #2316mathieui
2012-01-25Add affiliation chars in the thememathieui
2012-01-24New participant list. Displaying the nick color, the affiliation, role, ↵Florent Le Coz
chatstate and status!
2011-12-09Fix sorting columns when a room has no name. (we use '' instead of None)Florent Le Coz
2011-12-09Fixe 2104manfraid
2011-11-30show_tab_names option lets you display the name of the tabs in the ↵Florent Le Coz
horizontal bar
2011-11-29Fix a traceback when using ^W with xhtml-immathieui
(it does not work perfectly as it should, but it doesn’t crash anymore, at least)
2011-11-28Curses operations must operate within the lockmathieui
2011-11-20May improve some performance, but should be unnoticeable.Florent Le Coz
2011-11-19Restaure try: except: on derwinFlorent Le Coz
2011-11-18Pasting text is now handled has one single big key.Florent Le Coz
This avoids looping over each char we are pasting, making it a lot faster (actually, should be instant).
2011-11-16Merge branch 'master' of http://git.louiz.org/poezioFlorent Le Coz
2011-11-16Add a vertical separator between the vertical tab list and the restFlorent Le Coz
2011-11-16Add CHAR_CHATSTATE_* to the available theme optionsmathieui
2011-11-16Add an option to display vertical tabs from bottom to top.Florent Le Coz
2011-11-16Add an optional vertical tab list.Florent Le Coz
2011-11-15Use Theme.CHAR_STATUS whenever it is possiblemathieui
Fixes #2293
2011-11-13Tweak auto_completion in order to add quotes only when neededmathieui
2011-11-13Fix the completion with space-separated itemsmathieui
Fixes #2261
2011-11-12a plugin can now add informations in ConversationTab’s InfoWin. And the ↵Florent Le Coz
GPG plugin does that.
2011-11-09-get -set +@property +@property.settermathieui
2011-11-08Forgot those hardcoded values…mathieui
2011-11-08Fix new messages separator when it is a the top of the text windowFlorent Le Coz
2011-11-08avoid a crash on invalid colorsFlorent Le Coz
(cherry picked from commit 15780364cf13de0bd4c2a40d895fe77273f00ab9)
2011-11-07Move a space (for perfectionnists)mathieui
2011-11-06Code cleanup (unused import, variables, undefined names, etc…)mathieui
2011-11-06Use threads RLock to avoid crash on simultaneous refresh and resize.Florent Le Coz
fixes #2180
2011-11-06Remove the Room class. fixes #2122Florent Le Coz
2011-11-06First part of the “remove the Room class” changeFlorent Le Coz
2011-11-06Smaller means being insane, and even then, it should’nt bug too muchmathieui
Fixes #2259
2011-11-05Fixes #2255 with some lambda funmathieui
2011-11-05Partial fix to #2266 and #2255 (removes the idea of "color state" andmathieui
adds state, that are computed to the current theme color)
2011-10-02Fix completion case-sensitivenessFlorent Le Coz
2011-10-01Do not try to cycle completion on commands if there was only one possibily.Florent Le Coz
You can now see by the space appended at the end if it was the only one. It lets you complete arguments without having to add a stupid space after the command name
2011-09-30fixes #2185 completion can be done with the cursor ANYWHERE!Florent Le Coz
2011-09-25Backed out changeset e811b4e21013Florent Le Coz
2011-09-25Forgot that…Florent Le Coz
2011-09-23make colors work with 3-digits color numbersFlorent Le Coz
2011-09-21Handles 256 colors, easier theming and more flexible way to define colorsFlorent Le Coz
Doesn’t run yet if term doesn’t support 256 colors, I know (thus the branch "256")
2011-09-20Do not limit the size of the windows, fixes #2246Florent Le Coz
2011-09-16Fixes the new-message-separator (I think)Florent Le Coz
2011-09-13Keep one bool LESS in each line, YAY, that’s HUGE.Florent Le Coz
2011-09-13fix issues with too long nicknamesFlorent Le Coz
2011-09-12Fix the (now rare) tracebacks from curses.mathieui