Age | Commit message (Expand) | Author |
2011-03-29 | Message and complete words can now be colored even if the | Florent Le Coz |
2011-03-29 | Fix the highlight (now the nick is colored, not the message itself) | Florent Le Coz |
2011-03-29 | Cleanup some code not used anymore | Florent Le Coz |
2011-03-29 | Change how colors are handled. With \x19x etc | Florent Le Coz |
2011-03-21 | Use namedtuples instead of dict, this should GREATELY lower the memory footprint | Florent Le Coz |
2011-03-13 | Text in TextWins not is cut one row before the end of line. | Florent Le Coz |
2011-03-10 | use config.get() only once instead of doing it at each iteration | Florent Le Coz |
2011-03-09 | little fixes and (very little) optimization | Florent Le Coz |
2011-03-09 | Some optimizations in build_new_message. Also cleaned up. Added an optimized ... | Florent Le Coz |
2011-03-08 | Have a single TextWin in common for each tab, reducing the needed memory, and... | Florent Le Coz |
2011-03-07 | Inputs are garbage collected, making MucListTab collectable. | Florent Le Coz |
2011-03-06 | Remove a useless "locale" change | Florent Le Coz |
2011-03-05 | Kind of big cleanup. | Florent Le Coz |
2011-02-24 | Display chatstates in the user list in MucTabs | Florent Le Coz |
2011-02-24 | end and handle chatstates in privateconversations | Florent Le Coz |
2011-02-24 | In normal conversations: Send composing and active chat states | Florent Le Coz |
2011-02-18 | Properly take into account the length of the characters, fixing | Florent Le Coz |
2011-02-15 | ^J now inserts a line break in the input. | Florent Le Coz |
2011-02-15 | Remove ^J from the shortcuts triggering the Enter event, because | Florent Le Coz |
2011-02-15 | Ctrl+left and right jump a word in the input | Florent Le Coz |
2011-02-15 | PgUp and PgDown scroll one page in the roster | Florent Le Coz |
2011-02-15 | Scroll user list by "height-1" lines, instead of 4 | Florent Le Coz |
2011-02-14 | Automated merge with http://hg.louiz.org/poezio | Florent Le Coz |
2011-02-14 | Make the number of lines and messages kept in memory configurable | Florent Le Coz |
2011-02-13 | Make the tab collectable by remove self references when closing | Florent Le Coz |
2011-02-13 | Automated merge with http://hg.louiz.org/poezio | Florent Le Coz |
2011-02-13 | Make it possible to define bold in the theme files | Florent Le Coz |
2011-02-10 | /win completion and fix the return values of other completions | Florent Le Coz |
2011-02-02 | fixed #2115 | mathieui |
2011-01-25 | data-forms: an help message | Florent Le Coz |
2011-01-23 | fixed #2109. HUGE DIFF OMG | Florent Le Coz |
2011-01-21 | Data form support. | Florent Le Coz |
2011-01-12 | Correctly refresh the screen on ^G on roster commands | Florent Le Coz |
2011-01-12 | Fix the size of nicks in user_list window | Florent Le Coz |
2011-01-12 | Fix InfoTab | Florent Le Coz |
2011-01-12 | Finish the two default themes | Florent Le Coz |
2011-01-12 | Also, fix C-w | Florent Le Coz |
2011-01-12 | Fix M-b and M-f, fixed #2102 | Florent Le Coz |
2011-01-11 | And fix the on_enter again (for commands) | Florent Le Coz |
2011-01-11 | Limit nick size to the user list width | Florent Le Coz |
2011-01-11 | /accept and /deny commands | Florent Le Coz |
2011-01-11 | Displays the subscription and Ask states in the roster | Florent Le Coz |
2011-01-11 | Move the Contact Window in the left part of the roster tab | Florent Le Coz |
2011-01-10 | Avoid traceback on text_win refresh | Florent Le Coz |
2011-01-10 | Fix an error in textwin.refresh | Florent Le Coz |
2011-01-09 | remove the separator when it is at the bottom (unles the user maid M-v) | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2011-01-06 | MessageInput now have a 'draft' option. When you're typing a new message, ↑... | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2011-01-06 | Fix input history, and avoid consecutive duplicates. fixed #1851 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2011-01-05 | fix the refresh of textwin when there's no message yet | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2011-01-05 | fix a crash on resize of size 0×0 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |