summaryrefslogtreecommitdiff
path: root/src/gui/npcintegerdialog.cpp
AgeCommit message (Expand)AuthorFilesLines
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-2/+3
2009-03-10Extended window layout to take relative positions, as well as offsets toIra Rice1-2/+5
2009-02-25Fix NPC handling to not need a handle on the NPCIra Rice1-5/+11
2009-02-25Make sure that all dialogs are cleared on player death, not just the NPCIra Rice1-0/+5
2009-02-25Fixed up NPC list dialogs to be navigatable by keyboard (scrollingIra Rice1-4/+7
2009-02-16Fixed up NPC dialogs to behave more like eAthena expects.Jared Adams1-1/+1
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-04Modified the NPC string and integer classes to automatically take focusIra Rice1-4/+12
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-8/+3
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-18Reset the input fields so that they're reset when they're brought upIra Rice1-0/+1
2009-01-18Fixed the NPC Integer input field, as well as cut some bull from theIra Rice1-38/+24
2009-01-18Add dialogs to input text and numbers for scriptsJared Adams1-0/+125