summaryrefslogtreecommitdiff
path: root/src/gui/inventorywindow.h
AgeCommit message (Collapse)AuthorFilesLines
2006-09-03Fixed updating of labels in buy and sell dialogs. Also made our listbox respondBjørn Lindeijer1-2/+2
to mouse dragging to change the selection.
2006-09-03Introduced SelectionListener to fix updating problem in inventory windowBjørn Lindeijer1-5/+11
(should also be used to fix similar problem in trade, buy and sell dialogs). Made the ItemInfo be passed around as a reference instead of a pointer, since it is never NULL.
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-1/+1
from the 0.1.0 branch.
2006-07-19Merged new_animation branch until r2415 into trunk. Eugenio Favalli1-1/+1
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-8/+8
2005-10-20Added garbage collection to the ScrollArea class. Fixed slider not being ↵Björn Steinbrink1-5/+0
updated in the item amount box when the buttons are used.
2005-09-30Made the inventory Win behave normally when resized by default size functions.Yohann Ferreira1-2/+8
2005-09-29Improved a lot windows reset to default size and pos. Also corrected a few ↵Yohann Ferreira1-1/+2
the default win position. And moved the setposition from game to each win, to clarify the code.
2005-08-28Prepare our source so that it'll survive a guichan header cleanup, should it ↵Björn Steinbrink1-0/+2
ever happen...
2005-08-26Added effect description to buy/see/inventory, made some improvements and ↵Yohann Ferreira1-0/+1
bugfixes, too.
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-1/+5
2005-07-18Created Inventory class. (Really) Small code simplifications and cleanups.Björn Steinbrink1-0/+79