summaryrefslogtreecommitdiff
path: root/src/gui/chat.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-08-02Convert most of the remaining chat system to use the event systemChuck Miller1-0/+25
2010-08-01Reduce localChatTab presence replacing it with the event systemChuck Miller1-2/+0
2010-07-28Centralized configuration default values using the VariableData system.Yohann Ferreira1-2/+2
2010-07-19Merge branch '1.0'Yohann Ferreira1-5/+20
2010-07-18Add event.h to eventmanager.h and listener.h to reduce total number of includesChuck Miller1-1/+0
2010-07-18Move the majority of the netcode's server messages to the event systemChuck Miller1-0/+14
2010-07-16Fix memory corruption in chat on exit.Andrei Karas1-5/+20
2010-07-08Fix whispers.Andrei Karas1-1/+1
2010-06-29Make whisper responses from tmwAthena show up in correct tabsJared Adams1-2/+6
2010-06-10Merge BeingManager and FloorItemManager as ActorSpriteManagerJared Adams1-7/+7
2010-05-17Remove Monster, Player, and NPC classesJared Adams1-1/+1
2010-04-19Add afk mode for player.Andrei Karas1-0/+5
2010-03-26Replace most dynamic_casts with static_castsJared Adams1-1/+1
2010-02-22Change chat autocompletion to be more flexibleJared Adams1-8/+2
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-08Merge PartyWindow and GuildWindow into SocialWindowJared Adams1-14/+8
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-24Autocomplete names with quotes if the string begins with a / or @ (commands)Blue Sans Douze1-0/+3
2010-01-11Cleanup GUI classesJared Adams1-5/+5
2010-01-10Change code styleAndrei Karas1-5/+4
2010-01-08Small refactoring in chat auto completingAndrei Karas1-16/+42
2010-01-08Fix a signed/unsigned comparison in chat autocompleteJared Adams1-1/+1
2010-01-07Chat auto completingAndrei Karas1-1/+91
2009-08-24Change default for whispers in tabsJared Adams1-1/+1
2009-08-13Fix initial sizing issue with TabbedAreasJared Adams1-2/+0
2009-08-10Remove layout code from ChatWindowJared Adams1-44/+4
2009-08-10Add SpecialsWindowJared Adams1-0/+3
2009-08-07Gettext fixesKess Vargavind1-0/+1
2009-07-31Corrected indentation a bit.Bertram1-17/+19
2009-07-31patch for ticket #767Maximilian Philipps1-0/+34
2009-07-26Gettext fixesKess Vargavind1-2/+2
2009-07-23Clear some more support ifdefsJared Adams1-0/+3
2009-05-24Made some parameters const references like they should beBjørn Lindeijer1-2/+5
2009-05-24Fixed crash on whispering somebody a second time after closing the tabBjørn Lindeijer1-7/+12
2009-05-13Remove Aethyra's custom visible GM systemJared Adams1-8/+0
2009-05-12Fix switching to new tabs on /queryJared Adams1-0/+3
2009-05-12Don't automatically switch to new WhisperTabsJared Adams1-2/+0
2009-05-10Marked some strings as not translatableBjørn Lindeijer1-2/+3
2009-05-09Insert player and item names at caret position instead of at the endBjørn Lindeijer1-6/+17
2009-05-08Keep a little spacing above the tabs in the chat windowBjørn Lindeijer1-1/+1
2009-05-08Remove the title area from ChatWindowJared Adams1-0/+3
2009-05-03Fixed compile warnings and other tweaksBjørn Lindeijer1-1/+1
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+0
2009-05-03Made the new present player count translatableBjørn Lindeijer1-5/+6
2009-05-02Extend the /present command.Freeyorp1-4/+6
2009-05-02Changed chat window to allow downwards arrow to create a empty lineChuck Miller1-9/+16
2009-04-20Fix up window visibility saving/restoringJared Adams1-0/+2
2009-04-19Make /query switch to the new tabJared Adams1-2/+6
2009-04-16Some more cleanupsBjørn Lindeijer1-1/+1