summaryrefslogtreecommitdiff
path: root/src/gui/itemshortcutwindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2008-12-07Fixed inconsistency in default window sizesBjørn Lindeijer1-1/+1
The default window sizes were all too small, since they were specified in content size. On pressing "Reset Windows", the sizes would be interpreted as such and apply alright. The inconsistency is now removed, and the default window sizes are always the size of the whole widget now, not just the contents. Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl>
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?
2008-07-23Remember windows visibility.Eugenio Favalli1-1/+1
2008-04-12Fixed display of item shortcut container. gcn::Widget::setWidth is no longerBjørn Lindeijer1-11/+7
virtual.
2008-04-07Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except forBjørn Lindeijer1-4/+5
gcn::TabbedArea usage)
2007-12-05Fix drawing of very high fringe tiles by keeping track of the maximum tileBjørn Lindeijer1-0/+1
height.
2007-08-28Made buy dialog resizable and added a WindowListener class for listening forBjørn Lindeijer1-26/+6
window resize and move events.
2007-08-21mantis id=118 - Added Item Shortcut Bar.Joshua Langley1-0/+95