summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Collapse)AuthorFilesLines
2007-07-27Removed useless yet costly dynamic casts.Guillaume Melquiond2-27/+6
2007-06-04Merged 0.0 changes from revision 3234 to 3317 to trunk.Bjørn Lindeijer2-0/+126
2007-04-15Reimplemented window resizing. It is now once again possible to resize windowsBjørn Lindeijer2-0/+126
using their borders (except for the top one, since that's the title bar for Guichan) and the resize grip in the bottom right is much easier to grab. Needs some testing.
2006-11-05Merged the definition of ImageRect into graphics.h.Bjørn Lindeijer1-13/+11
2006-09-13(no commit message)Yohann Ferreira3-524/+0
2006-09-13Added a skinned reusable dropdown widget and used it in the server dialog.Yohann Ferreira5-0/+800