summaryrefslogtreecommitdiff
path: root/src/gui/window.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-03-19Added config option for GUI alpha.Bjørn Lindeijer1-2/+6
2005-03-05Committing fix for bottom window corners.Bjørn Lindeijer1-2/+2
2005-03-03Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.Bjørn Lindeijer1-27/+13
2005-03-01Transluency againYohann Ferreira1-7/+7
2005-02-21Updates to change log, file lists, lots of doxygen comments and small changes.Bjørn Lindeijer1-7/+7
2005-02-20Reverted changes to skill dialog, a new one will be developed alongside it soBjørn Lindeijer1-0/+2
that the current one remains working for now. Also XML maps now can load but not the base64 or gzip kind yet.
2005-02-20Separated Tiles in MetaTiles and Images.Bjørn Lindeijer1-1/+1
2005-02-19Committed new graphics for button, checkbox and radio button by romulo. AlsoBjørn Lindeijer1-4/+5
added a bit of padding to the windows.
2005-02-18Improve window borders and speed up alpha property by not setting alpha eachBjørn Lindeijer1-18/+18
time the images are drawn.
2005-02-18Gui v3 with Images*Yohann Ferreira1-64/+29
2005-02-18The Gui v3Yohann Ferreira1-25/+67
2005-02-14Display of path to mouse now a debug feature you can toggle with F6, plus someBjørn Lindeijer1-6/+2
more log file usage.
2005-01-18Changed default depth to 32 and fixed window snapping by one pixel.Bjørn Lindeijer1-4/+4
2005-01-17Converted all GUI images to PNGBjørn Lindeijer1-3/+3
2005-01-17Committing Allegro -> SDL switch, hugely breaking the game.Bjørn Lindeijer1-2/+0
2005-01-16Removed a lot of allegro.h includes.Bjørn Lindeijer1-2/+1
2005-01-16More GUI image location changes and chat displays longer.Bjørn Lindeijer1-3/+3
2005-01-15Cleaned up includes, separated engine from graphics and single buffer nowBjørn Lindeijer1-21/+12
used throughout application, cleaned up shop functions.
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