summaryrefslogtreecommitdiff
path: root/setup/display.c
AgeCommit message (Collapse)Author
2009-06-11Include libc_wince.h on Windows CE.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1593
2009-06-07Don't add DirectX/Windib selector on Windows CE.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1574
2009-06-07Fix setup tool display configuration dialog when fullscreen is notSimon Howard
supported. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1572
2009-06-07Don't try to use the SDL DirectX driver under Windows CE.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1568
2009-05-21Set display settings window position based on screen dimensions, ratherSimon Howard
than hard coding position. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1527
2008-02-12Set the default startup_delay to 1s.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1081
2008-02-09Set the SDL_VIDEODRIVER in setup, so that we get the correct modes listSimon Howard
(different video drivers can give different results). Restart textscreen when the video driver is changed. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1067
2008-02-06Make 320x240 a "good" mode when aspect ratio correction is turned off.Simon Howard
Don't switch to "bad" modes when changing other settings. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1055
2008-02-05Set screen_{width,height} when finding the nearest mode. Save the lastSimon Howard
mode explicitly selected and use this as criteria for which mode is nearest. Align the display window so that the top always stays still. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1046
2008-02-04Update chocolate-setup to the new screen mode config system.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1042
2007-07-05Remove "startup delay" from the setup display configuration dialog.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 930
2007-06-20Add x5 screen scale (thanks MikeRS!)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 919
2007-02-24Fix up setup tool to display the video driver setting tabulated with allSimon Howard
the other settings. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 843
2007-02-23Fix compile errors.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 840
2007-02-23Add an extra option to chocolate-setup on Windows to allow the videoSimon Howard
driver to be selected from directx and windib. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 839
2006-12-16Add aspect ratio correction to setup tool. Redesign the display settingsSimon Howard
dialog. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 780
2006-10-25Make the "test controls" option work - write the current config toSimon Howard
temporary config files and make Doom use these when executing it. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 738
2006-10-23Change config variable names to be the same as used in Doom.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 717
2006-10-22Standardise setup config variable names on the same variable names usedSimon Howard
in Doom. Add header files for source files where they are needed. Make variables static where appropriate. General cleanups etc. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 712
2006-10-12Shut up compiler warnings for setup.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 696
2006-09-29Use TXT_AddWidgets in setup for greatly enhanced readability.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 679
2006-09-21Add ENDOOM and startup delay to display settings dialog.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 646
2006-09-19Move the grab mouse setting to the mouse config dialog.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 622
2006-09-19New display settings dialog!Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 621
2006-08-31Add missing copyright notices to textscreen and setup files.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 590
2006-08-31Add display.c with missing ConfigDisplay and multiplayer.c withSimon Howard
multiplayer game start window. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 584