summaryrefslogtreecommitdiff
path: root/src/gui/windows/socialwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-5/+5
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-27Remove default parameters from window.Andrei Karas1-8/+8
2017-12-25Remove default parameters from containerplacer.Andrei Karas1-2/+2
2017-12-11Remove default parameters from ChatTab::chatLog.Andrei Karas1-8/+30
2017-08-22Remove default parameters from SocialTab::buildCounter.Andrei Karas1-1/+1
2017-08-21Remove useless else.Andrei Karas1-4/+1
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-2/+2
2017-06-11Rename player_relations into playerRelations.Andrei Karas1-2/+2
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-32/+32
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-6/+8
2016-09-21Set parts of most windows unselectable.Andrei Karas1-0/+3
2016-09-17Add strong typed bool Opaque.Andrei Karas1-8/+8
2016-08-30Fix some leaks in unit tests.Andrei Karas1-0/+13
2016-08-29Use time_t for time values.Andrei Karas1-1/+1
2016-08-19Use socialguildtab2.h only if tmwa compilation enabled.Andrei Karas1-1/+4
2016-08-19Remove another extra include from socialwindow.cppAndrei Karas1-1/+0
2016-08-19Remove extra include from socialwindow.cppAndrei Karas1-2/+0
2016-08-18Add baic menu into social window menu button.Andrei Karas1-5/+42
2016-08-18Remove unuse event handlers in socialwindow.Andrei Karas1-64/+0
2016-08-18Remove SocialWindow::showPartyCreateAndrei Karas1-35/+0
2016-08-18Remove SocialWindow::showGuildCreateAndrei Karas1-11/+0
2016-08-18Remove createpartypopup class.Andrei Karas1-4/+0
2016-08-18Remove invite and leave buttons from social window.Andrei Karas1-12/+4
2016-02-21Add missing checks.Andrei Karas1-0/+6
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-1/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-06-25Add missing checks in windows.Andrei Karas1-0/+3
2015-06-15Fix code style.Andrei Karas1-1/+0
2015-06-14Use CREATEWIDGET macro in socialwindow.Andrei Karas1-20/+28
2015-06-07Remove useless parameter from PartyHandler::inviteResponse.Andrei Karas1-2/+2
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-05-28Add strong typed bool type Visible.Andrei Karas1-1/+1
2015-05-24From ChatTab::chatLog removed default parameter for message owner type.Andrei Karas1-8/+16
2015-05-21Call postInit after each window creation.Andrei Karas1-2/+2
2015-05-21Call Window::postInit from all windows with overrided postInit method.Andrei Karas1-0/+1
2015-05-10Move guildmanager into net/tmwa directory.Andrei Karas1-4/+4
2015-05-05Add strong typed bool type in OkDialog.Andrei Karas1-1/+1
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-4/+7
2015-03-16Remove useless includes from cpp filesAndrei Karas1-8/+2
2015-02-16Use guildmanager only if build with tmwa support.Andrei Karas1-0/+8
2015-01-06Move dialogtype.h into enums directory.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-14eathena: fix packet SMSG_PARTY_INVITED 0x02c6.Andrei Karas1-3/+6
2014-10-25Fix code style.Andrei Karas1-2/+0