summaryrefslogtreecommitdiff
path: root/src/gui/storagewindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-07-23Clear some more support ifdefsJared Adams1-0/+2
2009-05-21Fixed a few strings for better translationKess Vargavind1-1/+1
2009-05-11Start out all progress bars at 0, so that they progress upwards.Tametomo1-1/+1
2009-05-10Swapped the buttons on the storage windowBjørn Lindeijer1-3/+3
2009-05-10Client - Close button storage WindowBlue1-0/+7
2009-05-08Fixed one pixel missing from progress barsBjørn Lindeijer1-1/+1
2009-05-06Clean up the bypass code for the ItemAmountWindowJared Adams1-18/+3
2009-05-05Fix the context menu for the storage windowJared Adams1-1/+1
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/+2
2009-04-19Min-width fixed for storage windowBlue1121-1/+1
2009-04-19Made ItemContainer wrap items depending on its width againBjørn Lindeijer1-5/+4
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-22/+22
2009-04-06Fixed bar progress on the storage window when initially opened.Ira Rice1-1/+3
2009-04-06Clean up and expand item equip handling in the GUIJared Adams1-1/+1
2009-04-06Use a namespace to keep apart implementations of network handlersBjørn Lindeijer1-10/+7
2009-04-02Some cleanup and renamingBjørn Lindeijer1-11/+11
2009-04-01Make eAthena's inventory handlerJared Adams1-13/+14
2009-03-27Moved the inventory and storage offset handling into netcodeBjørn Lindeijer1-4/+4
2009-03-27Clean up of most of the Network pointersBjørn Lindeijer1-2/+1
2009-03-27Made eAthena's Network class statically accessibleBjørn Lindeijer1-6/+3
2009-03-27Fixed inventory window. Not resizable though.Bjørn Lindeijer1-3/+3
2009-03-27Merge branch 'aethyra/master'Bjørn Lindeijer1-8/+9
2009-03-26Some code cleanups (mostly reducing how many calculations need to beIra Rice1-8/+9
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-0/+210
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-13/+6
2009-03-19Make sure positionable dialogs start out centeredJared Adams1-0/+1
2009-03-14Made a label class derived from the guichan label class which utilizesIra Rice1-3/+2
2009-03-11Don't move stuff from inventory when not visibleJared Adams1-0/+2
2009-03-11Don't move stuff from inventory when not visibleJared Adams1-0/+2
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-09Got rid of an ugly and unified interface breaking cancel button in favorIra Rice1-7/+2
2009-03-09Add an interface for eAthena's storage systemJared Adams1-0/+213
2009-03-08Forgot the actual storage windowJared Adams1-0/+213