summaryrefslogtreecommitdiff
path: root/src/gui/quitdialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-12-03Rename sound.cpp/h to soundmanager.Andrei Karas1-1/+1
2012-10-20Add palette inheritance to radiobutton class.Andrei Karas1-4/+6
2012-10-20Add palette inheritance to button class.Andrei Karas1-2/+2
2012-10-19Fix namespace conflicts.Andrei Karas1-2/+2
2012-10-17Extend radio button theming.Andrei Karas1-3/+3
2012-10-04Fix sounds in npc and quit dialogs.Andrei Karas1-1/+4
2012-10-03Add sound effects for open/close windows.Andrei Karas1-0/+4
2012-09-07Improve constructors in some classes.Andrei Karas1-0/+2
2012-09-04add const to more classes,Andrei Karas1-1/+1
2012-08-27Add const to more classes.Andrei Karas1-4/+5
2012-08-23Remove useless includes.Andrei Karas1-0/+1
2012-06-06Fix some issues after auto checking.Andrei Karas1-7/+6
2012-04-25Improve iterators part 1.Andrei Karas1-1/+4
2012-04-19Dehardcode keys in gui widgets.Andrei Karas1-6/+9
2012-03-09Add support for many update hosts (evol server only).Andrei Karas1-0/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-09Fix code style.Andrei Karas1-1/+2
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-8/+8
2011-10-30Hide death message dialog in reconnect.Andrei Karas1-3/+3
2011-09-10Allow load for each window own xml theme file.Andrei Karas1-1/+2
2011-09-09Last fix part of shadow variables/methods errors.Andrei Karas1-10/+10
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-1/+1
2011-09-01Eliminate asserts from most files.Andrei Karas1-10/+5
2011-08-11Save whisper tabs state to configuration after each change.Andrei Karas1-6/+2
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-04-04Rename some gui class files to real class names.Andrei Karas1-1/+1
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-02-02Close npc and other dialogs if reconnecting.Andrei Karas1-0/+5
2011-01-28Fix code style and some new compilation warnings.Andrei Karas1-1/+1
2011-01-21Show network error dialog as not modal.Andrei Karas1-1/+3
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-1/+1
2011-01-02Initial commit.Andrei Karas1-0/+204