summaryrefslogtreecommitdiff
path: root/src/gui/chat.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-05-10Marked some strings as not translatableBjørn Lindeijer1-2/+3
2009-05-09Insert player and item names at caret position instead of at the endBjørn Lindeijer1-6/+17
2009-05-08Keep a little spacing above the tabs in the chat windowBjørn Lindeijer1-1/+1
2009-05-08Remove the title area from ChatWindowJared Adams1-0/+3
2009-05-03Fixed compile warnings and other tweaksBjørn Lindeijer1-1/+1
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+0
2009-05-03Made the new present player count translatableBjørn Lindeijer1-5/+6
2009-05-02Extend the /present command.Freeyorp1-4/+6
2009-05-02Changed chat window to allow downwards arrow to create a empty lineChuck Miller1-9/+16
2009-04-20Fix up window visibility saving/restoringJared Adams1-0/+2
2009-04-19Make /query switch to the new tabJared Adams1-2/+6
2009-04-16Some more cleanupsBjørn Lindeijer1-1/+1
2009-04-15Made the PopupMenu a Popup subclassBjørn Lindeijer1-2/+2
2009-04-15Assorted random cleanupsBjørn Lindeijer1-3/+4
2009-04-15Fix some memory problemsJared Adams1-0/+1
2009-04-15Add a config option to always use whipser tabsJared Adams1-5/+8
2009-04-15Make whisper tabs optionalJared Adams1-8/+37
2009-04-13Some cleanup of the Configuration interfaceBjørn Lindeijer1-1/+1
2009-04-09No need for ChatInput to be in the header file, evenBjørn Lindeijer1-8/+21
2009-04-09Made BeingManager methods const where appropriateBjørn Lindeijer1-3/+3
2009-04-09Add a popup menu item to add Being name to chatJared Adams1-3/+2
2009-04-08Move ChatInput into the files for ChatWindowJared Adams1-1/+12
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-1/+1
2009-03-29Fix up eAthena party handling some moreJared Adams1-9/+1
2009-03-28Fix output location for CommandHandlerJared Adams1-2/+2
2009-03-28Allow changing chat tabs with the keyboardJared Adams1-0/+22
2009-03-27Clean up of most of the Network pointersBjørn Lindeijer1-6/+1
2009-03-27Removed unnecessary parenthesis on constructorsBjørn Lindeijer1-1/+1
2009-03-27Clean up chat and chat tabs some moreJared Adams1-5/+7
2009-03-27Add a close command to WhisperTabJared Adams1-1/+9
2009-03-27Fixed some compiler warningsBjørn Lindeijer1-24/+23
2009-03-26Major clean up of ChatTab handlingJared Adams1-48/+8
2009-03-26Add WhisperTabsJared Adams1-0/+38
2009-03-26Add ChannelTab for chat channelsJared Adams1-4/+8
2009-03-26Move ChatWindow over to ChatTabsJared Adams1-360/+56
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-34/+51
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-9/+15
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams1-2/+2
2009-03-23Merge eA's command handling into CommandHandlerJared Adams1-443/+58
2009-03-22Move handling of eA skill messages to SkillHandlerJared Adams1-95/+3
2009-03-22Fix chat under eAthenaJared Adams1-63/+56
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-25/+265
2009-03-15Overrode the reset window function in the chat window to also reset theIra Rice1-0/+6
2009-03-15Fix some mem leaksJared Adams1-0/+2
2009-03-10Fix some mem leaksJared Adams1-2/+0
2009-03-10Fix some mem leaksJared Adams1-0/+2
2009-03-10Fix some mem leaksJared Adams1-0/+2
2009-03-10Extended window layout to take relative positions, as well as offsets toIra Rice1-1/+1
2009-03-10Fix typo in item link parsingJared Adams1-13/+18
2009-03-10Expand the scope where item links workKess Vargavind1-31/+31