Commit Graph

  • 0483d514c9 Add a basic ShowMessageBox implementation for PSP (#9932) erysdren 2024-06-05 09:42:22 -0500
  • 0c3dcdf4a3
    Add a basic ShowMessageBox implementation for PSP (#9932) erysdren 2024-06-05 09:42:22 -0500
  • 98c9d05bc0 SDL_pspmessagebox.c: Do not set list as static Wouter Wijsman 2024-06-05 16:27:14 +0200
  • a422dfe572 video: Don't attempt to apply window flags to popup windows when the window is shown Frank Praznik 2024-06-05 09:22:59 -0400
  • 5bcc7c0924
    video: Don't attempt to apply window flags to popup windows when the window is shown Frank Praznik 2024-06-05 09:22:59 -0400
  • 7b14fcb4d9 Stack allocation never happened, so explicitly allocate the path Sam Lantinga 2024-06-05 05:48:39 -0700
  • 4836fd1e70 Fixed crash if a file can't be opened on Android Sam Lantinga 2024-06-05 05:48:21 -0700
  • 9b2debb131 Renamed old function reference Sam Lantinga 2024-06-04 22:25:37 -0700
  • 157c399521 SDL_pspmessagebox.c: Remove redundent check erysdren 2024-06-04 19:42:44 -0500
  • ce65f84fd8 Fixed Android warnings Sam Lantinga 2024-06-04 16:38:11 -0700
  • 2437b049a9 SDL_pspmessagebox.c: Check focus and add sceGu calls erysdren 2024-06-04 18:26:27 -0500
  • 5387022855 camera: Initialize AVCaptureVideoDataOutput.videoSettings to zero Hunter Kvalevog 2024-06-04 17:38:59 -0500
  • 14f7eebac6 testcamera: Add [--camera name] parameter Hunter Kvalevog 2024-06-04 17:28:24 -0500
  • 12f5091144 camera: Initialize AVCaptureVideoDataOutput.videoSettings to zero Hunter Kvalevog 2024-06-04 17:38:59 -0500
  • 2bac044cc9 testcamera: Add [--camera name] parameter Hunter Kvalevog 2024-06-04 17:28:24 -0500
  • 6da5242535 SDL_render_psp.c: Fix crash in PSP_DestroyRenderer() erysdren 2024-06-03 17:33:51 -0500
  • b44421eef0 SDL_render_psp.c: Fix crash in PSP_DestroyRenderer() erysdren 2024-06-03 17:33:51 -0500
  • a3adc41f79 PSP: Add on-screen keyboard support Wouter Wijsman 2024-06-04 21:43:05 +0200
  • 25e41df4db
    Merge pull request #9961 from erysdren/psp-renderer-crash Wouter Wijsman 2024-06-04 23:27:57 +0200
  • b0dfa4dda0 PSP: Add on-screen keyboard support Wouter Wijsman 2024-06-04 21:43:05 +0200
  • 018f2791c7 PSP: Add on-screen keyboard support Wouter Wijsman 2024-06-04 21:43:05 +0200
  • 9bff49988a PSP: Add on-screen keyboard support Wouter Wijsman 2024-06-04 21:43:05 +0200
  • 4d392bfc67 Fixed camera capture on iOS Sam Lantinga 2024-06-04 11:34:39 -0700
  • 7e231fcd90 Added testcamera to Xcode test apps Sam Lantinga 2024-06-04 10:43:45 -0700
  • b1529699cf Fixed Xcode build after adding offscreen Vulkan support Sam Lantinga 2024-06-04 10:43:20 -0700
  • 60396971ce Move the main header with SDL_MAIN_USE_CALLBACKS Sam Lantinga 2024-06-04 10:42:44 -0700
  • 5eeeaf4780 render: Mark an already-destroyed renderer as freed David Gow 2024-06-04 17:05:45 +0800
  • 43c2b42517 Fix stack address escape in SDL_CameraDevicePermissionOutcome() Mathieu Eyraud 2024-06-04 13:45:00 +0200
  • c226630086 Fix memory leak in SDL_IOFromFile() Mathieu Eyraud 2024-06-04 13:50:27 +0200
  • 470cfc2755 Make sure we set the initial report interval value Sam Lantinga 2024-06-04 07:47:34 -0700
  • 4c9a91b62e Update gamepad sensor rate SDL_HINT_JOYSTICK_HIDAPI_PS4_REPORT_INTERVAL allows to change sensor rate. Make SDL_GetGamepadSensorDataRate() returns the updated value. meyraud705 2024-06-04 14:03:02 +0200
  • c00041e169 Update gamepad sensor rate SDL_HINT_JOYSTICK_HIDAPI_PS4_REPORT_INTERVAL allows to change sensor rate. Make SDL_GetGamepadSensorDataRate() returns the updated value. meyraud705 2024-06-04 14:03:02 +0200
  • 33dd908ba3
    Fix memory leak in SDL_IOFromFile() Mathieu Eyraud 2024-06-04 13:50:27 +0200
  • 437a017c48
    Fix stack address escape in SDL_CameraDevicePermissionOutcome() Mathieu Eyraud 2024-06-04 13:45:00 +0200
  • 735993aecd render: Mark an already-destroyed renderer as freed David Gow 2024-06-04 17:05:45 +0800
  • e5101ebae6 Sync SDL3 wiki -> header SDL Wiki Bot 2024-06-04 04:11:34 +0000
  • a0d1445ccb Replaced SDL_GetRendererInfo() with SDL_GetRendererName() Sam Lantinga 2024-06-03 19:26:43 -0700
  • 49009e6c23 Replaced SDL_GetRendererInfo() with SDL_GetRendererName() Sam Lantinga 2024-06-03 19:26:43 -0700
  • de4c78bf7d
    Merge a71cafcf87 into ca28bcb3b8 Michael Aganier 2024-06-03 23:10:50 -0400
  • ca28bcb3b8 hidapi/windows/hid.c: avoid warnings with gcc < 8. Ozkan Sezer 2024-06-04 06:10:24 +0300
  • c5225674d3 Remove cursors not in SDL2 from migration guide Zack Middleton 2024-06-03 20:51:00 -0500
  • a76bcf5c69 Update descriptions for window resize cursors Zack Middleton 2024-06-03 20:47:40 -0500
  • 74c9c9a325 Sync SDL3 wiki -> header SDL Wiki Bot 2024-06-04 01:23:30 +0000
  • 8c8ee2174d Dialog: Add filter number, remove NULL termination Semphris 2024-05-22 19:20:40 -0400
  • 3e70964ae2 Updated docs to note that SDL_GetAudioDeviceName() now returns const char * Sam Lantinga 2024-06-03 17:42:53 -0700
  • 1d83b782b8 Set the headphones to 50% volume to avoid blasting people's ears Sam Lantinga 2024-06-03 17:28:32 -0700
  • 8aa7910184 Added an example of setting PS5 controller audio routing Sam Lantinga 2024-06-03 17:24:36 -0700
  • b867db4d54 SDL_render_psp.c: Fix crash in PSP_DestroyRenderer() erysdren 2024-06-03 17:33:51 -0500
  • 4a51310066 SDL_pspmessagebox.c: add change from wouter erysdren 2024-06-03 17:24:21 -0500
  • a9a51cebde Disable raw keyboard input by default Sam Lantinga 2024-06-03 14:41:36 -0700
  • 73879ef26e Only register for the type of raw input requested by the application Sam Lantinga 2024-06-03 14:39:04 -0700
  • a919774fe4
    Build with -Wfloat-conversion + fix all warnings Anonymous Maarten 2024-06-03 23:33:29 +0200
  • ad12bf402c video/uikit: fix -Wfloat-conversion warnings Anonymous Maarten 2024-06-03 22:52:25 +0200
  • 297fa0bf3c video/uikit: fix -Wfloat-conversino warning Anonymous Maarten 2024-06-03 22:46:25 +0200
  • e2b120c8cf video/x11: cast double to float when calling UpdateDisplayContentScale Anonymous Maarten 2024-06-03 22:39:32 +0200
  • 3b3131e8b6 emscripten: use SDL_lroundf Anonymous Maarten 2024-06-03 22:29:05 +0200
  • 29368eb532 testautomation: fix -Wfloat-conversion warnings Anonymous Maarten 2024-06-03 21:18:22 +0200
  • ef71e414f3 cmake: add -Wfloat-conversion compile flag Anonymous Maarten 2024-06-03 16:09:36 +0200
  • 37408c5b4f tests: fix -Wfloat-conversion warnings Anonymous Maarten 2024-06-03 15:37:01 +0200
  • 3af95782a0 video/uikit: fix -Wfloat-conversion warnings Anonymous Maarten 2024-06-03 20:35:13 +0200
  • d972bc1286 render/vitagxm: fix -Wfloat-conversion warnings Anonymous Maarten 2024-06-03 18:16:31 +0200
  • 83aefb22a1 video/cocoa: fix -Wfloat-conversion warnings Anonymous Maarten 2024-06-03 19:33:20 +0200
  • 9334240f79 joystick/darwin: fix -FWfloat-conversion warning Anonymous Maarten 2024-06-03 18:13:28 +0200
  • 8172fac87e joystick/psp: fix -Wfloat-conversion warnings Anonymous Maarten 2024-06-03 18:09:39 +0200
  • 9858fadb58 joystick/vita: fix -Wfloat-conversion warnings Anonymous Maarten 2024-06-03 17:54:17 +0200
  • 39b3996cca joystick/apple: Fix -Wfloat-conversion warnings Anonymous Maarten 2024-06-03 17:13:14 +0200
  • ad02ac0d55 render/opengl: fix -Wfloat-conversion warnings Anonymous Maarten 2024-06-03 17:04:36 +0200
  • 294b08c374 render/psp: fix -Wfloat-conversion warnings Anonymous Maarten 2024-06-03 16:57:30 +0200
  • 05af5acbc7 src/video: fix -Wfloat-conversion warnings Anonymous Maarten 2024-06-03 16:53:52 +0200
  • e60410b7df SDL_test: fix -Wfloat-conversion warning Anonymous Maarten 2024-06-03 16:50:31 +0200
  • 7586a1e230 power/emscripten: fix -Wfloat-conversion warnings Anonymous Maarten 2024-06-03 16:49:55 +0200
  • e892812cf5 video/emscripten: fix -Wfloat-conversion warnings Anonymous Maarten 2024-06-03 16:49:36 +0200
  • 4121d38928 SDL_blit_slow: fix -Wfloat-conversion warning Anonymous Maarten 2024-06-03 15:37:15 +0200
  • ffd5bca0ac linux/haptic: fix -Wfloat-conversion warnings Anonymous Maarten 2024-06-03 15:36:42 +0200
  • b6fcc1df1e camera: fix -Wfloat-conversion warnings Anonymous Maarten 2024-06-03 15:36:24 +0200
  • 9427f3bd27 video/kmsdrm: fix -Wfloat-conversion warnings Anonymous Maarten 2024-06-03 15:36:05 +0200
  • b2e8e47888 video/wayland: fix -Wfloat-conversion warnings Anonymous Maarten 2024-06-03 15:35:46 +0200
  • 06e6aea2d1 video/x11: fix -Wfloat-conversion warnings Anonymous Maarten 2024-06-03 15:35:26 +0200
  • 17c459e384 Sync SDL3 wiki -> header SDL Wiki Bot 2024-06-03 18:48:59 +0000
  • 9c4fb449e2 Sync SDL3 wiki -> header SDL Wiki Bot 2024-06-03 18:41:23 +0000
  • de5a8b61d0 Sync SDL3 wiki -> header SDL Wiki Bot 2024-06-03 18:27:57 +0000
  • 39c2dacc8f Sync SDL3 wiki -> header SDL Wiki Bot 2024-06-03 18:21:49 +0000
  • e23257307e Introduce formal policy for APIs that return strings. Ryan C. Gordon 2024-06-01 22:05:21 -0400
  • b1f3682216 SDL_assert: add support for aarch64-w64-mingw32 Carlo Bramini 2024-06-03 19:45:20 +0200
  • 2cb1a2d0a7 SDL_assert: add support for aarch64-w64-mingw32 Carlo Bramini 2024-06-03 19:45:20 +0200
  • 1033b462c6
    SDL_assert: add support for aarch64-w64-mingw32 Carlo Bramini 2024-06-03 19:45:20 +0200
  • 76e5aa5bfd Log any leaked objects at shutdown Sam Lantinga 2024-06-03 04:26:14 -0700
  • b0e93e4e63 Prevent crashes if freed objects are passed to SDL API functions Sam Lantinga 2024-06-03 04:09:28 -0700
  • ed30a18ec4 Log any leaked objects at shutdown Sam Lantinga 2024-06-03 04:26:14 -0700
  • 295266c708
    Merge pull request #9953 from sharkwouter/fix-double-libs-in-pkgconfig Wouter Wijsman 2024-06-03 14:49:10 +0200
  • 2e61b39206 Prevent crashes if freed objects are passed to SDL API functions Sam Lantinga 2024-06-03 04:09:28 -0700
  • 41869b753b In OSX, when we change from one application to other and in them middle of the transition animation we press a modifier key, the modifier key down is not sent to the application. Adding the checking of the modifier to see if it was correctly handled when checking a later key down. Pablo Tesone 2024-06-03 11:28:30 +0200
  • 1803e6555f CMake: Prevent double SDL2 and SDL2main entries in sdl2.pc Wouter Wijsman 2024-06-03 10:53:45 +0200
  • dbd0af7d3d
    Introduce formal policy for APIs that return strings. Ryan C. Gordon 2024-06-01 22:05:21 -0400
  • 57a15933cd SDL_GetCSSCursorName: Don't assert on unrecognized cursor types. Ryan C. Gordon 2024-05-26 00:38:41 -0400
  • 9a9a3d1a33 SDL_SystemCursor: rename enum items to match CSS. Ryan C. Gordon 2024-05-26 00:28:17 -0400
  • 863670c0a8 always define PRI?64 using 'I64' when targeting windows Ozkan Sezer 2024-06-01 01:15:02 +0300
  • 49b6c24722 always define PRI?64 using 'I64' when targeting windows Ozkan Sezer 2024-06-01 01:15:02 +0300
  • a71cafcf87 Redo formatting SDL_render.h Michael Aganier 2024-03-31 04:15:44 -0400
  • fd2b9c0602 cmake: don't check c++ compiler flags for asan when CXX is not enabled Anonymous Maarten 2024-06-01 10:18:15 +0200