summaryrefslogtreecommitdiff
path: root/src/gui/menuwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-4/+4
2006-03-18Use the window container instead of the graphics class to calculate window po...Björn Steinbrink1-4/+2
2006-03-09Made all local action listeners structs and moved them into anonymous namespa...Björn Steinbrink1-8/+10
2006-03-09Made the Button ctor accept eventId and action listener.Björn Steinbrink1-3/+1
2006-03-08Some fixes for compiling with pedantic compiler settings and const char* checks.Bjørn Lindeijer1-2/+2
2006-02-01Made the OkDialog and ConfirmDialog classes proxies for their buttons' events...Björn Steinbrink1-5/+5
2006-02-01Simplified button creation code in some windows. Fixed a bug where the game c...Björn Steinbrink1-36/+15
2005-10-23Fix a warning and a possible segmentation fault.Cedric Borgese1-1/+1
2005-10-20Various cleanups and refactorisations.Björn Steinbrink1-27/+40
2005-10-18Added automatic widget cleanup to the window class.Björn Steinbrink1-9/+0
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-4/+5
2005-10-04Move to top the requested windows. Also corrected the default win pos for inv...Yohann Ferreira1-0/+5
2005-09-30Fixed paths for windows usersMatthias Hartmann1-1/+1
2005-09-29Improved a lot windows reset to default size and pos. Also corrected a few th...Yohann Ferreira1-2/+7
2005-09-16Improved General GUI Layout.Yohann Ferreira1-0/+116