summaryrefslogtreecommitdiff
path: root/src/gui/trade.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-03-19Simplified trading dialog controls.Ira Rice1-28/+19
2009-03-18Fix up the NPC interraction widnows a bitJared Adams1-13/+14
2009-03-14Made a label class derived from the guichan label class which utilizesIra Rice1-5/+4
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-1/+1
2009-03-09Add an interface for eAthena's storage systemJared Adams1-2/+2
2009-03-05Made some optimizations based on some profiling done by Octalot, as wellIra Rice1-1/+0
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-2/+2
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-2/+0
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-16Revised trade window to use the window layout code. Loosely based on theIra Rice1-94/+67
2009-01-08Made remaining dialogs translatableBjørn Lindeijer1-2/+2
2009-01-06Added support for internationalizationIra Rice1-25/+18
2009-01-05Made trade window resizableBjørn Lindeijer1-24/+40
2008-12-07Fixed inconsistency in default window sizesBjørn Lindeijer1-1/+1
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-4/+1
2008-09-12Fixed /where, added /cast for heal and gather, some changes to inventory to s...Lloyd Bryant1-4/+5
2008-06-12Merged revisions 3738 via svnmerge from Bjørn Lindeijer1-8/+4
2008-04-26Text fix: zeny to GP.Dennis Friis1-3/+3
2008-04-07Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except forBjørn Lindeijer1-1/+1
2007-11-20Merged revisions 3642,3662-3664,3667 via svnmerge from Bjørn Lindeijer1-0/+2
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-5/+5
2006-11-05Fixed money field to no longer hide below the bottom of the window.Bjørn Lindeijer1-18/+18
2006-10-03Removed empty frames from headgears.Bjørn Lindeijer1-1/+1
2006-10-01Accepted patches by GDO and VictorSan that fix problems with hiding windowsBjørn Lindeijer1-5/+5
2006-09-03Fixed updating of labels in trade window.Bjørn Lindeijer1-30/+33
2006-09-03Introduced SelectionListener to fix updating problem in inventory windowBjørn Lindeijer1-2/+2
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-1/+1
2006-03-19Unreverted latest change by Doener due to my lack of proper communication abi...Eugenio Favalli1-9/+7
2006-03-19Reverted changeset r2269 (toString) as requested by ElvenProgrammer.Björn Steinbrink1-7/+9
2006-03-18Added a toString conversion function.Björn Steinbrink1-9/+7
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-107/+107
2006-03-09Made the Button ctor accept eventId and action listener.Björn Steinbrink1-14/+4
2006-03-09Use std::auto_ptr in some places.Björn Steinbrink1-8/+5
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-9/+10
2006-01-04Reverted r0nny changes, enabled 3 slots to create players, smoothed player de...Eugenio Favalli1-8/+15
2006-01-03moved network logic out of gui/trade.cpp to net/protocol_trade.{h,cpp}Ronny Pfannschmidt1-15/+8
2006-01-03Really disabled /commands and added proper message when logging in and banned.Eugenio Favalli1-1/+1
2005-10-20Added garbage collection to the ScrollArea class. Fixed slider not being upda...Björn Steinbrink1-3/+0
2005-10-18Added automatic widget cleanup to the window class.Björn Steinbrink1-13/+2
2005-10-16Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}.Björn Steinbrink1-9/+9
2005-09-19Got rid of writeSet() calls.Eugenio Favalli1-6/+0
2005-09-19Removed useless flush() calls.Eugenio Favalli1-5/+0
2005-09-17Completed transition to use MessageOut.Eugenio Favalli1-10/+17
2005-09-13Merged with SDL_NET_TEST branch.Björn Steinbrink1-21/+20
2005-08-21It should be enough of "How can i give you money?????����" while trad...Matthias Hartmann1-6/+10
2005-08-19Made the item amount box work with a provided item.Björn Steinbrink1-1/+1
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-19/+35