summaryrefslogtreecommitdiff
path: root/src/gui/item_amount.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-03-27Fixed inventory window. Not resizable though.Bjørn Lindeijer1-14/+12
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-43/+79
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-27/+34
2009-03-22Fixed some compiler warningsBjørn Lindeijer1-1/+3
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-2/+17
2009-03-19Forgot to remove some now unneeded includes.Ira Rice1-1/+0
2009-03-19Made the plus and minus buttons in the last commit look moreIra Rice1-2/+2
2009-03-19Reformatted the item amount window and the buy/sell windows so thatIra Rice1-17/+31
2009-03-18Fix up the NPC interraction widnows a bitJared Adams1-12/+12
2009-03-18A few more fixes in the ItemAmount dialogJared Adams1-1/+5
2009-03-18Clean up TtemAmount dialog and add an All buttonJared Adams1-27/+31
2009-03-18Clean up TtemAmount dialog and add an All buttonJared Adams1-27/+31
2009-03-09Add an interface for eAthena's storage systemJared Adams1-0/+19
2009-03-08Add an interface for eAthena's storage systemJared Adams1-0/+19
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-09Mostly whitespace and formatting changesBjørn Lindeijer1-2/+1
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-1/+2
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-18Fixed the NPC Integer input field, as well as cut some bull from theIra Rice1-12/+12
2009-01-06Used layout for buy, sell and item amount dialogsBjørn Lindeijer1-30/+29
2009-01-06Added support for internationalizationIra Rice1-17/+17
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-4/+1
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-07-18Import of client treeLloyd Bryant1-1/+1
2007-11-14Improved item amount dialog box.Guillaume Melquiond1-31/+30
2007-11-11Moved check on dropping 1 item to the inventory dialog.Bjørn Lindeijer1-8/+0
2007-10-25Item amount dialog is now skipped when there is only one item on the stack.Philipp Sehmisch1-0/+8
2007-08-14inventory - split function fixJoshua Langley1-4/+7
2007-08-14mantis_id:129 - Inventory Window Slots Added.Joshua Langley1-10/+19
2007-08-07Marked most of the GUI as translatable.Guillaume Melquiond1-5/+7
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-10/+10
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-10/+10
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-1/+2
2006-12-05Fixed visibility of item amount window.Bjørn Lindeijer1-1/+2
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-1/+1
2006-07-30Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0Bjørn Lindeijer1-1/+1
2006-05-15Set slider range to the real values instead of mapping the amount between [0,...Björn Steinbrink1-4/+3
2006-03-09Made the Button ctor accept eventId and action listener.Björn Steinbrink1-12/+4
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-4/+2
2005-10-20Added garbage collection to the ScrollArea class. Fixed slider not being upda...Björn Steinbrink1-3/+7
2005-10-20Various cleanups and refactorisations.Björn Steinbrink1-22/+22
2005-10-18Added automatic widget cleanup to the window class.Björn Steinbrink1-10/+0
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-0/+2
2005-08-19Made the item amount box work with a provided item.Björn Steinbrink1-49/+49
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-2/+7
2005-07-22Added missing includes and fixed a warning about implicit conversion.Björn Steinbrink1-1/+1
2005-07-22Merge between moi1392's branch and headCedric Borgese1-2/+14
2005-07-18Created Inventory class. (Really) Small code simplifications and cleanups.Björn Steinbrink1-4/+4
2005-07-17Added Item and Equipment class and made the appropriate places make use of th...Björn Steinbrink1-3/+3
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-2/+2