summaryrefslogtreecommitdiff
path: root/src/gui/widgets/dropdown.cpp
AgeCommit message (Collapse)AuthorFilesLines
2008-04-11Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but becauseBjørn Lindeijer1-8/+7
of quite a bit of GUI differences there were additional changes and probably additional issues. You have been warned. ;) Merged revisions 4045-4049,4051-4059 via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4045 | b_lindeijer | 2008-04-07 17:23:07 +0200 (Mon, 07 Apr 2008) | 3 lines Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for gcn::TabbedArea usage) ........ r4059 | b_lindeijer | 2008-04-09 16:25:42 +0200 (Wed, 09 Apr 2008) | 2 lines Fixed problem with row height in shop list box. ........
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-0/+2
2007-07-27Removed useless yet costly dynamic casts.Guillaume Melquiond1-26/+5
2006-11-05Merged the definition of ImageRect into graphics.h.Bjørn Lindeijer1-13/+11
2006-09-13Added a skinned reusable dropdown widget and used it in the server dialog.Yohann Ferreira1-0/+191