summaryrefslogtreecommitdiff
path: root/src/gui/windows/quitdialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-05-15Consume input event in QuitDialog instead of relying on a hackewewukek1-0/+5
2024-04-09Fix all alignment warnings/errors.Fedja Beader1-1/+1
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2021-06-06disable logout option in unique sessions (-S)jak11-2/+6
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-4/+4
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-2/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-26Remove default parameters from radiobutton.Andrei Karas1-5/+6
2017-12-25Remove default parameters from containerplacer.Andrei Karas1-3/+3
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-2/+2
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-5/+5
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-04-05Remove quotes from pragmas.Andrei Karas1-3/+3
2016-02-23Fix compilation with gcc 4.4 or older.Andrei Karas1-3/+3
2016-02-23Add pragmas for disable -Wswitch-bool in some places.Andrei Karas1-0/+3
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-0/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-14Move soundconsts.h into const directory.Andrei Karas1-1/+2
2015-11-17Fix compilation without C++11 again.Andrei Karas1-1/+1
2015-11-16Convert State enum into strong typed.Andrei Karas1-11/+11
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-1/+1
2015-05-30Move inputaction into enums directory.Andrei Karas1-1/+1
2015-05-28Add strong typed bool type Visible.Andrei Karas1-1/+1
2015-05-21Call Window::postInit from all windows with overrided postInit method.Andrei Karas1-0/+1
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-10Fix code style.Andrei Karas1-2/+0
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-17Remove getter for gameHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for charServerHandler.Andrei Karas1-1/+1
2014-05-31fix code style.Andrei Karas1-1/+0
2014-05-28Move dialogs related function into separate file.Andrei Karas1-4/+5
2014-05-25Fix align in constructors.Andrei Karas1-1/+1
2014-05-21Fix code style.Andrei Karas1-0/+1
2014-05-19fix code style.Andrei Karas1-1/+0
2014-05-18Move inputaction into separate file.Andrei Karas1-5/+6
2014-05-18Remove useless includes.Andrei Karas1-1/+0
2014-05-16Fix code style.Andrei Karas1-1/+1
2014-05-14Move containerplacer into separate file.Andrei Karas1-0/+1
2014-05-12Fix code styleAndrei Karas1-0/+2
2014-03-29Fix code style.Andrei Karas1-1/+0
2014-03-28simplify variables cleanup.Andrei Karas1-8/+5
2014-03-21Rename keyEvent variables into event.Andrei Karas1-2/+2
2014-02-16Remove useless casts with KeyEvent.Andrei Karas1-1/+1
2014-02-16move keyevent into events directory.Andrei Karas1-2/+3
2014-02-16move actionevent into events directory.Andrei Karas1-4/+3
2014-02-15move keylistener from base into listeners.Andrei Karas1-1/+1