SDL/src/events
David Fort e00b1fdd67 clipboard: include mime types in SDL_ClipboarUpdate
This patch modifies the clipboard handling so that when we receive an external
clipboard update, the suppported mime types are included in the SDL_ClipboarUpdate
event. The patch also introduces the owner field that allows to know if the update
is because we own the clipboard (internal update) or if it was an external update.
2024-10-05 18:19:10 -07:00
..
blank_cursor.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
default_cursor.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
imKStoUCS.c Fix uses of undefined macro identifiers (-Wundef) 2023-03-29 21:49:01 +00:00
imKStoUCS.h Remove stray  2023-09-20 08:32:53 -07:00
scancodes_darwin.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
scancodes_linux.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
scancodes_windows.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
scancodes_xfree86.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_categories.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_categories_c.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_clipboardevents.c clipboard: include mime types in SDL_ClipboarUpdate 2024-10-05 18:19:10 -07:00
SDL_clipboardevents_c.h clipboard: include mime types in SDL_ClipboarUpdate 2024-10-05 18:19:10 -07:00
SDL_displayevents.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_displayevents_c.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_dropevents.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_dropevents_c.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_events.c clipboard: include mime types in SDL_ClipboarUpdate 2024-10-05 18:19:10 -07:00
SDL_events_c.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_keyboard.c Removed unnecessary const-qualifiers in src and test files 2024-10-03 17:39:08 -04:00
SDL_keyboard_c.h Removed unnecessary const-qualifiers in src and test files 2024-10-03 17:39:08 -04:00
SDL_keymap.c Simplified internal SDL_Surface structure 2024-10-01 08:10:04 -07:00
SDL_keymap_c.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_keysym_to_scancode.c Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_keysym_to_scancode_c.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_mouse.c Rename SDL_BUTTON() to SDL_BUTTON_MASK() 2024-10-04 09:13:59 -07:00
SDL_mouse_c.h Use SDL_bool where appropriate in SDL events 2024-09-09 14:00:19 -07:00
SDL_pen.c Removed redundant condition in src/events/SDL_pen.c 2024-10-03 13:42:18 -07:00
SDL_pen_c.h Remove unnecessary include from SDL_pen_c.h 2024-09-13 12:30:58 -07:00
SDL_quit.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_scancode_tables.c Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_scancode_tables_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_touch.c Use SDL_bool where appropriate in SDL events 2024-09-09 14:00:19 -07:00
SDL_touch_c.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_windowevents.c Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
SDL_windowevents_c.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00