summaryrefslogtreecommitdiff
path: root/src/gui/setup_video.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-08-24improve some mode methods in Client.Andrei Karas1-2/+2
2013-08-24add sdlhelper with some low level SDL functions.Andrei Karas1-1/+2
2013-06-29fix initialisation order in setup/video.Andrei Karas1-15/+15
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-1/+1
2013-06-03fix SDL includes.Andrei Karas1-1/+1
2013-05-21improve setup video tab.Andrei Karas1-28/+11
2013-05-03add comments for translatorsAndrei Karas1-4/+35
2013-04-20fix style in gui directory.Andrei Karas1-4/+4
2013-02-26Improve string usage in other files.Andrei Karas1-6/+6
2013-01-23Use in different listbox derived classes different xml skin.Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-25Block on the fly window resize in MacOSX and Android.Andrei Karas1-1/+1
2012-12-09Don't show incorrect warning message about OpenGL in Android version.Andrei Karas1-6/+7
2012-12-06Disable best video mode detection under Apple.Andrei Karas1-3/+3
2012-11-15Hide unsupported OpenGL renderers under Android.Andrei Karas1-1/+12
2012-11-13For android change option "custom cursor" to "show cursor"Andrei Karas1-1/+6
2012-11-09Fix code style.Andrei Karas1-0/+2
2012-11-04Disable some options under Android.Andrei Karas1-0/+4
2012-11-04Hide "detect best mode" button under Android.Andrei Karas1-1/+5
2012-10-28Not allow switch resolution on the fly under Android with OpenGL.Andrei Karas1-2/+2
2012-10-28Done select always best resolution under Android.Andrei Karas1-0/+2
2012-10-27Autoselect resolution under android.Andrei Karas1-23/+1
2012-10-26Android compilation fixes.Andrei Karas1-5/+10
2012-10-26Add initial version of mobile OpenGL backend.Andrei Karas1-3/+4
2012-10-20Fix code style and some minor issues.Andrei Karas1-4/+4
2012-10-20Add palette inheritance to label class.Andrei Karas1-2/+2
2012-10-20Add palette inheritance to checkbox class.Andrei Karas1-5/+5
2012-10-20Add palette inheritance to button class.Andrei Karas1-1/+1
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-4/+4
2012-10-19Fix namespace conflicts.Andrei Karas1-3/+1
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor from other classes.Andrei Karas1-0/+2
2012-10-08Fix compilation errors and warnings in different modes.Andrei Karas1-0/+2
2012-10-08Get from video detection texture compression and texture sampler modes.Andrei Karas1-3/+10
2012-09-22Add final keyword to most classes.Andrei Karas1-2/+2
2012-09-11Fix windows software mode on the fly resize.Andrei Karas1-8/+16
2012-09-07Improve constructors in some classes.Andrei Karas1-1/+3
2012-08-28Add const to more classes.Andrei Karas1-4/+5
2012-08-23Remove useless includes.Andrei Karas1-3/+1
2012-08-15Fix code style again.Andrei Karas1-2/+2
2012-08-11Enable best mode autodetection for linux.Andrei Karas1-10/+0
2012-08-04Extend background theming.Andrei Karas1-1/+2
2012-05-25Update and rebuild translations.Andrei Karas1-1/+1
2012-05-19Add button "detect best video mode" in video settings (windows only).Andrei Karas1-21/+24
2012-03-29Replace vectors with strings to short names.Andrei Karas1-5/+3
2012-02-28Add different sound effects for different events.Andrei Karas1-6/+10
2012-02-25Add SliderList control.Andrei Karas1-0/+2
2012-02-24Add safe error string reporting function.Andrei Karas1-1/+1
2012-02-21Move some settings from video to visual page.Andrei Karas1-155/+17
2012-02-20Move gui opacity option to visual settings page.Andrei Karas1-19/+2