summaryrefslogtreecommitdiff
path: root/src/gui/widgets/whispertab.h
AgeCommit message (Collapse)AuthorFilesLines
2009-03-27Clean up chat and chat tabs some moreJared Adams1-2/+2
2009-03-27Add some const to the chat tabsJared Adams1-2/+2
2009-03-27Add a close command to WhisperTabJared Adams1-0/+2
2009-03-27Fixed some compiler warningsBjørn Lindeijer1-6/+5
Fixed a faulty == statement that should have been an assignment and a mismatched 'else' block.
2009-03-26Major clean up of ChatTab handlingJared Adams1-3/+5
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 WhisperTabsJared Adams1-0/+54