Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-23 | make colors work with 3-digits color numbers | Florent Le Coz | |
2011-09-21 | Handles 256 colors, easier theming and more flexible way to define colors | Florent Le Coz | |
Doesn’t run yet if term doesn’t support 256 colors, I know (thus the branch "256") | |||
2011-09-15 | Fixes #2244 | mathieui | |
2011-09-12 | Add a color state for disconnected rooms (Fixes #2166) | mathieui | |
2011-09-11 | Fix an issue that breaks the message display if it contains \t | Florent Le Coz | |
2011-09-11 | Change license to zlib (MIT sucks :() | Florent Le Coz | |
2011-09-08 | c code that doesn’t work | Florent Le Coz | |
2011-06-27 | Beep() on highlight/message/private-messages (configurable) | Florent Le Coz | |
2011-06-23 | Fixes #1736 | mathieui | |
2011-06-04 | fix the display of the action 'emptying the status', and some few minor changes | mathieui | |
2011-05-28 | Fixes #2179 | mathieui | |
2011-05-04 | Fix /recolor correctly, and also fixes #2158 | Florent Le Coz | |
2011-04-17 | idem etc | Florent Le Coz | |
2011-04-16 | Make the information messages "pop" the information buffer temporarly | Florent Le Coz | |
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 | Cleanup some code not used anymore | Florent Le Coz | |
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-20 | Case insensitive HL | 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-02-10 | Remove a useless UnicodeError check | Florent Le Coz | |
2011-01-12 | Log messages from normal and private conversations as well | Florent Le Coz | |
2011-01-12 | fixed #2100 | Florent Le Coz | |
2011-01-02 | fix the log of MUC messages in files | 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 | |
2010-12-31 | fix some stuff, maybe | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-12-31 | remote nickname is colored in ConversationTab | 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-11-24 | Global commands AND tab-specific commands. fixed #2027 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-15 | Do not refresh the screen on each input | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-10-11 | … | mathieui@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-10-11 | fixed #1925 | mathieui@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-10-04 | update e-mail address and README | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-10-04 | contact information buffer in the roster tab (yet empty) | 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. | |||
2010-09-11 | (almost) fixed #1783 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-09-03 | python 3 only. Fixes all EncodingError bugs :)))) | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-31 | Switch to Sleekxmpp. fixed #1768 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-22 | Mor colored information message, also finish the theme 'engine'. fixed #1537 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-20 | Themes are working, need a little polishing and documentation | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-10 | Fix Link Mauve completion bug | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-09 | Print a line separator to indicate the new messages. fixed #1487 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-07 | fix the highlight | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-05 | fix the highlight color | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-08-05 | Our own is ALWAYS white and other nicks are NEVER white. Also reset MAGENTA ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
for information messages | |||
2010-08-04 | fix the scroll again. The scroll size is now a page - 1 and it handles the ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
multiline message perfectly |