Commit Graph

  • 3bf7b4ff31 Fixed SDL_EGL_LoadLibrary() Sam Lantinga 2024-08-28 13:21:02 -0700
  • 8d65942b9c Faster sse4 and avx2 SIMD blitters Mārtiņš Možeiko 2024-08-27 22:31:14 -0700
  • c4b35488c2 Fixed warning C6385: Reading invalid data from 'one_blitkey'. Sam Lantinga 2024-08-28 10:38:31 -0700
  • abd8ea09de Fixed warning C6001: Using uninitialized memory 'devices'. Sam Lantinga 2024-08-28 10:34:34 -0700
  • 5be7b64c0a Faster sse4 and avx2 SIMD blitters Mārtiņš Možeiko 2024-08-27 22:31:14 -0700
  • 940f7535ef Remove SDL_PEN hints that are no longer used hwsmm 2024-08-28 22:48:46 +0900
  • d22cd4c926 Remove SDL_PEN hints that are no longer used hwsmm 2024-08-28 22:48:46 +0900
  • ace6920d44 Fixed returning -1 in a function returning bool Sam Lantinga 2024-08-27 22:34:35 -0700
  • 36a091cc43 Use SDL_GetError() for SDL_ttf errors Sam Lantinga 2024-08-27 19:02:28 -0700
  • 5dc5b4b83c
    pthread: Fixed logic bug in SDL_WaitConditionTimeoutNS due to boolization work. Ryan C. Gordon 2024-08-27 17:00:47 -0400
  • a24c164956 Fix trailing doc comments Maia 2024-08-27 21:44:52 +0200
  • ff76494da8 Fix trailing doc comments Maia 2024-08-27 21:44:52 +0200
  • 85bbc6028a Sync SDL3 wiki -> header SDL Wiki Bot 2024-08-27 17:33:28 +0000
  • 47926d7bd0 Added a cleanup function for virtual joysticks Sam Lantinga 2024-08-26 20:11:09 -0700
  • 00c409cff8 Additional cleanup exposed by building with a C++ compiler Sam Lantinga 2024-08-25 21:32:29 -0700
  • f08ac438ed Use stdbool for SDL_bool Sam Lantinga 2024-08-26 16:49:57 -0700
  • 9ff3446f03 Use SDL_bool instead an int return code in the SDL API Sam Lantinga 2024-08-22 17:33:49 -0700
  • 556cb64b6c Added a cleanup function for virtual joysticks Sam Lantinga 2024-08-26 20:11:09 -0700
  • d24ed2bbf6 Additional cleanup exposed by building with a C++ compiler Sam Lantinga 2024-08-25 21:32:29 -0700
  • b9795936c4 Use stdbool for SDL_bool Sam Lantinga 2024-08-26 16:49:57 -0700
  • 43ece94504 Use SDL_bool instead an int return code in the SDL API Sam Lantinga 2024-08-22 17:33:49 -0700
  • d9a5ed75b9 GDK: Xbox should have input focus by default Caleb Cornett 2024-08-25 20:44:25 -0500
  • 7a0f9f6b15 GDK: Xbox should have input focus by default Caleb Cornett 2024-08-25 20:44:25 -0500
  • d118af53a1
    dummyaudio: single-threaded Emscripten support. Ryan C. Gordon 2024-08-25 15:01:33 -0400
  • 00494df2f1 RAWINPUT_JoystickOpen: add missing SDL_stack_free() calls. Ozkan Sezer 2024-08-25 11:05:56 +0300
  • 4eac44bed4 RAWINPUT_JoystickOpen: add missing SDL_stack_free() calls. Ozkan Sezer 2024-08-25 11:05:50 +0300
  • 845212388e RAWINPUT_JoystickOpen: add missing SDL_stack_free() calls. Ozkan Sezer 2024-08-25 11:05:40 +0300
  • 38815c22cd cmake: build uclibc as a static library Anonymous Maarten 2024-08-23 04:22:25 +0200
  • e75bb1dba8 cmake: build uclibc as a static library Anonymous Maarten 2024-08-23 04:22:25 +0200
  • aa527dd0c2 Allow MessageBox to work without window Francisco Javier Trujillo Mata 2024-08-22 19:12:18 +0200
  • 1b8d5631ef Allow MessageBox to work without window Francisco Javier Trujillo Mata 2024-08-22 18:08:12 +0200
  • fa2c9c46c5 Default SDL_HINT_JOYSTICK_GAMEINPUT to SDL_FALSE Sam Lantinga 2024-08-23 11:34:15 -0700
  • 0ee75fa433 Allow MessageBox to work without window Francisco Javier Trujillo Mata 2024-08-22 19:12:18 +0200
  • 8bcfdb0c92 cmake: fix SDL3-x.y.z.jar installation on Windows Anonymous Maarten 2024-08-23 03:20:39 +0200
  • c298d2024a Include SDL_build_config.h without a 'build_config/' prefix Anonymous Maarten 2024-08-22 18:52:00 +0200
  • 702abfe7d5 cmake: only build uclibc when building without external libc Anonymous Maarten 2024-08-23 02:16:08 +0200
  • df94a0999b Include SDL_build_config.h without a 'build_config/' prefix Anonymous Maarten 2024-08-22 18:52:00 +0200
  • f13ddb98a4 cmake: only build uclibc when building without external libc Anonymous Maarten 2024-08-23 02:16:08 +0200
  • 3e60fb4223 VULKAN_UpdateVertexBuffer() should return true if there's nothing to do Sam Lantinga 2024-08-22 12:07:00 -0700
  • 8f546bb3c9 Use C99 bool internally in SDL Sam Lantinga 2024-08-22 09:21:26 -0700
  • 6501e90018 Use C++ style comments consistently in SDL source code Sam Lantinga 2024-08-22 10:30:45 -0700
  • 658fc3db0f Updated list of third party code and generated files Sam Lantinga 2024-08-22 10:30:23 -0700
  • 31be3a8cfc VULKAN_UpdateVertexBuffer() should return true if there's nothing to do Sam Lantinga 2024-08-22 12:07:00 -0700
  • efc67dc469 Use C99 bool internally in SDL Sam Lantinga 2024-08-22 09:21:26 -0700
  • c8929ba98f Use C++ style comments consistently in SDL source code Sam Lantinga 2024-08-22 10:30:45 -0700
  • bcd9305c47 SDL_MetalViewEventWatch is a SDL_EventFilter and must return SDL_bool Anonymous Maarten 2024-08-22 19:42:06 +0200
  • aadd54d1a7 Updated list of third party code and generated files Sam Lantinga 2024-08-22 10:30:23 -0700
  • 7543a6f92c Allow MessageBox to work without window Francisco Javier Trujillo Mata 2024-08-22 18:08:12 +0200
  • 46903e61e6 Fix typo in the Android archive's INSTALL.md documentation Anonymous Maarten 2024-08-22 18:11:17 +0200
  • 2b8ebf08d1 The SDL3 MSVC SDK does not provide ARM64EC binaries (X64 is compatible) Anonymous Maarten 2024-08-22 18:10:48 +0200
  • 9c7c0646c9 Fixed typo Sam Lantinga 2024-08-22 07:01:23 -0700
  • 037541a0e0 Check standard error code return values as < 0 instead of == -1 Sam Lantinga 2024-08-22 06:53:25 -0700
  • 46d9066a69 Fix warnings shown when making SDL_bool a typedef of bool Anonymous Maarten 2024-08-22 17:33:07 +0200
  • 369de01247 Fixed typo Sam Lantinga 2024-08-22 07:01:23 -0700
  • aad507f6f8 Check standard error code return values as < 0 instead of == -1 Sam Lantinga 2024-08-22 06:53:25 -0700
  • 1126d18b4d Fix warnings shown when making SDL_bool a typedef of bool Anonymous Maarten 2024-08-22 17:33:07 +0200
  • 03ace96e5b Document that new surfaces are initialized to zero. Sam Lantinga 2024-08-22 06:27:56 -0700
  • 9aae8fdb3e
    Merge 6a67ef5a2a into 9eac3a434e Ryan C. Gordon 2024-08-21 23:35:44 +0200
  • 9eac3a434e ctest/emscripten: make audio and video driver configurable Anonymous Maarten 2024-08-21 20:14:55 +0200
  • ef2a30e415 testffmpeg: don't use the OES texture path for NV12 video frames Sam Lantinga 2024-08-20 15:45:09 -0700
  • 0e7ae3d843 testffmpeg: fixed crash if DRM frame doesn't have hw_frames_ctx Sam Lantinga 2024-08-20 14:10:57 -0700
  • 1f89e05dcf testautomation: skip window resize and repositioning tests on Emscripten Anonymous Maarten 2024-08-17 23:20:41 +0200
  • 430f448ea1 testautomation: skip timerTestCallback on Emscripten Anonymous Maarten 2024-08-17 23:10:58 +0200
  • 937c41eb1c testautomation/mouse: add SDLTest_AssertPass before SDL_DestroyCursor's Anonymous Maarten 2024-08-17 22:20:02 +0200
  • 08661166e9 ci: verify SDL_REVISION Anonymous Maarten 2024-08-17 17:07:50 +0200
  • 161761653f test: use Selenium to run Emscripten tests Anonymous Maarten 2024-05-30 21:08:30 +0200
  • 46bafda7ab testshader: add -sLEGACY_GL_EMULATION for emscripten Anonymous Maarten 2024-08-17 16:52:30 +0200
  • 6052136ced tests/emscripten: add link-time dependency on the resources Anonymous Maarten 2024-07-03 03:22:19 +0200
  • 5415909f2d docs/emscripten: --embed-file does not accept a '=' Anonymous Maarten 2024-07-03 03:21:50 +0200
  • 2eaf73d9e0 Errors on non-threaded platforms are limited to 128 bytes Anonymous Maarten 2024-06-21 16:16:35 +0200
  • 29ca5b5dcd SDLTest_CompareMemory: print header Anonymous Maarten 2024-06-21 16:03:55 +0200
  • c66a09ce26 Make main_testSetError test more verbose Anonymous Maarten 2024-06-21 15:43:19 +0200
  • c054435f37 Add verbose logging to TestVirtualJoystick Anonymous Maarten 2024-06-21 15:08:30 +0200
  • 50f50df8b1 tests: add --no-threads argument to disable threads Anonymous Maarten 2024-05-31 02:55:50 +0200
  • 3fccb77da6 test: map URL to other directories Anonymous Maarten 2024-05-30 20:30:36 +0200
  • 537a30bb70 testautomation: skip window resize and repositioning tests on Emscripten Anonymous Maarten 2024-08-17 23:20:41 +0200
  • 7cd999b444 testautomation: skip timerTestCallback on Emscripten Anonymous Maarten 2024-08-17 23:10:58 +0200
  • 2409db51cf testautomation/mouse: add SDLTest_AssertPass before SDL_DestroyCursor's Anonymous Maarten 2024-08-17 22:20:02 +0200
  • 212f8cb0e7 ci: verify SDL_REVISION Anonymous Maarten 2024-08-17 17:07:50 +0200
  • 43696538ae test: use Selenium to run Emscripten tests Anonymous Maarten 2024-05-30 21:08:30 +0200
  • 8111ada3bd testshader: add -sLEGACY_GL_EMULATION for emscripten Anonymous Maarten 2024-08-17 16:52:30 +0200
  • 987ffc4642 tests/emscripten: add link-time dependency on the resources Anonymous Maarten 2024-07-03 03:22:19 +0200
  • fc544c88d9 docs/emscripten: --embed-file does not accept a '=' Anonymous Maarten 2024-07-03 03:21:50 +0200
  • 2066633917 Errors on non-threaded platforms are limited to 128 bytes Anonymous Maarten 2024-06-21 16:16:35 +0200
  • d253bac768 SDLTest_CompareMemory: print header Anonymous Maarten 2024-06-21 16:03:55 +0200
  • 27c6e055c6 Make main_testSetError test more verbose Anonymous Maarten 2024-06-21 15:43:19 +0200
  • 2c90fd8bd7 Add verbose logging to TestVirtualJoystick Anonymous Maarten 2024-06-21 15:08:30 +0200
  • a32276398c tests: add --no-threads argument to disable threads Anonymous Maarten 2024-05-31 02:55:50 +0200
  • 9af6bd72eb test: map URL to other directories Anonymous Maarten 2024-05-30 20:30:36 +0200
  • d29276e625 Include SDL_events.h in SDL_init.h for SDL_AppEvent_func() Sam Lantinga 2024-08-20 07:30:45 -0700
  • 459d3a8bbd
    Add messageBox to proguard-rules.pro (#10570) Anthony 2024-08-20 15:41:52 +0100
  • 10008b65ea Include SDL_events.h in SDL_init.h for SDL_AppEvent_func() Sam Lantinga 2024-08-20 07:30:45 -0700
  • 35f43059d4
    Update proguard-rules.pro Anthony 2024-08-20 15:36:53 +0100
  • 61b024766a Fixed crash when quitting after a joystick has been disconnected on Android Sam Lantinga 2024-08-20 07:25:19 -0700
  • e46b70e706
    Add messageBox to proguard-rules.pro Anthony 2024-08-20 15:07:01 +0100
  • 423d6ec15a
    emscripten: Make sure SDL_malloc and friends are marked KEEPALIVE. Ryan C. Gordon 2024-08-19 23:49:07 -0400
  • 948196448f Added support for the Retro-bit Controller in PS3 mode Sam Lantinga 2024-08-19 16:30:04 -0700
  • 0de601dc64 Added support for the Retro-bit Controller in PS3 mode Sam Lantinga 2024-08-19 16:30:04 -0700
  • e75175129f Added support for the Retro-bit Controller in PS3 mode Sam Lantinga 2024-08-19 16:30:04 -0700
  • bf1878d135 Added support for the Retro-bit Controller in PS3 mode Sam Lantinga 2024-08-19 16:30:04 -0700