summaryrefslogtreecommitdiff
path: root/src/net/ea/gui
AgeCommit message (Collapse)AuthorFilesLines
2009-05-11Switch Tab to a color pointer to update on the flyJared Adams1-1/+1
2009-05-10Color the party tab with the party colorJared Adams1-0/+3
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+0
2009-04-19Flesh out eAtehan party handlingJared Adams1-9/+91
2009-04-16Some cleanupsBjørn Lindeijer2-2/+2
* 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 Adams2-29/+18
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-07Implement TMWServ's PartyHandlerJared Adams1-26/+34
2009-04-07Used custom widgets where appropriate and some cleanupBjørn Lindeijer2-12/+3
Replaced many gcn::Label with Label, gcn::Slider with Slider in character creation dialog. Also cleaned up includes.
2009-03-31Implement a few more handlers for eAthenaJared Adams1-12/+15
Party, skill, and trade handlers made for eAthena.
2009-03-29Fix up eAthena party handling some moreJared Adams1-2/+66
2009-03-28Clean up eAthena party handling a bit moreJared Adams2-2/+4
2009-03-27Clean up some ifdefs and start cleanup of partiesJared Adams2-0/+102