summaryrefslogtreecommitdiff
path: root/src/gui/npcdialog.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-18Add close button to npc dialog in menu selection.Andrei Karas1-0/+13
2012-07-07Fix npc dialog default size and position.Andrei Karas1-3/+3
2012-07-01Add npc avatars for evol server.Andrei Karas1-25/+173
2012-06-25Increase npc window default size.Andrei Karas1-2/+2
2012-06-25Add npc font size with 13 pixels size.Andrei Karas1-0/+4
2012-06-17Fix npc menu selection by mouse.Andrei Karas1-0/+1
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-0/+1
2012-04-25Improve iterators part 1.Andrei Karas1-12/+6
2012-04-09Fix code style.Andrei Karas1-1/+1