summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/chat
AgeCommit message (Expand)AuthorFilesLines
2019-10-16Fix code style, ignore some warning in clang-tidyAndrei Karas1-1/+1
2019-01-01Update copyright year.Andrei Karas22-22/+22
2018-11-27Remove extra ; from different code.Andrei Karas1-2/+2
2018-03-01Add separate configurable sound for new chat message in party and clan tabs.Andrei Karas2-2/+2
2018-02-15Remove unused channel parameter from talk methods.s20180215Andrei Karas1-2/+1
2018-02-11Add basic support for clans.Andrei Karas2-0/+102
2018-01-09Remove useless A_CONST attributes.Andrei Karas1-2/+2
2018-01-04Update copyrights year.Andrei Karas20-20/+20
2017-12-28Add missing override and final to destructors.Andrei Karas10-10/+10
2017-12-24Remove default parameters from widget2.Andrei Karas1-6/+6
2017-12-24Remove default parameters from browserbox.Andrei Karas1-1/+2
2017-12-24Remove default parameters from scrollarea.Andrei Karas1-1/+2
2017-12-11Remove default parameters from ChatTab::chatLog.Andrei Karas2-6/+14
2017-09-09Add workaround for fix alt-tab issue in SDL2.Andrei Karas1-1/+2
2017-09-05Fix crash if enter simple text into chat window before connecting to server.Andrei Karas1-2/+5
2017-08-30Move some variables to better scope.Andrei Karas1-2/+2
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-6/+4
2017-06-21Remove browserboxmode.Andrei Karas1-1/+1
2017-06-19Add function updateSize into browserbox.Andrei Karas1-1/+1
2017-06-18Fix asserts in browserbox on resize.Andrei Karas1-0/+1
2017-06-08Add missing function parameters.Andrei Karas2-3/+3
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas6-38/+44
2017-05-08Fix wrong checks after removing some server features.Andrei Karas1-2/+2
2017-05-02Remove extra includes.Andrei Karas2-2/+0
2017-05-01Remove ServerFeatures::haveNativeGuilds and ServerFeatures::haveChatChannels.Andrei Karas1-1/+2
2017-05-01Add tmwa ifdefs for guildmanager and emulateguildtab.Andrei Karas1-0/+4
2017-05-01Remove ServerFeatures haveChangePartyLeader because it depend only on server ...Andrei Karas1-3/+4
2017-01-27Move browserboxmode into separate file.Andrei Karas1-1/+1
2017-01-20Fix code style.Andrei Karas1-1/+2
2017-01-03Fix some doxygen issues.Andrei Karas1-2/+1
2017-01-03Update copyright year.Andrei Karas20-20/+20
2016-12-12Add noexcept in some files.Andrei Karas2-8/+8
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