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