Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-16 | Add const to variables with type size_t. | Andrei Karas | 1 | -4/+4 | |
2012-09-08 | Add new colors for whisper tabs. | Andrei Karas | 1 | -1/+18 | |
New colors: WHISPER_TAB_HIGHLIGHTED, WHISPER_TAB_OFFLINE_HIGHLIGHTED, WHISPER_TAB_SELECTED, WHISPER_TAB_OFFLINE_SELECTED | |||||
2012-09-08 | Rename colors WHISPER and WHISPER_OFFLINE to WHISPER_TAB and ↵ | Andrei Karas | 1 | -1/+1 | |
WHISPER_TAB_OFFLINE. | |||||
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -2/+0 | |
2012-04-01 | Last part of fixes. | Andrei Karas | 1 | -1/+1 | |
2012-03-29 | Replace vectors with strings to short names. | Andrei Karas | 1 | -1/+1 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-15 | Autocomplete player nick in whisper first even if player offline | Andrei Karas | 1 | -0/+5 | |
or not in visible range. | |||||
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -2/+2 | |
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 1 | -0/+2 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-05-08 | Fix some include files paths. | Andrei Karas | 1 | -1/+1 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+164 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |