summaryrefslogtreecommitdiff
path: root/src/gui/window.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-12-27Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButtonBjørn Lindeijer1-0/+2
modules to file lists.
2004-12-22Fixed window titlebar drawing.Bjørn Lindeijer1-5/+4
2004-12-20Converted the progress bar and stats dialog to Guichan widgets.Bjørn Lindeijer1-1/+6
2004-12-19More refining of windows.Bjørn Lindeijer1-9/+15
2004-12-19Implemented setLocationRelativeTo method on Window allowing the dialogs to beBjørn Lindeijer1-0/+32
centered on screen.
2004-12-18Corrected titlebar height.Bjørn Lindeijer1-4/+4
2004-12-18Added colon to the fixed font and removed some alfont usage.Bjørn Lindeijer1-32/+19
2004-12-17Made some fixes to the window widget and made server selection use it too.Bjørn Lindeijer1-26/+38
WARNING: From now on we need Guichan 0.2.0, the 0.1.0 version will NOT work!
2004-12-17Whoops forgot the bitmaps.Bjørn Lindeijer1-3/+3
2004-12-17Added window class based on Guichan by none other than nym!Bjørn Lindeijer1-0/+185