summaryrefslogtreecommitdiff
path: root/src/gui/window.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-01-14Removed 9 cases of load_bitmap.Bjørn Lindeijer1-3/+3
2005-01-14Extended Image with methods to get width, height and draw a pattern and madeBjørn Lindeijer1-14/+15
Window widget use it.
2005-01-11Implemented parent relationship for Window class and converted more ok dialogsBjørn Lindeijer1-1/+21
to the OkDialog class.
2005-01-08Well improved window container and window widgets a bit, and made a startBjørn Lindeijer1-3/+15
on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling.
2005-01-07Solved the window dragging problem.Bjørn Lindeijer1-0/+12
2004-12-29Ported the npc text dialog and some other small updates.Bjørn Lindeijer1-19/+8
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