Age | Commit message (Expand) | Author |
2017-02-08 | add missing trailing '\n's from strings to execute; add double quotes around ... | /dev/humancontroller |
2017-02-06 | use system libraries more properly; introduce a dependency on Minizip | /dev/humancontroller |
2016-04-07 | SDL_GL_SetSwapInterval() check | Pan7 |
2016-04-07 | SDL_GetWindowDisplayIndex() check2 | Pan7 |
2016-04-07 | Added SDL_GetError() | Pan7 |
2016-04-07 | Added SDL_GetError() | Pan7 |
2016-04-07 | SDL_CreateWindow NULL check | Pan7 |
2016-04-07 | SDL_GetWindowDisplayIndex check | Pan7 |
2016-04-07 | SDL_SetWindowGammaRamp check | Pan7 |
2016-04-07 | SDL_FALSE/TRUE for SDL_SetWindowGrab | Pan7 |
2016-04-07 | SDL_Init zero check | Pan7 |
2016-04-07 | Fix variable declaration for C89 compilers | Zack Middleton |
2016-04-07 | Check SDL_GetNumDisplayModes return value for errors | Tim Angus |
2016-04-07 | Remove erroneous new line from error message | Zack Middleton |
2016-04-07 | Don't crash if more than 128 modes are available | Simon McVittie |
2015-06-08 | fix initialization based on r_width and r_height | /dev/humancontroller |
2015-06-07 | Horizontal scroll should not cause K_MWHEELDOWN key press | Zack Middleton |
2015-03-17 | Don't run vid_restart when "resized" to current size | Zack Middleton |
2015-03-17 | Move Event processor call down below the mouse checks. | Ensiform |
2015-03-17 | Fix reading 4 byte UTF-8 text input | Zack Middleton |
2015-03-17 | Clear window buffer when it's created | Zack Middleton |
2015-03-17 | Don't add duplicate resolutions to r_availableModes | Zack Middleton |
2015-03-17 | Fix Windows key bind name on non-Mac using SDL2 | Zack Middleton |
2015-03-17 | Fix binding 'context menu' key using SDL2 | Zack Middleton |
2015-03-17 | SDL 2 scroll/caps/num lock keys send KEYUP event when key is released | Zack Middleton |
2014-08-28 | Fix binding KP_NUMLOCK | Zack Middleton |
2014-08-28 | Remove unused cvar in_joystickDebug | Zack Middleton |
2014-08-28 | Remove unused array joy_pressed | Zack Middleton |
2014-08-28 | Disable key repeat if key catcher is 0 | Zack Middleton |
2014-08-28 | Fix ctrl-c etc codes for edit fields | Zack Middleton |
2014-08-28 | Fix multisampling on X11 | Zack Middleton |
2014-08-28 | Don't crash when fail to create SDL window | Zack Middleton |
2014-08-28 | Readd backspace char event for UI VM text fields | Zack Middleton |
2014-08-28 | Use bundle icon on Mac OS X instead of internal 32x32 window icon | Zack Middleton |
2014-08-28 | Fix warning that SDL_GetKeyboardState return value is used non-const | Zack Middleton |
2014-08-28 | Fix SDL2 losing event subsystem | Zack Middleton |
2014-08-28 | Send key up events for the mouse wheel | cmf028 |
2014-08-28 | Set com_minimized to 0 when the window is restored | cmf028 |
2014-08-28 | Don't set the window title twice | cmf028 |
2014-08-28 | Various fixes from Fuma | Tim Angus |
2014-08-28 | Fix initial window position being top left | Tim Angus |
2014-08-28 | Improve console key situation | Tim Angus |
2014-08-28 | Fix wacky patch for r_ignorehwgamma | Tim Angus |
2014-08-28 | Convert SDL text input to UTF-32 | Tim Angus |
2014-08-28 | Allow hardware gamma, in theory | Tim Angus |
2014-08-28 | Make the mousewheel work | Tim Angus |
2014-08-28 | Use SDL 2 instead of SDL 1.2 | Tim Angus |
2014-06-17 | Add latch to r_centerWindow and r_allowResize | Zack Middleton |
2014-06-17 | Fix text getting appended to vid_restart in command buffer | Zack Middleton |
2014-06-17 | SDL Mouse Button clean up | Zack Middleton |