summaryrefslogtreecommitdiff
path: root/src/windows.py
AgeCommit message (Collapse)Author
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
2011-09-12PGUP/PGDOWN on muc list (partially fixes #2165)mathieui
2011-09-12Add an history in the RosterInfoTab (Fixes #2223)mathieui
2011-09-11Fix an issue that breaks the message display if it contains \tFlorent Le Coz
2011-09-11Change license to zlib (MIT sucks :()Florent Le Coz
2011-09-11fix a offset size issue that made the text be cut in too short lines.Florent Le Coz
2011-09-11fixes crashes on too small size (except on the /configure tab, but that’s ↵Florent Le Coz
an other issue) fixes #2186
2011-09-10w t fFlorent Le Coz
t f
2011-09-10cleanup in build_new_message, and very little speedups as wellFlorent Le Coz
2011-09-09Make it work. MAY segfault. Need intensive testing.Florent Le Coz
Should be A. LOT. FASTER. though.
2011-09-08c code that doesn’t workFlorent Le Coz
2011-07-10Pubsub browser can display atom element, etcFlorent Le Coz
2011-07-04Merge these forgotten commits as well.Florent Le Coz
2011-07-04Merge pubsub branch to defaultFlorent Le Coz
2011-06-30Fix the roster erasing in the refresh()Florent Le Coz
2011-06-23Fixes #1736mathieui
2011-06-21Enter displays the content of the selected itemFlorent Le Coz
2011-06-21Reset the cursor position from the item list when node changesFlorent Le Coz
2011-06-21Nodes can be scrolled and the item list is updated accordinglyFlorent Le Coz
2011-06-14I add a char to show the active and paused chatstates in muc user listsFlorent Le Coz
2011-05-29Fix some bug due to the new way chars are returnedFlorent Le Coz
2011-05-14Breaking poezio is a bad thingmathieui
2011-05-14fixes #2171, fixes #2173, also set a minimum size (< 5 lines crashes poezio ↵mathieui
when resizing)
2011-05-13Fix #2176, and remove useless stuff added by 2to3mathieui
2011-05-13Don’t break xhtml-immathieui
2011-05-13Fix a traceback on C-c ❶ or C-c ², etcmathieui
2011-05-11should fix #2161, and enable xhtml-im while in debugmathieui