summaryrefslogtreecommitdiff
path: root/src/gui/inventorywindow.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-10Extended window layout to take relative positions, as well as offsets toIra Rice1-2/+1
2009-03-10Don't center the NPC interraction dialogsJared Adams1-1/+0
2009-03-06Merge branch 'aethyra/master'Bjørn Lindeijer1-0/+3
2009-03-05Made some optimizations based on some profiling done by Octalot, as wellIra Rice1-0/+3
2009-03-05Got rid of Sint{8,16,32} and Uint32 for being IDBjørn Lindeijer1-0/+1
2009-03-06Microoptimization in compile speedBjørn Lindeijer1-0/+1
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
2009-02-15Merge branch 'aethyra/master'Bjørn Lindeijer1-7/+0
2009-02-15Don't make window name translatableBjørn Lindeijer1-1/+1
2009-02-15Removed unnecessary parenthesis at constructorsBjørn Lindeijer1-1/+1
2009-02-15Deleted some unneeded delete statements.Ira Rice1-7/+0