Commit Graph

  • fc62dfc6e2 Added properties for the swap chain in the direct3d11 and direct3d12 renderers Sam Lantinga 2024-05-13 09:02:33 -0700
  • f4aca6866c test: Free clipboard data after calling SDL_GetClipboardText() Frank Praznik 2024-05-13 10:24:32 -0400
  • 21ce95f161
    test: Free clipboard data after calling SDL_GetClipboardText() Frank Praznik 2024-05-13 10:24:32 -0400
  • 9d68ba6e4e testcamera: libSDL3_test destroys the window and renderer Anonymous Maarten 2024-05-13 16:16:52 +0200
  • 2950b62779 libSDL3_test: don't remove windows and renders when quiting Anonymous Maarten 2024-05-13 16:15:21 +0200
  • 486af58797 Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-13 14:14:30 +0000
  • ad166be1c5 Add SDL_HINT_AUDIO_DEVICE_APP_ICON_NAME Thomas J Faughnan Jr 2024-05-11 13:32:40 -0400
  • 40c3a64568 video: hide window before destroying properties Anonymous Maarten 2024-05-13 16:11:25 +0200
  • 3cd6cd9fcb testiconv: free all memory to fix --trackmem Anonymous Maarten 2024-05-13 16:06:37 +0200
  • dd26179e84 testatomic: destroy threads + free all memory at quit to fix --trackmem Anonymous Maarten 2024-05-13 16:05:55 +0200
  • 8bd0433966 Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-13 07:19:15 +0000
  • d61bdd59ed Renaming SDLK_QUOTE and SDLK_BACKQUOTE Petar Popovic 2024-05-13 02:42:51 +0200
  • cb416922e3 Fixed compiling with WIN32_LEAN_AND_MEAN Sam Lantinga 2024-05-12 15:59:49 -0700
  • 7b252634fd Fixed bug #9672 - v4l2/camera prevent deadlock when there is a delay between SDL_ReleaseCameraFrame and SDL_CloseCamera Sylvain 2024-05-11 23:12:13 +0200
  • d4ce9183b8 Update SDL_portaldialog.c Cyao 2024-05-12 14:38:33 +0200
  • 2131de8ce6
    Update SDL_portaldialog.c Cyao 2024-05-12 14:38:33 +0200
  • a4371d28ac doc: document how to use generator expressions + explain why we no longer provide CMake variables Anonymous Maarten 2024-05-05 20:46:49 +0200
  • 9db706e238
    Fixed bug #9672 - v4l2/camera prevent deadlock when there is a delay between SDL_ReleaseCameraFrame and SDL_CloseCamera Sylvain 2024-05-11 23:12:13 +0200
  • 3be2749de7
    Fixed bug #9672 - add a Camera / StopDevice() for v4l2 back-end method so that the internal thread can end. prevent deadlock when there is a delay between SDL_ReleaseCameraFrame and SDL_CloseCamera Sylvain 2024-05-11 22:53:14 +0200
  • e73d445865 Add SDL_HINT_AUDIO_DEVICE_APP_ICON_NAME Thomas J Faughnan Jr 2024-05-11 13:32:40 -0400
  • 026edbeab0 Use the correct type for the modifier in SDL_Keysym Sam Lantinga 2024-05-10 17:14:30 -0700
  • 2927da3d4f Use the correct type for the modifier in SDL_Keysym Sam Lantinga 2024-05-10 17:14:30 -0700
  • c95c415a0b Fixed warning C4244: '=': conversion from 'SDL_Keymod' to 'Uint16', possible loss of data Sam Lantinga 2024-05-10 16:21:45 -0700
  • 353951ff2b Fixed warning C4244: '=': conversion from 'SDL_Keymod' to 'Uint16', possible loss of data Sam Lantinga 2024-05-10 16:21:45 -0700
  • 8582bdaab8 Fixed warning C4244: 'function': conversion from 'Uint16' to 'Uint8', possible loss of data Sam Lantinga 2024-05-10 16:09:11 -0700
  • c64d7ed0aa Fixed warning C4244: '=': conversion from 'SDL_Keymod' to 'Uint16', possible loss of data Sam Lantinga 2024-05-10 16:07:17 -0700
  • 71f3750ff1 Fixed SDL_GetPathInfo() return value on Windows Sam Lantinga 2024-05-10 16:01:54 -0700
  • 9c6aa5066a PipeWire: removing log message Petar Popovic 2024-05-10 21:55:06 +0200
  • 5eda7861d8
    PipeWire: removing log message Petar Popovic 2024-05-10 21:55:06 +0200
  • c27219695a Don't enable enhanced report mode for Bluetooth Nintendo Switch controllers by default Sam Lantinga 2024-05-10 12:17:28 -0700
  • efaa58732a Don't enable enhanced report mode for Bluetooth Nintendo Switch controllers by default Sam Lantinga 2024-05-10 12:17:28 -0700
  • a87fa020ac Don't enable enhanced report mode for Bluetooth Nintendo Switch controllers by default Sam Lantinga 2024-05-10 12:17:28 -0700
  • 6f06c0fe5d add a comment cosmonaut 2024-05-10 10:14:14 -0700
  • 77b7d15097 Transfer map API cosmonaut 2024-05-10 10:09:52 -0700
  • 9dcfc308ef SDL_iconv_string: simplify recomputation of outbuf and outbytesleft Ozkan Sezer 2024-05-10 18:56:24 +0300
  • 323bab9305 Fixed warning: implicit conversion loses integer precision: 'SDL_WindowFlags' (aka 'unsigned long') to 'Uint32' (aka 'unsigned int') Sam Lantinga 2024-05-10 08:56:32 -0700
  • b6899f82fb SDL_iconv_string: simplify recomputation of outbuf and outbytesleft Ozkan Sezer 2024-05-10 18:56:24 +0300
  • 312a8a19d7 SDL_x11sym.h: corrected XQueryKeymap() proto. Ozkan Sezer 2024-05-10 18:56:10 +0300
  • 2205626816 SDL_iconv_string: simplify recomputation of outbuf and outbytesleft Ozkan Sezer 2024-05-10 17:55:00 +0300
  • b2fca55e5c SDL_x11sym.h: corrected XQueryKeymap() proto. Ozkan Sezer 2024-05-10 17:56:10 +0300
  • 36a66384a0 SDL_x11sym.h: corrected XQueryKeymap() proto. Ozkan Sezer 2024-05-10 17:56:10 +0300
  • 60487023dc SDL_iconv_string: simplify recomputation of outbuf and outbytesleft Ozkan Sezer 2024-05-10 17:55:00 +0300
  • cd45e0a1ed Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-10 14:30:13 +0000
  • 7857d34d2c Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-10 01:26:32 +0000
  • 06a5d4d24f Documented the return value of SDL_GetDateTimeLocalePreferences() Sam Lantinga 2024-05-09 16:53:02 -0700
  • c1ba31118b Added ball, touchpad, and sensor support for virtual joysticks Sam Lantinga 2024-05-09 17:36:15 -0700
  • 18f1ca9e63 Documented the return value of SDL_GetDateTimeLocalePreferences() Sam Lantinga 2024-05-09 16:53:02 -0700
  • 9c48f12408 Added ball, touchpad, and sensor support for virtual joysticks Sam Lantinga 2024-05-09 17:36:15 -0700
  • d231edd2ad
    SDL_dialog.h: Added missing `\param` lines to callback documentation. Ryan C. Gordon 2024-05-09 19:57:36 -0400
  • ebc6ec3581 dynapi update for SDL_GPU Ethan Lee 2024-05-09 19:48:17 -0400
  • bf37c0970f Add SDL_GPU cosmonaut 2024-03-18 11:43:23 -0700
  • 5f86f64f06 Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-09 23:33:11 +0000
  • bcbf09acde Renamed SDL_AttachVirtualJoystickEx() to SDL_AttachVirtualJoystick() Sam Lantinga 2024-05-09 13:51:33 -0700
  • 4c609ff7c9 Renamed SDL_AttachVirtualJoystickEx() to SDL_AttachVirtualJoystick() Sam Lantinga 2024-05-09 13:51:33 -0700
  • b8b1ebf57b Sync SDL2 wiki -> header SDL Wiki Bot 2024-05-09 20:40:40 +0000
  • 598b4e0a1f Removed the limit on the number of supported renderer texture formats Sam Lantinga 2024-05-09 12:10:42 -0700
  • f3d79ad75f camera: make things work on older PipeWire Wim Taymans 2024-05-09 21:13:00 +0200
  • fb429f0dfe camera: work around old PipeWire versions Wim Taymans 2024-05-09 15:02:36 +0200
  • 8186e4b322 camera: don't use newer PipeWire cleanup features Wim Taymans 2024-05-09 13:32:22 +0200
  • 2b9ac185cd camera: improve PipeWire version checks Wim Taymans 2024-05-09 12:36:35 +0200
  • da06e67b1b camera: PipeWire 24 bits formats are endianness independent Wim Taymans 2024-05-09 09:30:51 +0200
  • 3c7bccfb2b camera: clean up format table some more Wim Taymans 2024-05-08 19:40:38 +0200
  • 55d4b44441 camera: move PipeWire camera first in list Wim Taymans 2024-05-08 18:13:58 +0200
  • 5d779153b2 camera: pipewire: only list formats with valid mapping Wim Taymans 2024-05-08 18:02:47 +0200
  • a340748c06 camera: add PipeWire camera support Wim Taymans 2024-05-07 18:26:00 +0200
  • 445aa12a0a Removed the limit on the number of supported renderer texture formats Sam Lantinga 2024-05-09 12:10:42 -0700
  • ed1ab79118 camera: make things work on older PipeWire Wim Taymans 2024-05-09 21:13:00 +0200
  • 62175552e9
    SDL_video.h: Make a note that changing fullscreen mode might reset renderers. Ryan C. Gordon 2024-05-09 14:51:37 -0400
  • f23cc950f5 Sync SDL2 wiki -> header SDL Wiki Bot 2024-05-09 17:59:37 +0000
  • 890ceb4ac4 SDL_stdinc.h: add fallback cases for SDL_SINT64_C and SDL_UINT64_C Ozkan Sezer 2024-05-09 20:55:56 +0300
  • 9245084c06
    SDL_video.h: Added a `\sa` from SDL_GLContext to SDL_GL_CreateContext. Ryan C. Gordon 2024-05-09 13:51:26 -0400
  • 87374af0a5 cocoa: Fix the window position when resizing Frank Praznik 2024-05-09 13:35:33 -0400
  • 54fb629da5 SDL_WindowFlags is now 64-bit Sam Lantinga 2024-05-09 10:11:44 -0700
  • ed0eb7ee06
    SDL_video.h: Add a '\sa' for SDL_GLContext to SDL_GL_CreateContext. Ryan C. Gordon 2024-05-09 13:37:53 -0400
  • bca79ad607 cocoa: Fix the window position when resizing Frank Praznik 2024-05-09 13:35:33 -0400
  • 7d0ea2a881 Sync SDL2 wiki -> header SDL Wiki Bot 2024-05-09 17:33:40 +0000
  • 895586c928 Use `1u` literal for flags/masks calculation Susko3 2024-05-09 02:18:20 +0200
  • dd48b6f8cf Sync SDL2 wiki -> header SDL Wiki Bot 2024-05-09 17:28:40 +0000
  • cd2feff630 SDL_WindowFlags is now 64-bit Sam Lantinga 2024-05-09 10:11:44 -0700
  • 1944c009e9 SDL_Keycode is now Uint32 Sam Lantinga 2024-05-09 09:09:54 -0700
  • d3e28f3ab8 Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-09 16:18:35 +0000
  • 33e7238268 Clarified the meaning of the cursor hotspot (thanks @nbriggs!) Sam Lantinga 2024-05-09 09:16:46 -0700
  • 37ff7cb1e1 SDL_Keycode is now Uint32 Sam Lantinga 2024-05-09 09:09:54 -0700
  • 3947356282 Removed obsolete documentation Sam Lantinga 2024-05-09 09:01:13 -0700
  • 88fc529261 Removed misleading documentation for SDL_AppEvent() Sam Lantinga 2024-05-09 08:59:59 -0700
  • a94193f3a7 camera: work around old PipeWire versions Wim Taymans 2024-05-09 15:02:36 +0200
  • 17688b74d4 camera: don't use newer PipeWire cleanup features Wim Taymans 2024-05-09 13:32:22 +0200
  • 0fbd53f7dc camera: improve PipeWire version checks Wim Taymans 2024-05-09 12:36:35 +0200
  • 0f7d3da2b2 camera: PipeWire 24 bits formats are endianness independent Wim Taymans 2024-05-09 09:30:51 +0200
  • 17ad4fdf4b Sync SDL2 wiki -> header SDL Wiki Bot 2024-05-09 03:56:41 +0000
  • 1b7c2c9e41 Sync SDL2 wiki -> header SDL Wiki Bot 2024-05-09 03:46:31 +0000
  • 0ffbe47b32 Add usage examples for SDL_dialog Semphris 2024-05-08 21:01:49 -0400
  • f05b3187da Add documentation about dialogs and events Semphris 2024-05-08 20:29:40 -0400
  • 186f84b80e Use `1u` literal for flags/masks calculation Susko3 2024-05-09 02:18:20 +0200
  • 793622ff1c Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-08 21:48:12 +0000
  • 7d60ff9965
    SDL_JoystickEventState: Make documentation and implementation match. Ryan C. Gordon 2024-05-08 16:35:10 -0400
  • a5e49cc4e8 Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-08 19:36:35 +0000
  • 1f43c88220 time: Use a function instead of properties to retrieve the system date and time locale info Frank Praznik 2024-05-08 13:32:37 -0400
  • f27836a440
    time: Use a function instead of properties to retrieve the system date and time locale info Frank Praznik 2024-05-08 13:32:37 -0400
  • ff33d11118 camera: clean up format table some more Wim Taymans 2024-05-08 19:40:38 +0200