Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-24 | Better handle the 'not composing, just typing a command', | Florent Le Coz | |
the user cannot trick the system by doing (e.g), "w, ←, /, ENTER" | |||
2011-02-24 | Pass the message too | Florent Le Coz | |
2011-02-24 | Do not send the composing chatstate if we are typing a command | Florent Le Coz | |
2011-02-24 | In normal conversations: Send composing and active chat states | Florent Le Coz | |
and display the state of the remote contact | |||
2011-02-21 | Avoid crash when write to log file fails | Florent Le Coz | |
2011-02-18 | Properly take into account the length of the characters, fixing | Florent Le Coz | |
some display issues (for example the cursor position when entering stranges characters likes 癔) | |||
2011-02-17 | Re-add the /configure command | Florent Le Coz | |
2011-02-16 | Fix the info_win of the InfoTab (anon mode) | Florent Le Coz | |
2011-02-15 | Change the timer to avoid split of big pastes | Florent Le Coz | |
2011-02-15 | Line ^M are now converted to ^J if we are pasting | Florent Le Coz | |
from the clipboard, making it possible to paste huge multi-lines texts in only one message | |||
2011-02-15 | ^J now inserts a line break in the input. | Florent Le Coz | |
It is now possible to send multi-lines messages | |||
2011-02-15 | Remove ^J from the shortcuts triggering the Enter event, because | Florent Le Coz | |
we’ll use it to add a (real) \n into the input’s text. Also remove "\n" because it’s useless | |||
2011-02-15 | Ctrl+Shift+left and right switch to the previous/next tab | Florent Le Coz | |
2011-02-15 | Ctrl+up and down go to the next/previous group in the roster | Florent Le Coz | |
2011-02-15 | Ctrl+left and right jump a word in the input | Florent Le Coz | |
2011-02-15 | Keyboard can now read all shortcuts with Ctrl (e.g Ctrl+left) | Florent Le Coz | |
Any unicode character is accepted after the meta key The meta key can be concatened until a non-meta key is pressed (e.g M-M-M-M-M-M-M-M-e) | |||
2011-02-15 | PgUp and PgDown scroll one page in the roster | Florent Le Coz | |
M-u, M-y Moves to the next/previous roster group | |||
2011-02-15 | Scroll user list by "height-1" lines, instead of 4 | Florent Le Coz | |
2011-02-15 | /message command. Fixed #2106 | Florent Le Coz | |
2011-02-15 | Remove the resize timer etc, because the resize process | Florent Le Coz | |
is waaaaaay faster now. | |||
2011-02-15 | Make the resize faster by resizing each tab | Florent Le Coz | |
only at its next refresh | |||
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 | |
and lower (a lot) the number of lines kept in the info_win buffers This lower the memory usage. | |||
2011-02-14 | Properly remove the info_win from the list of the | Florent Le Coz | |
global information_buffer to make it Garbage Collected when we close the tab | |||
2011-02-13 | Make the tab collectable by remove self references when closing | Florent Le Coz | |
them. | |||
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 | Fix /list completion (complete the servers only) | Florent Le Coz | |
2011-02-10 | Fix the /help command with commands of the current tab | Florent Le Coz | |
2011-02-10 | /help completion | Florent Le Coz | |
2011-02-10 | /win completion and fix the return values of other completions | Florent Le Coz | |
2011-02-10 | /show completion | Florent Le Coz | |
2011-02-10 | /unignore completion | Florent Le Coz | |
2011-02-10 | Topic completion | Florent Le Coz | |
2011-02-10 | Make the shell split do a normal split if the syntax is wrong | Florent Le Coz | |
2011-02-10 | Remove a useless UnicodeError check | Florent Le Coz | |
2011-02-09 | update version to 0.7.5-dev and remove some debug | Florent Le Coz | |
2011-02-02 | Added tag 0.7.1 for changeset df21334936b7 | Florent Le Coz | |
2011-02-02 | Update to 0.7.1 | Florent Le Coz | |
2011-02-02 | euh ok | Florent Le Coz | |
2011-02-02 | Disable /configure while it's broken with sleekxmpp | Florent Le Coz | |
2011-02-02 | fixed #2115 | mathieui | |
2011-01-31 | Avoid crash if info_win_size is over the window height. fixed #2114 | Florent Le Coz | |
2011-01-31 | Update CHANGELOG | Florent Le Coz | |
2011-01-28 | test | Florent Le Coz | |
2011-01-26 | get_tab_by_name is safer now, by passing the type of the tab we want. | Florent Le Coz | |
This avoid confusion between various tabs having an identical name (which should not happen anyway…) | |||
2011-01-26 | Fix a traceback occuring when an (unknown) tab has a name corresponding to ↵ | Florent Le Coz | |
an existant MucTab. | |||
2011-01-26 | Added tag 0.7.1-beta for changeset dca005c05029 | Florent Le Coz | |
2011-01-26 | Properly consider the size of the window on data-form tab | Florent Le Coz | |
2011-01-25 | data-forms: an help message | Florent Le Coz | |