summaryrefslogtreecommitdiff
path: root/src/gui/widgets/setupitem.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-09Remove useless A_CONST attributes.Andrei Karas1-5/+5
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-10/+10
2017-12-26Remove default parameters from setupitem.Andrei Karas1-25/+25
2017-09-13Add option to select any existing SDL renderer drivers for SDL2 default mode.Andrei Karas1-0/+44
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-12Add noexcept in some files.Andrei Karas1-5/+5
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-34/+34
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-34/+34
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-23Add const attribute to gui classes.Andrei Karas1-5/+5
2015-11-01Add strong typed bool enum donotalign.Andrei Karas1-3/+4
2015-11-01Add strong typed bool enum on the fly.Andrei Karas1-11/+12
2015-10-31Add strong typed bool enum separator.Andrei Karas1-2/+3
2015-10-31Add strong typed bool enum usebase64.Andrei Karas1-4/+5
2015-10-31Add strong typed bool enum mainconfig.Andrei Karas1-21/+25
2015-07-11Add missing checks into gui.Andrei Karas1-1/+1
2015-04-02Remove useless virtual keywords.Andrei Karas1-2/+2
2015-03-17Remove useless includes from .h files.Andrei Karas1-1/+0
2015-02-19Fix overload virtual function SetupItem::action.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-31Add missing notfinal/final to classes.Andrei Karas1-3/+3
2014-04-02Set correct step in sliders.Andrei Karas1-15/+23
2014-02-28fix code style.Andrei Karas1-1/+1
2014-02-22Move listmodel into gui/modesl directory.Andrei Karas1-13/+9
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-5/+5
2014-02-20fix code style.Andrei Karas1-3/+0
2014-02-20improve includes.Andrei Karas1-2/+6
2014-02-16move actionevent into events directory.Andrei Karas1-8/+8
2014-02-15move actionlistener from base into listeners.Andrei Karas1-2/+2
2014-02-15move exguichan files into gui/base/Andrei Karas1-1/+1
2014-02-05add slider list setup control for int value.Andrei Karas1-2/+28
2014-01-29Fix screenshot directory saving/loading.Andrei Karas1-1/+8
2014-01-15add option for edit screenshot dir.Andrei Karas1-3/+11
2014-01-09add ability to notify setup pages about disconnect from server.Andrei Karas1-0/+2
2014-01-09add mods tab in settings.Andrei Karas1-0/+9
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-17add restrict into setupitem.Andrei Karas1-98/+106
2013-10-24add final keyword to widgets files.Andrei Karas1-29/+29
2013-09-30move tabs into tabs directory.Andrei Karas1-1/+1
2013-09-26Change destructors to virtual in all basic classes.Andrei Karas1-2/+2
2013-09-25improve construcors in abstract classes.Andrei Karas1-26/+26
2013-09-12remove unused includes from widget files.Andrei Karas1-5/+1
2013-07-28move bools in setupitem.Andrei Karas1-6/+6
2013-06-14improve setupitem.Andrei Karas1-69/+111
2013-05-28fix guard header part1.Andrei Karas1-3/+3
2013-03-22Add option to accept language messages in any languge.Andrei Karas1-0/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1