Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-15 | More copyright header fixes | Bjørn Lindeijer | 1 | -4/+4 | |
2009-02-04 | Went through the gui folder and revised the include statements to not | Ira Rice | 1 | -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-20 | Changed item popup drawing to be based on the mouse position, not window | Ira Rice | 1 | -5/+8 | |
position. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-20 | Added WoW style item adding to chat window. Right click, then left | David Athay | 1 | -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. |