summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/chat
AgeCommit message (Expand)AuthorFilesLines
2016-09-23Add missing comments into defines.Andrei Karas1-1/+1
2016-09-17Add strong typed bool Opaque.Andrei Karas1-3/+3
2016-09-17Remove ea/guildhandler and ea/guildrecv. Because guilds not works in legacy s...Andrei Karas1-9/+9
2016-08-20Add chat command for show/change auto item party sharing.s20160820Andrei Karas1-0/+6
2016-08-19Add chat command for show/change share experience in party.Andrei Karas1-49/+4
2016-08-19Add chat command for show/change share item drops in party.Andrei Karas1-48/+3
2016-08-19Use input manager for most commands in party tab.Andrei Karas1-18/+15
2016-08-19Use input manager for most commands in guild tab.Andrei Karas1-9/+13
2016-06-04Show hightlighted messages in chat also if tab active but window minimized or...Andrei Karas1-6/+8
2016-04-21Convert chattabtype into strong typed enum.Andrei Karas2-4/+4
2016-04-21Move chattabtype into enums directory.Andrei Karas2-44/+1
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas8-31/+31
2016-04-17Remove override keyword, if it present with final.Andrei Karas8-31/+31
2016-03-12Dont highlight server messages in chat channels.Andrei Karas1-2/+4
2016-02-27Add exception to seach chat command. It not run search for special chars.Andrei Karas1-1/+10
2016-02-08Add some missing const.Andrei Karas2-2/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-2/+2
2016-01-29Fix code style.Andrei Karas1-4/+0
2016-01-25Move help window to top on first time open it from chat with commands like "?...Andrei Karas1-0/+3
2016-01-16Add function for replace item links in chat.Andrei Karas1-36/+1
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-9/+0
2016-01-02Update copyrights year.Andrei Karas21-21/+21
2015-12-23Add const attribute to gui classes.Andrei Karas1-2/+3
2015-12-14Move soundconsts.h into const directory.Andrei Karas4-4/+8
2015-12-14Move chatconsts into const directory.Andrei Karas2-3/+4
2015-08-09Add some missing checks to gui found by paranucker.Andrei Karas1-1/+1
2015-06-06Fix code style.Andrei Karas1-0/+2
2015-06-03Convert PacketShare enum into strong typed enum.Andrei Karas1-12/+12
2015-05-30Move theme colors enum into separate file.Andrei Karas7-8/+8
2015-05-30Convert ChatMsgType enum into strong typed enum.Andrei Karas2-3/+3
2015-05-24From ChatTab::chatLog removed default parameter for message owner type.Andrei Karas3-6/+10
2015-05-24Add strong typed bool type TryRemoveColors.Andrei Karas2-4/+7
2015-05-24Add strong typed bool type IgnoreRecord.Andrei Karas2-4/+10
2015-05-24Add strong typed bool type Online.Andrei Karas2-3/+5
2015-05-10Move guildmanager into net/tmwa directory.Andrei Karas1-1/+2
2015-04-02Remove useless virtual keywords.Andrei Karas1-1/+1
2015-03-29Remove unused guildid parameter from guild handler.Andrei Karas1-3/+2
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+4
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+0
2015-02-19Fix virtual overload function handleCommand.Andrei Karas6-8/+8
2015-02-18Add missing override keywords.Andrei Karas1-1/+1
2015-02-16Use guildmanager only if build with tmwa support.Andrei Karas1-0/+3
2015-01-14Use GM_CHANNEL constant for gm channel name.Andrei Karas1-3/+4
2015-01-14Add support for #gm channel for gm tab.Andrei Karas1-2/+6
2015-01-14For trade tab use channel to send messages.Andrei Karas1-2/+5
2015-01-06Move chatmsgtype.h into gui subdir.Andrei Karas1-1/+1
2015-01-06Move chatmsgtype.h into enums directory.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas21-21/+21
2014-12-08In whisper constructor allow separatly set nick and caption.Andrei Karas2-1/+3
2014-11-08Fix code style.Andrei Karas1-1/+0