summaryrefslogtreecommitdiff
path: root/src/gui/windows/confirmdialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-4/+4
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-17Add strong typed bool Opaque.Andrei Karas1-1/+1
2016-04-07Fix confirm dialog width if caption too big.Andrei Karas1-1/+1
2016-04-07For commands in links in chat ask before executing command.Andrei Karas1-4/+7
2016-01-02Update copyrights year.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/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-25Fix align in constructors.Andrei Karas1-1/+1
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-2/+2
2014-02-16combine font classes in one.Andrei Karas1-1/+1
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
2014-02-15move actionlistener from base into listeners.Andrei Karas1-1/+1
2014-02-15move exguichan files into gui/base/Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-17add restrict into confirmdialog.Andrei Karas1-2/+4
2013-10-19move virtual member calls from confirmdialog constuctor into postInit.Andrei Karas1-5/+9
2013-09-30move windows classes to windows directory.Andrei Karas1-0/+109