summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-17we dont need an itemamount window if quantity in inventory is 1Jan-Fabian Humann1-3/+8
2005-05-17Alt+m for testing menu, menuitems the same as buttonMateusz Kaduk3-10/+27
2005-05-16Added menuMateusz Kaduk2-0/+72
2005-05-16Added base for Menu and menuitem inherit from gcn::ButtonMateusz Kaduk2-12/+46
2005-05-16Made button, checkbox and radiobutton count their instances and only load theirBjørn Lindeijer7-49/+146
2005-05-16Leave out OpenGL completely when not enabled.Bjørn Lindeijer2-2/+11
2005-05-16Made a dialog from exit confirmation.Bjørn Lindeijer1-2/+1
2005-05-16Formatting updates to buddy window and menu item and made testing menu itemBjørn Lindeijer4-66/+66
2005-05-16Added menuitem classMateusz Kaduk2-0/+136
2005-05-16Added menuitemMateusz Kaduk1-0/+3
2005-05-15better monsterset managementEugenio Favalli1-2/+2
2005-05-15Small fixesMateusz Kaduk1-1/+7
2005-05-15Using guichan ListModelMateusz Kaduk2-7/+7
2005-05-14Fixed .dev, GUI groups and updated Debian repository links.Bjørn Lindeijer1-0/+3
2005-05-14Mainly separating core GUI classes from game interface.Bjørn Lindeijer29-76/+108
2005-05-14Fixed player character rendering errors in OpenGL mode.Bjørn Lindeijer1-1/+1
2005-05-13Fixed minimap transparent background to work in both SDL and OpenGL by usingBjørn Lindeijer3-54/+12
2005-05-12trade fixes as usual + quit dialog pops up now instead of being under other w...Jan-Fabian Humann5-47/+72
2005-05-11another trade update: selecting items is more logical now, name and desc. are...Jan-Fabian Humann4-3/+64
2005-05-11first two trade items work again (itemcontainer slots 0 and 1 seem to be rese...Jan-Fabian Humann1-3/+1