summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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
2004-12-18Made login dialog and server select dialog into classes.Bjørn Lindeijer4-127/+168
2004-12-18Added support for @!"$%&/=?^+*#[]{}()<>_;'., in the fixed font.Bjørn Lindeijer1-1/+2
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 Lindeijer8-111/+50
2004-12-17Made some fixes to the window widget and made server selection use it too.Bjørn Lindeijer5-52/+86
2004-12-17Whoops forgot the bitmaps.Bjørn Lindeijer1-3/+3
2004-12-17Added window class based on Guichan by none other than nym!Bjørn Lindeijer3-1/+254
2004-12-16Doxygen improvements.Bjørn Lindeijer9-26/+52
2004-12-16Skinned checkbox similar to what it used to be.Bjørn Lindeijer7-119/+159
2004-12-15Good old Aqua buttons back but now using GuichanBjørn Lindeijer6-7/+182
2004-12-14Mainly been rewriting the guide to compiling TMW on WindowsBjørn Lindeijer1-1/+0
2004-12-14- removed code passage with no effectAlexander Baldeck1-6/+3
2004-12-13Whee, moving headers around! Also provided makefile.mgw for compiling with Mi...Bjørn Lindeijer2-6/+6
2004-12-13Some header order, namespace and lib fixes to improve MSVC support.Bjørn Lindeijer5-10/+11
2004-12-12Ported server list dialog over to Guichan.Bjørn Lindeijer4-105/+168
2004-12-12Created setup class and changed to use guichanMateusz Kaduk2-116/+76
2004-12-12Chat input field to Guichan.Bjørn Lindeijer5-262/+273
2004-12-12Added Guichan and converted login dialog. Also resolved some naming conflicts.Bjørn Lindeijer5-86/+213
2004-12-11Removed Allegro dependency on logger, which now also produces timestampedBjørn Lindeijer3-17/+16
2004-12-10Use a consistent tab-less header throughout the code.Bjørn Lindeijer20-457/+418
2004-12-01Added setup filesMateusz Kaduk2-0/+151
2004-11-26fix for tmw crash in login() due to too long username in tmw.ini (>25chars) (...Alexander Baldeck1-1/+4