summaryrefslogtreecommitdiff
path: root/src/gui/window.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-07-13* Committing some cleanups by DoenerBjørn Lindeijer1-11/+6
2005-06-16Fixed window resizing to work properly, and on all edges and corners.Bjørn Lindeijer1-79/+143
2005-06-14Added background to minimap. Only used in Tonori Desert map for now, and itsBjørn Lindeijer1-0/+1
2005-06-06Fixed resizing window functionJosé Ávila1-15/+80
2005-06-05Using custom focus handler to work around problem with multiple widgetsBjørn Lindeijer1-14/+0
2005-05-19Made item amount window a modal dialog and removed support for old map format.Bjørn Lindeijer1-4/+3
2005-05-18Upgrade to Guichan 0.4.0, TMW can no longer compile, link or run against 0.3.0.Bjørn Lindeijer1-30/+57
2005-05-02Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix.Bjørn Lindeijer1-2/+2
2005-04-30Correctly draw window borders with GUI opacity in OpenGL mode.Bjørn Lindeijer1-12/+12
2005-04-18Fixed tileset loading to clear tilesets vector when finished.Bjørn Lindeijer1-19/+19
2005-04-09Fixed up problem with inventory display.Aaron Marks1-0/+17
2005-04-08Added window resizing.Aaron Marks1-3/+37
2005-04-02Added ConfigListener class to allow listening for changes to config options,Bjørn Lindeijer1-0/+16
2005-04-02Less Image::setAlpha calls.Bjørn Lindeijer1-3/+4
2005-03-26Make sure logic method is called on the content of windows, fixes lists.Bjørn Lindeijer1-0/+8
2005-03-25Moved datafiles in unified structure.Bjørn Lindeijer1-3/+3
2005-03-24Logger Implemented. (3/3)Yohann Ferreira1-2/+2
2005-03-20TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore!Bjørn Lindeijer1-91/+34
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
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
2005-02-18Improve window borders and speed up alpha property by not setting alpha eachBjørn Lindeijer1-18/+18
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
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
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
2005-01-11Implemented parent relationship for Window class and converted more ok dialogsBjørn Lindeijer1-1/+21
2005-01-08Well improved window container and window widgets a bit, and made a startBjørn Lindeijer1-3/+15
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
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
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