Commit Graph

  • 5c4b558c1c Dynamic API symbol cleanup Sam Lantinga 2024-05-16 23:18:41 -07:00
  • f295f6814c fix type redefinition errors after #9817 Ozkan Sezer 2024-05-17 04:29:30 +03:00
  • f17b556c76 Add SDL_Vulkan_DestroySurface functionality (#9817) Ali Emre Gülcü 2024-05-17 03:41:15 +03:00
  • a69eaae32e Add SDL_NODISCARD macro to SDL_begin_code.h vittorioromeo 2024-05-17 01:46:57 +02:00
  • a50e0319d5 ci: retry package creation multiple times Anonymous Maarten 2024-05-16 20:56:00 +02:00
  • 7cddde32ac Removed SDL_SWSURFACE, added unsigned suffix for surface flags Sam Lantinga 2024-05-16 11:40:38 -07:00
  • c24f860c4d Fixed warning C4244: '=': conversion from 'int' to 'Uint8', possible loss of data Sam Lantinga 2024-05-16 11:28:02 -07:00
  • 919c012d29 Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-16 18:24:34 +00:00
  • abfd0dc683 Added SDL_HINT_JOYSTICK_HIDAPI_PS4_REPORT_INTERVAL Sam Lantinga 2024-05-16 11:14:54 -07:00
  • 730fa2c379 Re-sorted API functions Sam Lantinga 2024-05-16 10:09:33 -07:00
  • 02ff85f2f3 Renamed SDL_SIMDGetAlignment() to SDL_GetSIMDAlignment() Sam Lantinga 2024-05-16 10:07:02 -07:00
  • 4609af618a Updated logging functions for SDL3 naming convention Sam Lantinga 2024-05-16 10:00:50 -07:00
  • c419c4ce99 Sync SDL2 wiki -> header SDL Wiki Bot 2024-05-16 17:17:42 +00:00
  • a25a5a243c wayland: Disable warp emulation when restoring cursor visibility with the shape protocol Frank Praznik 2024-05-16 12:44:01 -04:00
  • 241603b607 README-documentation-rules: Reorganized sections into a more-clear order. Ryan C. Gordon 2024-05-16 12:57:36 -04:00
  • 67f3a3ee54 wayland: Disable warp emulation when restoring cursor visibility with the shape protocol Frank Praznik 2024-05-16 12:44:01 -04:00
  • 241cfaf38f surface: Make a typedef for SDL_Surface bitflags, as is SDL3 policy. Ryan C. Gordon 2024-05-16 12:29:58 -04:00
  • 253c917296 SDL_render.h: Remove unnecessary struct x; before typedef struct x x;. Ryan C. Gordon 2024-05-16 12:21:14 -04:00
  • 45df084287 SDL_keyboard.h: Added a \sa to SDL_Keysym's docs. Ryan C. Gordon 2024-05-16 12:19:50 -04:00
  • 665ff8c5f6 include: Removed :: from symbol names in comments. Ryan C. Gordon 2024-05-16 12:16:57 -04:00
  • 10ab623d43 Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-16 16:02:15 +00:00
  • 3794e3dc90 wayland: Set the cursor visibility flag when using the cursor shape protocol Frank Praznik 2024-05-16 11:54:03 -04:00
  • 9ac523f940 wayland: Set the cursor visibility flag when using the cursor shape protocol Frank Praznik 2024-05-16 11:54:03 -04:00
  • 62f35ab1b6 Use SDL_test + don't use macros Anonymous Maarten 2024-05-16 17:54:13 +02:00
  • 67bea86b10 Sync SDL2 wiki -> header SDL Wiki Bot 2024-05-16 15:51:44 +00:00
  • 1c3a1e1139 wikiheaders: Updated to latest, cleaned up category documentation a little. Ryan C. Gordon 2024-05-16 11:41:54 -04:00
  • 5e6d85b8f0 wikiheaders: bridge wiki Category docs to the headers! Ryan C. Gordon 2024-05-16 10:44:37 -04:00
  • 558630d59c Use ALooper_pollOnce() instead of ALooper_pollAll() Sam Lantinga 2024-05-16 07:53:18 -07:00
  • 7843579358 Revert "Fixed bug #9792 - Android: build failure with ndk 27-beta1 due to use of deprecated ALooper_pollAll" Sam Lantinga 2024-05-16 07:52:32 -07:00
  • ee16d2f705 Fixed bug #9792 - Android: build failure with ndk 27-beta1 due to use of deprecated ALooper_pollAll replace ALooper_pollAll by ALooper_pollOnce Sylvain 2024-05-16 10:10:17 +02:00
  • 027856b9fa Revert changes to SDL_androidsensor.c Anonymous Maarten 2024-05-16 16:47:25 +02:00
  • 88980aeb21 android+test: testcamera needs CAMERA permissions Anonymous Maarten 2024-05-16 16:43:53 +02:00
  • 9ad6a36b7b Added Moza wheelbases VID/PID to wheel devices list Oleg 2024-05-16 02:06:37 +03:00
  • c3b53c72c7 Added Simucube wheelbases VID/PID to wheel devices list Oleg 2024-05-16 02:47:33 +03:00
  • 0800d81fb4 Added Cammus C5 wheelbase VID/PID to wheel devices list Oleg 2024-05-16 02:51:46 +03:00
  • 96e3799495 Added Moza wheelbases VID/PID to wheel devices list Oleg 2024-05-16 02:06:37 +03:00
  • 1f54ee1da6 Added Simucube wheelbases VID/PID to wheel devices list Oleg 2024-05-16 02:47:33 +03:00
  • 0c7a83ecd5 Added Cammus C5 wheelbase VID/PID to wheel devices list Oleg 2024-05-16 02:51:46 +03:00
  • 79cabeef18 Added Moza wheelbases VID/PID to wheel devices list Oleg 2024-05-16 02:06:37 +03:00
  • dc9d9dd85a Added Simucube wheelbases VID/PID to wheel devices list Oleg 2024-05-16 02:47:33 +03:00
  • ce9177b64f Added Cammus C5 wheelbase VID/PID to wheel devices list Oleg 2024-05-16 02:51:46 +03:00
  • fd678ff50f Fixed SDL capitalization Sam Lantinga 2024-05-15 14:53:52 -07:00
  • 0ee874f02d fix pipewire camera interval fraction inversion Green Sky 2024-05-15 23:31:25 +02:00
  • fbe7e2e6d3 Moved the SDL version back to SDL_version.h Sam Lantinga 2024-05-15 14:22:41 -07:00
  • c6354252a1 Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-15 21:33:30 +00:00
  • e6345716e0 Fix typo Susko3 2024-05-15 21:43:12 +02:00
  • 968e8c9275 Prefix names with SDL_RENDERER_ Susko3 2024-05-15 21:43:05 +02:00
  • 8d7f91f8e4 Add defined constants for renderer vsync values Susko3 2024-05-15 20:43:03 +02:00
  • 4b3b5fb56c docs: Remove some mistakenly-generated pages. Ryan C. Gordon 2024-05-15 14:59:26 -04:00
  • 60d355eb0b Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-15 18:55:12 +00:00
  • d57f2afcaf docs/README-documentation-rules.md: Added more content, fixed a typo. Ryan C. Gordon 2024-05-15 14:21:53 -04:00
  • 661f2fc1fc Removed the SDL_Version structure, moved SDL version to SDL.h Sam Lantinga 2024-05-14 07:47:13 -07:00
  • 5a0879b7dd Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-15 17:17:31 +00:00
  • f229e940a4 Fix missing #include in SDL_blendmode.h Susko3 2024-05-15 18:57:00 +02:00
  • f9876b6b5c Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-15 16:46:12 +00:00
  • 2066ee08c9 docs/README-documentation-rules.md: Initial shot at documenting this. Ryan C. Gordon 2024-05-15 12:33:16 -04:00
  • 917c62e55c .wikiheaders-options: there are no more KMOD_ or AUDIO_ symbols in SDL3. Ryan C. Gordon 2024-05-15 12:32:41 -04:00
  • c7205ab6b5 cmake: don't generate SDL3 jar for CMake versions < 3.19 Anonymous Maarten 2024-05-15 18:31:37 +02:00
  • 1103294d33 SDL_scancode.h: Updating HID usage tables link Petar Popovic 2024-05-15 01:19:31 +02:00
  • 1796511782 SDL_revision.h: Put this stuff into the "Version" wiki category. Ryan C. Gordon 2024-05-14 15:00:11 -04:00
  • 62a7e419f7 wikiheaders: Automatically categorize API symbols by subsystem. Ryan C. Gordon 2024-05-14 10:19:34 -04:00
  • 17976c1ae1 SDL_filesystem.h: SDL_GLOB_CASEINSENSITIVE was defined twice. Ryan C. Gordon 2024-05-14 10:26:10 -04:00
  • 3baec8aab4 Renaming SDLK_QUOTEDBL to SDLK_DBLAPOSTROPHE Petar Popovic 2024-05-13 21:46:20 +02:00
  • 0805990668 wikiheaders: Automatically categorize API symbols by subsystem. Ryan C. Gordon 2024-05-14 10:48:39 -04:00
  • 863a9029ae Added SDL_GlobFlags Sam Lantinga 2024-05-14 06:47:58 -07:00
  • 03b7e02804 include: SDL_GLOB_CASESENSITIVE is associated with SDL_GlobDirectory. Ryan C. Gordon 2024-05-14 01:58:04 -04:00
  • 92301ae8a3 Fixed whitespace Sam Lantinga 2024-05-13 21:52:42 -07:00
  • 9b7f88e512 Pass the VR controller "back" button to the application on the Oculus Quest Sam Lantinga 2024-05-13 21:01:04 -07:00
  • 84fa11f740 Added missing events in SDL event logging Sam Lantinga 2024-05-13 21:01:01 -07:00
  • be786aeb9d Fixed assertion, it's possible for the OS to grant permissions we haven't asked for. Sam Lantinga 2024-05-13 19:42:54 -07:00
  • 8b5f0d07e9 Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-13 23:11:31 +00:00
  • df3fea87d6 wayland: Rework scale-to-display Frank Praznik 2024-05-13 12:59:37 -04:00
  • c7087fea01 Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-13 22:07:34 +00:00
  • 5f1e01cce0 Added support for late swap tearing to the Vulkan renderer Sam Lantinga 2024-05-13 14:26:56 -07:00
  • 17520c2e6e Removed SDL_RendererFlags Sam Lantinga 2024-05-13 10:31:55 -07:00
  • 678cfd23c0 Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-13 21:30:12 +00:00
  • 7d6453ea33 Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-13 21:24:33 +00:00
  • 766de7deff SDL_audio.h: Whoops, one more documentation typo! Ryan C. Gordon 2024-05-13 17:24:08 -04:00
  • 7bc4bb9f96 SDL_audio.h: Fixed a documentation typo. Ryan C. Gordon 2024-05-13 17:22:57 -04:00
  • 94cbaaabbf Renaming SDLK_QUOTE and SDLK_BACKQUOTE Petar Popovic 2024-05-13 02:42:51 +02:00
  • 06d6f2cb25 Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-13 16:09:32 +00:00
  • b959203c9b Use SDL_WindowFlags appropriately in SDL test code Sam Lantinga 2024-05-13 09:08:44 -07:00
  • fc62dfc6e2 Added properties for the swap chain in the direct3d11 and direct3d12 renderers Sam Lantinga 2024-05-13 09:02:33 -07:00
  • f4aca6866c test: Free clipboard data after calling SDL_GetClipboardText() Frank Praznik 2024-05-13 10:24:32 -04:00
  • 486af58797 Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-13 14:14:30 +00:00
  • ad166be1c5 Add SDL_HINT_AUDIO_DEVICE_APP_ICON_NAME Thomas J Faughnan Jr 2024-05-11 13:32:40 -04:00
  • 8bd0433966 Sync SDL3 wiki -> header SDL Wiki Bot 2024-05-13 07:19:15 +00:00
  • cb416922e3 Fixed compiling with WIN32_LEAN_AND_MEAN Sam Lantinga 2024-05-12 15:59:49 -07:00
  • 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 +02:00
  • d4ce9183b8 Update SDL_portaldialog.c Cyao 2024-05-12 14:38:33 +02:00
  • a4371d28ac doc: document how to use generator expressions + explain why we no longer provide CMake variables Anonymous Maarten 2024-05-05 20:46:49 +02:00
  • 026edbeab0 Use the correct type for the modifier in SDL_Keysym Sam Lantinga 2024-05-10 17:14:30 -07:00
  • c95c415a0b Fixed warning C4244: '=': conversion from 'SDL_Keymod' to 'Uint16', possible loss of data Sam Lantinga 2024-05-10 16:21:45 -07:00
  • 8582bdaab8 Fixed warning C4244: 'function': conversion from 'Uint16' to 'Uint8', possible loss of data Sam Lantinga 2024-05-10 16:09:11 -07:00
  • c64d7ed0aa Fixed warning C4244: '=': conversion from 'SDL_Keymod' to 'Uint16', possible loss of data Sam Lantinga 2024-05-10 16:07:17 -07:00
  • 71f3750ff1 Fixed SDL_GetPathInfo() return value on Windows Sam Lantinga 2024-05-10 16:01:54 -07:00
  • 9c6aa5066a PipeWire: removing log message Petar Popovic 2024-05-10 21:55:06 +02:00
  • c27219695a Don't enable enhanced report mode for Bluetooth Nintendo Switch controllers by default Sam Lantinga 2024-05-10 12:17:28 -07:00
  • efaa58732a Don't enable enhanced report mode for Bluetooth Nintendo Switch controllers by default Sam Lantinga 2024-05-10 12:17:28 -07:00
  • a87fa020ac Don't enable enhanced report mode for Bluetooth Nintendo Switch controllers by default Sam Lantinga 2024-05-10 12:17:28 -07:00