summaryrefslogtreecommitdiff
path: root/src/windows.py
AgeCommit message (Expand)Author
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
2011-02-15Remove ^J from the shortcuts triggering the Enter event, becauseFlorent Le Coz
2011-02-15Ctrl+left and right jump a word in the inputFlorent Le Coz
2011-02-15PgUp and PgDown scroll one page in the rosterFlorent Le Coz
2011-02-15Scroll user list by "height-1" lines, instead of 4Florent Le Coz
2011-02-14Automated merge with http://hg.louiz.org/poezioFlorent Le Coz
2011-02-14Make the number of lines and messages kept in memory configurableFlorent Le Coz
2011-02-13Make the tab collectable by remove self references when closingFlorent Le Coz
2011-02-13Automated merge with http://hg.louiz.org/poezioFlorent Le Coz
2011-02-13Make it possible to define bold in the theme filesFlorent Le Coz
2011-02-10/win completion and fix the return values of other completionsFlorent Le Coz
2011-02-02fixed #2115mathieui
2011-01-25data-forms: an help messageFlorent Le Coz
2011-01-23fixed #2109. HUGE DIFF OMGFlorent Le Coz
2011-01-21Data form support.Florent Le Coz
2011-01-12Correctly refresh the screen on ^G on roster commandsFlorent Le Coz
2011-01-12Fix the size of nicks in user_list windowFlorent Le Coz
2011-01-12Fix InfoTabFlorent Le Coz
2011-01-12Finish the two default themesFlorent Le Coz
2011-01-12Also, fix C-wFlorent Le Coz
2011-01-12Fix M-b and M-f, fixed #2102Florent Le Coz
2011-01-11And fix the on_enter again (for commands)Florent Le Coz
2011-01-11Limit nick size to the user list widthFlorent Le Coz
2011-01-11/accept and /deny commandsFlorent Le Coz
2011-01-11Displays the subscription and Ask states in the rosterFlorent Le Coz
2011-01-11Move the Contact Window in the left part of the roster tabFlorent Le Coz