summaryrefslogtreecommitdiff
path: root/src/gui/chatwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-05-13Move some code from logic queue to separate calls.Andrei Karas1-0/+1
2012-04-28Fix code style and add some checks.Andrei Karas1-2/+3
2012-04-25Improve iterators part 1.Andrei Karas1-16/+23
2012-04-22Cache some settings om chat window.Andrei Karas1-3/+9
2012-04-19Dehardcode keys in gui widgets.Andrei Karas1-8/+10
2012-04-08Move most input code from keyboardconfig to inputmanager.Andrei Karas1-4/+5
2012-04-08Move enums from keyboardconfig.h to keydata.h.Andrei Karas1-4/+4
2012-04-01Last part of fixes.Andrei Karas1-6/+6
2012-04-01One part of fixes after auto checking.Andrei Karas1-28/+55
2012-03-29Replace vectors with strings to short names.Andrei Karas1-8/+8
2012-03-29Add option to auto hide chat window (chat window visible by default)Andrei Karas1-1/+64
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas1-1/+1
2012-03-19Protect autocomplete from evil nicks if nick start from chat line start.Andrei Karas1-7/+17
2012-03-02Add opengl settings dump command.Andrei Karas1-0/+1
2012-02-29Fix code style in empty methods.Andrei Karas1-1/+2
2012-02-08Add chat command /setdrop N to set change drop counter.Andrei Karas1-0/+1
2012-02-08Fix compilation errors and more style.Andrei Karas1-7/+7
2012-02-08Fix code style with new tool.Andrei Karas1-2/+2
2012-02-02Add some checks after automatic checking.Andrei Karas1-0/+3
2012-01-30Rename isKeyActive to isActionActive om keyboard config class.Andrei Karas1-4/+4
2012-01-14fix adding gcc 4.7 support.Andrei Karas1-1/+1
2012-01-11Fix compliation under gcc 4.7 snapshot.Andrei Karas1-3/+3
2012-01-06Fix crash in chat autocomplete if no current chat tab.Andrei Karas1-1/+2
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2012-01-04Add chat command /dumpt for dumping last testing values.Andrei Karas1-0/+1
2011-12-08Add variables for any chat text/commands.Andrei Karas1-0/+5
2011-12-06Add gm commands to chat autocomplete list (only for gms)Andrei Karas1-1/+29
2011-12-03Allow copy any line from chat log to clipboard byAndrei Karas1-1/+16
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-15/+15
2011-11-02Add enemy relation.Andrei Karas1-0/+1
2011-10-30Add pseudo away chat command.Andrei Karas1-0/+1
2011-10-30Remove duplicate getAway function.Andrei Karas1-1/+1
2011-10-27Add command to dump to chat main graphics settings.Andrei Karas1-0/+1
2011-10-23Add chat commands for using server side ignore for all whispers.Andrei Karas1-0/+2
2011-10-05Add blacklist relation. In this mode blocked trades, emotes, speech text.Andrei Karas1-0/+1
2011-09-10Allow load for each window own xml theme file.Andrei Karas1-1/+1
2011-09-10Change empty strings initializations.Andrei Karas1-1/+1
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas1-4/+4
2011-09-09Rename in listner class method from event to processEvent.Andrei Karas1-1/+1
2011-09-09Fix first part of shadow variables/methods errors.Andrei Karas1-2/+2
2011-09-08Fix register in some auto complete strings.Andrei Karas1-2/+1
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-7/+7
2011-08-31Add ability to lock any window position and size. Using sticky image for this.Andrei Karas1-1/+3
2011-08-27Basic support for guild bot integration.Andrei Karas1-5/+1
2011-08-22Add highlight list option.Andrei Karas1-1/+19
2011-08-11Fix saving opened tabs state.Andrei Karas1-9/+5
2011-07-16Add hotkey to close selected chat tab.Andrei Karas1-0/+16
2011-07-07Remove undescore from variables and defines.Andrei Karas1-2/+2
2011-07-02Replace some getters to direct members access in graphics class.Andrei Karas1-2/+2
2011-07-02Add hasRows to chattab class.Andrei Karas1-2/+2