summaryrefslogtreecommitdiff
path: root/src/gui/trade.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-01-16Renamed some file names for consistency with the class namesThorbjørn Lindeijer1-315/+0
2010-08-26Merged testing branch into master.Yohann Ferreira1-12/+0
2010-08-12Simplify working with the event systemJared Adams1-1/+1
2010-08-01Reduce localChatTab presence replacing it with the event systemChuck Miller1-6/+4
2010-07-18Move more from LocalPlayer to PlayerInfoJared Adams1-1/+1
2010-07-17Modify how attributes and stats are handledChuck Miller1-3/+4
2010-03-25Remove the type boolean from InventoryWindowJared Adams1-4/+2
2010-02-22Modify copyright headersFreeyorp1-1/+2
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-12Standardize header orderJared Adams1-2/+1
2010-01-11Cleanup GUI classesJared Adams1-1/+1
2010-01-10Change code styleAndrei Karas1-6/+7
2009-11-07More eAthena guild stuffJared Adams1-2/+2
2009-11-03Remove more _SUPPORT ifdefs and do some cleanupJared Adams1-2/+5
2009-08-07Gettext fixesKess Vargavind1-2/+2
2009-07-31(Turmfalke patch) Added a scroll lock when resizing the Chat Window and talle...Bertram1-0/+3
2009-07-31(Turmfalke patch) Show inventory window at trading start if it isn't visible.Bertram1-1/+1
2009-07-23Clear some more support ifdefsJared Adams1-0/+2
2009-05-21Fixed a few strings for better translationKess Vargavind1-1/+1
2009-05-06Clean up the bypass code for the ItemAmountWindowJared Adams1-9/+2
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+0
2009-04-29Removed underscores from some non-conforming filenamesBjørn Lindeijer1-1/+1
2009-04-22FIx trading under eAthenaJared Adams1-5/+3
2009-04-21Trade system - Removing debug informationsblue1121-2/+2
2009-04-21Trade systemblue1121-17/+46
2009-04-19Made ItemContainer wrap items depending on its width againBjørn Lindeijer1-3/+7
2009-04-15Merge the trade dialogJared Adams1-80/+40
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-5/+5
2009-04-06Add TMWServ's SkillHandlerJared Adams1-3/+2
2009-04-03Fill in TMWServ's TradeHandlerJared Adams1-39/+5
2009-04-02Fixed number of trade window slotsBjørn Lindeijer1-7/+4
2009-03-31Implement a few more handlers for eAthenaJared Adams1-33/+35
2009-03-30Fix a bug in tradeJared Adams1-2/+3
2009-03-27Moved the inventory and storage offset handling into netcodeBjørn Lindeijer1-7/+4
2009-03-27Clean up of most of the Network pointersBjørn Lindeijer1-5/+0
2009-03-27Made eAthena's Network class statically accessibleBjørn Lindeijer1-12/+6
2009-03-27Clean up chat and chat tabs some moreJared Adams1-1/+1
2009-03-27Fixed inventory window. Not resizable though.Bjørn Lindeijer1-11/+3
2009-03-26Major clean up of ChatTab handlingJared Adams1-1/+1
2009-03-27Compile warning fixesBjørn Lindeijer1-1/+1
2009-03-26Remove redundancy, fix variable names and other code cleanupsBjørn Lindeijer1-11/+12
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-33/+54
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-46/+37
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams1-1/+1
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-47/+123
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