summaryrefslogtreecommitdiff
path: root/src/gui/chatwindow.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-30move windows classes to windows directory.Andrei Karas1-378/+0
2013-09-18fix name conflicts.Andrei Karas1-2/+2
2013-09-18add consts in gui classes.Andrei Karas1-1/+1
2013-09-18add missing const in being classes.Andrei Karas1-1/+1
2013-09-11remove unused includes from gui files.Andrei Karas1-7/+0
2013-09-06add globals filter.Andrei Karas1-0/+5
2013-08-01add gui for in chat emotes.Andrei Karas1-0/+1
2013-06-20Add more profiler labels.Andrei Karas1-0/+4
2013-05-28fix guard header part1.Andrei Karas1-3/+3
2013-05-18rename listender to depricatedlistener.Andrei Karas1-2/+2
2013-05-10fix code style.Andrei Karas1-3/+4
2013-05-07improve chatwindow class.Andrei Karas1-15/+12
2013-04-21some other fixes from cpplint.Andrei Karas1-2/+2
2013-04-20fix style in gui directory.Andrei Karas1-0/+9
2013-04-14another fixes from cpplint.Andrei Karas1-5/+5
2013-03-22Add option to accept language messages in any languge.Andrei Karas1-0/+1
2013-03-22Show channel messages in language tab.Andrei Karas1-3/+4
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-30Add unused warnings to some files.Andrei Karas1-7/+7
2012-10-18Extend dropdown theming.Andrei Karas1-6/+2
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+2
2012-09-22Add override keyword to most overriden methods.Andrei Karas1-11/+12
2012-09-22Add final keyword to most classes.Andrei Karas1-6/+6
2012-09-08Add new colors for whisper tabs.Andrei Karas1-4/+4
2012-09-06Improve constructors in some classes.Andrei Karas1-6/+6
2012-08-27Add const to more classes.Andrei Karas1-19/+21
2012-08-24replace defines to consts.Andrei Karas1-1/+1
2012-08-23Remove useless includes.Andrei Karas1-2/+2
2012-05-13Remove guichanfwd.h.Andrei Karas1-0/+5
2012-04-22Cache some settings om chat window.Andrei Karas1-0/+1
2012-03-29Replace vectors with strings to short names.Andrei Karas1-5/+5
2012-03-29Add option to auto hide chat window (chat window visible by default)Andrei Karas1-1/+20
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas1-1/+1
2012-02-08Fix compilation errors and more style.Andrei Karas1-2/+2
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-06Add gm commands to chat autocomplete list (only for gms)Andrei Karas1-0/+3
2011-12-03Allow copy any line from chat log to clipboard byAndrei Karas1-0/+2
2011-11-25Move A_UNUSED define to include file.Andrei Karas1-6/+0
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas1-2/+2
2011-09-09Rename in listner class method from event to processEvent.Andrei Karas1-1/+1
2011-08-22Add highlight list option.Andrei Karas1-0/+5
2011-07-16Add hotkey to close selected chat tab.Andrei Karas1-0/+5
2011-07-07Remove undescore from variables and defines.Andrei Karas1-2/+2
2011-07-04Replace some lists to vectors.Andrei Karas1-1/+1
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-4/+4
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-4/+4
2011-04-18Impliment away log in away mode.Andrei Karas1-0/+8
2011-04-09Small refactoring based on idea from mana commit 30d4b0adf4f17f05d1d62fc3428c...Andrei Karas1-1/+1
2011-04-08Now if chat input is hidden, it not using space in window.Andrei Karas1-2/+2