Jupeyy
|
64724db0a1
Implement bare minimum for SDL_FlashWindow
|
4 years ago |
Ethan Lee
|
f309d0649d
include: Document timing issue with SDL_GetWindowBordersSize
|
4 years ago |
Ryan C. Gordon
|
c54c16d353
wayland: don't hang in SDL_GL_SwapBuffers if the compositor is ghosting us.
|
4 years ago |
Joseph Lyncheski
|
a0a5da5d91
Add SDL_SetWindowAlwaysOnTop()
|
5 years ago |
Sam Lantinga
|
40b0509ef6
Fixed header documentation errors
|
5 years ago |
Ryan C. Gordon
|
c486959e71
headers: Fix up bullet lists, now that wikiheaders.pl can handle them.
|
5 years ago |
Ryan C. Gordon
|
7c08b049e8
headers: a few minor documentation corrections.
|
5 years ago |
Ryan C. Gordon
|
3f40396d33
First shot at merging the wiki documentation into the headers.
|
5 years ago |
Cameron Gutman
|
6b057c6783
Expose separate keyboard and mouse grab support
|
5 years ago |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
5 years ago |
Ozkan Sezer
|
e58cc5fa0e
minor whitespace fix
|
5 years ago |
Ozkan Sezer
|
3aa418f451
SDL_video.h (SDL_DisplayEventID): remove comma at end of enumerator list
|
5 years ago |
Sam Lantinga
|
76980e30f2
Added events for dynamically connecting and disconnecting displays, with an iOS implementation
|
5 years ago |
Ryan C. Gordon
|
a791689086
metal: Added some support interfaces to Apple's Metal API (thanks, Caleb!).
|
6 years ago |
Sam Lantinga
|
a8780c6a28
Updated copyright date for 2020
|
6 years ago |
Ryan C. Gordon
|
eb066a716c
include: Removed a FIXME comment.
|
6 years ago |
Sam Lantinga
|
5e13087b0f
Updated copyright for 2019
|
7 years ago |
Ozkan Sezer
|
afc1738ecb
SDL_sensor.h, SDL_video.h: remove comma at end of enumerator lists.
|
7 years ago |
Sam Lantinga
|
f225af0c1e
Added SDL_GetDisplayOrientation() to get the display orientation, and added a new event SDL_DISPLAYEVENT to notify the application when the orientation changes.
|
7 years ago |
Mark Callow
|
69958441be
Fix high-dpi support on macOS and simplify it and iOS variant.
|
8 years ago |
Sam Lantinga
|
e3cc5b2c6b
Updated copyright for 2018
|
8 years ago |
Sam Lantinga
|
14452e9550
Fixed typos (thanks Martin!)
|
8 years ago |
Sam Lantinga
|
569c222ca8
Updated documentation so it's clear you should use SDL_SetWindowDisplayMode() to change the size of fullscreen windows.
|
8 years ago |
Ryan C. Gordon
|
a12989f94c
vulkan: Changed SDL_WINDOW_VULKAN value to match Tizen's fork.
|
8 years ago |
Ryan C. Gordon
|
25e3a1ec90
vulkan: Initial Vulkan support!
|
8 years ago |
Ryan C. Gordon
|
d8fc70ea1e
opengl: add support for GL_KHR_no_error.
|
8 years ago |
Ryan C. Gordon
|
01e0d8fc85
opengl: Add support for [GLX|WGL]_ARB_create_context_robustness.
|
8 years ago |
Sam Lantinga
|
e10a98d2ad
Fixed bug 3720 - SDL_GL_GetAttribute doesn't check for initialized video driver
|
8 years ago |
Philipp Wiesemann
|
cbcc256fd2
Fixed comments in headers for doxygen output.
|
8 years ago |
Sam Lantinga
|
ccf0566ca4
SDL - add SDL_WINDOW_VULKAN and make Android_CreateWindow only create an EGLSurface when SDL_WINDOW_VULKAN is not present. This makes it so the ANativeWindow* can be used with vkCreateAndroidSurfaceKHR, otherwise it will fail because having both an EGLSurface and VkSurfaceKHR attached to a window is not allowed according to the Vulkan spec:
|
8 years ago |