summaryrefslogtreecommitdiff
path: root/src/video/SDL_sysvideo.h
Commit message (Expand)AuthorAgeFilesLines
* Rename SetWindowGrab() to SetWindowMouseGrab()Cameron Gutman2021-01-251-1/+1
* Refactor keyboard grab to be managed by the video coreCameron Gutman2021-01-231-0/+1
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Potential fix for bug 5393 - KMSDRM: using atomic mode setting breaks GPU com...Sam Lantinga2020-12-151-0/+1
* os2: integrate the port into main tree.Ozkan Sezer2020-10-141-0/+2
* Added events for dynamically connecting and disconnecting displays, with an i...Sam Lantinga2020-10-081-1/+2
* Merge VideoBootStrap::available into VideoBootStrap::createM Stoeckl2020-07-121-1/+0
* opengl: Convert an int to an SDL_bool.Ryan C. Gordon2020-04-131-1/+1
* opengl: Allow SDL_GL_MakeCurrent() to accept a NULL window (thanks, Martin!).Ryan C. Gordon2020-04-131-0/+5
* metal: Added some support interfaces to Apple's Metal API (thanks, Caleb!).Ryan C. Gordon2020-04-101-0/+2
* Export SDL functions for iOS application delegatesSam Lantinga2020-01-301-7/+0
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* Fixed bug 4890 - Add hint for SDL that the graphics context is externally man...Sam Lantinga2019-12-081-0/+1
* offscreen: Add new video driver backend OffscreenBrandon Schaefer2019-09-241-0/+1
* Add public APIs for creating a Metal view attached to an SDL window. Add SDL_...Alex Szpakowski2019-08-051-0/+8
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* mir: Removed mir client support.Ryan C. Gordon2018-11-021-1/+0
* Added SDL_GetDisplayOrientation() to get the display orientation, and added a...Sam Lantinga2018-08-221-6/+9
* Some drag'and'drop improvements.Ryan C. Gordon2018-08-021-0/+5
* Fixed ISO C99 compatibilitySam Lantinga2018-01-301-2/+2
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* video: Let video targets optionally decide their default OpenGL configs.Ryan C. Gordon2017-09-021-0/+1
* Fixed mingw Windows build, since SDL_vulkan_internal.h includes windows.hSam Lantinga2017-08-281-2/+2
* Fixed typedef redefinition errors when including both SDL_vulkan.h and vulkan.hSam Lantinga2017-08-271-1/+2
* vulkan: Initial Vulkan support!Ryan C. Gordon2017-08-271-0/+22
* opengl: add support for GL_KHR_no_error.Ryan C. Gordon2017-08-241-0/+1
* opengl: Add support for [GLX|WGL]_ARB_create_context_robustness.Ryan C. Gordon2017-08-191-0/+1
* Address a compiler warning.Alex Szpakowski2017-08-151-1/+1
* Fixed bug 2950 - wrong axes values are set on joystick initializationSam Lantinga2017-08-121-0/+1
* Fixed bug 3690 - SDL2 KMS/DRM render context supportSam Lantinga2017-08-021-0/+1
* iOS: Use modern replacements for deprecated functions, when available.Alex Szpakowski2017-07-151-6/+6
* Support for QNX 7.0 (thanks, Elad!).Ryan C. Gordon2017-07-011-0/+1
* Added support for mixing Qt and SDL on iOSSam Lantinga2017-05-091-0/+7
* Removed a bunch of unnecessary #ifdefs.Ryan C. Gordon2017-02-261-34/+1
* Fixed bug 3583 - X11 touch device can be permanently lostSam Lantinga2017-02-111-0/+5
* Fixed bugs 2570, 3145, improved OpenGL ES context support on Windows and X11Sam Lantinga2017-01-101-0/+2
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Fixed creating a renderer on the dummy driver on Mac OS XSam Lantinga2016-12-111-1/+2
* Fixed bug 3513 - SDL_GL_SwapWindow does not return error statusSam Lantinga2016-12-091-1/+1
* Renaming of guard header names to quiet -Wreserved-id-macroSam Lantinga2016-11-201-3/+3
* Added SDL_SetWindowResizable(). (thanks, Ethan!)Ryan C. Gordon2016-09-291-0/+1
* Added SDL_SetWindowModalFor().Ryan C. Gordon2015-04-211-0/+1
* Added SDL_SetWindowInputFocus().Ryan C. Gordon2016-01-051-0/+1
* Added SDL_SetWindowOpacity() and SDL_GetWindowOpacity().Ryan C. Gordon2016-01-051-0/+3
* Added SDL_GetWindowBordersSize().Ryan C. Gordon2016-01-051-0/+1
* Added SDL_DROPBEGIN and SDL_DROPCOMPLETE events, plus window IDs for drops.Ryan C. Gordon2016-01-051-0/+1
* Added SDL_GetDisplayUsableBounds().Ryan C. Gordon2016-01-041-0/+5
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Add SDL_GetDisplayDPI routine and implement for Windows.Alfred Reynolds2015-07-291-0/+7
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1