Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-27 | Clean up chat and chat tabs some more | Jared Adams | 1 | -2/+2 | |
2009-03-27 | Add some const to the chat tabs | Jared Adams | 1 | -2/+2 | |
2009-03-27 | Add a close command to WhisperTab | Jared Adams | 1 | -0/+2 | |
2009-03-27 | Fixed some compiler warnings | Bjørn Lindeijer | 1 | -6/+5 | |
Fixed a faulty == statement that should have been an assignment and a mismatched 'else' block. | |||||
2009-03-26 | Major clean up of ChatTab handling | Jared Adams | 1 | -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-26 | Add WhisperTabs | Jared Adams | 1 | -0/+54 | |