summaryrefslogtreecommitdiff
path: root/src/gui/windows/chatwindow.h
AgeCommit message (Expand)AuthorFilesLines
2019-10-16Fix code style, ignore some warning in clang-tidyAndrei Karas1-2/+2
2019-09-30Add missing static keywordsAndrei Karas1-2/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-12-22Remove default parameters from chatwindow.hAndrei Karas1-11/+9
2017-09-27Change player job level, exp from stat object to attribute.Andrei Karas1-6/+0
2017-09-27Change attributes value type to int64.Andrei Karas1-2/+2
2017-08-24Fix duplicating assert message created after connected to server for some sec...Andrei Karas1-0/+2
2017-07-01fix code style.Andrei Karas1-1/+1
2017-06-30Allow open chat window with debug tab before connecting to game.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-12Add noexcept in some files.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-1/+1
2016-08-24First step of removing local pets (tmwa only).Andrei Karas1-15/+0
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-2/+0
2016-04-21Convert chattabtype into strong typed enum.Andrei Karas1-1/+1
2016-04-21Move chattabtype into enums directory.Andrei Karas1-2/+1
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-16/+16
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-16/+16
2016-03-14Allow open/close chat input by double click on chat window.Andrei Karas1-0/+2
2016-02-21Fix method visibility.Andrei Karas1-2/+2
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-02-08Add some missing const.Andrei Karas1-1/+2
2016-02-08Change sign on rainbow color.Andrei Karas1-1/+1
2016-02-03Add option in settings to allow enable/disable sell spam filter.Andrei Karas1-0/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-13Move constant DEFAULT_CHAT_WINDOW_SCROLL into chat.cppAndrei Karas1-2/+0
2015-08-20Add missing checks or attributes to windows.Andrei Karas1-6/+6
2015-06-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas1-2/+2
2015-06-18Add option gmTabMinimalLevel to paths.xml for show gm chat tab.Andrei Karas1-0/+2
2015-06-06Fix code style.Andrei Karas1-1/+0
2015-05-30Convert ChatMsgType enum into strong typed enum.Andrei Karas1-4/+4
2015-05-29Convert Attributes enum into strong typed enum.Andrei Karas1-2/+2
2015-05-28Add strong typed bool type Visible.Andrei Karas1-1/+2
2015-05-25Add missing safeDraw to some windows.Andrei Karas1-0/+2
2015-05-24Add strong typed bool type TryRemoveColors.Andrei Karas1-3/+5
2015-05-24Add strong typed bool type IgnoreRecord.Andrei Karas1-3/+6
2015-05-10Improve performance in chat window.Andrei Karas1-0/+2
2015-04-10Fix compilation with different flags.Andrei Karas1-0/+2
2015-04-05On room creation show room name in general tab caption.Andrei Karas1-3/+2
2015-04-04Add chat command for create chat room (incomplete).Andrei Karas1-0/+3
2015-03-17Remove useless includes from .h files.Andrei Karas1-4/+0
2015-03-09Impliment DebugMessageListener in chat window.Andrei Karas1-1/+5
2015-02-18Add missing override keywords.Andrei Karas1-1/+1
2015-01-16fix code style.Andrei Karas1-1/+0
2015-01-14By requesting open #trade channel, really open trade tab.Andrei Karas1-2/+5
2015-01-11Fix code style.Andrei Karas1-2/+0
2015-01-11Add chat command for select debug tab.Andrei Karas1-1/+3
2015-01-11Add chat command for select general tab.Andrei Karas1-0/+2