summaryrefslogtreecommitdiff
path: root/src/gui/buddywindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-04-20Fix up window visibility saving/restoringJared Adams1-1/+1
2009-04-13Some cleanup of the SkinLoaderBjørn Lindeijer1-1/+1
Mainly stopped it from parsing the skin XML files over and over again, but also fixed Skin leaking sticky button images and made some optimizations. The Skin class still has an 'instances' member which could be used for cleanup in theory, but is unused at the moment.
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-6/+7
In an attempt to make the GUI code a little more structured, basic widgets are now put in gui/widgets. Many includes were also cleaned up.
2009-03-26Fixes to file headers and header guardsBjørn Lindeijer1-4/+4
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before.
2009-01-05Re-enabled buddy windowDavid Athay1-2/+10
2009-01-05Add buddy windowDavid Athay1-44/+21
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-4/+4
2006-07-30Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0Bjørn Lindeijer1-1/+1
branch).
2006-03-09Made the Button ctor accept eventId and action listener.Björn Steinbrink1-9/+4
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-4/+8
2005-10-20Added garbage collection to the ScrollArea class. Fixed slider not being ↵Björn Steinbrink1-13/+8
updated in the item amount box when the buttons are used.
2005-10-18Added automatic widget cleanup to the window class.Björn Steinbrink1-4/+0
2005-08-28Prepare our source so that it'll survive a guichan header cleanup, should it ↵Björn Steinbrink1-1/+4
ever happen...
2005-07-11Updating win32.txt about not using old stable Dev-C++ and committed patch byBjørn Lindeijer1-1/+1
Greybeard
2005-07-01Fixed positioning of buddy windowMateusz Kaduk1-3/+3
2005-06-30Improved buddylist, added talkMateusz Kaduk1-2/+10
2005-06-20Bugfixes to the buddy window : preventing a crash when removing with no ↵Yohann Ferreira1-2/+5
selection.
2005-06-19Mostly indenting fixes and corrected path for OpenGL font version.Bjørn Lindeijer1-19/+13
2005-06-18Small fix to buddywindow buttonsMateusz Kaduk1-9/+9
2005-06-18Showing buddyWindowMateusz Kaduk1-4/+33
2005-05-17Alt+m for testing menu, menuitems the same as buttonMateusz Kaduk1-4/+1
2005-05-16Formatting updates to buddy window and menu item and made testing menu itemBjørn Lindeijer1-6/+7
visible.
2005-05-16Added menuitemMateusz Kaduk1-0/+3
2005-05-15Small fixesMateusz Kaduk1-1/+7
2005-05-15Using guichan ListModelMateusz Kaduk1-5/+6
2005-05-09Added buddywindow but still need to finish gui partMateusz Kaduk1-0/+50