summaryrefslogtreecommitdiff
path: root/src/sdl
AgeCommit message (Expand)Author
2017-02-08add missing trailing '\n's from strings to execute; add double quotes around .../dev/humancontroller
2017-02-06use system libraries more properly; introduce a dependency on Minizip/dev/humancontroller
2016-04-07SDL_GL_SetSwapInterval() checkPan7
2016-04-07SDL_GetWindowDisplayIndex() check2Pan7
2016-04-07Added SDL_GetError()Pan7
2016-04-07Added SDL_GetError()Pan7
2016-04-07SDL_CreateWindow NULL checkPan7
2016-04-07SDL_GetWindowDisplayIndex checkPan7
2016-04-07SDL_SetWindowGammaRamp checkPan7
2016-04-07SDL_FALSE/TRUE for SDL_SetWindowGrabPan7
2016-04-07SDL_Init zero checkPan7
2016-04-07Fix variable declaration for C89 compilersZack Middleton
2016-04-07Check SDL_GetNumDisplayModes return value for errorsTim Angus
2016-04-07Remove erroneous new line from error messageZack Middleton
2016-04-07Don't crash if more than 128 modes are availableSimon McVittie
2015-06-08fix initialization based on r_width and r_height/dev/humancontroller
2015-06-07Horizontal scroll should not cause K_MWHEELDOWN key pressZack Middleton
2015-03-17Don't run vid_restart when "resized" to current sizeZack Middleton
2015-03-17Move Event processor call down below the mouse checks.Ensiform
2015-03-17Fix reading 4 byte UTF-8 text inputZack Middleton
2015-03-17Clear window buffer when it's createdZack Middleton
2015-03-17Don't add duplicate resolutions to r_availableModesZack Middleton
2015-03-17Fix Windows key bind name on non-Mac using SDL2Zack Middleton
2015-03-17Fix binding 'context menu' key using SDL2Zack Middleton
2015-03-17SDL 2 scroll/caps/num lock keys send KEYUP event when key is releasedZack Middleton
2014-08-28Fix binding KP_NUMLOCKZack Middleton
2014-08-28Remove unused cvar in_joystickDebugZack Middleton
2014-08-28Remove unused array joy_pressedZack Middleton
2014-08-28Disable key repeat if key catcher is 0Zack Middleton
2014-08-28Fix ctrl-c etc codes for edit fieldsZack Middleton
2014-08-28Fix multisampling on X11Zack Middleton
2014-08-28Don't crash when fail to create SDL windowZack Middleton
2014-08-28Readd backspace char event for UI VM text fieldsZack Middleton
2014-08-28Use bundle icon on Mac OS X instead of internal 32x32 window iconZack Middleton
2014-08-28Fix warning that SDL_GetKeyboardState return value is used non-constZack Middleton
2014-08-28Fix SDL2 losing event subsystemZack Middleton
2014-08-28Send key up events for the mouse wheelcmf028
2014-08-28Set com_minimized to 0 when the window is restoredcmf028
2014-08-28Don't set the window title twicecmf028
2014-08-28Various fixes from FumaTim Angus
2014-08-28Fix initial window position being top leftTim Angus
2014-08-28Improve console key situationTim Angus
2014-08-28Fix wacky patch for r_ignorehwgammaTim Angus
2014-08-28Convert SDL text input to UTF-32Tim Angus
2014-08-28Allow hardware gamma, in theoryTim Angus
2014-08-28Make the mousewheel workTim Angus
2014-08-28Use SDL 2 instead of SDL 1.2Tim Angus
2014-06-17Add latch to r_centerWindow and r_allowResizeZack Middleton
2014-06-17Fix text getting appended to vid_restart in command bufferZack Middleton
2014-06-17SDL Mouse Button clean upZack Middleton