summaryrefslogtreecommitdiff
path: root/src/gui/socialwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-41/+41
2024-01-25Fixed parent for OkDialog in social windowThorbjørn Lindeijer1-1/+1
2024-01-25Minor includes cleanupThorbjørn Lindeijer1-3/+0
2012-08-05Removed all the hardcoded sizes of the various setup tabsThorbjørn Lindeijer1-1/+0
2012-04-19Client side fix for manaserv guild systemErik Schilling1-2/+3
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-10player_node -> local_playerYohann Ferreira1-3/+3
2011-05-15Starting to fix party inviteStefan Dombrowski1-2/+2
2011-04-11Fixing uninitialized variables in guild inviteStefan Dombrowski1-4/+3
2010-11-01Merge branch '0.5' of gitorious.org:mana/manaYohann Ferreira1-11/+15
2010-10-13Adding theme colors for party tabsStefan Dombrowski1-1/+1
2010-10-05Fixing segmentation fault in social windowStefan Dombrowski1-2/+2
2010-10-02Avoiding the creation of a party or guild without a nameStefan Dombrowski1-10/+12
2010-09-25Merge branch '1.0'Thorbjørn Lindeijer1-13/+17
2010-08-27Changing findBeingByName so that it searches case insensitiveStefan Dombrowski1-2/+4
2010-08-25Adding autoComplete for inviteStefan Dombrowski1-5/+12
2010-08-24Giving functionality to invite in socialwindow and allow enter key in textdialogStefan Dombrowski1-3/+0
2010-08-21Fixing segmentation fault and improving gui for partyStefan Dombrowski1-2/+2
2010-08-12Simplify working with the event systemJared Adams1-1/+1
2010-08-03Move Theme and UserPalette to the resources folderJared Adams1-1/+2
2010-08-01Reduce localChatTab presence replacing it with the event systemChuck Miller1-28/+26
2010-06-13Merge remote branch '1.0/1.0'Jared Adams1-1/+18
2010-06-13Fix memory leaks in different windows.Andrei Karas1-0/+1
2010-06-12Fix memory leak in socialwindow.cpp.Andrei Karas1-1/+17
2010-05-21Merge branch '1.0'Thorbjørn Lindeijer1-2/+19
2010-05-17Remove Monster, Player, and NPC classesJared Adams1-2/+0
2010-04-25Fix some button issues in SocialWindowJared Adams1-2/+19
2010-03-26Replace most dynamic_casts with static_castsJared Adams1-12/+2
2010-03-21Make TextDialog send an appropriate event for cancelJared Adams1-4/+32
2010-03-17Make sure existing parties get added to SocialWindowJared Adams1-0/+5
2010-03-12Split Palette into Theme and UserPaletteJared Adams1-2/+3
2010-02-27Disable guilds for eAthena for nowJared Adams1-3/+7
2010-02-26Color the tabs in the SocialWindowJared Adams1-0/+4
2010-02-21Do some more copyright header cleanupsJared Adams1-1/+1
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-08Remove a debugging statement that got left inJared Adams1-3/+0
2010-02-08Merge PartyWindow and GuildWindow into SocialWindowJared Adams1-0/+570