summaryrefslogtreecommitdiff
path: root/src/gui/buy.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-08-01Remove isActive methods from buy/sell windowsJared Adams1-0/+6
2010-05-17Remove Monster, Player, and NPC classesJared Adams1-4/+3
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
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-3/+4
2010-01-10Change Buy and Sell dialogs to use ItemPopupsJared Adams1-16/+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-1/+1
2009-07-28Add some translators commentsKess Vargavind1-0/+4
2009-07-26Gettext fixesKess Vargavind1-4/+4
2009-07-23Clear some more support ifdefsJared Adams1-0/+2
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-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-6/+6
2009-04-07Used custom widgets where appropriate and some cleanupBjørn Lindeijer1-1/+1
2009-04-05Implement TMWServ's NpcHandlerJared Adams1-12/+5
2009-03-31Add first draft of net handlersJared Adams1-6/+3
2009-03-27Clean up of most of the Network pointersBjørn Lindeijer1-7/+0
2009-03-27Made eAthena's Network class statically accessibleBjørn Lindeijer1-2/+1
2009-03-27Include statement cleanup for net/ea/ directory.Bjørn Lindeijer1-0/+1
2009-03-27Fixed name of "UpdateSliders" and reduced redundant docsBjørn Lindeijer1-1/+1
2009-03-27Fixed include structure in resource/ directoryBjørn Lindeijer1-14/+17
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-23/+58
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-24/+45
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-4/+20
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-19/+43
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-23Hide the buy/sell dialogs when there is no NPCJared Adams1-0/+7
2009-02-18Centralize current_npc cleanupJared Adams1-1/+1
2009-02-15Don't make window name translatableBjørn Lindeijer1-1/+1
2009-02-15Add configurable units systemJared Adams1-2/+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-7/+6
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-20Reflowed NPC text dialog to use the layout code, so that window resizingIra Rice1-1/+1
2009-01-06Used layout for buy, sell and item amount dialogsBjørn Lindeijer1-61/+16
2009-01-06Added support for internationalizationIra Rice1-15/+20