Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-27 | Switch to use our extended ScrollArea and use adjusted width to proper ↵ | Dennis Friis | 1 | -1/+2 | |
calculate the grid for itemcontainer. | |||||
2008-04-11 | Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but because | Bjørn Lindeijer | 1 | -6/+3 | |
of quite a bit of GUI differences there were additional changes and probably additional issues. You have been warned. ;) Merged revisions 4045-4049,4051-4059 via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4045 | b_lindeijer | 2008-04-07 17:23:07 +0200 (Mon, 07 Apr 2008) | 3 lines Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for gcn::TabbedArea usage) ........ r4059 | b_lindeijer | 2008-04-09 16:25:42 +0200 (Wed, 09 Apr 2008) | 2 lines Fixed problem with row height in shop list box. ........ | |||||
2008-04-07 | Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for | Bjørn Lindeijer | 1 | -9/+6 | |
gcn::TabbedArea usage) | |||||
2007-10-21 | Removed redundant destructor. | Guillaume Melquiond | 1 | -5/+0 | |
2007-10-21 | Converted inventory window to layout handler. | Guillaume Melquiond | 1 | -8/+1 | |
2007-09-19 | Merged 0.0 changes from revision 3362 to 3580 to trunk. | Bjørn Lindeijer | 1 | -3/+8 | |
2007-08-28 | Made buy dialog resizable and added a WindowListener class for listening for | Bjørn Lindeijer | 1 | -10/+9 | |
window resize and move events. | |||||
2007-08-14 | inventory - split function fix | Joshua Langley | 1 | -2/+5 | |
2007-08-14 | mantis_id:129 - Inventory Window Slots Added. | Joshua Langley | 1 | -3/+28 | |
2007-08-07 | Fixed my breakage of persistent window dimensions. Cleaned a few things ↵ | Guillaume Melquiond | 1 | -8/+2 | |
along the way. | |||||
2007-01-14 | Merged 0.0 changes from revision 2988 to 3035 to trunk. | Bjørn Lindeijer | 1 | -3/+3 | |
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -3/+3 | |
2006-09-03 | Fixed updating of labels in buy and sell dialogs. Also made our listbox respond | Bjørn Lindeijer | 1 | -2/+2 | |
to mouse dragging to change the selection. | |||||
2006-09-03 | Introduced SelectionListener to fix updating problem in inventory window | Bjørn Lindeijer | 1 | -5/+11 | |
(should also be used to fix similar problem in trade, buy and sell dialogs). Made the ItemInfo be passed around as a reference instead of a pointer, since it is never NULL. | |||||
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -1/+1 | |
from the 0.1.0 branch. | |||||
2006-07-19 | Merged new_animation branch until r2415 into trunk. | Eugenio Favalli | 1 | -1/+1 | |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -8/+8 | |
2005-10-20 | Added garbage collection to the ScrollArea class. Fixed slider not being ↵ | Björn Steinbrink | 1 | -5/+0 | |
updated in the item amount box when the buttons are used. | |||||
2005-09-30 | Made the inventory Win behave normally when resized by default size functions. | Yohann Ferreira | 1 | -2/+8 | |
2005-09-29 | Improved a lot windows reset to default size and pos. Also corrected a few ↵ | Yohann Ferreira | 1 | -1/+2 | |
the default win position. And moved the setposition from game to each win, to clarify the code. | |||||
2005-08-28 | Prepare our source so that it'll survive a guichan header cleanup, should it ↵ | Björn Steinbrink | 1 | -0/+2 | |
ever happen... | |||||
2005-08-26 | Added effect description to buy/see/inventory, made some improvements and ↵ | Yohann Ferreira | 1 | -0/+1 | |
bugfixes, too. | |||||
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -1/+5 | |
2005-07-18 | Created Inventory class. (Really) Small code simplifications and cleanups. | Björn Steinbrink | 1 | -0/+79 | |