summaryrefslogtreecommitdiff
path: root/src/gui/npcdialog.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-10/+10
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-09Added a close button to the npc dialog window.Yohann Ferreira1-2/+6
2012-01-07Made the first choice item be selected at the beginningBen Longbons1-0/+5
2011-05-25Added more double clickable actionsAngelo Castellani1-3/+7
2011-04-09Removed a lot of useless "documentation"Thorbjørn Lindeijer1-5/+0
2011-04-09Renamed Listener to EventListenerThorbjørn Lindeijer1-2/+2
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-2/+2
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer1-1/+1
2010-12-15Merge branch '0.5'Thorbjørn Lindeijer1-0/+2
2010-11-29Allow enter OK button key in input field.Andrei Karas1-0/+2
2010-11-13Replace config listeners with the event systemChuck Miller1-3/+3
2010-08-10Remove NpcDialog references from netcodeJared Adams1-9/+3
2010-08-01Remove isActive methods from NPC dialogs and InventoryWindowJared Adams1-5/+0
2010-05-17Remove Monster, Player, and NPC classesJared Adams1-1/+0
2010-04-21Add a clear button to the NPC dialogJared Adams1-2/+9
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-10/+25
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-28Increase integer input default maximum to 2^31-1Jared Adams1-1/+2
2010-01-12Standardize header orderJared Adams1-2/+2
2009-05-13Allow more control of NpcDialog using the keyboardJared Adams1-0/+2
2009-05-09Fix some memory leaksJared Adams1-0/+2
2009-05-03Fixed compile warnings and other tweaksBjørn Lindeijer1-9/+13
2009-05-03NPC Integer input plus and minusBlue1-2/+4
2009-05-03Fix some layout issues with the NPC dialogJared Adams1-0/+6
2009-05-02Fix up some things in the NPC dialogJared Adams1-2/+8
2009-05-01Forgot the new dialogJared Adams1-0/+185