summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2005-06-27- Fixing OpenGL switch to fullscreen crash in windowsEugenio Favalli1-9/+21
2005-06-23Finishing resource manager ability to clean up resources. Still work to do onBjørn Lindeijer2-26/+60
2005-06-23Help files are now loaded through the resource manager.Bjørn Lindeijer1-10/+15
2005-06-23Maps are now loaded through the resource manager.Bjørn Lindeijer1-1/+1
2005-06-22Fix weapon still shown after unequipping bug.Yohann Ferreira1-0/+9
2005-06-21Image loader now automatically determines whether to use masked drawing orBjørn Lindeijer3-4/+4
2005-06-20Bugfixes to the buddy window : preventing a crash when removing with no selec...Yohann Ferreira1-2/+5
2005-06-19Compiling fixesEugenio Favalli1-1/+1
2005-06-19Mostly indenting fixes and corrected path for OpenGL font version.Bjørn Lindeijer4-41/+29
2005-06-19Prevent deleting guiFont twice in non-OpenGL mode.Bjørn Lindeijer2-15/+19
2005-06-18code indentJosé Ávila1-3/+3
2005-06-18Small fix to buddywindow buttonsMateusz Kaduk1-9/+9
2005-06-18Some fixes to browser font loading and updates to DevCpp project fileEugenio Favalli1-1/+1
2005-06-18Added simple layout/container widgets (VBox and HBox).Aaron Marks6-0/+273
2005-06-18Showing buddyWindowMateusz Kaduk7-296/+42
2005-06-18Updated bad #ifdef (used wrong define name).Aaron Marks1-1/+1
2005-06-17Updated BrowserBox to work with SDL by using the original font. (the setColorAaron Marks3-0/+17
2005-06-17new BrowserBox widget with colors/links supportJosé Ávila4-168/+116
2005-06-17new BrowserBox widget with colors/links supportJosé Ávila5-0/+798
2005-06-16Fixed cutting off bottom item row of inventory in some casesBjørn Lindeijer3-3/+26
2005-06-16Added action menu (moved trading to menu)Mateusz Kaduk2-4/+23
2005-06-16Fixed window resizing to work properly, and on all edges and corners.Bjørn Lindeijer4-93/+176
2005-06-14Only set alpha value when the minimap image loaded correctly.Bjørn Lindeijer1-1/+5
2005-06-14Added background to minimap. Only used in Tonori Desert map for now, and itsBjørn Lindeijer5-16/+91
2005-06-11Improve layout of login dialog slightly and allow login by pressing enter withBjørn Lindeijer1-6/+9
2005-06-06Fixed resizing window functionJosé Ávila2-17/+86
2005-06-05Implemented wrapping for textbox (still could use a small fix) and made deathBjørn Lindeijer6-103/+90
2005-06-05Fixed equipment window to fit 32x32 itemsEugenio Favalli1-8/+8
2005-06-05Item icons now displayed as 32x32.Bjørn Lindeijer2-31/+50
2005-06-05Using custom focus handler to work around problem with multiple widgetsBjørn Lindeijer9-34/+173
2005-06-03A few cosmetic updates to help, and removed accounts help as that is outdatedBjørn Lindeijer2-25/+28
2005-06-03Magical 1 character change in new item amount window (+ to -).Aaron Marks1-1/+1
2005-06-03Modification in help systemJosé Ávila2-16/+22
2005-06-03Added IntTextBox class (a TextBox which only accepts integers).Aaron Marks4-26/+148
2005-06-02In game help system filesJosé Ávila2-0/+207
2005-05-28Applied inventory weight information patch by Javila.Bjørn Lindeijer2-3/+18
2005-05-27autoTarget is now a Being*, also may have fixed related crash and added labelBjørn Lindeijer1-4/+2
2005-05-22requestTradeDialog is modal nowJan-Fabian Humann2-23/+14
2005-05-22This way auto attack should work with left ctrl too (alsoEugenio Favalli1-0/+2
2005-05-22An attemp on auto attack, not bug free for sureEugenio Favalli1-0/+2
2005-05-22trade: disable textfield on okJan-Fabian Humann1-1/+2
2005-05-22another trade update: trading money is possible now, left box is for money yo...Jan-Fabian Humann2-7/+62
2005-05-22Picking up now possible with Z, and fixed width of a few scroll area contents.Bjørn Lindeijer6-0/+31
2005-05-21Fix opacity of Window titles in OpenGL and scroll areas which broke last commitBjørn Lindeijer1-0/+2
2005-05-21Numerous things:Bjørn Lindeijer5-25/+31
2005-05-21trade: you can not change trade quantities (RO protocol forbids it...)Jan-Fabian Humann1-6/+12
2005-05-21Only load resources once for player box, scroll area and text field. AlsoBjørn Lindeijer6-90/+205
2005-05-21Fixed menu so it is working..Mateusz Kaduk3-9/+18
2005-05-19Made item amount window a modal dialog and removed support for old map format.Bjørn Lindeijer11-161/+143
2005-05-18Upgrade to Guichan 0.4.0, TMW can no longer compile, link or run against 0.3.0.Bjørn Lindeijer6-232/+87