summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/setup_video.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-05-30Split multi line #if into separate ifsAndrei Karas1-3/+3
2020-05-30Fix left style issues from switch port mergingAndrei Karas1-2/+4
2020-04-26switch: actually send "chatinput" action on new software keyboard textcpasjuste1-2/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-4/+4
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-1/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-26Remove default parameters from dropdown.Andrei Karas1-1/+2
2017-12-26Remove default parameters from checkbox.Andrei Karas1-6/+11
2017-12-25Remove default parameters from containerplacer.Andrei Karas1-12/+12
2017-12-22Remove default parameters from textdialog.Andrei Karas1-1/+3
2017-09-12Add option for enable high dpi mode in SDL 2.Andrei Karas1-1/+27
2017-06-08Remove useless extern declarations.Andrei Karas1-2/+0
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-3/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-10Fix some issues found by automatic checks.Andrei Karas1-2/+2
2016-09-23Add missing comments into defines.Andrei Karas1-13/+18
2016-09-17Add strong typed bool Opaque.Andrei Karas1-1/+1
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-5/+2
2016-06-04Fix compilation for MacOSX.Andrei Karas1-1/+1
2016-06-03Fix compilation for Android.Andrei Karas1-3/+6
2016-05-31Fix compilation without OpenGL in setup_video.cpp again.Andrei Karas1-0/+2
2016-05-31Fix compilation without OpenGL in setup_video.cpp.Andrei Karas1-0/+6
2016-05-31Fix different include issues.Andrei Karas1-4/+0
2016-02-12Fix compilation with different flags.Andrei Karas1-0/+2
2016-02-07Fix code style.Andrei Karas1-2/+0
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-9/+9
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-2/+4
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-17Add support for full screen in nacl.Andrei Karas1-2/+4
2015-12-15Fix manual set resolution in nacl.Andrei Karas1-2/+2
2015-12-12Hide "detect best mode" in nacl.Andrei Karas1-2/+2
2015-06-14Use CREATEWIDGET macro in setup_video.Andrei Karas1-17/+19
2015-06-06Fix code style.Andrei Karas1-4/+4
2015-05-21Call postInit after each window creation.Andrei Karas1-8/+8
2015-05-05Add strong typed bool type in OkDialog.Andrei Karas1-4/+4
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-4/+16
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+2
2015-03-16Remove useless includes from cpp filesAndrei Karas1-5/+4
2015-01-06Move dialogtype.h into enums directory.Andrei Karas1-1/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-08-28Removed unused includes.Andrei Karas1-0/+1
2014-08-18Add parameter for button name in okdialog.Andrei Karas1-4/+19
2014-08-18Remove default values from okdialog constructor.Andrei Karas1-1/+2
2014-07-19Fix default textureSize config option.Andrei Karas1-1/+1
2014-07-16Add max texture size detection for all modes.Andrei Karas1-1/+1
2014-05-31fix code style.Andrei Karas1-1/+0
2014-05-30Move main window related code into windowmanager.Andrei Karas1-2/+4
2014-05-25Fix texture size detection and saving.Andrei Karas1-0/+1
2014-05-25Add support for simple texture size detection.Andrei Karas1-1/+4