summaryrefslogtreecommitdiff
path: root/src/gui/windows/chatwindow.h
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-06Move beingdirection into enums directory.Andrei Karas1-1/+1
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-02Fix code style.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-28Add chat command for stop and start pet ai.Andrei Karas1-0/+4
2014-12-28Impliment actual change direction actions from pet commands.Andrei Karas1-0/+4
2014-12-28Impliment actual move actions from pet commands.Andrei Karas1-0/+3
2014-12-08In whisper constructor allow separatly set nick and caption.Andrei Karas1-1/+2
2014-10-13Fix compilation warnings.Andrei Karas1-1/+1
2014-10-13eathena: show channel messages in channel tab.Andrei Karas1-0/+6
2014-10-13Autojoin channels on open channel tab.Andrei Karas1-1/+4
2014-10-12Fix popup menu for channel chat tab.Andrei Karas1-0/+3
2014-10-12Add basic support for chat channels.Andrei Karas1-0/+14
2014-05-31Add to chat history enteerd text if was pressed up or down key.Andrei Karas1-0/+2