summaryrefslogtreecommitdiff
path: root/src/i_video.c
AgeCommit message (Expand)Author
2011-04-17Fix libtextscreen window hotkeys to work when shift is held down /Simon Howard
2011-01-02Turn off dynamic window resizing feature on OS X, as it adds an uglySimon Howard
2010-12-18Add a M_CheckParmWithArgs function, that behaves like M_CheckParm butSimon Howard
2010-12-10Fix memory leak when dynamically resizing window in true color videoSimon Howard
2010-11-29Auto-adjust the screen color depth if the configured color depth is notSimon Howard
2010-11-26In non-palettized boxed screen modes, don't update the border areas ofSimon Howard
2010-11-26Turn double buffering on for non-palettized screen modes, as this may beSimon Howard
2010-11-24Add configuration file parameter and command line option to specify theSimon Howard
2010-11-21Add -8in32 command line parameter to make the game run in 32-bit colorSimon Howard
2010-08-20Remove debug printf().Simon Howard
2010-08-20Extend mouse code to support up to 8 buttons (allows mouse wheel to beSimon Howard
2010-08-03When in windowed mode, allow the screen size to be dynamically resizedSimon Howard
2010-05-14Don't grab the mouse when the demo sequence advances.Simon Howard
2010-01-17Restore the original cursor when shutting down video code, this shouldSimon Howard
2009-10-26Initial hacks for compiling under SDL 1.3.Simon Howard
2009-10-01Oops.Simon Howard
2009-09-30Change British English spellings to American English, for consistency.Simon Howard
2009-07-20Save and display the loading disk icon as a fixed 16x16 square, from anSimon Howard
2009-06-13Don't post zero key events.Simon Howard
2009-06-12Always grab input on Windows CE.Simon Howard
2009-06-11Grab the input in setup when reading a new key binding, so that WindowsSimon Howard
2009-06-07Make auto-adjust code switch to windowed mode if no fullscreen modes areSimon Howard
2009-06-07Don't try to use the SDL DirectX driver under Windows CE.Simon Howard
2008-12-10Fix window icon/title under Windows XP Luna theme.Simon Howard
2008-12-01Don't try to read SDL events until initialised.Simon Howard
2008-05-02Fix up some more code calling Z_Free instead of W_ReleaseLumpNum.Simon Howard
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