Commit Graph

  • 3807e95029 Sync wiki -> header SDL Wiki Bot 2022-06-05 00:24:04 +00:00
  • 3a20274ddf Refactoring: move GUID operations out of Joystick Christoph Reichenbach 2022-06-04 20:16:28 +00:00
  • 4e07d4722d Build warning fixes for gcc-11.3 Christoph Reichenbach 2022-06-04 13:03:51 +00:00
  • b359282a5c regenerated configure script Ozkan Sezer 2022-06-04 12:58:00 +03:00
  • 20c76599f9 Fix MinGW SDK redist: sdl2-config.cmake needs to set SDL2_FOUND Anonymous Maarten 2022-06-04 03:11:23 +02:00
  • fd3f381021 Initialize SDL_STATIC_PIC from CMAKE_POSITION_INDEPENDENT_CODE Anonymous Maarten 2022-06-04 03:16:27 +02:00
  • 65a3453b7f build: Compile with large inode number support where possible Simon McVittie 2022-05-26 16:02:15 +01:00
  • 3604ae1d1b Sync wiki -> header SDL Wiki Bot 2022-06-04 01:52:04 +00:00
  • 423141bfca Added a function to get the controller firmware version Sam Lantinga 2022-06-03 18:49:41 -07:00
  • d6143ab369 Add -Wl,-Bstatic to "sdl2-config --static-libs" output Anonymous Maarten 2022-06-03 23:53:05 +02:00
  • 799d39a302 Make the sdl2-config script relocatable Anonymous Maarten 2022-06-03 23:08:22 +02:00
  • 142a3630d3 updated watcom makefiles after 17410887d0 Ozkan Sezer 2022-06-04 01:10:00 +03:00
  • 17410887d0 Separated controller type data into a C file Sam Lantinga 2022-06-03 15:02:31 -07:00
  • 2b59cb900e Added mingw package support directory to the distribution archive Sam Lantinga 2022-06-03 12:51:00 -07:00
  • f858d1305a ci: test installed packages using CMake Anonymous Maarten 2022-06-03 19:24:20 +02:00
  • 96e3733a18 cmake: make Xcode's sdl2-config.cmake compatible with the one from autotools Anonymous Maarten 2022-06-03 20:13:57 +02:00
  • 5a8ccf4522 cmake: make VisualC's sdl2-config.cmake compatible with the one from autotools Anonymous Maarten 2022-06-03 20:13:38 +02:00
  • 5ec2d46f47 cmake: make SDL2Config.cmake compatible with autotools' sdl2-config.cmake Anonymous Maarten 2022-06-03 20:12:52 +02:00
  • 9ff8f29f43 cmake: Add mini-SDL2 CMake project to test SDL2 prefixes Anonymous Maarten 2022-06-03 20:07:43 +02:00
  • 67792767f5 cmake: Add CMake configuration files, meant for the prebuilt MinGW SDK Anonymous Maarten 2022-06-03 20:06:09 +02:00
  • 246f3ba52c cmake: rewrite autotools' sdl2-config.cmake.in with IMPORTED targets + no more -lmingw32 Anonymous Maarten 2022-06-03 19:57:21 +02:00
  • 6f3474db2d autotools: export relative path of an installed sdl2-config.cmake to the prefix root Anonymous Maarten 2022-06-03 19:58:25 +02:00
  • 8e13cc309e cmake: add 'compatible interface properties' to allow enforcing SDL2 sharedness Anonymous Maarten 2022-05-30 00:46:00 +02:00
  • 1087eaad7e cmake: install SDL2::SDL2test when configuring with SDL2_TEST enabled Anonymous Maarten 2022-05-27 01:40:11 +02:00
  • ae2cc29f8b Make sure initial state is set correctly for the D3D renderer Sam Lantinga 2022-06-03 09:44:34 -07:00
  • 345efdcb10 Wait for all the threads to actually finish before exiting Sam Lantinga 2022-06-03 08:46:08 -07:00
  • 847539afeb wayland: Only call libdecor_dispatch() if we've loaded libdecor David Gow 2022-06-01 23:06:19 +08:00
  • 7fa46ec40b The Google Pixel fingerprint sensor also shows up on Linux when running on the phone Sam Lantinga 2022-05-31 11:11:19 -07:00
  • 3c3c02518c Add Compatible Interface Properties to VisualC and Xcode SDL2 config file Anonymous Maarten 2022-05-30 00:39:53 +02:00
  • 4809bd356e Add documentation to autotoo'ls sdl2-config-version.cmake.in Anonymous Maarten 2022-05-30 00:36:33 +02:00
  • 774c50174c Add CMake section to the Xcode ReadMe.txt Anonymous Maarten 2022-05-28 11:52:23 +02:00
  • 423c7ef856 Don't set SDL2_LIBRARY, we need the Framework configuration on Apple platforms Sam Lantinga 2022-05-27 14:47:39 -07:00
  • 37ef6a765d Use a full path for the framework header include path Sam Lantinga 2022-05-27 14:46:49 -07:00
  • f73c25648f cmake: attempt to use framework in Xcode's sdl2-config.cmake Anonymous Maarten 2022-05-27 22:17:12 +02:00
  • 4c3d1d32a5 Use INTERFACE_INCLUDE_DIRECTORIES in Xcode's sdl2-config.cmake Anonymous Maarten 2022-05-27 11:52:16 +02:00
  • 7c2a6ea5f2 Removed 64-bit check for Apple Sam Lantinga 2022-05-26 18:31:31 -07:00
  • e30b9993b9 Fixed warning about location of CMake support files Sam Lantinga 2022-05-26 18:31:06 -07:00
  • 01492a24f1 Added CMake package support files to the SDL framework Sam Lantinga 2022-05-26 18:30:15 -07:00
  • 2c591e408e Add CMake configuration files, meant for Macos framework Anonymous Maarten 2022-05-26 16:26:54 +02:00
  • 8ac8230bfa Add CMake configuration files, meant for VC devel package Anonymous Maarten 2022-05-25 23:57:26 +02:00
  • 964e979d06 hidapi: Allow disabling libusb support at runtime Ethan Lee 2022-05-30 16:17:04 -04:00
  • c87b0142fe Fixed building with C89 compiler Sam Lantinga 2022-05-30 12:02:08 -07:00
  • 4ddf85b1d5 Sync wiki -> header SDL Wiki Bot 2022-05-30 14:31:05 +00:00
  • f78f775238 ime: windows: allocate space for null terminator Guldoman 2022-05-28 03:53:43 +02:00
  • fd2a2eea10 Fixed declaration-after-statement warning Sam Lantinga 2022-05-28 07:49:18 -07:00
  • d2c4d74dd0 Fixed build with MinGW-64 windows.devices.power.h Sam Lantinga 2022-05-27 15:49:35 -07:00
  • bd22ca762e Revert "Workaround for compiling with MinGW-w64" Sam Lantinga 2022-05-27 15:40:50 -07:00
  • efdf43aa9b Workaround for compiling with MinGW-w64 Sam Lantinga 2022-05-27 15:34:45 -07:00
  • 001d2e2f65 Disable formatting not supported by Visual Studio 2019 Sam Lantinga 2022-05-27 15:29:21 -07:00
  • c02cd20352 Revert "Disable formatting not supported by Visual Studio 2019" Sam Lantinga 2022-05-27 15:16:02 -07:00
  • 26a75add31 Disable formatting not supported by Visual Studio 2019 Sam Lantinga 2022-05-27 15:15:14 -07:00
  • bef9f2b2c4 Don't trigger device notifications when Steam Deck backlight changes Sam Lantinga 2022-05-26 20:45:13 -07:00
  • 5968f3d828 gen_audio_resampler_filter.c: Precalculate loop-invariant bessel(beta). Ryan C. Gordon 2022-05-26 10:44:01 -04:00
  • 822cf0b34b updated config.guess from mainstream. Ozkan Sezer 2022-05-26 01:33:32 +03:00
  • 347659e8cf riscos: Ensure that last_mouse_buttons is initialised correctly Cameron Cawley 2022-05-25 22:07:12 +01:00
  • cb43eb43f8 riscos: Ensure the mouse focus is set when creating the window Cameron Cawley 2022-05-25 21:43:36 +01:00
  • 6eda520f64 riscos: Add a basic implementation of SDL_ShowCursor() Cameron Cawley 2022-05-25 21:40:28 +01:00
  • 4c711d2d43 testcustomcursor: Allow running without custom or system cursors Cameron Cawley 2022-05-25 22:12:25 +01:00
  • 22d6e09a8d Don't try to call hid_ble_scan() if HIDAPI is disabled Sam Lantinga 2022-05-25 11:04:58 -07:00
  • 195ca499ca include/SDL_video.h: You can google it. Ryan C. Gordon 2022-05-25 10:46:06 -04:00
  • 7ce311bead include/SDL_system.h: Fixed a link that was still hg.libsdl.org Ryan C. Gordon 2022-05-25 10:43:14 -04:00
  • bed96482fa wikiheaders.pl: Deal with links better. Ryan C. Gordon 2022-05-25 10:42:11 -04:00
  • 96a04cb910 wikiheaders.pl: Don't wordwrap truly massive words. Ryan C. Gordon 2022-05-25 09:30:29 -04:00
  • b28d304b23 Only include controller_type.h in SDL_joystick.c Sam Lantinga 2022-05-24 17:24:03 -07:00
  • a8e7548797 Sync wiki -> header SDL Wiki Bot 2022-05-24 22:57:04 +00:00
  • 9220f92bae hidapi/libusb/hid.c (read_thread): mark as SDLCALL Ozkan Sezer 2022-05-25 01:01:02 +03:00
  • 179765561c Sync wiki -> header SDL Wiki Bot 2022-05-24 18:26:05 +00:00
  • 5dee08213b updates to windows watcom makefile: Ozkan Sezer 2022-05-24 20:00:02 +03:00
  • 412ceb84d4 video: Only check major version in SDL_GetWindowWMInfo Simon McVittie 2022-05-24 16:27:54 +01:00
  • aeeccb5d16 CI, OpenWatcom: remove workaround now that setup-watcom is fixed. Ozkan Sezer 2022-05-23 00:24:40 +03:00
  • d5e58049ae Don't specify a specific SDK when building for UWP Sam Lantinga 2022-05-22 10:51:21 -07:00
  • 12cc636c8f Make sdl2-config prefixes configurable again Tim Schumacher 2022-05-21 23:33:31 +02:00
  • 6da6a6cba2 Make sure Objective C files are built with the same flags as C files. Sam Lantinga 2022-05-21 13:51:21 -07:00
  • e97b506242 Need SDL_stdinc.h for _SDL_HAS_BUILTIN Sam Lantinga 2022-05-21 10:06:05 -07:00
  • 626a3c5ef7 Use _SDL_HAS_BUILTIN() instead of __has_builtin Sam Lantinga 2022-05-21 09:58:39 -07:00
  • f4fc4719a5 fix CheckCOCOA on modern CMake ShuangLiu1992 2022-05-09 18:35:50 +01:00
  • 1f48f8cd28 SDL_TriggerBreakPoint update using builtin instead of assembly versions if available David Carlier 2022-05-21 17:47:32 +01:00
  • fe46569cce Fix potential memory leak in SDL_AddHintCallback Mathieu Eyraud 2022-05-21 10:44:50 +02:00
  • e4b5afa576 fix unused variable depending on YUV format Ivan Le Lann 2022-05-21 13:16:12 +02:00
  • e59cba95a0 add libdecor_dispatch Christian Rauch 2022-05-21 13:50:56 +01:00
  • 1a1cc8028b Use a tagged version of OpenWatcom in CI builds Cameron Cawley 2022-05-21 16:15:24 +01:00
  • dc62fec5e9 audio: Fix locking in backends that manage their own callback threads. Ryan C. Gordon 2022-05-20 21:07:25 -04:00
  • a95f5a792c test: Use install(1) more portably Simon McVittie 2022-05-20 19:43:02 +01:00
  • 848d2008c6 test/Makefile.w32: fix minor typo Ozkan Sezer 2022-05-20 21:10:56 +03:00
  • b1cf322971 Fixed HIDAPI PS4 controller being picked up when running under Steam Input with PS4 configuration enabled Sam Lantinga 2022-05-19 16:49:47 -07:00
  • 83ae1b4987 Convert the test executables to AIF in RISC OS CMake builds Cameron Cawley 2022-05-19 23:11:22 +01:00
  • d2b5965894 Remove extra path separator in GetNearbyFilename Cameron Cawley 2022-05-19 22:54:23 +01:00
  • 9edd411a83 x11: send move/resize events when waiting on fullscreen change. Ryan C. Gordon 2022-05-19 17:15:10 -04:00
  • b798e49c92 Fix build warning with MSVC Cameron Cawley 2022-05-19 21:44:38 +01:00
  • b0a27cb1de Avoid unintended float -> double conversion in SDL_FRectEqualsEpsilon Simon McVittie 2022-05-19 19:45:24 +01:00
  • f0566702c5 Fix enabling SDL_DYNAMIC_API in OpenWatcom builds Cameron Cawley 2022-05-19 16:58:11 +01:00
  • 3d52d04977 Remove the '_' prefix from symbol names in Windows OpenWatcom builds Cameron Cawley 2022-05-19 15:38:35 +01:00
  • aa51a9791a Run tests with OpenWatcom on CI Cameron Cawley 2022-05-19 13:14:29 +01:00
  • 9dfa000bc0 Initial support for building for Windows with OpenWatcom Cameron Cawley 2022-05-18 20:20:03 +01:00
  • 5ef36ead08 Add some missing tests to Watcom builds Cameron Cawley 2022-05-18 20:58:41 +01:00
  • 3066873126 Split the common code in test/Makefile.os2 into a separate file Cameron Cawley 2022-05-18 20:56:30 +01:00
  • 5669743a43 Make sure SDL_CaptureMouse() is only called on the main thread Sam Lantinga 2022-05-19 09:45:57 -07:00
  • efa2e6a1ea SDL_thread.h: use SDL_ThreadFunction for SDL_CreateThreadWithStackSize Ozkan Sezer 2022-05-19 18:55:02 +03:00
  • 15781a6986 dynapi: fix SDL_DYNAPI_PROC for SDL_iPhoneSetAnimationCallback() Ozkan Sezer 2022-05-19 18:55:02 +03:00
  • f5cf0e37f7 Remove unused and duplicate defines from SDL_dynapi_overrides.h Cameron Cawley 2022-05-19 14:51:25 +01:00