summaryrefslogtreecommitdiff
path: root/src/gui/windowmenu.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-09Fix all alignment warnings/errors.Fedja Beader1-23/+29
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-05-22Add option for show shortcuts buttons icons.Andrei Karas1-5/+78
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-1/+5
2018-02-13Show clan window in buttons at top right corner.Andrei Karas1-0/+5
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2018-01-01Replace some status methods usage from member pointers to static member calls.Andrei Karas1-1/+1
2017-12-27Remove default parameters from theme.Andrei Karas1-1/+2
2017-12-27Remove default parameters from windowmenu.Andrei Karas1-14/+28
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-4/+4
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-15Allow open server info window from game.Andrei Karas1-0/+5
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-25/+35
2017-06-04Fix code style.Andrei Karas1-1/+1
2017-01-20Fix code style.Andrei Karas1-0/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-5/+7
2016-04-10Fix clang warning.Andrei Karas1-1/+1
2016-03-04Remove isVisible getter from widget.Andrei Karas1-3/+3
2016-02-20Add missing const in gui directory.Andrei Karas1-5/+5
2016-02-08Improve some empty string checks.Andrei Karas1-1/+1
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-13/+25
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-10-31By default show bank and mail buttons at top right corner.Andrei Karas1-2/+2
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-3/+3
2015-05-28Add strong typed bool type Visible.Andrei Karas1-20/+31
2015-05-25Add method safeDrawChildren for safe OpenGL renderer.Andrei Karas1-0/+9
2015-05-07Remove bot checker window.Andrei Karas1-3/+0
2015-05-03Remove useless dynamic_cast.Andrei Karas1-7/+5
2015-04-26Add incomplete mail window.Andrei Karas1-0/+4
2015-03-16Remove useless includes from cpp filesAndrei Karas1-2/+0
2015-01-24Add cart into window menu.Andrei Karas1-0/+3
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-16Add screen button for bank window.Andrei Karas1-0/+4
2014-08-28Removed unused includes.Andrei Karas1-1/+0
2014-08-17Use public text popup in windowmenu.Andrei Karas1-10/+7
2014-08-17Remove proxy methods used for access popup menu.Andrei Karas1-2/+3
2014-07-31Move popup related code from viewport into popupManager.Andrei Karas1-4/+4
2014-05-29Move variables definition into each file with class definition.Andrei Karas1-0/+2
2014-05-22allow open updater window from inside game.Andrei Karas1-0/+4
2014-05-18Move inputaction into separate file.Andrei Karas1-24/+24
2014-05-18Move mousebutton into separate file.Andrei Karas1-1/+1
2014-05-17Move buttontext into separate file.Andrei Karas1-0/+1
2014-05-17Move buttoninfo into separate file.Andrei Karas1-0/+1
2014-05-14Move skin into separate file.Andrei Karas1-0/+1
2014-04-02Improve isVisible usage.Andrei Karas1-3/+3
2014-03-28simplify variables cleanup.Andrei Karas1-2/+2
2014-03-21Rename mouseEvent variables into event.Andrei Karas1-1/+1