summaryrefslogtreecommitdiff
path: root/src/gui/windows/textdialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-08[WIP] renamed the client to ManaVersejak11-1/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-3/+7
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-27Remove default parameters from window.Andrei Karas1-1/+1
2017-12-26Remove default parameters from textfield.Andrei Karas1-1/+6
2017-12-26Remove default parameters from passwordfield.Andrei Karas1-1/+1
2017-12-25Remove default parameters from containerplacer.Andrei Karas1-5/+5
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-7/+7
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-02-21Add missing checks.Andrei Karas1-2/+8
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-07-11Add missing checks into gui.Andrei Karas1-12/+4
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-05-25Fix align in constructors.Andrei Karas1-1/+1
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-1/+1
2014-02-16combine font classes in one.Andrei Karas1-2/+2
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 textdialog.Andrei Karas1-2/+4
2013-10-19move virtual member calls from textdialog constructor into postInit.Andrei Karas1-2/+5
2013-09-30move windows classes to windows directory.Andrei Karas1-0/+131