summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
2005-07-11Introducing new font, sans serif 8.Bjørn Lindeijer1-15/+15
2005-07-11Updating win32.txt about not using old stable Dev-C++ and committed patch byBjørn Lindeijer1-1/+1
Greybeard
2005-07-09Add fallbacks for the font image loading code so that running tmw without doingRodney Dawes1-0/+24
make install can work again
2005-07-09reverting one of my biggest errorsEugenio Favalli1-1/+1
2005-07-09Some win32 fixes most of allEugenio Favalli4-22/+15
2005-07-08Small changes to updating code and removing tabs.Bjørn Lindeijer1-4/+4
2005-07-08Added basic update system (depends on curl).Aaron Marks3-0/+143
2005-07-03Popupmenu shouldn't try to delete some random being when destroyed!Bjørn Lindeijer1-1/+0
2005-07-03- Fixed blue, red and yellow damage fonts to work in SDL modeBjørn Lindeijer2-16/+31
- Added two international characters to fixed font, fixed autotarget - Fixed mouse autotarget (now default for left click) - Cleaned up showing of empty right click menus
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
- Attack is now default for left click (auto attack is not working yet with mouse) - Commented out "follow" from context menu
2005-07-03- Commenting out buddy and new skills windowsEugenio Favalli2-6/+7
- Some code cleaning - Workaround for colored text not being displayed in SDL mode (disabled)
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
Usiu)
2005-06-27- Fixing OpenGL switch to fullscreen crash in windowsEugenio Favalli1-9/+21
- Improving switch check
2005-06-23Finishing resource manager ability to clean up resources. Still work to do onBjørn Lindeijer2-26/+60
resources other than images.
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
an alpha layer.
2005-06-20Bugfixes to the buddy window : preventing a crash when removing with no ↵Yohann Ferreira1-2/+5
selection.
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
Updated my name in help window :)
2005-06-17Updated BrowserBox to work with SDL by using the original font. (the setColorAaron Marks3-0/+17
calls can be ignored, as they have no effect on the font when Guichan is using SDL).
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
style is up for discussion.
2005-06-11Improve layout of login dialog slightly and allow login by pressing enter withBjørn Lindeijer1-6/+9
server field focused.
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
notice dialog release modal focus immediately.
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
requesting modal focus using a stack based approach.
2005-06-03A few cosmetic updates to help, and removed accounts help as that is outdatedBjørn Lindeijer2-25/+28
information.
2005-06-03Magical 1 character change in new item amount window (+ to -).Aaron Marks1-1/+1