summaryrefslogtreecommitdiff
path: root/src/gui/widgets/chattab.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-03-28Fix output location for CommandHandlerJared Adams1-1/+1
2009-03-27Make chat wrapJared Adams1-1/+1
2009-03-27Made eAthena's Network class statically accessibleBjørn Lindeijer1-5/+2
Now the instance doesn't need to be passed into the MessageOut class anymore. Expect a lot of cleanup in the next commit.
2009-03-27Clean up chat and chat tabs some moreJared Adams1-36/+28
2009-03-27Add some const to the chat tabsJared Adams1-1/+1
2009-03-27Add a close command to WhisperTabJared Adams1-1/+6
2009-03-26Major clean up of ChatTab handlingJared Adams1-1/+9
ChatTabs now manage their own adding/removal from the chat window, which lost most of it's chat related messages. Whisper handling is stil done by the ChatWindow, but it no longer manages any other tabs. ChannelTab handling is now the sole responsability of the Channels they are attached to. The general tab is handled by Game.
2009-03-26Add ChannelTab for chat channelsJared Adams1-17/+21
This fixes TMWServ compilation form the previous commit.
2009-03-26Move ChatWindow over to ChatTabsJared Adams1-0/+312
TMWServ compilation is likely not functional after this, I didn't check. THe next commit will address that.