summaryrefslogtreecommitdiff
path: root/src/gui/chatwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-14Add missing checks.Andrei Karas1-10/+16
2011-06-01Set secure font in chat tab name if need.Andrei Karas1-0/+3
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-2/+2
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-2/+2
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-08Fix some include files paths.Andrei Karas1-1/+1
2011-05-08Fix chat tab size issue, if enabled hiding chat input.Andrei Karas1-10/+7
2011-04-29Add char command /addpriorityattack.Andrei Karas1-0/+1
2011-04-21Add attack filter char commands.Andrei Karas1-0/+3
2011-04-18Impliment away log in away mode.Andrei Karas1-0/+26
2011-04-09Small refactoring based on idea from mana commit 30d4b0adf4f17f05d1d62fc3428c...Andrei Karas1-7/+7
2011-04-09Really remove nicks if need. Also remove colors if need.Andrei Karas1-1/+5
2011-04-08Add ability to tabbedarea follow vertical scrroll bar position with max value.Andrei Karas1-0/+1
2011-04-08Now if chat input is hidden, it not using space in window.Andrei Karas1-11/+34
2011-04-05Add custom autocomplate list from file customwords.txtAndrei Karas1-4/+32
2011-04-04Rename some gui class files to real class names.Andrei Karas1-0/+1416