summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2005-07-03- Fixed blue, red and yellow damage fonts to work in SDL modeBjørn Lindeijer2-16/+31
2005-07-03Implemented wrap text in chat box correctly ;)José Ávila1-7/+29
2005-07-03- Removing "walk to", "attack" from context menuEugenio Favalli1-30/+6
2005-07-03- Commenting out buddy and new skills windowsEugenio Favalli2-6/+7
2005-07-03Commiting againJosé Ávila2-0/+34
2005-07-03Fix bug in showing links and user defined colors in chat boxJosé Ávila3-85/+113
2005-07-01Fixed positioning of buddy windowMateusz Kaduk1-3/+3
2005-06-30Improved buddylist, added talkMateusz Kaduk3-2/+19
2005-06-30Repaired the 'Walk to' option.Yohann Ferreira1-3/+3
2005-06-30Blocking too long login names to attempt connection or registration. (Thanks ...Yohann Ferreira1-0/+2
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