summaryrefslogtreecommitdiff
path: root/src/windows.py
AgeCommit message (Expand)Author
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
2011-01-10Avoid traceback on text_win refreshFlorent Le Coz
2011-01-10Fix an error in textwin.refreshFlorent Le Coz
2011-01-09remove the separator when it is at the bottom (unles the user maid M-v)louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-06MessageInput now have a 'draft' option. When you're typing a new message, ↑...louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-06Fix input history, and avoid consecutive duplicates. fixed #1851louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-05fix the refresh of textwin when there's no message yetlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-05fix a crash on resize of size 0×0louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-02fix /list with new SleekXMPP xep_0030 version. Also add some error handling a...louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-01fixed #1901 Alt-U and Alt-Y scrolls the participant-list in MUCslouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-01fix /recolor with the new nick_color methodlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-01update copyright datelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-01show_inactive_tabs lets the other chose if she wants to display ALL tabs or j...louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13