summaryrefslogtreecommitdiff
path: root/src/gui/itemlinkhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-02-15More copyright header fixesBjørn Lindeijer1-4/+4
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-3/+3
include anything not needed by that specific widget or window. This appears to have cleaned up system performance a bit on my current setup, where it went from idling on 45% in game with opengl down to 30% now. Also moved iptostring to the tostring header, as importing all of network.h is a little overkill to use that function, and it goes along with the basic functions that are in that header file anyways. TODO: find out a way to get rid of warnings when a class doesn't use this function. Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-20Changed item popup drawing to be based on the mouse position, not windowIra Rice1-5/+8
position. Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-20Added WoW style item adding to chat window. Right click, then leftDavid Athay1-0/+60
clicking on add to chat to put the item in the chat input. Left click the item link to show a popup description, and click the link again to remove the popup.