Age | Commit message (Expand) | Author |
2011-10-16 | Zero out bottom two bits of palette data, to more accurately emulate the | Simon Howard |
2011-04-17 | Fix libtextscreen window hotkeys to work when shift is held down / | Simon Howard |
2011-01-02 | Turn off dynamic window resizing feature on OS X, as it adds an ugly | Simon Howard |
2010-12-18 | Add a M_CheckParmWithArgs function, that behaves like M_CheckParm but | Simon Howard |
2010-12-10 | Fix memory leak when dynamically resizing window in true color video | Simon Howard |
2010-11-29 | Auto-adjust the screen color depth if the configured color depth is not | Simon Howard |
2010-11-26 | In non-palettized boxed screen modes, don't update the border areas of | Simon Howard |
2010-11-26 | Turn double buffering on for non-palettized screen modes, as this may be | Simon Howard |
2010-11-24 | Add configuration file parameter and command line option to specify the | Simon Howard |
2010-11-21 | Add -8in32 command line parameter to make the game run in 32-bit color | Simon Howard |
2010-08-20 | Remove debug printf(). | Simon Howard |
2010-08-20 | Extend mouse code to support up to 8 buttons (allows mouse wheel to be | Simon Howard |
2010-08-03 | When in windowed mode, allow the screen size to be dynamically resized | Simon Howard |
2010-05-14 | Don't grab the mouse when the demo sequence advances. | Simon Howard |
2010-01-17 | Restore the original cursor when shutting down video code, this should | Simon Howard |
2009-10-26 | Initial hacks for compiling under SDL 1.3. | Simon Howard |
2009-10-01 | Oops. | Simon Howard |
2009-09-30 | Change British English spellings to American English, for consistency. | Simon Howard |
2009-07-20 | Save and display the loading disk icon as a fixed 16x16 square, from an | Simon Howard |
2009-06-13 | Don't post zero key events. | Simon Howard |
2009-06-12 | Always grab input on Windows CE. | Simon Howard |
2009-06-11 | Grab the input in setup when reading a new key binding, so that Windows | Simon Howard |
2009-06-07 | Make auto-adjust code switch to windowed mode if no fullscreen modes are | Simon Howard |
2009-06-07 | Don't try to use the SDL DirectX driver under Windows CE. | Simon Howard |
2008-12-10 | Fix window icon/title under Windows XP Luna theme. | Simon Howard |
2008-12-01 | Don't try to read SDL events until initialised. | Simon Howard |
2008-05-02 | Fix up some more code calling Z_Free instead of W_ReleaseLumpNum. | Simon Howard |
2008-04-25 | Generate transparency mask for the application icon from black parts of | Simon Howard |
2008-02-28 | Add fixes for MSVC warnings (thanks entryway). | Simon Howard |
2008-02-24 | Fix leftover "junk" displayed on the screen on the initial melt when | Simon Howard |
2008-02-12 | Set the default startup_delay to 1s. | Simon Howard |
2008-02-06 | Use geometric distance to find the nearest mode when autoadjusting, | Simon Howard |
2008-02-06 | Add -geometry command line parameter to allow the screen size to be | Simon Howard |
2008-01-30 | Be more accurate in describing windowboxed modes as either | Simon Howard |
2008-01-25 | Rename some files to be package name independent. | Simon Howard |
2008-01-20 | Fix loading disk icon. Add back -1, -2, -3 command line options for | Simon Howard |
2008-01-20 | Add -width, -height command line parameters for specifying the screen | Simon Howard |
2008-01-20 | Refactor the video mode configuration system. | Simon Howard |
2007-12-18 | Don't center the mouse on startup if the mouse is disabled (thanks | Simon Howard |
2007-12-14 | Don't grab the mouse if the mouse is disabled by -nomouse or through | Simon Howard |
2007-08-08 | Move SCREENHEIGHT_4_3 to doomdef.h; remove some unused constants. | Simon Howard |
2007-07-08 | Make the numeric keypad behave like Vanilla does. | Simon Howard |
2007-07-07 | Don't grab the mouse if a drone player (no input, so it isn't needed). | Simon Howard |
2007-06-20 | Add x5 screen scale (thanks MikeRS!) | Simon Howard |
2007-06-14 | Don't send joystick updates when the joystick is disabled. Shut up | Simon Howard |
2007-06-13 | Working joystick code. | Simon Howard |
2007-03-16 | Add config file option to enable/disable native keyboard bindings. | Simon Howard |
2007-03-15 | Use SDL for endianness byte swapping. m_swap.c removed; m_swap.h renamed | Simon Howard |
2007-02-24 | Fix video_driver setting. | Simon Howard |
2007-02-23 | Add a configuration file value to allow the SDL video driver to be | Simon Howard |