summaryrefslogtreecommitdiff
path: root/src/windows.py
AgeCommit message (Expand)Author
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 w...mathieui
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
2011-05-06Aha, remove this duplicate functionFlorent Le Coz
2011-05-05M-backspace deletes a wordFlorent Le Coz
2011-05-04Fix /recolor correctly, and also fixes #2158Florent Le Coz
2011-05-04fixes #2148, #2156, #2155mathieui
2011-04-18Great roster refresh optimizationFlorent Le Coz
2011-04-17Remove the paused timed event when we send the messageFlorent Le Coz
2011-04-17Fix the infinite loop…Florent Le Coz
2011-04-17Fixed #2150Florent Le Coz
2011-04-10fix the colors for Subscribed alertsFlorent Le Coz
2011-04-10Fix the read_keyboard on ^CFlorent Le Coz
2011-04-04Color 7is now the default color instead of whiteFlorent Le Coz
2011-04-04Fixed #2136Florent Le Coz
2011-04-04Fix colors of reason in a kick messageFlorent Le Coz
2011-03-30Finish colors support with xhtml (clean the elinks dump, handle the input etc)Florent Le Coz
2011-03-29Remove the xhtml-im that was inserted for debug, add the start of a method to...Florent Le Coz
2011-03-29Message and complete words can now be colored even if theFlorent Le Coz
2011-03-29Fix the highlight (now the nick is colored, not the message itself)Florent Le Coz
2011-03-29Cleanup some code not used anymoreFlorent Le Coz
2011-03-29Change how colors are handled. With \x19x etcFlorent Le Coz
2011-03-21Use namedtuples instead of dict, this should GREATELY lower the memory footprintFlorent Le Coz
2011-03-13Text in TextWins not is cut one row before the end of line.Florent Le Coz
2011-03-10use config.get() only once instead of doing it at each iterationFlorent Le Coz
2011-03-09little fixes and (very little) optimizationFlorent Le Coz
2011-03-09Some optimizations in build_new_message. Also cleaned up. Added an optimized ...Florent Le Coz
2011-03-08Have a single TextWin in common for each tab, reducing the needed memory, and...Florent Le Coz
2011-03-07Inputs are garbage collected, making MucListTab collectable.Florent Le Coz
2011-03-06Remove a useless "locale" changeFlorent Le Coz
2011-03-05Kind of big cleanup.Florent Le Coz
2011-02-24Display chatstates in the user list in MucTabsFlorent Le Coz
2011-02-24end and handle chatstates in privateconversationsFlorent Le Coz
2011-02-24In normal conversations: Send composing and active chat statesFlorent Le Coz
2011-02-18Properly take into account the length of the characters, fixingFlorent Le Coz
2011-02-15^J now inserts a line break in the input.Florent Le Coz