Age | Commit message (Expand) | Author | Files | Lines |
2004-12-28 | Fixed incluing stats_window.h instead of stats.h | Mateusz Kaduk | 2 | -11/+13 |
2004-12-28 | Added new gui for stats window | Mateusz Kaduk | 2 | -0/+131 |
2004-12-28 | Inventory dialog is also not a dialog. | Bjørn Lindeijer | 3 | -14/+14 |
2004-12-28 | Oh and the status dialog was actually just a window. | Bjørn Lindeijer | 2 | -6/+6 |
2004-12-28 | Renamed stats dialog to status dialog, which it is and to make room for the | Bjørn Lindeijer | 4 | -20/+9 |
2004-12-28 | Ported buy/sell dialog, made sure mouse is only drawn once and updated build | Bjørn Lindeijer | 2 | -0/+130 |
2004-12-27 | Added radiobutton class | Mateusz Kaduk | 2 | -0/+98 |
2004-12-27 | Added radiobutton class and aqua graphic for it. | Mateusz Kaduk | 3 | -0/+12 |
2004-12-27 | Fixed listbox and scrollarea sizes in setup. | Mateusz Kaduk | 2 | -7/+11 |
2004-12-27 | Skinned background/border of scrollarea, not the scrollbars yet. | Bjørn Lindeijer | 5 | -4/+172 |
2004-12-27 | Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButton | Bjørn Lindeijer | 40 | -22/+124 |
2004-12-27 | Ok dialog (still to complete) | Eugenio Favalli | 2 | -0/+116 |
2004-12-27 | Fixed setting full screen chekbox state | Mateusz Kaduk | 1 | -1/+2 |
2004-12-27 | Using Configuration class | Mateusz Kaduk | 2 | -7/+29 |
2004-12-27 | Skinned slider, yeah! | Bjørn Lindeijer | 5 | -6/+142 |
2004-12-26 | Ported the inventory dialog over to Guichan. For the moment it is not | Bjørn Lindeijer | 4 | -190/+168 |
2004-12-26 | Small icon fixes | Eugenio Favalli | 1 | -1/+1 |
2004-12-26 | Some more Xmas fixes | Eugenio Favalli | 1 | -2/+3 |
2004-12-26 | Ported buy dialog, which could still use visual improvement, and added | Bjørn Lindeijer | 6 | -6/+254 |
2004-12-26 | - spaces are now stripped when options are being read (relaxed syntax in tmw.... | Alexander Baldeck | 1 | -1/+0 |
2004-12-26 | - final touch to writing mechanism of the config system | Alexander Baldeck | 2 | -25/+25 |
2004-12-26 | *** empty log message *** | Alexander Baldeck | 2 | -3/+5 |
2004-12-25 | Fix forgotten commit and increased static inventory size to 100 for now. | Bjørn Lindeijer | 1 | -1/+1 |
2004-12-25 | Some more beautification of inventory, but actually it should be fixed that | Bjørn Lindeijer | 2 | -60/+88 |
2004-12-25 | Another attempt at fixing inventory draw crash. | Bjørn Lindeijer | 1 | -62/+73 |
2004-12-25 | Little initialization fix for show_inventory. | Bjørn Lindeijer | 2 | -3/+12 |
2004-12-25 | Document supposed behaviour. | Bjørn Lindeijer | 1 | -0/+7 |
2004-12-25 | Some corrections made to parse_items. Something still seems to go wrong at the | Bjørn Lindeijer | 2 | -10/+11 |
2004-12-25 | Fixed error causing monster death bitmaps not to show up. | Bjørn Lindeijer | 2 | -3/+21 |
2004-12-25 | Excuse me, but indeed freeing the item name is giving problems... | Bjørn Lindeijer | 1 | -2/+2 |
2004-12-25 | Xmas quest update | Eugenio Favalli | 2 | -8/+9 |
2004-12-25 | * Huge formatting changes and some attempts in simplifying graphics code. | Bjørn Lindeijer | 3 | -65/+34 |
2004-12-23 | Password masking is back! | Bjørn Lindeijer | 6 | -144/+99 |
2004-12-23 | Skinned our beautiful text field back! | Bjørn Lindeijer | 9 | -10/+149 |
2004-12-22 | Added fullscreen mode checkbox in setup window | Mateusz Kaduk | 2 | -4/+17 |
2004-12-22 | Fixed window titlebar drawing. | Bjørn Lindeijer | 1 | -5/+4 |
2004-12-22 | Added modes list to setup | Mateusz Kaduk | 2 | -7/+52 |
2004-12-22 | Using tmw's button in setup | Mateusz Kaduk | 2 | -5/+20 |
2004-12-22 | Setup has create_setup() method that creates only one instance. | Mateusz Kaduk | 2 | -22/+25 |
2004-12-22 | - setup gets only called from game.cpp | Mateusz Kaduk | 2 | -54/+47 |
2004-12-21 | Size is the only thing that matters. | Bjørn Lindeijer | 1 | -2/+2 |
2004-12-21 | That shouldn't be there. | Bjørn Lindeijer | 1 | -10/+0 |
2004-12-21 | Committing ported character select and new character dialogs by nym. | Bjørn Lindeijer | 4 | -237/+453 |
2004-12-20 | Removed some leftover alfont.h includes. | Bjørn Lindeijer | 2 | -2/+0 |
2004-12-20 | Converted the progress bar and stats dialog to Guichan widgets. | Bjørn Lindeijer | 8 | -52/+214 |
2004-12-19 | no deprecated warnings about text_mode, textout or textprintf anymore | Alexander Baldeck | 1 | -30/+10 |
2004-12-19 | killed a few warnings about depcrated functions. mostly textprintf | Alexander Baldeck | 4 | -14/+15 |
2004-12-19 | removed alfont usage (obsolete dependency now) | Alexander Baldeck | 6 | -111/+104 |
2004-12-19 | More refining of windows. | Bjørn Lindeijer | 6 | -57/+46 |
2004-12-19 | Implemented setLocationRelativeTo method on Window allowing the dialogs to be | Bjørn Lindeijer | 4 | -4/+62 |