summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
AgeCommit message (Expand)AuthorFilesLines
2010-02-08Merge PartyWindow and GuildWindow into SocialWindowJared Adams1-3/+0
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-08Small refactoring in chat auto completingAndrei Karas1-0/+4
2010-01-07Chat auto completingAndrei Karas1-0/+4
2009-08-10Remove layout code from ChatWindowJared Adams1-8/+0
2009-07-31patch for ticket #767Maximilian Philipps1-0/+5
2009-05-24Made some parameters const references like they should beBjørn Lindeijer1-2/+2
2009-05-09Insert player and item names at caret position instead of at the endBjørn Lindeijer1-4/+4
2009-05-03Fixed compile warnings and other tweaksBjørn Lindeijer1-1/+1
2009-05-03Made the new present player count translatableBjørn Lindeijer1-1/+1
2009-04-19Make /query switch to the new tabJared Adams1-1/+1
2009-04-15Assorted random cleanupsBjørn Lindeijer1-2/+3
2009-04-15Add a config option to always use whipser tabsJared Adams1-1/+1
2009-04-15Make whisper tabs optionalJared Adams1-0/+2
2009-04-09No need for ChatInput to be in the header file, evenBjørn Lindeijer1-18/+1
2009-04-09Add a popup menu item to add Being name to chatJared Adams1-2/+2
2009-04-08Move ChatInput into the files for ChatWindowJared Adams1-1/+18
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-5/+5
2009-03-29Fix up eAthena party handling some moreJared Adams1-9/+0
2009-03-28Allow changing chat tabs with the keyboardJared Adams1-0/+10
2009-03-27Clean up of most of the Network pointersBjørn Lindeijer1-8/+0
2009-03-27Clean up chat and chat tabs some moreJared Adams1-13/+4
2009-03-27Add a close command to WhisperTabJared Adams1-0/+2
2009-03-27Fixed some compiler warningsBjørn Lindeijer1-1/+1
2009-03-26Major clean up of ChatTab handlingJared Adams1-48/+7
2009-03-26Add WhisperTabsJared Adams1-0/+6
2009-03-26Add ChannelTab for chat channelsJared Adams1-5/+0
2009-03-26Move ChatWindow over to ChatTabsJared Adams1-55/+53
2009-03-25A host of code style fixesBjørn Lindeijer1-1/+1
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-8/+18
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-6/+12
2009-03-23Make some getters constJared Adams1-2/+2
2009-03-23Merge eA's command handling into CommandHandlerJared Adams1-42/+10
2009-03-22Move handling of eA skill messages to SkillHandlerJared Adams1-55/+0
2009-03-22Fix chat under eAthenaJared Adams1-12/+13
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-33/+135
2009-03-15Overrode the reset window function in the chat window to also reset theIra Rice1-0/+6
2009-03-14Exposed a few more windows to the reset button on the setup window.Ira Rice1-6/+6
2009-02-28Allow chatting while talking to NPCsJared Adams1-1/+4
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-06Sanitized item links so that at no point is the internal representationIra Rice1-1/+1
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-3/+0
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-21Reflowed chat window to use layout code.Ira Rice1-5/+0
2009-01-20Added WoW style item adding to chat window. Right click, then leftDavid Athay1-1/+6
2009-01-17Cleaned up chat code a bit.Ira Rice1-2/+4
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-136/+129
2009-01-14Added linking to item's just using [Item Name] in chatDavid Athay1-1/+1
2009-01-13Added WoW style item adding to chat window. Right Ctrl and Left click to put ...David Athay1-0/+7