summaryrefslogtreecommitdiff
path: root/src/gui/itemcontainer.h
AgeCommit message (Expand)AuthorFilesLines
2010-01-11Cleanup GUI classesJared Adams1-192/+0
2009-05-12Only scroll down the inventory as far as necessaryBjørn Lindeijer1-6/+7
2009-05-12Makes ItemContainer use indexes for selected and highlighted items, rather th...Chuck Miller1-3/+3
2009-05-11Makes sure a item exists in the inventory before saying it is selectedChuck Miller1-2/+1
2009-04-19Made ItemContainer wrap items depending on its width againBjørn Lindeijer1-3/+9
2009-04-06Clean up and expand item equip handling in the GUIJared Adams1-1/+3
2009-03-28Make the full inventory accessible againBjørn Lindeijer1-6/+6
2009-03-27Fixed inventory window. Not resizable though.Bjørn Lindeijer1-33/+24
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-23/+58
2009-02-17Got rid of const where it does not make much senseBjørn Lindeijer1-1/+1
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-2/+0
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-1/+1
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer1-6/+26
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-2/+0
2009-01-26Little bit of include cleanups.Ira Rice1-2/+1
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-20Added WoW style item adding to chat window. Right click, then leftDavid Athay1-1/+1
2009-01-15Fixed Item Popup window transparency (double setting of the skin)Ira Rice1-2/+2
2009-01-15A little bit of code cleanup/simplification.Ira Rice1-2/+2
2009-01-15Integrated the ItemPopup class from Legends of Mazzeroth.Ira Rice1-0/+16
2009-01-13Added WoW style item adding to chat window. Right Ctrl and Left click to put ...David Athay1-0/+1
2008-12-13Code style reformattingBjørn Lindeijer1-3/+3
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice1-7/+8
2008-11-29Imported patch that Fate made on TMW which which changes the item Ira Rice1-6/+13
2008-11-28Remember last equipped item ID so that we jump to/re-find an item of the same...Fate1-3/+9
2008-11-28Changed inventory container protocol to guarantee that we have no stale item ...Fate1-3/+3
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-4/+2
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-10-03Made a new Windows binary, as well as fix some files to make the Windows Ira Rice1-0/+2
2008-09-12Fixed /where, added /cast for heal and gather, some changes to inventory to s...Lloyd Bryant1-1/+2
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-07-01Ported some GUI improvements from Legend of Mazeroth (GUI skinning via XML fi...Philipp Sehmisch1-0/+8
2008-06-12Merged revisions 3738 via svnmerge from Bjørn Lindeijer1-1/+1
2008-04-28Properly fix problems with ItemContainer in InventoryWindow not resizingBjørn Lindeijer1-4/+13
2008-04-11Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but becauseBjørn Lindeijer1-7/+13
2008-04-07Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except forBjørn Lindeijer1-5/+8
2007-10-19Allowed dragging of already selected items.Guillaume Melquiond1-1/+2
2007-08-14mantis_id:129 - Inventory Window Slots Added.Joshua Langley1-13/+58
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-1/+1
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-1/+1
2006-09-03Introduced SelectionListener to fix updating problem in inventory windowBjørn Lindeijer1-1/+34
2006-08-17the item icons are now stored in different files with more descriptive namesPhilipp Sehmisch1-2/+0
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-4/+4
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-1/+1
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-6/+6
2005-08-01Added code to dynamically adjust the itemcontainer size.Björn Steinbrink1-0/+7