Age | Commit message (Expand) | Author | Files | Lines |
2006-01-05 | Remove some useless code. | Björn Steinbrink | 1 | -1/+0 |
2005-12-29 | Added popup support to the Gui class. Moved all mouse input handling into the... | Björn Steinbrink | 1 | -3/+22 |
2005-10-13 | Use gcn::Font instead of gcn::ImageFont as pointer type. | Björn Steinbrink | 1 | -6/+6 |
2005-09-30 | Updated NEWS file for next release. | Bjørn Lindeijer | 1 | -1/+1 |
2005-08-28 | Prepare our source so that it'll survive a guichan header cleanup, should it ... | Björn Steinbrink | 1 | -0/+1 |
2005-08-28 | Create a GuiConfigListener class. | Björn Steinbrink | 1 | -2/+3 |
2005-08-15 | Removed guiTop global variable. | Björn Steinbrink | 1 | -1/+0 |
2005-08-14 | Removed guiGraphics global pointer and removed dependencies on gui.h in some ... | Björn Steinbrink | 1 | -1/+0 |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -5/+8 |
2005-07-26 | Removed continous mouse movement | Björn Steinbrink | 1 | -14/+0 |
2005-07-23 | Allowed continous movement when holding down left mouse button | Björn Steinbrink | 1 | -0/+14 |
2005-07-14 | Committed resource manager cleanup patch by Doener, and properly implemented | Bjørn Lindeijer | 1 | -10/+27 |
2005-07-13 | - Adding the wonderful new font by Bjorn to speech and player names | Eugenio Favalli | 1 | -0/+4 |
2005-07-03 | Commiting again | José Ávila | 1 | -0/+7 |
2005-06-17 | Updated BrowserBox to work with SDL by using the original font. (the setColor | Aaron Marks | 1 | -0/+5 |
2005-06-05 | Implemented wrapping for textbox (still could use a small fix) and made death | Bjørn Lindeijer | 1 | -1/+0 |
2005-06-05 | Using custom focus handler to work around problem with multiple widgets | Bjørn Lindeijer | 1 | -0/+1 |
2005-05-16 | Made button, checkbox and radiobutton count their instances and only load their | Bjørn Lindeijer | 1 | -7/+4 |
2005-05-16 | Leave out OpenGL completely when not enabled. | Bjørn Lindeijer | 1 | -0/+2 |
2005-05-14 | Fixed .dev, GUI groups and updated Debian repository links. | Bjørn Lindeijer | 1 | -0/+3 |
2005-05-14 | Mainly separating core GUI classes from game interface. | Bjørn Lindeijer | 1 | -1/+2 |
2005-04-18 | Ok, of course the biggest problem to solve with OpenGL integration is loading | Bjørn Lindeijer | 1 | -2/+0 |
2005-04-02 | Work around Guichan focussing bug. | 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 | -18/+1 |
2005-03-13 | Fixed problem with mouse walking through GUI. | Bjørn Lindeijer | 1 | -1/+6 |
2005-03-03 | Separated graphic/graphic.cpp into graphics.cpp and engine.cpp. | Bjørn Lindeijer | 1 | -2/+1 |
2005-02-15 | Updated layout and contents of FAQ a bit, fixed debug path and mouse rendering | Bjørn Lindeijer | 1 | -5/+0 |
2005-02-14 | Support for drawing using OpenGL. Don't expect it to be fast yet though. | Bjørn Lindeijer | 1 | -0/+3 |
2005-01-17 | Committing Allegro -> SDL switch, hugely breaking the game. | Bjørn Lindeijer | 1 | -10/+9 |
2005-01-16 | Removed datafile and configfile and any leftover old GUI drawing code. | Bjørn Lindeijer | 1 | -38/+0 |
2005-01-16 | Ported slider over to resource manager. | Bjørn Lindeijer | 1 | -8/+0 |
2005-01-16 | Removed checkbox and dialog stuff. | Bjørn Lindeijer | 1 | -14/+0 |
2005-01-16 | More GUI image location changes and chat displays longer. | Bjørn Lindeijer | 1 | -5/+0 |
2005-01-15 | Cleaned up includes, separated engine from graphics and single buffer now | Bjørn Lindeijer | 1 | -11/+6 |
2005-01-14 | Removed 9 cases of load_bitmap. | Bjørn Lindeijer | 1 | -14/+0 |
2005-01-13 | Got rid of last Allegro dialog: converted yes_no dialog to ConfirmDialog class | Bjørn Lindeijer | 1 | -12/+0 |
2005-01-13 | Got rid of Allegro ok dialog completely. Now just the yes_no dialog remaining. | Bjørn Lindeijer | 1 | -2/+1 |
2005-01-08 | Well improved window container and window widgets a bit, and made a start | Bjørn Lindeijer | 1 | -1/+2 |
2005-01-06 | Dragged in some Guichan code so that we can handle things a bit different. | Bjørn Lindeijer | 1 | -1/+26 |
2005-01-06 | Moved some GUI code into a class. | Bjørn Lindeijer | 1 | -2/+33 |
2005-01-04 | Removed large parts of old GUI code and improved layout of a few dialogs. | Bjørn Lindeijer | 1 | -11/+6 |
2004-12-30 | Cleanup, mainly removing unused code. | Bjørn Lindeijer | 1 | -6/+2 |
2004-12-27 | Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButton | Bjørn Lindeijer | 1 | -3/+5 |
2004-12-23 | Password masking is back! | Bjørn Lindeijer | 1 | -2/+0 |
2004-12-20 | Removed some leftover alfont.h includes. | Bjørn Lindeijer | 1 | -1/+0 |
2004-12-20 | Converted the progress bar and stats dialog to Guichan widgets. | Bjørn Lindeijer | 1 | -1/+0 |
2004-12-19 | removed alfont usage (obsolete dependency now) | Alexander Baldeck | 1 | -1/+0 |
2004-12-16 | Doxygen improvements. | Bjørn Lindeijer | 1 | -0/+4 |
2004-12-16 | Skinned checkbox similar to what it used to be. | Bjørn Lindeijer | 1 | -2/+0 |
2004-12-15 | Good old Aqua buttons back but now using Guichan | Bjørn Lindeijer | 1 | -1/+11 |