summaryrefslogtreecommitdiff
path: root/src/gui/widgets/whispertab.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P )
2010-01-10Change code styleAndrei Karas1-1/+2
2010-01-07Chat auto completingAndrei Karas1-0/+5
2009-08-07Gettext fixesKess Vargavind1-1/+1
Trying to use the same kind of capitalization and interpunctuation for various parts of the gui, melding a few split strings, updating POTFILES.in and adding translators' notes.
2009-07-25Minor spelling fixKess Vargavind1-1/+1
2009-05-28Add /ignore and /unignore commandsJared Adams1-0/+23
These make it easy to ignore/unignore other players that aren't visible. Special versions are also available in WhisperTabs that don't need a name given.
2009-05-11Switch Tab to a color pointer to update on the flyJared Adams1-1/+1
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+1
2009-05-02Make sure messages on most tabs are handled rightJared Adams1-2/+1
2009-04-16Some more cleanupsBjørn Lindeijer1-1/+1
Nothing in particular worth mentioning.
2009-04-16Some cleanupsBjørn Lindeijer1-3/+5
* std::string arguments to 'const std::string &' * findMember2 renamed to findOrCreateMember * Made some functions const
2009-04-16Rehash CommandHandler a bit, it's now fully mergedJared Adams1-0/+27
Tabs can now interract with CommandHandler and define their own commands in a seemless way. Most channel-related commands have been moved into ChannelTab, the close command is now in the WhisperTab, and eAthena's party tab now shows all standard commands.
2009-04-05Implement TMWServ's Admin-, Chat-, and MapHandlersJared Adams1-11/+2
2009-04-01Create a few more handlers for eAthenaJared Adams1-6/+4
Map, chat, and admin have been finished (to the degree they handle all existing cases).
2009-03-30Allow tabs to be colored and color whisper tabsJared Adams1-1/+1
2009-03-27Clean up some ifdefs and start cleanup of partiesJared Adams1-1/+0
2009-03-27Made eAthena's Network class statically accessibleBjørn Lindeijer1-2/+1
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-22/+12
2009-03-27Add some const to the chat tabsJared Adams1-2/+2
2009-03-27Add a close command to WhisperTabJared Adams1-0/+9
2009-03-27Fixed some compiler warningsBjørn Lindeijer1-2/+3
Fixed a faulty == statement that should have been an assignment and a mismatched 'else' block.
2009-03-26Add WhisperTabsJared Adams1-0/+77