Age | Commit message (Expand) | Author |
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 |
2011-01-02 | fix /list with new SleekXMPP xep_0030 version. Also add some error handling a... | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2011-01-01 | fixed #1901 Alt-U and Alt-Y scrolls the participant-list in MUCs | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2011-01-01 | fix /recolor with the new nick_color method | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2011-01-01 | update copyright date | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2011-01-01 | show_inactive_tabs lets the other chose if she wants to display ALL tabs or j... | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-12-31 | remote nickname is colored in ConversationTab | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-12-26 | fixed #2072, fix TextWin refresh | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-12-26 | fixed #1988 Traceback handler | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-12-22 | fix a traceback | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-12-21 | little fix | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-12-21 | improve performances a little more. And avoid a very rare crash, too | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-12-21 | datetime.strftime seems (according to cProfile) to be VERY slow. Improve the ... | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-12-15 | fix the issue of first private message received | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-12-15 | fix print_scroll_position for private and conversation tabs | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-12-15 | fix the ---- that I just broke | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-12-15 | HUGE performance improvement on refresh. fixed #1855 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-12-07 | fix 'j' on MucListTab when row number 0 is selected | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-12-07 | (link mauve) fixed #2041 use JID class everywhere | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-12-07 | /list command, can join the room with J (cannot sort, search or filter yet, a... | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-11-29 | can now complete with NOTHING in the node | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-11-25 | command completion. Also completion for command's arguments. (try it to compl... | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-11-23 | fasten the refresh of Private and Normal tabs, on input | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-11-22 | re-use the resize_timer and better handle the size of the term to decide if w... | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-11-22 | Clean a lot the __init__ of Wins | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-11-22 | rename again buffers→windows and Alt+←→ to switch tabs | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |