summaryrefslogtreecommitdiff
path: root/src/i_video.c
AgeCommit message (Expand)Author
2008-04-25Generate transparency mask for the application icon from black parts ofSimon Howard
2008-02-28Add fixes for MSVC warnings (thanks entryway).Simon Howard
2008-02-24Fix leftover "junk" displayed on the screen on the initial melt whenSimon Howard
2008-02-12Set the default startup_delay to 1s.Simon Howard
2008-02-06Use geometric distance to find the nearest mode when autoadjusting,Simon Howard
2008-02-06Add -geometry command line parameter to allow the screen size to beSimon Howard
2008-01-30Be more accurate in describing windowboxed modes as eitherSimon Howard
2008-01-25Rename some files to be package name independent.Simon Howard
2008-01-20Fix loading disk icon. Add back -1, -2, -3 command line options forSimon Howard
2008-01-20Add -width, -height command line parameters for specifying the screenSimon Howard
2008-01-20Refactor the video mode configuration system.Simon Howard
2007-12-18Don't center the mouse on startup if the mouse is disabled (thanksSimon Howard
2007-12-14Don't grab the mouse if the mouse is disabled by -nomouse or throughSimon Howard
2007-08-08Move SCREENHEIGHT_4_3 to doomdef.h; remove some unused constants.Simon Howard
2007-07-08Make the numeric keypad behave like Vanilla does.Simon Howard
2007-07-07Don't grab the mouse if a drone player (no input, so it isn't needed).Simon Howard
2007-06-20Add x5 screen scale (thanks MikeRS!)Simon Howard
2007-06-14Don't send joystick updates when the joystick is disabled. Shut upSimon Howard
2007-06-13Working joystick code.Simon Howard
2007-03-16Add config file option to enable/disable native keyboard bindings.Simon Howard
2007-03-15Use SDL for endianness byte swapping. m_swap.c removed; m_swap.h renamedSimon Howard
2007-02-24Fix video_driver setting.Simon Howard
2007-02-23Add a configuration file value to allow the SDL video driver to beSimon Howard
2007-01-06Hide the mouse cursor using SDL_SetCursor to a blank cursor, notSimon Howard
2006-12-24Javadoc-style self-documenting system for command line options.Simon Howard
2006-12-24Include "SDL.h", not <SDL.h>, as per http://www.libsdl.org/faq.phpSimon Howard
2006-12-18x3, x4 aspect ratio corrected scale functions.Simon Howard
2006-12-16Fix value in autoadjust message.Simon Howard
2006-12-15Split off scaling code into i_scale.c. Add aspect ratio correctionSimon Howard
2006-11-14Use getenv/putenv, not SDL_getenv/SDL_putenv.Simon Howard
2006-11-14Support running as a screensaver under X!Simon Howard
2006-11-10Add -gdi command line parameter as a shortcut for SDL_VIDEODRIVER=windibSimon Howard
2006-11-06Use DirectX by default on Windows.Simon Howard
2006-11-06Center the mouse on startup to prevent abrupt turns when launching aSimon Howard
2006-10-22Catch failure to initialise video when calling SDL_Init.Simon Howard
2006-10-18Strip out CVS logs, RCS Id tags.Simon Howard
2006-10-14Refactor I_InitGraphics.Simon Howard
2006-10-14Disable the "loading from disk" icon on MacOS.Simon Howard
2006-09-22Add DEH_String() conversions on more strings that are not being converted.Simon Howard
2006-09-18Repeat key presses when the key is held down - thanks to Mad_Mac for thisSimon Howard
2006-09-09Remove hack accidentally committed that always updates the paletteSimon Howard
2006-05-29Warp mouse to screen center (possibly fix joe's mouse problem).Simon Howard
2006-05-29Add missing newline to message.Simon Howard
2006-05-29Change the mouse acceleration behavior to accelerate by multiplying by aSimon Howard
2006-05-26Add an option to disable autoadjusting the video mode.Simon Howard
2006-05-25Add screenmultiply x4 mode.Simon Howard
2006-05-24Remove debug hack used for testing startup delay.Simon Howard
2006-05-20Make Translatekey static.Simon Howard
2006-05-19Add a config file setting to allow a delay to be specified on startup.Simon Howard
2006-05-08Allow -3 scale.Simon Howard