summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs
AgeCommit message (Expand)AuthorFilesLines
2015-03-16Remove useless includes from cpp filesAndrei Karas7-12/+6
2015-03-10Add option in settings to enable/disable logging unimplimented packets.Andrei Karas1-0/+5
2015-02-19Fix virtual overload function handleCommand.Andrei Karas6-8/+8
2015-02-18Add missing override keywords.Andrei Karas6-7/+7
2015-02-16Use guildmanager only if build with tmwa support.Andrei Karas1-0/+3
2015-01-16fix code style.Andrei Karas1-1/+0
2015-01-14Use GM_CHANNEL constant for gm channel name.Andrei Karas1-3/+4
2015-01-14Add support for #gm channel for gm tab.Andrei Karas1-2/+6
2015-01-14For trade tab use channel to send messages.Andrei Karas1-2/+5
2015-01-11Simplify AddButton method in WidgetGroup class.Andrei Karas1-1/+1
2015-01-06Move chatmsgtype.h into gui subdir.Andrei Karas1-1/+1
2015-01-06Move dialogtype.h into enums directory.Andrei Karas3-3/+6
2015-01-06Move chatmsgtype.h into enums directory.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas70-70/+70
2014-12-08In whisper constructor allow separatly set nick and caption.Andrei Karas2-1/+3
2014-12-08Fixed some typos.Gauvain Dauchy1-1/+1
2014-11-25Add more profiler labels.Andrei Karas1-0/+2
2014-11-24Add option to disable logging for better performance while connected to server.Andrei Karas1-1/+8
2014-11-08Fix code style.Andrei Karas1-1/+0
2014-10-28Move /me effect to chatutils.Andrei Karas1-1/+2
2014-10-25Fix code style.Andrei Karas18-24/+0
2014-10-18Add tooltips to horizontcontainer in setup items.Andrei Karas1-1/+1
2014-10-13eathena: show channel messages in channel tab.Andrei Karas1-1/+3
2014-10-13Add special method in charHandler to send message to channel.Andrei Karas1-1/+1
2014-10-13Add whisper tab and channel tab commands to autocomplete.Andrei Karas4-0/+18
2014-10-12Fix popup menu for channel chat tab.Andrei Karas3-1/+28
2014-10-12Add basic support for chat channels.Andrei Karas1-1/+1
2014-10-12Add channeltab class and colors for it.Andrei Karas3-1/+98
2014-10-12Add own battle chat tab colors.Andrei Karas1-0/+1
2014-10-12Add log file name into chattab.Andrei Karas18-77/+21
2014-10-12Simplify chat tab colors usage.Andrei Karas6-38/+14
2014-10-12Move chat tab type into ChatTab.Andrei Karas18-47/+18
2014-10-12Move partyTab variable definition from net code into partytab class.Andrei Karas1-0/+2
2014-10-12Move PartyTab from net namespace into gui.Andrei Karas2-0/+310
2014-10-12Move GuildTab from net namespace into gui.Andrei Karas2-0/+205
2014-10-12Rename guildchattab into emulateguildtab.Andrei Karas2-20/+20
2014-10-12Move WhisperTab into chat subdir.Andrei Karas2-4/+4
2014-10-12Move TradeTab into chat subdir.Andrei Karas2-4/+4
2014-10-12Move LangTab into chat subdir.Andrei Karas2-4/+4
2014-10-12Move GuildChatTab into chat subdir.Andrei Karas2-4/+4
2014-10-12Move GmTab into chat subdir.Andrei Karas2-4/+4
2014-10-12Move ChatTabType into chat subdir.Andrei Karas8-10/+10
2014-10-12Move ChatTab into chat subdir.Andrei Karas8-10/+10
2014-10-12Move BattleTab into chat subdir.Andrei Karas2-4/+4
2014-09-30Add manner field in debug window in target tab.Andrei Karas2-1/+11
2014-09-30Add karma field in debug window in target tab.Andrei Karas2-1/+14
2014-09-28Remove auctionmanager.Andrei Karas1-5/+0
2014-09-26Fix code style.Andrei Karas2-2/+2
2014-09-17add support for ignore packets logging.Andrei Karas1-0/+7
2014-09-17Remove getter for partyHandler.Andrei Karas1-2/+2