summaryrefslogtreecommitdiff
path: root/src/gui/inventorywindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-09-08Adding missing updates for buttons in InventoryWindowStefan Dombrowski1-1/+8
2010-04-25Fix some storage bugsJared Adams1-15/+15
2010-03-25Fix the close button on the inventory windowChuck Miller1-5/+8
2010-03-25Fix crash in inventory window, adds quick retrieve to the windowChuck Miller1-4/+11
2010-03-25Remove the type boolean from InventoryWindowJared Adams1-8/+8
2010-03-25Fix save/load storage window position.Andrei Karas1-1/+1
2010-03-25Remove InventoryWindows from their instances list when deletedJared Adams1-0/+1
2010-03-25Merge StorageWindow into InventoryWindowJared Adams1-42/+104
2010-03-25Eliminate the logic methods from InventoryWindow and StorageWindowJared Adams1-60/+44
2010-03-12Split Palette into Theme and UserPaletteJared Adams1-10/+3
2010-02-24Move StorageWindow to instancing intead of globalJared Adams1-3/+4
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-14Auto-store featureBlue Sans Douze1-0/+14
2010-01-11Cleanup GUI classesJared Adams1-6/+6
2010-01-10Change code styleAndrei Karas1-4/+1
2009-09-13Add ellipsis (...) to some options requiring further inputKess Vargavind1-1/+6
2009-07-23Clear some more support ifdefsJared Adams1-0/+2
2009-05-23Merge branch '0.0.29'Bjørn Lindeijer1-2/+3
2009-05-23Fixes a segmentfault and disables shift split for eAChuck Miller1-2/+3
2009-05-14Fixes to outfit windowDennis Friis1-3/+15
2009-05-12Remove methods from LocalPlayer that just call NetJared Adams1-3/+3
2009-05-11Start out all progress bars at 0, so that they progress upwards.Tametomo1-2/+2
2009-05-10Fixed the problem with items disappearing beneath the roadBjørn Lindeijer1-1/+1
2009-05-08Fixed one pixel missing from progress barsBjørn Lindeijer1-2/+2
2009-05-08Correctly disables the use and drop buttons when no items are selectedChuck Miller1-5/+16
2009-05-06Clean up the bypass code for the ItemAmountWindowJared Adams1-15/+3
2009-05-06Don't show the split button for eAthenaJared Adams1-0/+5
2009-05-06Remove more inventory handling support #ifdefsJared Adams1-10/+4
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+1
2009-04-29Removed underscores from some non-conforming filenamesBjørn Lindeijer1-1/+1
2009-04-28Remove some more support #ifdefsJared Adams1-9/+1
2009-04-22No need to remove item selection when droppingJared Adams1-1/+0
2009-04-20Fix up window visibility saving/restoringJared Adams1-0/+1
2009-04-19Made ItemContainer wrap items depending on its width againBjørn Lindeijer1-6/+8
2009-04-10Some cleanup of the equipment window codeBjørn Lindeijer1-1/+0
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-4/+4
2009-04-01Make eAthena's inventory handlerJared Adams1-8/+2
2009-03-28Make the full inventory accessible againBjørn Lindeijer1-5/+4
2009-03-27Fixed inventory window. Not resizable though.Bjørn Lindeijer1-41/+34
2009-03-27Merge branch 'aethyra/master'Bjørn Lindeijer1-10/+8
2009-03-26Some code cleanups (mostly reducing how many calculations need to beIra Rice1-10/+2
2009-03-25Merged relevent changes from TMW commitIra Rice1-21/+19
2009-03-26Remove redundancy, fix variable names and other code cleanupsBjørn Lindeijer1-15/+9
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-6/+7
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-5/+4
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-28/+113
2009-03-19Reformatted the item amount window and the buy/sell windows so thatIra Rice1-1/+1
2009-03-14Made a label class derived from the guichan label class which utilizesIra Rice1-4/+3