Age | Commit message (Expand) | Author | Files | Lines |
2006-08-28 | Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch. | Bjørn Lindeijer | 1 | -0/+20 |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -6/+6 |
2005-10-18 | Added automatic widget cleanup to the window class. | Björn Steinbrink | 1 | -3/+4 |
2005-10-18 | Header, whitespace and intendation cleanups. | Björn Steinbrink | 1 | -1/+0 |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -5/+6 |
2005-10-02 | Added check for pthread library (needed for FreeBSD, still needs to be checked | Bjørn Lindeijer | 1 | -16/+18 |
2005-09-30 | Made the inventory Win behave normally when resized by default size functions. | Yohann Ferreira | 1 | -3/+3 |
2005-09-29 | Improved a lot windows reset to default size and pos. Also corrected a few th... | Yohann Ferreira | 1 | -0/+14 |
2005-09-28 | Save and load X, Y, Height, and Width to useful wins. | Yohann Ferreira | 1 | -0/+10 |
2005-09-28 | Added window internal name to every window. Useful to later get and save X, Y... | Yohann Ferreira | 1 | -0/+12 |
2005-08-28 | Small cleanup. | Björn Steinbrink | 1 | -2/+1 |
2005-08-28 | Create a static ConfigListener for the Window class. | Björn Steinbrink | 1 | -7/+10 |
2005-08-18 | *Temporary* fix to the resize code. But I'll be avenged by asking for adding ... | Yohann Ferreira | 1 | -1/+0 |
2005-08-16 | Some other fixes and an attempt to use MouseOut(). | Yohann Ferreira | 1 | -2/+3 |
2005-08-16 | Bugfixing and simplifying the resize code. Still a little bit buggy. (We were... | Yohann Ferreira | 1 | -4/+0 |
2005-08-16 | Added a resize grip to resizable window, fixed some compiling errors. | Eugenio Favalli | 1 | -0/+9 |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -4/+8 |
2005-07-13 | * Committing some cleanups by Doener | Bjørn Lindeijer | 1 | -0/+1 |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -2/+0 |
2005-06-16 | Fixed window resizing to work properly, and on all edges and corners. | Bjørn Lindeijer | 1 | -5/+10 |
2005-06-06 | Fixed resizing window function | José Ávila | 1 | -2/+6 |
2005-06-05 | Using custom focus handler to work around problem with multiple widgets | Bjørn Lindeijer | 1 | -1/+0 |
2005-05-19 | Made item amount window a modal dialog and removed support for old map format. | Bjørn Lindeijer | 1 | -14/+3 |
2005-05-18 | Upgrade to Guichan 0.4.0, TMW can no longer compile, link or run against 0.3.0. | Bjørn Lindeijer | 1 | -23/+28 |
2005-04-30 | Correctly draw window borders with GUI opacity in OpenGL mode. | Bjørn Lindeijer | 1 | -5/+1 |
2005-04-26 | Changed keyboard control to integrate better with mouse walk, changed location | Bjørn Lindeijer | 1 | -1/+1 |
2005-04-18 | Fixed tileset loading to clear tilesets vector when finished. | Bjørn Lindeijer | 1 | -34/+34 |
2005-04-09 | Fixed up problem with inventory display. | Aaron Marks | 1 | -0/+14 |
2005-04-08 | Added window resizing. | Aaron Marks | 1 | -0/+24 |
2005-04-02 | Added ConfigListener class to allow listening for changes to config options, | Bjørn Lindeijer | 1 | -1/+7 |
2005-03-26 | Make sure logic method is called on the content of windows, fixes lists. | Bjørn Lindeijer | 1 | -0/+5 |
2005-03-20 | TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore! | Bjørn Lindeijer | 1 | -30/+9 |
2005-03-19 | Added config option for GUI alpha. | Bjørn Lindeijer | 1 | -0/+1 |
2005-03-03 | Separated graphic/graphic.cpp into graphics.cpp and engine.cpp. | Bjørn Lindeijer | 1 | -4/+3 |
2005-02-21 | Updates to change log, file lists, lots of doxygen comments and small changes. | Bjørn Lindeijer | 1 | -0/+3 |
2005-02-19 | Committed new graphics for button, checkbox and radio button by romulo. Also | Bjørn Lindeijer | 1 | -7/+8 |
2005-02-18 | Gui v3 with Images* | Yohann Ferreira | 1 | -1/+4 |
2005-02-18 | The Gui v3 | Yohann Ferreira | 1 | -3/+3 |
2005-02-06 | Added files to list and removed some old tmw.ini values. | Bjørn Lindeijer | 1 | -1/+1 |
2005-01-16 | Removed a lot of allegro.h includes. | Bjørn Lindeijer | 1 | -1/+0 |
2005-01-14 | Extended Image with methods to get width, height and draw a pattern and made | Bjørn Lindeijer | 1 | -3/+4 |
2005-01-11 | Implemented parent relationship for Window class and converted more ok dialogs | Bjørn Lindeijer | 1 | -1/+17 |
2005-01-08 | Well improved window container and window widgets a bit, and made a start | Bjørn Lindeijer | 1 | -6/+14 |
2005-01-07 | Solved the window dragging problem. | Bjørn Lindeijer | 1 | -0/+2 |
2004-12-27 | Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButton | Bjørn Lindeijer | 1 | -2/+4 |
2004-12-26 | Ported the inventory dialog over to Guichan. For the moment it is not | Bjørn Lindeijer | 1 | -1/+1 |
2004-12-23 | Skinned our beautiful text field back! | Bjørn Lindeijer | 1 | -0/+12 |
2004-12-20 | Converted the progress bar and stats dialog to Guichan widgets. | Bjørn Lindeijer | 1 | -1/+6 |
2004-12-19 | More refining of windows. | Bjørn Lindeijer | 1 | -1/+1 |
2004-12-19 | Implemented setLocationRelativeTo method on Window allowing the dialogs to be | Bjørn Lindeijer | 1 | -1/+21 |