summaryrefslogtreecommitdiff
path: root/src/gui/chatwindow.h
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-05Add custom autocomplate list from file customwords.txtAndrei Karas1-2/+6
2011-04-04Rename some gui class files to real class names.Andrei Karas1-0/+319