summaryrefslogtreecommitdiff
path: root/src/gui/windows/mailwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-4/+4
2017-06-30Remove extra includes again.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-9/+9
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-10-04Move layouttype into enums directory.Andrei Karas1-1/+2
2016-09-17Add strong typed bool Opaque.Andrei Karas1-1/+2
2016-03-07Add /mailto chat command.Andrei Karas1-0/+9
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-31Move ImagePosition enum into enums directory.Andrei Karas1-1/+1
2015-06-14Use CREATEWIDGET macro in mailwindow.Andrei Karas1-6/+5
2015-06-06Fix code style.Andrei Karas1-1/+1
2015-05-21Call postInit after each window creation.Andrei Karas1-0/+4
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+1
2015-05-04Fix code style.Andrei Karas1-1/+0
2015-04-30Request mail list automatically on start.Andrei Karas1-0/+5
2015-04-30Fix default sizes for mail windows.Andrei Karas1-2/+2
2015-04-30Add reply button for reply to mail message.Andrei Karas1-1/+1
2015-04-30Add support for open mail message by double click.Andrei Karas1-0/+13
2015-04-30Use scrollarea for mail list.Andrei Karas1-1/+6
2015-04-30In mail view window add buttons for open previous and next message.Andrei Karas1-0/+48
2015-04-29eathena: impliment packet SMSG_MAIL_RETURN.Andrei Karas1-0/+31
2015-04-29Add ability for return mail message to sender.Andrei Karas1-0/+11
2015-04-29Add ability to delete mail message.Andrei Karas1-0/+8
2015-04-29Rename mailview into mailviewwindow.Andrei Karas1-2/+2
2015-04-29Rename mailedit into maileditwindow.Andrei Karas1-2/+2
2015-04-29Fix time in mail view window.Andrei Karas1-2/+20
2015-04-29Allos send items by mail.Andrei Karas1-1/+3
2015-04-29Show mail view window for open mail button.Andrei Karas1-1/+17
2015-04-27eathena: impliment packet SMSG_MAIL_MAILS_LIST.Andrei Karas1-0/+20
2015-04-27Add incomplete mail edit window.Andrei Karas1-0/+5
2015-04-26Add incomplete mail window.Andrei Karas1-0/+101