summaryrefslogtreecommitdiff
path: root/src/gui/storagewindow.h
AgeCommit message (Collapse)AuthorFilesLines
2009-05-10Client - Close button storage WindowBlue1-1/+1
Adds a close button to the storage Window
2009-04-19Made ItemContainer wrap items depending on its width againBjørn Lindeijer1-1/+0
This is instead of taking a fixed number of rows and columns. The inventory and trade window are now resizable again. Other smaller changes: * Don't use bold font for the labels in the item container * Changed "(Eq)" back to "Eq." * Removed the ugly grid lines
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-2/+2
In an attempt to make the GUI code a little more structured, basic widgets are now put in gui/widgets. Many includes were also cleaned up.
2009-04-01Make eAthena's inventory handlerJared Adams1-2/+2
Also cleanup some related #ifdefs in LocalPlayer.
2009-03-27Clean up of most of the Network pointersBjørn Lindeijer1-3/+1
Now that messages can be sent without requiring a pointer to the Network instance, a lot of cleanup was possible.
2009-03-27Merge branch 'aethyra/master'Bjørn Lindeijer1-2/+2
Conflicts: src/beingmanager.cpp src/gui/confirm_dialog.cpp src/gui/inventorywindow.cpp src/gui/inventorywindow.h src/gui/label.cpp src/gui/label.h src/gui/popup.cpp src/gui/popup.h src/gui/scrollarea.cpp src/gui/skin.cpp src/gui/skin.h src/gui/speechbubble.cpp src/gui/window.cpp src/gui/window.h src/localplayer.h src/main.cpp src/net/ea/playerhandler.cpp src/resources/ambientoverlay.h src/resources/dye.cpp src/resources/imagewriter.cpp src/resources/itemdb.cpp src/shopitem.cpp
2009-03-26Some code cleanups (mostly reducing how many calculations need to beIra Rice1-2/+2
done in certain statements, rearranging arguements to make them look cleaner, or overall making the code slightly more flexible) Signed-off-by: Ira Rice <irarice@gmail.com>
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-3/+6
Conflicts: Many files.
2009-03-18Fix up the NPC interraction widnows a bitJared Adams1-0/+4
2009-03-09Got rid of an ugly and unified interface breaking cancel button in favorIra Rice1-1/+1
of adding overridable close functionality to the Window class. Now, if you need a close button, but need to do something different, or in addition to the Window close functionality, you can override it and do that action. Signed-off-by: Ira Rice <irarice@gmail.com>
2009-03-09Add an interface for eAthena's storage systemJared Adams1-0/+105
2009-03-08Forgot the actual storage windowJared Adams1-0/+107