Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-16 | Make the information messages "pop" the information buffer temporarly | Florent Le Coz | |
2011-03-31 | Fix a crash on normal messages, and add colors to information messages | Florent Le Coz | |
2011-03-29 | Messages in text_buffer should not be colored when they | Florent Le Coz | |
have no nickname | |||
2011-03-29 | Message and complete words can now be colored even if the | Florent Le Coz | |
take more than one line to be displayed. | |||
2011-03-29 | Change how colors are handled. With \x19x etc | Florent Le Coz | |
Should work like before and be a little lighter on the RA | |||
2011-03-21 | Use namedtuples instead of dict, this should GREATELY lower the memory footprint | Florent Le Coz | |
2011-03-09 | Avoid stupid traceback on normal message | Florent Le Coz | |
2011-03-09 | Some optimizations in build_new_message. Also cleaned up. Added an optimized ↵ | Florent Le Coz | |
way to do "wcswidth(string) > n": wcsislonger. And should use less memory because the dict replacing Message and Lines object stores ONLY the needed attributes. | |||
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-13 | Make the tab collectable by remove self references when closing | Florent Le Coz | |
them. | |||
2011-01-05 | correctly displays a message in ConversationTabs when a resource goes offline | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2011-01-01 | update copyright date | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-12-31 | remote nickname is colored in ConversationTab | 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-11-15 | a few renamings, and some other stuff | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-10-04 | update e-mail address and README | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-09-14 | complete refactoring of the ui. Everything is now very modulable. Little ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
info win added at the bottom. Roster is ready to be implemented. |