summaryrefslogtreecommitdiff
path: root/src/gui/chat.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-02-15Don't make window name translatableBjørn Lindeijer1-1/+1
2009-02-15Removed unnecessary parenthesis at constructorsBjørn Lindeijer1-1/+1
2009-02-15Add configurable units systemJared Adams1-1/+1
2009-02-12Describe the /me command in chat helpKess Vargavind1-13/+23
2009-02-12Describe the /me command in chat helpKess Vargavind1-13/+23
2009-02-11Implemented /meMadCamel1-0/+16
2009-02-11Fixed crash when sending a blank item linkMadCamel1-1/+1
2009-02-11Implemented /meMadCamel1-0/+16
2009-02-11Fixed crash when sending a blank item linkMadCamel1-1/+1
2009-02-10Use string::empty() instead of comparing to ""Bjørn Lindeijer1-9/+9
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-10Use string::empty() instead of comparing to ""Bjørn Lindeijer1-9/+9
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-17/+17
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-49/+43
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-18/+18
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer1-95/+438
2009-02-07Added a text color preview to the setup color tab.Ira Rice1-2/+0
2009-02-06Fixed the help function so that the help commands on help commands wouldIra Rice1-1/+0
2009-02-06Sanitized item links so that at no point is the internal representationIra Rice1-2/+2
2009-02-04Few more unneeded headers that weren't noticed originally in the lastIra Rice1-2/+0
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-25/+18
2009-01-29Trimmed out a few help functions from some subclasses, and moved themIra Rice1-4/+9
2009-01-29Don't send empty chats (long lines of empty spaces).Ira Rice1-0/+5
2009-01-29If an item link isn't found, don't treat it as a link.Ira Rice1-12/+8
2009-01-28Added channel highlighting upon activity. Added /kick command to get rid of u...David Athay1-0/+1
2009-01-27Removed the fairly useless buttonbox class, as well as removing theIra Rice1-3/+3
2009-01-25Changed it so that " :" messages are properly recognized as being fromIra Rice1-1/+7
2009-01-24Changed GM status updating to check whether asserting is allowed or not,Ira Rice1-10/+6
2009-01-24Tweak margins and set minimum size for chat windowBjørn Lindeijer1-2/+5
2009-01-24Tweak margins and set minimum size for chat windowBjørn Lindeijer1-2/+5
2009-01-24Reflowed chat window to use layout code.Ira Rice1-17/+7
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
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-17/+7
2009-01-21Fixed multiple embeddings of square brackets so that it doesn't crashIra Rice1-0/+7
2009-01-20Added the ability to parse multiple item links, as well as removingIra Rice1-6/+13
2009-01-20Made link searching case insensitive.Ira Rice1-0/+8
2009-01-20Fix bug with item links.David Athay1-1/+1
2009-01-20Added linking to item's just using [Item Name] in chatDavid Athay1-0/+21
2009-01-20Added WoW style item adding to chat window. Right click, then leftDavid Athay1-5/+17
2009-01-17Cleaned up chat code a bit.Ira Rice1-132/+207
2009-01-15Fix bug with item links.David Athay1-1/+1
2009-01-14Added linking to item's just using [Item Name] in chatDavid Athay1-1/+23
2009-01-13Added WoW style item adding to chat window. Right Ctrl and Left click to put ...David Athay1-2/+13
2009-01-09Added the ability to save GM assert state to the client, as requested.Ira Rice1-0/+5
2009-01-09Added the ability to see your own name in game.Ira Rice1-2/+10
2009-01-08Made remaining dialogs translatableBjørn Lindeijer1-93/+99
2009-01-08Made remaining dialogs translatableBjørn Lindeijer1-80/+92
2009-01-06Fixed up and down arrows in chat box.Guillaume Melquiond1-5/+9
2009-01-06Fixed up and down arrows in chat box.Guillaume Melquiond1-3/+3