SDL/src/video/x11
Sam Lantinga 91f0456391 Add the source application for drag and drop events (thanks Nathan!)
This is only implemented on iOS, but is useful for third party application integrations.

Fixes https://github.com/libsdl-org/SDL/issues/2024
2023-11-04 13:00:41 -07:00
..
edid-parse.c Added precompiled header support for Visual Studio and Xcode (#6710) 2022-11-29 18:34:15 -08:00
edid.h Update for SDL3 coding style (#6717) 2022-11-30 12:51:59 -08:00
SDL_x11clipboard.c x11: Always update clipboard owner 2023-09-15 05:21:14 -07:00
SDL_x11clipboard.h Reimplement clipboard text in terms of clipboard data 2023-07-05 20:06:59 -07:00
SDL_x11dyn.c Fix uses of undefined macro identifiers (-Wundef) 2023-03-29 21:49:01 +00:00
SDL_x11dyn.h x11: Use XResources font DPI as a fallback for X11 content scale 2023-05-24 13:58:42 -07:00
SDL_x11events.c Add the source application for drag and drop events (thanks Nathan!) 2023-11-04 13:00:41 -07:00
SDL_x11events.h Remove _THIS in src/video and in src/events (also VideoDevice) 2023-05-09 11:29:33 -04:00
SDL_x11framebuffer.c Updated source to match SDL function prototype style 2023-05-23 11:29:41 -07:00
SDL_x11framebuffer.h Remove _THIS in src/video and in src/events (also VideoDevice) 2023-05-09 11:29:33 -04:00
SDL_x11keyboard.c Consolidate the X11 WM_CLASS and Wayland app ID envvars 2023-05-28 19:15:36 -04:00
SDL_x11keyboard.h Remove _THIS in src/video and in src/events (also VideoDevice) 2023-05-09 11:29:33 -04:00
SDL_x11messagebox.c Allocate displays as an array of pointers instead of an array of objects 2023-08-01 19:24:29 -07:00
SDL_x11messagebox.h Fix uses of undefined macro identifiers (-Wundef) 2023-03-29 21:49:01 +00:00
SDL_x11modes.c Allocate displays as an array of pointers instead of an array of objects 2023-08-01 19:24:29 -07:00
SDL_x11modes.h Remove _THIS in src/video and in src/events (also VideoDevice) 2023-05-09 11:29:33 -04:00
SDL_x11mouse.c x11: Properly check for XInput2 support before using it. 2023-10-11 01:01:07 -04:00
SDL_x11mouse.h Remove _THIS in src/video and in src/events (also VideoDevice) 2023-05-09 11:29:33 -04:00
SDL_x11opengl.c video: Only specify some GL context attributes if not the explicit default. 2023-05-25 10:04:44 -04:00
SDL_x11opengl.h Remove _THIS in src/video and in src/events (also VideoDevice) 2023-05-09 11:29:33 -04:00
SDL_x11opengles.c Updated source to match SDL function prototype style 2023-05-23 11:29:41 -07:00
SDL_x11opengles.h Remove _THIS in src/video and in src/events (also VideoDevice) 2023-05-09 11:29:33 -04:00
SDL_x11shape.c Updated source to match SDL function prototype style 2023-05-23 11:29:41 -07:00
SDL_x11shape.h SDL_CreateWindow() has been simplified and no longer takes a window position. 2023-03-06 09:50:12 -08:00
SDL_x11sym.h X11: Use XFixes to detect clipboard updates 2023-07-08 16:26:10 -07:00
SDL_x11touch.c Remove _THIS in src/video and in src/events (also VideoDevice) 2023-05-09 11:29:33 -04:00
SDL_x11touch.h Remove _THIS in src/video and in src/events (also VideoDevice) 2023-05-09 11:29:33 -04:00
SDL_x11video.c Code cleanup now that SDL_bool is equivalent to a C boolean expression 2023-11-03 09:54:04 -07:00
SDL_x11video.h x11: Don't include system headers twice. 2023-08-25 19:41:18 -04:00
SDL_x11vulkan.c Change SDL_Vulkan_GetInstanceExtensions 2023-11-02 14:27:36 -04:00
SDL_x11vulkan.h Change SDL_Vulkan_GetInstanceExtensions 2023-11-02 14:27:36 -04:00
SDL_x11window.c Fix flickering of window when using desktop-fullscreen and borderless window on multiple monitors on Linux. Closes #8186. 2023-09-12 07:37:39 -07:00
SDL_x11window.h Add SDL_WINDOW_NOT_FOCUSABLE flag to set that the window should not be able to gain key focus 2023-08-30 20:29:51 -07:00
SDL_x11xfixes.c X11: Use XFixes to detect clipboard updates 2023-07-08 16:26:10 -07:00
SDL_x11xfixes.h X11: Use XFixes to detect clipboard updates 2023-07-08 16:26:10 -07:00
SDL_x11xinput2.c Code cleanup now that SDL_bool is equivalent to a C boolean expression 2023-11-03 09:54:04 -07:00
SDL_x11xinput2.h Remove _THIS in src/video and in src/events (also VideoDevice) 2023-05-09 11:29:33 -04:00