summaryrefslogtreecommitdiff
path: root/src/gui/widgets/chattab.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-07-28move bools in chattab.Andrei Karas1-2/+2
2013-07-11move sound constants to separate file.Andrei Karas1-0/+1
2013-06-30Add support for logging debug chat tab.Andrei Karas1-2/+12
2013-06-21fix code style.Andrei Karas1-1/+0
2013-06-04Remove "Server:" from notifications messages.Andrei Karas1-1/+1
2013-05-31Improve chattab class.Andrei Karas1-6/+7
2013-05-30Add color for globals with player/npc name.Andrei Karas1-1/+1
2013-05-03add comments for translatorsAndrei Karas1-0/+10
2013-04-25fix some code style by cpplint.Andrei Karas1-1/+0
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-3/+2
2013-04-07fix cide style.Andrei Karas1-1/+1
2013-04-03Fix http links splitting in chat.Andrei Karas1-9/+11
2013-03-31Rename SoundManager sigleton from sound to soundManager.Andrei Karas1-4/+4
2013-03-21Send channel name to net code layer.Andrei Karas1-2/+7
2013-03-21Add channel name to chat tabs.Andrei Karas1-2/+4
2013-02-26Improve string usage in other files.Andrei Karas1-10/+8
2013-02-18Add option to show/hide guild online messages.Andrei Karas1-1/+14
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-25Improve empty strings manipulation.Andrei Karas1-4/+4
2012-12-03Rename sound.cpp/h to soundmanager.Andrei Karas1-1/+1
2012-11-27Simplify command handlers.Andrei Karas1-2/+1
2012-10-29Highlight window header with * if got new chat message with minimized window.Andrei Karas1-0/+1
2012-10-20Add palette inheritance to browserbox class.Andrei Karas1-1/+1
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-2/+2
2012-10-14Dont use guichan tab and tabbedarea anymore.Andrei Karas1-2/+1
2012-09-16Add const to variables with type size_t.Andrei Karas1-2/+2
2012-08-30Add const to more classes.Andrei Karas1-6/+6
2012-08-24replace defines to consts.Andrei Karas1-1/+1
2012-08-23Remove useless includes.Andrei Karas1-3/+1
2012-07-28Simplify scrollarea opaque flag.Andrei Karas1-2/+1
2012-07-23Improve perfomance in some object constructors.Andrei Karas1-2/+2
2012-06-24Allow enter in chat "?" as text message.Andrei Karas1-1/+4
2012-06-19Add help search commands (?text).Andrei Karas1-5/+20
2012-04-09Fix code style.Andrei Karas1-2/+1
2012-04-01Last part of fixes.Andrei Karas1-5/+5
2012-03-29Add option to auto hide chat window (chat window visible by default)Andrei Karas1-0/+8
2012-02-28Fix some sound event.Andrei Karas1-2/+19
2012-02-28Add different sound effects for different events.Andrei Karas1-1/+1
2012-02-08Fix code style with new tool.Andrei Karas1-1/+1
2012-02-02Add some checks after automatic checking.Andrei Karas1-3/+11
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-08Add variables for any chat text/commands.Andrei Karas1-0/+3
2011-12-02Fix some issues after automatic code checking.Andrei Karas1-2/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-2/+2
2011-10-08Fix global message sound hightligt. It was broken for some time.Andrei Karas1-10/+4
2011-09-10Change empty strings initializations.Andrei Karas1-1/+1
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-1/+1
2011-08-22Add highlight list option.Andrei Karas1-3/+1
2011-08-17Fix chat auto scroll to down if input field is visible.Andrei Karas1-1/+2
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-2/+2