summaryrefslogtreecommitdiff
path: root/src/text_buffer.py
AgeCommit message (Expand)Author
2011-11-25Fix something with /me etc.Florent Le Coz
2011-11-25Use the nick color for the “*” char in /me messages.Florent Le Coz
2011-11-25/me now works in all chatabsFlorent Le Coz
2011-11-06Fix a remaining crash from the Room class deletion.Florent Le Coz
2011-11-06Remove the Room class. fixes #2122Florent Le Coz
2011-09-21Handles 256 colors, easier theming and more flexible way to define colorsFlorent Le Coz
2011-09-11Fix an issue that breaks the message display if it contains \tFlorent Le Coz
2011-09-11Change license to zlib (MIT sucks :()Florent Le Coz
2011-09-09Make it work. MAY segfault. Need intensive testing.Florent Le Coz
2011-09-08c code that doesn’t workFlorent Le Coz
2011-06-25Fixed a stupid crash caused by mathieui. Shame on him.Florent Le Coz
2011-04-16Make the information messages "pop" the information buffer temporarlyFlorent Le Coz
2011-03-31Fix a crash on normal messages, and add colors to information messagesFlorent Le Coz
2011-03-29Messages in text_buffer should not be colored when theyFlorent Le Coz
2011-03-29Message and complete words can now be colored even if theFlorent Le Coz
2011-03-29Change how colors are handled. With \x19x etcFlorent Le Coz
2011-03-21Use namedtuples instead of dict, this should GREATELY lower the memory footprintFlorent Le Coz
2011-03-09Avoid stupid traceback on normal messageFlorent Le Coz
2011-03-09Some optimizations in build_new_message. Also cleaned up. Added an optimized ...Florent Le Coz
2011-02-14Make the number of lines and messages kept in memory configurableFlorent Le Coz
2011-02-13Make the tab collectable by remove self references when closingFlorent Le Coz
2011-01-05correctly displays a message in ConversationTabs when a resource goes offlinelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-01update copyright datelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-31remote nickname is colored in ConversationTablouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-15fix the ---- that I just brokelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-15HUGE performance improvement on refresh. fixed #1855louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-15a few renamings, and some other stufflouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-10-04update e-mail address and READMElouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-09-14complete refactoring of the ui. Everything is now very modulable. Little info...louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13