summaryrefslogtreecommitdiff
path: root/src/gui/npcdialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-09-30move windows classes to windows directory.Andrei Karas1-960/+0
2013-09-11remove unused includes from gui files.Andrei Karas1-3/+1
2013-08-31move being related files into being dir.Andrei Karas1-1/+2
2013-08-31fix code style and some minor issues.Andrei Karas1-0/+2
2013-08-29show npc name in npc dialog caption.Andrei Karas1-0/+3
2013-08-24remove most static methods from Client.Andrei Karas1-5/+5
2013-08-16fix code style.Andrei Karas1-2/+9
2013-08-11dont show input text in npc dialog if npc requested item.Andrei Karas1-3/+5
2013-08-11add support for giving item to npc (evol only)Andrei Karas1-45/+174
2013-07-13Add support for tabulation to fixed browserbox rows.Andrei Karas1-0/+1
2013-07-12add ability to show assigned keys in browserbox.Andrei Karas1-0/+1
2013-07-11move sound constants to separate file.Andrei Karas1-0/+1
2013-06-13add copy to clipboard in npc dialog.Andrei Karas1-0/+26
2013-06-13move npc dialogs array from netcode.Andrei Karas1-0/+13
2013-05-17improve npcdialog class.Andrei Karas1-26/+21
2013-05-11Allow load avatars from avatars.xmlAndrei Karas1-1/+1
2013-05-03add comments for translatorsAndrei Karas1-0/+10
2013-04-20fix style in gui directory.Andrei Karas1-0/+5
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-1/+0
2013-04-12fix random rare crashes in npc and possible other windows.Andrei Karas1-0/+2
2013-03-31Rename SoundManager sigleton from sound to soundManager.Andrei Karas1-1/+1
2013-02-26Improve string usage in other files.Andrei Karas1-2/+2
2013-02-14Remove empty lines and useless comments in npcdialog class.Andrei Karas1-12/+0
2013-02-14Improve event.getId() speed.Andrei Karas1-6/+7
2013-01-31Add default avatars support for npcs.Andrei Karas1-0/+9
2013-01-23Use in different listbox derived classes different xml skin.Andrei Karas1-1/+1
2013-01-20Another part with FOR_EACH changes.Andrei Karas1-10/+7
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-25Improve empty strings manipulation.Andrei Karas1-1/+1
2012-12-03Rename sound.cpp/h to soundmanager.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-10-20Add palette inheritance to textfield class.Andrei Karas1-2/+2
2012-10-20Add palette inheritance to button class.Andrei Karas1-6/+6
2012-10-20Add palette inheritance to browserbox class.Andrei Karas1-1/+1
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-1/+1
2012-10-19Fix namespace conflicts.Andrei Karas1-1/+1
2012-10-04Fix sounds in npc and quit dialogs.Andrei Karas1-0/+2
2012-10-03Add sound effects for open/close windows.Andrei Karas1-0/+1
2012-10-02Fix some conversions.Andrei Karas1-1/+1
2012-09-07Improve constructors in some classes.Andrei Karas1-15/+16
2012-09-05Fix useless variables initialisations.Andrei Karas1-2/+2
2012-08-27Add const to more classes.Andrei Karas1-20/+20
2012-08-24Small style changes.Andrei Karas1-1/+1
2012-08-23Remove useless includes.Andrei Karas1-3/+0
2012-08-04Extend background theming.Andrei Karas1-2/+2
2012-08-02Add option to show/hide background in npc dialog.Andrei Karas1-2/+4
2012-07-31Add support for clear npc dialog by command from server (evol only).Andrei Karas1-3/+6
2012-07-28Extend playerbox theming.Andrei Karas1-1/+1
2012-07-28Add support for images in npc menu.Andrei Karas1-4/+46
2012-07-20Fix code style.Andrei Karas1-2/+2