summaryrefslogtreecommitdiff
path: root/src/gui/sell.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-02-13Make NPC dialogs instance instead of globalJared Adams1-14/+25
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-11Cleanup GUI classesJared Adams1-7/+8
2010-01-10Change Buy and Sell dialogs to use ItemPopupsJared Adams1-18/+5
2010-01-10Change code styleAndrei Karas1-1/+2
2009-12-04Don't process redudant visibility calls in WindowJared Adams1-1/+1
2009-12-04Reset the cursor when a window is hiddenJared Adams1-2/+1
2009-07-26Gettext fixesKess Vargavind1-4/+4
2009-07-23Clear some more support ifdefsJared Adams1-0/+2
2009-05-05Fix selling stacked itemsJared Adams1-2/+3
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+1
2009-04-29Set default focuses on the BuySell dialog, the Buy dialog, and the SellTametomo1-1/+1
2009-04-15Assorted random cleanupsBjørn Lindeijer1-1/+2
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-4/+4
2009-04-05Implement TMWServ's NpcHandlerJared Adams1-24/+3
2009-03-31Add first draft of net handlersJared Adams1-6/+3
2009-03-30Fix an offset bug when selling itemsJared Adams1-1/+1
2009-03-27Clean up of most of the Network pointersBjørn Lindeijer1-6/+0
2009-03-27Made eAthena's Network class statically accessibleBjørn Lindeijer1-3/+1
2009-03-27Include statement cleanup for net/ea/ directory.Bjørn Lindeijer1-0/+1
2009-03-27Fixed include structure in resource/ directoryBjørn Lindeijer1-15/+18
2009-03-25A host of code style fixesBjørn Lindeijer1-1/+1
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-38/+85
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-27/+47
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-1/+27
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-22/+44
2009-03-19Make sure positionable dialogs start out centeredJared Adams1-0/+1
2009-03-18Fix up the NPC interraction widnows a bitJared Adams1-0/+7
2009-03-18Fix up the NPC interraction widnows a bitJared Adams1-0/+7
2009-03-14Made a label class derived from the guichan label class which utilizesIra Rice1-6/+5
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-02-26Merge branch 'aethyra/master'Bjørn Lindeijer1-1/+1
2009-02-26Fixed an error in shoplistboxes as identified by Octalot.Ira Rice1-1/+1
2009-02-25Fix NPC handling to not need a handle on the NPCJared Adams1-1/+1
2009-02-23Allow to sell non-stackable items like stackablesMajin Sniper1-10/+23
2009-02-23Allow to sell non-stackable items like stackablesMajin Sniper1-11/+24
2009-02-23Hide the buy/sell dialogs when there is no NPCJared Adams1-0/+7
2009-02-18Centralize current_npc cleanupJared Adams1-1/+1
2009-02-15Removed unnecessary parenthesis at constructorsBjørn Lindeijer1-1/+1
2009-02-15Add configurable units systemJared Adams1-5/+6
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-3/+1
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-7/+1
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-06Used layout for buy, sell and item amount dialogsBjørn Lindeijer1-60/+15
2009-01-06Added support for internationalizationIra Rice1-18/+22