summaryrefslogtreecommitdiff
path: root/src/gui/npcdialog.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-05-10Fixed the resize grip of the party windowBjørn Lindeijer1-3/+0
It wasn't re-added after doing a clear. Also, don't leak all the PartyMember and Avatar instances.
2009-05-10Marked some strings as not translatableBjørn Lindeijer1-2/+2
NPC dialog requested translation of + and - and the chat dialog tried to translate a semicolon.
2009-05-09Increased the distance between head and overhead text a bitBjørn Lindeijer1-2/+3
Plus some small code cleanups.
2009-05-09Fix some memory leaksJared Adams1-0/+12
In doing so, NPC Dialogs now show the resize grip again.
2009-05-03Fixed compile warnings and other tweaksBjørn Lindeijer1-12/+10
Warnings were about initialization order and signed variables compared to unsigned variables. Please pay attention to these things. Also made some getters const and turned some std::string parameters into const std::string &.
2009-05-03NPC Integer input plus and minusBlue1-8/+22
Added plus and minus buttons on NPC Integer input. No server side modifications.
2009-05-03Fix some layout issues with the NPC dialogJared Adams1-6/+39
Also add a reset button for the string and integer input modes.
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+1
2009-05-02Fix up some things in the NPC dialogJared Adams1-3/+18
2009-05-01Forgot the new dialogJared Adams1-0/+277