Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-18 | fix name conflicts. | Andrei Karas | 1 | -2/+2 | |
2013-09-18 | add consts in gui classes. | Andrei Karas | 1 | -1/+1 | |
2013-09-18 | add missing const in being classes. | Andrei Karas | 1 | -1/+1 | |
2013-09-11 | remove unused includes from gui files. | Andrei Karas | 1 | -7/+0 | |
2013-09-06 | add globals filter. | Andrei Karas | 1 | -0/+5 | |
It can move some global messages into debug window. This mean it prevent from spam in chat message and spam sounds. By default filter configured to ignore globals from Sagatha. | |||||
2013-08-01 | add gui for in chat emotes. | Andrei Karas | 1 | -0/+1 | |
For add in chat emote press F1 inside opened chat, then select and click emote. | |||||
2013-06-20 | Add more profiler labels. | Andrei Karas | 1 | -0/+4 | |
2013-05-28 | fix guard header part1. | Andrei Karas | 1 | -3/+3 | |
2013-05-18 | rename listender to depricatedlistener. | Andrei Karas | 1 | -2/+2 | |
2013-05-10 | fix code style. | Andrei Karas | 1 | -3/+4 | |
2013-05-07 | improve chatwindow class. | Andrei Karas | 1 | -15/+12 | |
2013-04-21 | some other fixes from cpplint. | Andrei Karas | 1 | -2/+2 | |
2013-04-20 | fix style in gui directory. | Andrei Karas | 1 | -0/+9 | |
2013-04-14 | another fixes from cpplint. | Andrei Karas | 1 | -5/+5 | |
2013-03-22 | Add option to accept language messages in any languge. | Andrei Karas | 1 | -0/+1 | |
This messages will be showed in language or general tab. | |||||
2013-03-22 | Show channel messages in language tab. | Andrei Karas | 1 | -3/+4 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-10-30 | Add unused warnings to some files. | Andrei Karas | 1 | -7/+7 | |
2012-10-18 | Extend dropdown theming. | Andrei Karas | 1 | -6/+2 | |
New options in dropdown.xml: padding - text padding from all sides imagePadding - image padding from right frameSize - frame size | |||||
2012-10-15 | Fix compilation warnings without C++11 support. | Andrei Karas | 1 | -1/+1 | |
2012-10-10 | Delete copy constructor in some classes. | Andrei Karas | 1 | -0/+2 | |
2012-09-22 | Add override keyword to most overriden methods. | Andrei Karas | 1 | -11/+12 | |
2012-09-22 | Add final keyword to most classes. | Andrei Karas | 1 | -6/+6 | |
2012-09-08 | Add new colors for whisper tabs. | Andrei Karas | 1 | -4/+4 | |
New colors: WHISPER_TAB_HIGHLIGHTED, WHISPER_TAB_OFFLINE_HIGHLIGHTED, WHISPER_TAB_SELECTED, WHISPER_TAB_OFFLINE_SELECTED | |||||
2012-09-06 | Improve constructors in some classes. | Andrei Karas | 1 | -6/+6 | |
2012-08-27 | Add const to more classes. | Andrei Karas | 1 | -19/+21 | |
2012-08-24 | replace defines to consts. | Andrei Karas | 1 | -1/+1 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -2/+2 | |
2012-05-13 | Remove guichanfwd.h. | Andrei Karas | 1 | -0/+5 | |
2012-04-22 | Cache some settings om chat window. | Andrei Karas | 1 | -0/+1 | |
2012-03-29 | Replace vectors with strings to short names. | Andrei Karas | 1 | -5/+5 | |
2012-03-29 | Add option to auto hide chat window (chat window visible by default) | Andrei Karas | 1 | -1/+20 | |
Option in chat \ Auto hide chat window. | |||||
2012-03-22 | Rename object event to depricatedevent because current implimentation very | Andrei Karas | 1 | -1/+1 | |
bad and must be replaced with better implimentation. | |||||
2012-02-08 | Fix compilation errors and more style. | Andrei Karas | 1 | -2/+2 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-12-06 | Add gm commands to chat autocomplete list (only for gms) | Andrei Karas | 1 | -0/+3 | |
2011-12-03 | Allow copy any line from chat log to clipboard by | Andrei Karas | 1 | -0/+2 | |
context menu item "Copy to clipboard". | |||||
2011-11-25 | Move A_UNUSED define to include file. | Andrei Karas | 1 | -6/+0 | |
2011-09-09 | Continue fix for shadow variables/methods errors. | Andrei Karas | 1 | -2/+2 | |
2011-09-09 | Rename in listner class method from event to processEvent. | Andrei Karas | 1 | -1/+1 | |
2011-08-22 | Add highlight list option. | Andrei Karas | 1 | -0/+5 | |
Before in highlight was only player nick. | |||||
2011-07-16 | Add hotkey to close selected chat tab. | Andrei Karas | 1 | -0/+5 | |
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 1 | -2/+2 | |
2011-07-04 | Replace some lists to vectors. | Andrei Karas | 1 | -1/+1 | |
2011-05-31 | Revert "Switch includes to use embedded guichan." | Andrei Karas | 1 | -4/+4 | |
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1. | |||||
2011-05-30 | Switch includes to use embedded guichan. | Andrei Karas | 1 | -4/+4 | |
2011-04-18 | Impliment away log in away mode. | Andrei Karas | 1 | -0/+8 | |
2011-04-09 | Small refactoring based on idea from mana commit ↵ | Andrei Karas | 1 | -1/+1 | |
30d4b0adf4f17f05d1d62fc3428c896ef1079b6b | |||||
2011-04-08 | Now if chat input is hidden, it not using space in window. | Andrei Karas | 1 | -2/+2 | |
2011-04-05 | Add custom autocomplate list from file customwords.txt | Andrei Karas | 1 | -2/+6 | |