summaryrefslogtreecommitdiff
path: root/src/gui/windows/chatwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-21Convert chattabtype into strong typed enum.Andrei Karas1-2/+2
2016-04-07For commands in links in chat ask before executing command.Andrei Karas1-0/+2
2016-04-05Remove quotes from pragmas.Andrei Karas1-3/+3
2016-03-14Allow open/close chat input by double click on chat window.Andrei Karas1-3/+21
2016-03-04Remove isVisible getter from widget.Andrei Karas1-13/+18
2016-02-23Fix compilation with gcc 4.4 or older.Andrei Karas1-3/+3
2016-02-23Add pragmas for disable -Wswitch-bool in some places.Andrei Karas1-0/+3
2016-02-21Fix code style.Andrei Karas1-3/+4
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-02-08Improve some empty string checks.Andrei Karas1-2/+2
2016-02-08Add some missing const.Andrei Karas1-1/+2
2016-02-08Change sign on rainbow color.Andrei Karas1-3/+3
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-18/+18
2016-02-03Add missing translators comments.Andrei Karas1-0/+2
2016-02-03Add option in settings to allow enable/disable sell spam filter.Andrei Karas1-1/+6
2016-02-03Improve trade spam filterring.Andrei Karas1-8/+15
2016-01-17Dont more chat messages with item links into trade tab.Andrei Karas1-24/+0
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-0/+5
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-31Move ImagePosition enum into enums directory.Andrei Karas1-3/+3
2015-12-20Move OpenGL functions related files into opengl directory.Andrei Karas1-1/+1
2015-12-18Fix code style.Andrei Karas1-1/+0
2015-12-14Move chatconsts into const directory.Andrei Karas1-1/+2
2015-12-13Move spells and graphics related constants into separate files.Andrei Karas1-0/+1
2015-10-03If trade tab disabled, try show TRADE messages in general tab.Andrei Karas1-0/+8
2015-08-20Add missing checks or attributes to windows.Andrei Karas1-1/+1
2015-08-09Add more checks for broken nicks.Andrei Karas1-1/+6
2015-07-30Change how report about broken nicks.Andrei Karas1-7/+3
2015-07-27Fix compilation warnings.Andrei Karas1-8/+8
2015-07-27Detect broken nicks and report in debug tab.Andrei Karas1-0/+16
2015-07-11Add missing checks into gui.Andrei Karas1-9/+12
2015-06-25Add missing non null attributes into gui directory.Andrei Karas1-1/+1
2015-06-18Add option gmTabMinimalLevel to paths.xml for show gm chat tab.Andrei Karas1-0/+10
2015-06-14Use CREATEWIDGET macro in chatwindow.Andrei Karas1-3/+2
2015-06-06Fix code style.Andrei Karas1-2/+2
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-15/+15
2015-05-30Move relation enum into separate file.Andrei Karas1-2/+2
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-10/+12
2015-05-25Add missing safeDraw to some windows.Andrei Karas1-0/+12
2015-05-24From ChatTab::chatLog removed default parameter for message owner type.Andrei Karas1-5/+9
2015-05-24Add strong typed bool type TryRemoveColors.Andrei Karas1-12/+22
2015-05-24Add strong typed bool type IgnoreRecord.Andrei Karas1-4/+6
2015-05-21Call Window::postInit from all windows with overrided postInit method.Andrei Karas1-0/+1
2015-05-10Improve performance in chat window.Andrei Karas1-11/+4
2015-05-06Add strong typed bool type NpcNames.Andrei Karas1-1/+1
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+1
2015-05-03Remove useless dynamic_cast.Andrei Karas1-2/+1
2015-04-10Fix compilation with different flags.Andrei Karas1-0/+2