Commit Graph

  • 2633540746 cmake: explicitly disable WINDOWS_EXPORT_ALL_SYMBOLS for SDL2 Anonymous Maarten 2023-07-05 00:15:46 +02:00
  • 8908d16285 cmake: explicitly disable WINDOWS_EXPORT_ALL_SYMBOLS for SDL2 Anonymous Maarten 2023-07-05 00:15:46 +02:00
  • ffcd1c0c26 cmake: explicitly disable WINDOWS_EXPORT_ALL_SYMBOLS for SDL3-shared Anonymous Maarten 2023-07-05 00:12:10 +02:00
  • 00fc50557e Make sure logical presentation is complete before destroying the logical render target Sam Lantinga 2023-07-03 18:29:48 -07:00
  • 116a5344ff Fixed resource leak and crash at exit in the D3D11 renderer Sam Lantinga 2023-07-03 17:39:29 -07:00
  • 61808b03b5 Fixed resource leak and crash at exit in the D3D11 renderer Sam Lantinga 2023-07-03 17:39:29 -07:00
  • d65185a6a7 Made error handling more consistent in D3D12_RenderReadPixels() Sam Lantinga 2023-07-03 17:37:17 -07:00
  • 619f65af0c Fixed resource leak and crash at exit in the D3D11 renderer Sam Lantinga 2023-07-03 17:39:29 -07:00
  • 90262f274a Made error handling more consistent in D3D12_RenderReadPixels() Sam Lantinga 2023-07-03 17:37:17 -07:00
  • f3436bc103 The clip rect is defined in terms of the current viewport Sam Lantinga 2023-07-03 17:09:49 -07:00
  • bf277eb808 The clip rect is defined in terms of the current viewport Sam Lantinga 2023-07-03 17:09:49 -07:00
  • 304d425f99 The clip rect is defined in terms of the current viewport Sam Lantinga 2023-07-03 17:09:49 -07:00
  • 5e21571374 fixed windows build after commit 7e8be3f Ozkan Sezer 2023-07-04 02:24:28 +03:00
  • 825b0324cf fixed windows build after commit 7e8be3f Ozkan Sezer 2023-07-04 02:24:28 +03:00
  • b6645bb255 Retry to open the clipboard in case another application has it open Sam Lantinga 2023-07-03 16:06:59 -07:00
  • 3bd5e5ca3c Removed spurious casts Sam Lantinga 2023-07-03 16:06:23 -07:00
  • 699f8697fe Retry to open the clipboard in case another application has it open Sam Lantinga 2023-07-03 16:06:59 -07:00
  • 7e8be3f280 Retry to open the clipboard in case another application has it open Sam Lantinga 2023-07-03 16:06:59 -07:00
  • a6ba8a1585 Removed spurious casts Sam Lantinga 2023-07-03 16:06:23 -07:00
  • 37e567994d Fix remaining typos (#7921) luzpaz 2023-07-03 15:46:47 -04:00
  • 65e1d568ef Fix various typos (docs/build scripts/tests) luzpaz 2023-07-03 15:29:42 +00:00
  • e65ca61957 khronos: Fixed a typo in a Vulkan header, to match upstream. Ryan C. Gordon 2023-07-03 11:03:20 -04:00
  • c0bd18f023 khronos: Fixed a typo in a Vulkan header, to match upstream. Ryan C. Gordon 2023-07-03 11:03:20 -04:00
  • f010411492 Rename SDL_strtokr() to SDL_strtok_r() Sam Lantinga 2023-07-03 06:19:30 -07:00
  • b8d6023a91 Sync SDL3 wiki -> header SDL Wiki Bot 2023-07-03 01:49:13 +00:00
  • 3c04be4486 The rectangles passed to SDL_BlitSurfaceUnchecked() and SDL_BlitSurfaceUncheckedScaled() are const. Sam Lantinga 2023-07-02 18:45:11 -07:00
  • ced153a24a Fixed reference to old function (thanks @tom-seddon!) Sam Lantinga 2023-07-02 18:24:53 -07:00
  • 4aee17b039 Resorted symbols alphabetically Sam Lantinga 2023-07-02 00:06:55 -07:00
  • 50b6e5eb7e Implemented SDL_LoadBMP() and SDL_SaveBMP() as functions Sam Lantinga 2023-07-01 23:59:21 -07:00
  • e264bb5178 Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity Sam Lantinga 2023-07-01 14:01:14 -07:00
  • 0352301e1a cmake: use SDL_CPU_ARM32 instead of CMAKE_GENERATOR_PLATFORM STREQUAL "ARM" scribam 2023-07-01 22:30:31 +02:00
  • e42a3a3233 cmake: use SDL_CPU_ARM32 instead of CMAKE_GENERATOR_PLATFORM STREQUAL "ARM" scribam 2023-07-01 22:30:31 +02:00
  • d85e327c92 cmake: use SDL_CPU_ARM32 instead of CMAKE_GENERATOR_PLATFORM STREQUAL "ARM" scribam 2023-07-01 22:30:31 +02:00
  • 4761467b2e Updated to version 2.28.1 for release release-2.28.1 Sam Lantinga 2023-07-01 09:56:20 -07:00
  • cd662ceb54 rwops: Use SetFilePointerEx on Windows for appending writes. Ryan C. Gordon 2023-07-01 00:30:23 -04:00
  • 9d39e50f29 rwops: Use SetFilePointerEx on Windows for appending writes. Ryan C. Gordon 2023-07-01 00:30:23 -04:00
  • 769bf2ebcc rwops: Use SetFilePointerEx on Windows for appending writes. Ryan C. Gordon 2023-07-01 00:30:23 -04:00
  • 5b9fdc9dd1 Revert "Zenity has deprecated --icon-name in favor of --icon" Sam Lantinga 2023-06-29 23:01:36 -07:00
  • 55c3c1b05c Zenity has deprecated --icon-name in favor of --icon Sam Lantinga 2023-06-29 22:45:59 -07:00
  • 18ff0d1878 Fixed build Sam Lantinga 2023-06-29 22:40:57 -07:00
  • 69c7a49990 Fixed build warnings Sam Lantinga 2023-06-29 22:15:23 -07:00
  • 97380dcdab We don't need to reserve window flag bits for sdl2-compat Sam Lantinga 2023-06-29 22:02:24 -07:00
  • 8da9b22c17 The SDL_WINDOW_SKIP_TASKBAR flag has been replaced by the SDL_WINDOW_UTILITY flag Sam Lantinga 2023-06-29 21:43:17 -07:00
  • 7207f5155b Added Linux mapping for the Logitech Chillstream Sam Lantinga 2023-06-29 16:10:55 -07:00
  • fc0854651b Added Linux mapping for the Logitech Chillstream Sam Lantinga 2023-06-29 16:10:55 -07:00
  • 675fc8c38f Added Linux mapping for the Logitech Chillstream Sam Lantinga 2023-06-29 16:10:55 -07:00
  • ba9e924e57 Added additional debug logging for Linux joysticks Sam Lantinga 2023-06-29 16:09:55 -07:00
  • ffa146f0bc On Windows the mouse speed is affected by the content scale Sam Lantinga 2023-06-29 14:38:26 -07:00
  • 5d9013beb9 wayland: don't use libdecor_frame_get_* functions when header doesn't have it Anonymous Maarten 2023-05-26 23:00:56 +02:00
  • e6f635ca17 wayland: don't use libdecor_frame_get_* functions when header doesn't have it Anonymous Maarten 2023-05-26 23:00:56 +02:00
  • 4af1f6ed0c Fixed build Sam Lantinga 2023-06-29 11:25:54 -07:00
  • 099e53f3a5 Fixed build Sam Lantinga 2023-06-29 11:25:54 -07:00
  • 446fb3028e Added support for the Nintendo Online Famicom controllers Sam Lantinga 2023-06-28 19:15:11 -07:00
  • 0f940cb6ce Added support for the Nintendo Online Famicom controllers Sam Lantinga 2023-06-28 19:15:11 -07:00
  • 4d23eaf81e cmake: only define _FILE_OFFSET_BITS and _TIME_BITS for glibc Anonymous Maarten 2023-06-29 14:55:43 +02:00
  • c3be4bc18d cmake: Compile with 64-bit time stamps where possible Anonymous Maarten 2023-06-29 02:58:17 +02:00
  • baa9c57581 Added support for the Nintendo Online Famicom controllers Sam Lantinga 2023-06-28 19:15:11 -07:00
  • 1453cfa4e9 pulseaudio: Move to a threaded mainloop. Ryan C. Gordon 2023-06-28 20:25:50 -04:00
  • 10fc3b3db7 evdev: Use time64-friendly accessors for struct input_event Simon McVittie 2023-06-28 17:49:10 +01:00
  • e7327b6c73 wayland: Flush cached themes on a theme change Frank Praznik 2023-06-28 14:53:11 -04:00
  • 8315a00a01 Fix crash in AudioConvertByteswap capehill 2023-06-28 21:25:01 +03:00
  • fd6cb4dc86 wayland: Add a DBus message handler for the cursor size and theme properties. Frank Praznik 2023-06-28 11:42:44 -04:00
  • e643d28d9c Set the hint value before calling hint callbacks Sam Lantinga 2023-06-28 08:53:48 -07:00
  • ad12bb4fd1 Remove hints that weren't used anymore ! Sylvain 2023-06-28 14:30:07 +02:00
  • 7751bfdbf3 cmake: create wiki dir before running wikiheaders.pl --copy-to-wiki Anonymous Maarten 2023-06-28 14:41:31 +02:00
  • 0f4679102c Fixed pedantic warning: comma at end of enumerator list Sam Lantinga 2023-06-27 21:52:33 -07:00
  • ba170daf84 Don't crash if SDL_MapRGB() and SDL_MapRGBA() are passed a NULL format Sam Lantinga 2023-06-27 16:07:56 -07:00
  • 0ba93e4aac Don't crash if SDL_MapRGB() and SDL_MapRGBA() are passed a NULL format Sam Lantinga 2023-06-27 16:07:56 -07:00
  • cc5e9ffe70 Don't crash if SDL_MapRGB() and SDL_MapRGBA() are passed a NULL format Sam Lantinga 2023-06-27 16:07:56 -07:00
  • 600c615529 Fixed bug #7821 - docs/README-migration.md function name typos Sylvain 2023-06-27 20:07:59 +02:00
  • afdd448834 cmake: don't install sdlmanpages.cmake Anonymous Maarten 2023-06-27 19:02:33 +02:00
  • 7fa2ddb0de Fixed Nintendo Switch Pro controllers that don't have readable user calibration Sam Lantinga 2023-06-27 07:48:42 -07:00
  • 170428b107 Fixed Nintendo Switch Pro controllers that don't have readable user calibration Sam Lantinga 2023-06-27 07:48:42 -07:00
  • 9ee1200e6f Fixed Nintendo Switch Pro controllers that don't have readable user calibration Sam Lantinga 2023-06-27 07:48:42 -07:00
  • c065a9b128 Fix some issues caught by check_stdlib_usage.py Sam Lantinga 2023-06-27 06:18:45 -07:00
  • e8d2ccbc1c ci: reduce amount of files to copy back from freebsd vm Anonymous Maarten 2023-06-27 13:59:15 +02:00
  • 1061a978c3 cmake: fix header GLOB used for generating man pages Anonymous Maarten 2023-06-27 13:49:29 +02:00
  • 70ccf34587 Script to detect use of stdlib function Sylvain 2023-06-27 12:19:02 +02:00
  • 937f5d0059 cmake: allow man page installation by SDL satellite libraries Anonymous Maarten 2023-06-27 02:49:05 +02:00
  • 9ab2025127 wayland: Don't initialize OpenGL when the window flags didn't specify it Frank Praznik 2023-06-26 11:58:56 -04:00
  • 9aca2a4339 hidapi: switch: Handle MCU input reports Narr the Reg 2023-06-26 10:54:52 -06:00
  • 950ff0056a hidapi: switch: Handle MCU input reports Narr the Reg 2023-06-26 10:54:52 -06:00
  • 425062c123 hidapi: switch: Handle MCU input reports Narr the Reg 2023-06-26 10:54:52 -06:00
  • 02398a8f11 Allow building against old Linux kernels. Ozkan Sezer 2023-06-26 18:01:50 +03:00
  • fd062657dd Fixed build Sam Lantinga 2023-06-26 07:43:44 -07:00
  • 6cc21af900 Don't keep sensor file open while sensors are disabled meyraud705 2023-05-13 19:22:12 +02:00
  • 9cfac88054 Improve sensor detection for Linux gamepad meyraud705 2023-05-13 18:25:45 +02:00
  • 000277060c Add support for sensor to joystick on Linux (evdev) meyraud705 2023-05-11 19:51:07 +02:00
  • 95727b5c7d use of SDL functions Sylvain 2023-06-25 22:46:54 +02:00
  • 491fba1d06 SDL_FindFreePlayerIndex() will always return the next available player index Sam Lantinga 2023-06-24 15:38:38 -07:00
  • 38619bb28d SDL_FindFreePlayerIndex() will always return the next available player index Sam Lantinga 2023-06-24 15:38:38 -07:00
  • 87e916dd21 SDL_FindFreePlayerIndex() will always return the next available player index Sam Lantinga 2023-06-24 15:38:38 -07:00
  • 267fdd7daa Removed Bluetooth connection detection now that we get it from hidapi Sam Lantinga 2023-06-23 15:50:07 -07:00
  • c6660afe44 Corrected the Victrix FS Pro as a PS4 controller instead of a PS3 controller Sam Lantinga 2023-06-23 14:27:21 -07:00
  • 44bae1e8a9 Corrected the Victrix FS Pro as a PS4 controller instead of a PS3 controller Sam Lantinga 2023-06-23 14:27:21 -07:00
  • 6b12fbc6b7 Re-add the simpler SDL_DBus_AppendDictWithKeyValue() function Sam Lantinga 2023-06-23 07:28:05 -07:00
  • 6f344f29b8 After using SDL_qsort, mark sort_entries() as SDLCALL Sylvain 2023-06-23 12:50:58 +02:00
  • 1827a0bf62 Remove some use of C runtime functions in testevdev Sylvain 2023-06-23 11:07:10 +02:00
  • 6cde3835f0 Remove some use of C runtime functions (strlen, qsort) Sylvain 2023-06-23 10:31:40 +02:00
  • a807b14957 Greatly improved Xbox One controller initialization sequence Sam Lantinga 2023-06-22 14:33:07 -07:00