summaryrefslogtreecommitdiff
path: root/src/gui/shoplistbox.h
AgeCommit message (Collapse)AuthorFilesLines
2008-04-09Fixed problem with row height in shop list box.Bjørn Lindeijer1-1/+6
2008-04-07Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except forBjørn Lindeijer1-25/+0
gcn::TabbedArea usage)
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-1/+1
2006-12-16Subclassed ShopListBox from ListBox to get rid of some duplicated code, andBjørn Lindeijer1-16/+4
fixed a problem with scrolling to the current selection. Also aligned the text a bit better and put the price in parenthesis.
2006-11-05Added item's pictures in sell dialogs, and precisions about the total money ↵Yohann Ferreira1-0/+8
in it.
2006-11-05Added pictures to items in buy dialogs. Also too expensive items are ↵Yohann Ferreira1-0/+116
highlighted in gray and can't be selected.