Age | Commit message (Expand) | Author |
2011-03-29 | Change the highlight color of the default theme | Florent Le Coz |
2011-03-29 | Fix some colors, again... | Florent Le Coz |
2011-03-29 | Add files for xhtml containing xhtml->shell colors and shell colors->poezi... | Florent Le Coz |
2011-03-29 | Fix the color in join message | Florent Le Coz |
2011-03-29 | Messages in text_buffer should not be colored when they | Florent Le Coz |
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-27 | Jump the space on /message JID blabla command | Florent Le Coz |
2011-03-25 | comment + fix an except | Florent Le Coz |
2011-03-21 | … | Florent Le Coz |
2011-03-21 | Hix a crash on last word completion | Florent Le Coz |
2011-03-21 | Use namedtuples instead of dict, this should GREATELY lower the memory footprint | Florent Le Coz |
2011-03-20 | Alt+J | Florent Le Coz |
2011-03-20 | Case insensitive HL | Florent Le Coz |
2011-03-20 | Little mistake | Florent Le Coz |
2011-03-20 | Alt+x where x is a number | Florent Le Coz |
2011-03-20 | Command connect, to reconnect if needed. Fixed #1149 | Florent Le Coz |
2011-03-15 | /version <jid> command | Florent Le Coz |
2011-03-13 | Remove the avail command, since /ava[TAB] is even shorter than that. | Florent Le Coz |
2011-03-13 | Text in TextWins not is cut one row before the end of line. | Florent Le Coz |
2011-03-11 | Remove the /show command and map /away, /avail, etc. to /status. | Emmanuel Gil Peyrot |
2011-03-11 | Send chatstate composing if we are starting our message with // | Florent Le Coz |
2011-03-10 | Fix a dataforms traceback due to the new resize method. | Florent Le Coz |
2011-03-10 | Fix the search (the enter key opens the conversation BEFORE restoring the ros... | Florent Le Coz |
2011-03-10 | use config.get() only once instead of doing it at each iteration | Florent Le Coz |
2011-03-09 | Avoid stupid traceback on normal message | 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-07 | Typo | Florent Le Coz |
2011-03-07 | very little cleanup | Florent Le Coz |
2011-03-07 | pylint | Florent Le Coz |
2011-03-06 | Fix data forms to work properly with the previous changes in windows.py | Florent Le Coz |
2011-03-06 | Remove a useless "locale" change | Florent Le Coz |
2011-03-05 | Move a lot of muc-only-related stuff insid the MucTab class | Florent Le Coz |
2011-03-05 | Kind of big cleanup. | Florent Le Coz |
2011-03-03 | fixed #2117 Fix tracebacks: remove traceback handler. | Florent Le Coz |
2011-03-03 | Avoid a blink at startup with a stupid hack… | Florent Le Coz |
2011-02-26 | Send chatstates to MUC only if the room is joined | Florent Le Coz |
2011-02-25 | Fix a tb when receiving the first private message of a conversation | 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 | Send chat states in muc and private conversations. | Florent Le Coz |
2011-02-24 | Send active/inactive if we are focused on the tab or not. And send | Florent Le Coz |
2011-02-24 | Do not send chat states if send_chat_states = false in config | Florent Le Coz |
2011-02-24 | Refresh the tab when we receive a chat state | Florent Le Coz |
2011-02-24 | Better handle the 'not composing, just typing a command', | Florent Le Coz |