summaryrefslogtreecommitdiff
path: root/src/gui/setup_video.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-19Add visual page in settings.Andrei Karas1-35/+8
2012-02-18Fix code style.Andrei Karas1-1/+0
2012-02-08Fix code style with new tool.Andrei Karas1-1/+1
2012-02-02Add "no frame" option to hide window frame. Disabled by default.Andrei Karas1-19/+31
2012-02-02Add some checks after automatic checking.Andrei Karas1-2/+2
2012-01-30Add option for enable/disable window resize.Andrei Karas1-21/+33
2012-01-30Allow resize window on the fly from video settings tab.Andrei Karas1-0/+4
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-8/+8
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-1/+1
2011-09-10Change empty strings initializations.Andrei Karas1-1/+1
2011-09-09Fix code style.Andrei Karas1-1/+2
2011-09-09Last fix part of shadow variables/methods errors.Andrei Karas1-7/+7
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas1-8/+8
2011-09-09Fix first part of shadow variables/methods errors.Andrei Karas1-15/+15
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-2/+2
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-08-09Fix loading opacity settings in setup dialog.Andrei Karas1-0/+1
2011-08-09Add new perfomance parameters.Andrei Karas1-4/+0
2011-08-09Add perfomance setup tab.Andrei Karas1-75/+21
2011-08-07Add auto adjust perfomance ability.Andrei Karas1-16/+28
2011-08-07Add option "show beings transparency". Disabled by default.Andrei Karas1-8/+8
2011-07-08Fix some issues after automatic checking.Andrei Karas1-1/+2
2011-07-07Add map reduce feature for software drawing.Andrei Karas1-16/+27
2011-07-03Move some settings from video tab to other tabs.Andrei Karas1-156/+23
2011-07-02Replace some getters to direct members access in graphics class.Andrei Karas1-12/+12
2011-06-21If client cant set video mode, it fall back to last mode.Andrei Karas1-0/+3
2011-06-21Add hardcoded modes to video modes list in settings.Andrei Karas1-0/+48
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-2/+2
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-2/+2
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-04-25Fix cache option enabled/disabled state.Andrei Karas1-1/+2
2011-04-24Add reset yellow bar command to bars context menu.Andrei Karas1-1/+3
2011-04-18Disable software settings if software mode not enabled.Andrei Karas1-0/+7
2011-03-29Add translation for some strings in setup video tab.Andrei Karas1-2/+2
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-2/+2
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+819