summaryrefslogtreecommitdiff
path: root/src/gui/window.h
AgeCommit message (Expand)AuthorFilesLines
2005-04-30Correctly draw window borders with GUI opacity in OpenGL mode.Bjørn Lindeijer1-5/+1
2005-04-26Changed keyboard control to integrate better with mouse walk, changed locationBjørn Lindeijer1-1/+1
2005-04-18Fixed tileset loading to clear tilesets vector when finished.Bjørn Lindeijer1-34/+34
2005-04-09Fixed up problem with inventory display.Aaron Marks1-0/+14
2005-04-08Added window resizing.Aaron Marks1-0/+24
2005-04-02Added ConfigListener class to allow listening for changes to config options,Bjørn Lindeijer1-1/+7
2005-03-26Make sure logic method is called on the content of windows, fixes lists.Bjørn Lindeijer1-0/+5
2005-03-20TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore!Bjørn Lindeijer1-30/+9
2005-03-19Added config option for GUI alpha.Bjørn Lindeijer1-0/+1
2005-03-03Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.Bjørn Lindeijer1-4/+3
2005-02-21Updates to change log, file lists, lots of doxygen comments and small changes.Bjørn Lindeijer1-0/+3
2005-02-19Committed new graphics for button, checkbox and radio button by romulo. AlsoBjørn Lindeijer1-7/+8
2005-02-18Gui v3 with Images*Yohann Ferreira1-1/+4
2005-02-18The Gui v3Yohann Ferreira1-3/+3
2005-02-06Added files to list and removed some old tmw.ini values.Bjørn Lindeijer1-1/+1
2005-01-16Removed a lot of allegro.h includes.Bjørn Lindeijer1-1/+0
2005-01-14Extended Image with methods to get width, height and draw a pattern and madeBjørn Lindeijer1-3/+4
2005-01-11Implemented parent relationship for Window class and converted more ok dialogsBjørn Lindeijer1-1/+17
2005-01-08Well improved window container and window widgets a bit, and made a startBjørn Lindeijer1-6/+14
2005-01-07Solved the window dragging problem.Bjørn Lindeijer1-0/+2
2004-12-27Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButtonBjørn Lindeijer1-2/+4
2004-12-26Ported the inventory dialog over to Guichan. For the moment it is notBjørn Lindeijer1-1/+1
2004-12-23Skinned our beautiful text field back!Bjørn Lindeijer1-0/+12
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-1/+1
2004-12-19Implemented setLocationRelativeTo method on Window allowing the dialogs to beBjørn Lindeijer1-1/+21
2004-12-18Added colon to the fixed font and removed some alfont usage.Bjørn Lindeijer1-1/+0
2004-12-17Made some fixes to the window widget and made server selection use it too.Bjørn Lindeijer1-21/+38
2004-12-17Added window class based on Guichan by none other than nym!Bjørn Lindeijer1-0/+67