summaryrefslogtreecommitdiff
path: root/src/gui/menuwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-12Some rather pedantic changes. Unified all naming for emoticons in theIra Rice1-2/+2
2009-01-06Added support for internationalizationIra Rice1-18/+20
2009-01-05Added emote window button.Ira Rice1-0/+6
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-8/+5
2008-07-23Added viewable cape/misc1/misc2, Chat button in GUILloyd Bryant1-1/+7
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-04-09Re-enabled non-functional item shortcut window, planned to be fixed for 0.0.25Bjørn Lindeijer1-6/+6
2007-12-24Disabled non-functional item shortcut window.Bjørn Lindeijer1-6/+6
2007-11-20Merged revisions 3642,3662-3664,3667 via svnmerge from Bjørn Lindeijer1-6/+3
2007-08-22Added close button and item shortcut backgrounds to files that will beBjørn Lindeijer1-2/+5
2007-08-21mantis id=118 - Added Item Shortcut Bar.Joshua Langley1-1/+6
2007-02-04Fixed a small glitch when dragging the menu window.Bjørn Lindeijer1-6/+19
2007-01-15Fixed issue where the player stops walking.v0.0.22.1Bjørn Lindeijer1-1/+2
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-7/+7
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