summaryrefslogtreecommitdiff
path: root/src/i_video.c
AgeCommit message (Expand)Author
2013-09-04Extend "emulation" of menu pause key behavior to caps/num/scroll lockSimon Howard
2013-08-11Remove Windows CE support.Simon Howard
2012-12-24Merge from trunk.Simon Howard
2012-12-23Fix compiler warnings caused by unused variables.Simon Howard
2012-12-14Merge from trunk.Simon Howard
2012-12-14Rename function, as ShowCursor is a Windows function and this conflictsSimon Howard
2012-10-28Merge from trunk.Simon Howard
2012-02-02Only use the SDL mouse lag workaround on Windows - not all systems allowSimon Howard
2011-10-23Remove hack that forces the window to always be centered within theSimon Howard
2011-10-22Merge from trunk.Simon Howard
2011-10-17Always show the Strife intro splash screen in windowed mode, and finishSimon Howard
2011-10-16Zero out bottom two bits of palette data, to more accurately emulate theSimon Howard
2011-09-24Rework mouse speed box drawing code and move to common code, so that itSimon Howard
2011-09-11Merge from raven-branch.Simon Howard
2011-06-13Merge from trunk.Simon Howard
2011-04-17Fix libtextscreen window hotkeys to work when shift is held down /Simon Howard
2011-02-12Merge from raven-branch. FEATURE_MULTIPLAYER has been disabledSimon Howard
2011-02-12Merge from trunk.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-14Add missing windows.h #include for Windows build (thanks Blondie andSimon Howard
2010-12-11Bind new screen_bpp variable to configuration file.Simon Howard
2010-12-10Fix memory leak when dynamically resizing window in true color videoSimon Howard
2010-12-10Fix crash introduced by merge.Simon Howard
2010-12-10Merge from trunk. This is slightly out of date as I did the mergeSimon 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-09-19+ SetVideoMode - center window on desktop when not in fullscreen modeSamuel Villareal
2010-08-31Merge from trunk.Simon 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-02-05Merge from trunk.Simon Howard
2010-01-17Restore the original cursor when shutting down video code, this shouldSimon Howard
2009-11-21Merge from trunk.Simon 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-07-09Merge from trunk.Simon Howard
2009-06-13Don't post zero key events.Simon Howard
2009-06-13Merge from trunk.Simon Howard
2009-06-12Always grab input on Windows CE.Simon Howard
2009-06-12Merge from trunk.Simon Howard
2009-06-11Grab the input in setup when reading a new key binding, so that WindowsSimon Howard
2009-06-09Merge from trunk.Simon Howard