Sam Lantinga
|
c9647b4ad0
|
Use the symbolic names of the audio and video driver hints
|
2023-01-12 17:25:15 -08:00 |
Sam Lantinga
|
23beef4fc7
|
We no longer need explicit SDL_ENABLE_SYSWM_* while building SDL
|
2023-01-12 16:17:00 -08:00 |
Sam Lantinga
|
cfe2050c04
|
Default to enable/disable SDL_syswm subsystems based on enabled video drivers while building SDL
|
2023-01-12 16:17:00 -08:00 |
Sam Lantinga
|
7c16fe6d69
|
Default to use the built-in EGL definitions
|
2023-01-12 16:17:00 -08:00 |
Sam Lantinga
|
7516bd349c
|
Move SDL_internal.h to be first in the file, after the copyright
|
2023-01-12 16:17:00 -08:00 |
Sam Lantinga
|
0da24479da
|
Fixed building Vivante video driver
|
2023-01-12 16:17:00 -08:00 |
Sam Lantinga
|
99ec05e2b8
|
Cast the return value of SDL_LoadFunction() to the type of the function being loaded
|
2023-01-12 16:17:00 -08:00 |
Frank Praznik
|
e35c3872dc
|
wayland: Don't try to restore non-resizable windows
Libdecor can crash if attempting to un-maximize a window that was not set as resizable.
|
2023-01-12 13:34:36 -08:00 |
Frank Praznik
|
50f2eb7d41
|
wayland: Perform a round trip when maximizing and restoring windows
Perform a round trip when maximizing and restoring windows so the changes have already taken effect when the associated functions return.
|
2023-01-12 13:34:36 -08:00 |
Sam Lantinga
|
8e4a39b41c
|
Rename the xcFramework target to SDL.xcframework so it's clear when being embedded in other projects
|
2023-01-12 13:23:49 -08:00 |
Sam Lantinga
|
5f39dd8a2f
|
Always run xcFramework and disk image creation builds when requested
|
2023-01-12 13:08:33 -08:00 |
Sam Lantinga
|
6dc50a78fc
|
Fixed window never being shown on iOS
|
2023-01-12 12:45:55 -08:00 |
Anonymous Maarten
|
1e8443f54e
|
cmake: only use $<COMPILE_LANGUAGE:OBJC> when CMAKE_OBJC_COMPILER is defined
|
2023-01-12 21:12:54 +01:00 |
Sylvain
|
9eaea7d661
|
SDL_migration.cocci: simplify multiplicaction / division by 1
|
2023-01-12 20:52:37 +01:00 |
happyharryh
|
57e78f4cf5
|
Fixed the hat_map to avoid segmentation fault
|
2023-01-12 06:55:35 -08:00 |
Sam Lantinga
|
1bf1c866fe
|
Handle new SDL_rwops error codes in SDL_LoadFile_RW()
Thanks @BeWorld2018!
|
2023-01-12 06:53:07 -08:00 |
Sylvain
|
3b2e9d98df
|
SDL_migration.cocci: migrate audio api 1.2
|
2023-01-12 15:01:31 +01:00 |
Ozkan Sezer
|
2ec9a20204
|
SDL_dynapi.c: add extern "C" guards, just in case..
|
2023-01-12 14:01:32 +03:00 |
Sylvain
|
8bdc25f4e4
|
SDL_migration.cocci: set events
|
2023-01-12 11:56:49 +01:00 |
Sylvain
|
ed1bdf32ee
|
SDL_migration.cocci: more gamepad migration
|
2023-01-12 11:39:48 +01:00 |
Sylvain
|
9b0c660a03
|
SDL_migration: various name changes, and function removed
|
2023-01-12 11:08:15 +01:00 |
Sylvain
|
21e4be5a27
|
SDL_migration: add RW read/write
|
2023-01-12 10:43:08 +01:00 |
Sylvain
|
efa2945502
|
SDL_migration.cocci: add SIMD Alloc / Free
|
2023-01-12 09:58:37 +01:00 |
Sylvain
|
439c0b0236
|
Add vulkan migration
|
2023-01-12 09:45:14 +01:00 |
Sam Lantinga
|
050507c333
|
Fail the xcFramework build if the archive didn't succeed
|
2023-01-11 16:48:55 -08:00 |
Anonymous Maarten
|
67d517907b
|
log: fix unused-variable warning when configuring SDL with -DSDL_LIBC=OFF
|
2023-01-11 16:31:27 -08:00 |
Sam Lantinga
|
0ad22cfe37
|
Fixed version validation
|
2023-01-11 15:11:41 -08:00 |
Francisco Javier Trujillo Mata
|
7f610cd969
|
Using UV instead of STQ
|
2023-01-11 15:10:51 -08:00 |
Francisco Javier Trujillo Mata
|
555183257d
|
Remove dummy flag
|
2023-01-11 15:10:51 -08:00 |
Sam Lantinga
|
d0aaf74ec0
|
Added an xcframework target to cover all supported Apple platforms
This is also used to create the release disk image
|
2023-01-11 14:41:30 -08:00 |
Sylvain
|
84cd7214bd
|
SDL_migration.cocci / rename_api.py: handle migration of enum/structure
and fix previous one in SDL_migration.cocci.
|
2023-01-11 23:33:14 +01:00 |
Ozkan Sezer
|
30516fd3a6
|
joystick/vita: add some sanity check to SDL_GetJoystickInstanceID result
Reference issue: https://github.com/libsdl-org/SDL/issues/7051
|
2023-01-11 21:56:50 +03:00 |
Ozkan Sezer
|
f046788a5a
|
joystick/vita: fix index value use returned by SDL_GetJoystickInstanceID
Reference issue: https://github.com/libsdl-org/SDL/issues/7051
|
2023-01-11 21:56:50 +03:00 |
Ozkan Sezer
|
85924687fd
|
fix SDL_GetSensorInstanceID() return code upon failure.
Reference issue: https://github.com/libsdl-org/SDL/issues/7051
|
2023-01-11 21:56:50 +03:00 |
Ozkan Sezer
|
0621a67350
|
fix SDL_GetJoystickInstanceID() return code upon failure
Reference issue: https://github.com/libsdl-org/SDL/issues/7051
|
2023-01-11 21:56:50 +03:00 |
Sam Lantinga
|
21a1508ceb
|
Re-add JNI_OnLoad to the symbols list so Android symbols are resolved properly
|
2023-01-10 21:15:21 -08:00 |
Sam Lantinga
|
0ead89747a
|
Fixed filename comment in SDL_intrin.h
|
2023-01-10 21:05:38 -08:00 |
Wohlstand
|
9c7aed74ba
|
SDLAudioManager.java: Fixed the support for Android older than API 23
(cherry picked from commit b425036808b3776da596dd103f598242652b51fb)
|
2023-01-10 20:15:59 -08:00 |
Sam Lantinga
|
95faeab96c
|
SDL_GetNumJoysticks() and SDL_GetNumSensors() are no longer in the API
|
2023-01-10 18:07:40 -08:00 |
Sam Lantinga
|
237086c917
|
Fixed Xcode 14.2 warnings
|
2023-01-10 15:51:14 -08:00 |
Sam Lantinga
|
dc280c17a0
|
Moved SDL_intrin.h back into the public headers for application use
|
2023-01-10 15:50:35 -08:00 |
Sam Lantinga
|
9f721d492a
|
Catch SDL_opengles2.h in rename_headers.py
|
2023-01-10 15:25:48 -08:00 |
Sam Lantinga
|
69b94145d3
|
Updated documentation for SDL_migration.cocci
Especially note that this can be installed and run in WSL on Windows
|
2023-01-10 07:54:18 -08:00 |
Anonymous Maarten
|
c4b471bd13
|
Ensure training new line in cocci files
|
2023-01-10 16:43:15 +01:00 |
Anonymous Maarten
|
ecc48b882d
|
migration: change 2nd arg of SDL_CreateRenderer to NULL if it was -1
|
2023-01-10 16:11:22 +01:00 |
Sylvain Becker
|
5066fcde69
|
Add SDL_migration.cocci for SDL2 to 3 migration (#7042)
* Add SDL_migration.cocci for SDL2 to 3 migration
|
2023-01-10 15:25:00 +01:00 |
Elad Lahav
|
413af2f5f1
|
Addressed comments
|
2023-01-10 06:19:40 -08:00 |
Elad Lahav
|
38b35a3414
|
Allow the use of posix_spawn() instead of vfork/execlp()
|
2023-01-10 06:19:40 -08:00 |
Sam Lantinga
|
56522034db
|
Fixed building with Visual Studio 2010
|
2023-01-09 18:30:23 -08:00 |
Narr the Reg
|
9fa55d9cab
|
hidapi: switch: Add user calibration support
|
2023-01-09 18:07:54 -08:00 |