summaryrefslogtreecommitdiff
path: root/src/gui/windowmenu.h
AgeCommit message (Expand)AuthorFilesLines
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-0/+3
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-12-27Remove default parameters from windowmenu.Andrei Karas1-1/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-4/+4
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-1/+1
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-7/+7
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-7/+7
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+4
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-06-27Add checks for new issues from paranucker.Andrei Karas1-2/+2
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-1/+3
2015-05-28Add strong typed bool type Visible.Andrei Karas1-3/+6
2015-05-25Add method safeDrawChildren for safe OpenGL renderer.Andrei Karas1-0/+2
2015-03-17Remove useless includes from .h files.Andrei Karas1-5/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-08-17Use public text popup in windowmenu.Andrei Karas1-2/+0
2014-05-18Remove useless includes.Andrei Karas1-2/+3
2014-05-17Move buttontext into separate file.Andrei Karas1-14/+1
2014-05-17Move buttoninfo into separate file.Andrei Karas1-16/+1
2014-03-21Rename mouseEvent variables into event.Andrei Karas1-1/+1
2014-02-20improve includes.Andrei Karas1-2/+2
2014-02-16move mouseevent into events directory.Andrei Karas1-3/+3
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
2014-02-16move selectionlistener from base into listeners.Andrei Karas1-2/+2
2014-02-16move mouselistener from base into listeners.Andrei Karas1-1/+1
2014-02-15move actionlistener from base into listeners.Andrei Karas1-2/+2
2014-02-15Move some listeners classes into listeners directory.Andrei Karas1-1/+1
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-1/+1
2014-02-15move exguichan files into gui/base/Andrei Karas1-2/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-17add restrict into windowmenu.Andrei Karas1-1/+1
2013-10-24add final keyword to gui files.Andrei Karas1-6/+6
2013-06-20Add more profiler labels.Andrei Karas1-0/+4
2013-05-28improve windowmenu.Andrei Karas1-2/+2
2013-05-28fix guard header part1.Andrei Karas1-3/+3
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-02-03Add support for small screens with on screen top right buttons.Andrei Karas1-4/+22
2013-01-16update copyrights year.Andrei Karas1-1/+1
2013-01-01Add theming support for top right buttons.Andrei Karas1-0/+3
2012-10-31Add screen buttons for left windows.Andrei Karas1-2/+6
2012-10-31Simplify screen buttons handling.Andrei Karas1-2/+16
2012-10-30Add unused warnings to some files.Andrei Karas1-2/+2
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-1/+1
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-14Replace gcn::Button to Button in all classes.Andrei Karas1-4/+4