Commit Graph

  • e11f214b5a Use SDL_iscntrl() call instead of manual code that is doing the same Dimitriy Ryazantcev 2023-11-21 14:57:25 +0200
  • fd249400a2 Use SDL_small_alloc() instead of SDL_stack_alloc() in CreateMaskBitmap() Dimitriy Ryazantcev 2023-11-21 14:09:41 +0200
  • 35bf29bf7f Extract BMP magic into separate define Dimitriy Ryazantcev 2023-11-21 14:11:33 +0200
  • 54c8186a91 Add cursors for X11/Wayland window resizing Zack Middleton 2023-11-20 21:41:18 -0600
  • 7881356a56 Make size cursors be double arrows on Wayland Zack Middleton 2023-11-20 21:34:55 -0600
  • b906de1125
    render: Batching is always enabled now! Ryan C. Gordon 2023-11-20 20:26:12 -0500
  • f33ab44f84 Extend blitting support for all <8bpp formats Cameron Cawley 2023-11-17 14:08:20 +0000
  • 67eb03400a Add SDL_PIXELFORMAT_INDEX2LSB and SDL_PIXELFORMAT_INDEX2MSB Cameron Cawley 2023-11-17 11:43:39 +0000
  • fa4f4b6ffd Revert 3DS axis max Clamp axis values above 160 zoey jodon 2023-11-20 17:48:27 -0500
  • b76f8de298
    Hit testing tweaks for X11 and Wayland (#8582) Ionuț Leonte 2023-11-20 23:33:11 +0200
  • 3d9189bc99 Code style tweaks. Ionuț Leonte 2023-11-20 23:29:36 +0200
  • 5b1c68c2f3
    testshader: Don't make local variables with the same name as GL entry points. Ryan C. Gordon 2023-11-20 15:10:30 -0500
  • cb5b8c9747
    testshader: Don't make local variables with the same name as GL entry points. Ryan C. Gordon 2023-11-20 15:10:30 -0500
  • 2dc86a2bb8 Fix joysticks returning invalid device IDs zoey jodon 2023-11-20 13:26:20 -0500
  • 30a2291d59 Fixed compatibility with sdl2-compat (thanks @sezero!) Sam Lantinga 2023-11-20 08:46:12 -0800
  • 46ddeec438 Hit testing tweaks for X11 and Wayland Ionuț Leonte 2023-11-20 11:15:12 +0200
  • c331b64d79
    audio: Tighten up possession of detectionLock during device open. Ryan C. Gordon 2023-11-20 00:07:15 -0500
  • 6b4dc34bcc
    don't activate by default 0-copy Sylvain 2023-11-19 21:58:51 +0100
  • 498e842595
    Fix 0-copy for linux/x11 - correct hint - some working width/height/pitch values to valid frames Sylvain 2023-11-19 21:54:58 +0100
  • 49d58bc73a Cleanup WIN_CreateCursor() code a bit Dimitriy Ryazantcev 2023-11-17 12:23:06 +0200
  • 92a29a754f Cleanup WIN_CreateCursor() code a bit Dimitriy Ryazantcev 2023-11-17 12:23:06 +0200
  • e464df3f01 Bump the N3DS max joystick value to 170 zoey jodon 2023-11-19 14:59:14 -0500
  • e51760e111
    audio: Wait for device thread to set `device->threadid` before continuing. Ryan C. Gordon 2023-11-19 12:25:13 -0500
  • c67ff82377 Avoid textinput events when pasting from clipboard on iOS. Deve 2023-01-04 22:11:01 +0100
  • 42d979a231
    audio: Just use the system default stack size for the device thread. Ryan C. Gordon 2023-11-19 11:10:29 -0500
  • 4722269fb6 tests: Print window occluded log events Frank Praznik 2023-11-18 10:50:39 -0500
  • 1bb5448fe8 Use the correct pixel formats for OpenGL ES on big endian Cameron Cawley 2023-11-17 18:40:50 +0000
  • 5db781cc3d Use the correct pixel formats for OpenGL ES on big endian Cameron Cawley 2023-11-17 18:40:50 +0000
  • fc91e92f7d Use the correct pixel formats for OpenGL ES on big endian Cameron Cawley 2023-11-17 18:40:50 +0000
  • a9885371b6 Use the correct pixel formats for OpenGL ES on big endian Cameron Cawley 2023-11-17 18:40:50 +0000
  • 0bb374c651 Extend blitting support for all <8bpp formats Cameron Cawley 2023-11-17 14:08:20 +0000
  • 766da01636 Add SDL_PIXELFORMAT_INDEX2LSB and SDL_PIXELFORMAT_INDEX2MSB Cameron Cawley 2023-11-17 11:43:39 +0000
  • 05e7dcf8f8 Support returning <8bpp surfaces in SDL_LoadBMP_RW Cameron Cawley 2023-11-17 14:10:32 +0000
  • 773ec1cfcb Extend blitting support for all <8bpp formats Cameron Cawley 2023-11-17 14:08:20 +0000
  • 753bbd199e Add SDL_PIXELFORMAT_INDEX2LSB and SDL_PIXELFORMAT_INDEX2MSB Cameron Cawley 2023-11-17 11:43:39 +0000
  • fda69e5e79 Test both MSB and LSB indexed surfaces in testautomation Cameron Cawley 2023-11-17 11:42:14 +0000
  • 481e6a2127 Support returning <8bpp surfaces in SDL_LoadBMP_RW Cameron Cawley 2023-11-17 14:10:32 +0000
  • c73f9dcd4e Extend blitting support for all <8bpp formats Cameron Cawley 2023-11-17 14:08:20 +0000
  • 2222f44c94 use format string attributes for functions accepting va_list params, too Ozkan Sezer 2023-11-17 15:56:10 +0300
  • 39870031d1 use format string attributes for functions accepting va_list params, too Ozkan Sezer 2023-11-17 15:56:10 +0300
  • 6baebbf80f Add SDL_PIXELFORMAT_INDEX2LSB and SDL_PIXELFORMAT_INDEX2MSB Cameron Cawley 2023-11-17 11:43:39 +0000
  • 2bcc9ce3aa Test both MSB and LSB indexed surfaces in testautomation Cameron Cawley 2023-11-17 11:42:14 +0000
  • 666301f9f9 Fixed build with older macOS SDK Sam Lantinga 2023-11-16 21:01:28 -0800
  • d81d986858
    cmake: fix uses of undefined macro identifiers (-Wundef) Anonymous Maarten 2023-11-17 04:06:26 +0100
  • ed5b11d3aa pspdev fixed the -Wundef warning Anonymous Maarten 2023-11-17 02:05:05 +0100
  • c0dee45099 Fix -Wundef warnings due to use of unguarded HAVE_CLOCK_GETTIME Anonymous Maarten 2023-03-29 22:31:01 +0200
  • 3eaecbbae2 Trigger GitHub Actions Anonymous Maarten 2023-03-29 21:55:49 +0200
  • 1cf9524897 Don't use defined in macro Anonymous Maarten 2023-03-29 17:58:18 +0200
  • 2ccc0675c5 Fix -Wundef warnings due to use of unguarded SDL_DIRECTFB_OPENGL Anonymous Maarten 2023-03-29 06:42:51 +0200
  • fb929d2b1f Fix -Wundef warnings due to use of unguarded DEBUG Anonymous Maarten 2023-03-29 06:34:12 +0200
  • dd20cdd716 Fix -Wundef warnings due to use of unguarded HAVE_LIBC Anonymous Maarten 2023-03-29 05:59:59 +0200
  • 396047f50b Fix -Wundef warnings due to use of unguarded SDL_FILE_DISABLED Anonymous Maarten 2023-03-29 05:54:31 +0200
  • 059a1dc59f Fix -Wundef warnings due to use of unguarded __(IPHONE|APPLETV|MAC)_OS_VERSION_MAX_ALLOWED Anonymous Maarten 2023-03-28 20:23:10 +0200
  • 0ba067c7c2 Fix -Wundef warnings due to use of unguarded WINAPI_FAMILY_PHONE_APP Anonymous Maarten 2023-03-29 05:29:59 +0200
  • e536b3c307 Fix -Wundef warnings due to use of unguarded __ANDROID__ Anonymous Maarten 2023-03-29 05:15:45 +0200
  • a69d44545a Fix -Wundef warnings due to use of unguarded __XBOXSERIES__ Anonymous Maarten 2023-03-29 05:14:58 +0200
  • 561fed1c2a Fix -Wundef warnings due to use of unguarded __XBOXONE__ Anonymous Maarten 2023-03-29 05:13:57 +0200
  • b19b3bd69f Fix -Wundef warnings due to use of unguarded __WINGDK__ Anonymous Maarten 2023-03-29 05:12:45 +0200
  • bbac60e1f2 Fix -Wundef warnings due to use of unuarded __WINDOWS__ Anonymous Maarten 2023-03-29 05:12:30 +0200
  • 2c998b07ba Fix -Wundef warnings due to use of unguarded __TVOS__ Anonymous Maarten 2023-03-29 05:11:43 +0200
  • c3531ba737 Fix -Wundef warnings due to use of unguarded __MWERKS__ Anonymous Maarten 2023-03-29 05:09:54 +0200
  • 1cb875638c Fix -Wundef warnings due to use of unguarded __MACOSX__ Anonymous Maarten 2023-03-29 05:09:39 +0200
  • 1ad2fefcec Fix -Wundef warnings due to use of unguarded __OpenBSD__ Anonymous Maarten 2023-03-29 05:08:43 +0200
  • 34e60e7696 Fix -Wundef warnings due to use of unguarded __FreeBSD__ Anonymous Maarten 2023-03-29 05:08:11 +0200
  • 991661ee5c Fix -Wundef warnings due to use of unguarded SDL_VIDEO_VITA_PVR Anonymous Maarten 2023-03-29 05:05:49 +0200
  • 0109006154 Fix -Wundef warnings due to use of unguarded SDL_VIDEO_VITA_PIB Anonymous Maarten 2023-03-29 05:05:26 +0200
  • ff0fc275ef Fix -Wundef warnings due to use of unguarded SDL_VIDEO_OPENGL_WGL Anonymous Maarten 2023-03-29 05:04:21 +0200
  • 109b2d1dc1 Fix -Wundef warnings due to use of unguarded SDL_VIDEO_OPENGL_GLX Anonymous Maarten 2023-03-29 05:03:46 +0200
  • cda6ccbecc Fix -Wundef warnings due to use of unguarded SDL_VIDEO_OPENGL_ES2 Anonymous Maarten 2023-03-29 05:03:12 +0200
  • 91c9890fcd Fix -Wundef warnings due to use of unguarded SDL_VIDEO_OPENGL_EGL Anonymous Maarten 2023-03-29 05:02:29 +0200
  • e16a7fd8ec Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_X11_XSCRNSAVER Anonymous Maarten 2023-03-29 05:01:31 +0200
  • dff5888d16 Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_X11_XRANDR Anonymous Maarten 2023-03-29 05:00:58 +0200
  • 2e8739cdf4 Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH Anonymous Maarten 2023-03-29 05:00:17 +0200
  • dfafa0008f Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_X11_XINPUT2 Anonymous Maarten 2023-03-29 04:59:26 +0200
  • 5e0af79af3 Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_X11_XFIXES Anonymous Maarten 2023-03-29 04:58:07 +0200
  • 15b7b42553 Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_X11_XDBE Anonymous Maarten 2023-03-29 04:57:02 +0200
  • 95ab8a924f Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_X11_XCURSOR Anonymous Maarten 2023-03-29 04:56:35 +0200
  • 280b15ac05 Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS Anonymous Maarten 2023-03-29 04:56:02 +0200
  • e59fc07495 Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM Anonymous Maarten 2023-03-29 04:55:36 +0200
  • 28b2b7558f Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_WAYLAND Anonymous Maarten 2023-03-29 04:55:03 +0200
  • 7eb699e93f Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_VIVANTE_VDK Anonymous Maarten 2023-03-29 04:54:11 +0200
  • b0773eee5f Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_OS2 Anonymous Maarten 2023-03-29 04:53:35 +0200
  • 2437628484 Fix -Wundef warnings due to use of unguarded SDL_USE_LIBUDEV Anonymous Maarten 2023-03-29 04:53:06 +0200
  • 2e0bfef0e3 Fix -Wundef warnings due to use of unguarded SDL_USE_LIBDBUS Anonymous Maarten 2023-03-29 04:52:09 +0200
  • e67ccf7d5b Fix -Wundef warnings due to use of unguarded SDL_TIMER_OS2 Anonymous Maarten 2023-03-29 04:51:18 +0200
  • 4380481c26 Fix -Wundef warnings due to use of unguarded SDL_THREAD_WINDOWS Anonymous Maarten 2023-03-29 04:50:56 +0200
  • f38140c700 Fix -Wundef warnings due to use of unguarded SDL_THREAD_VITA Anonymous Maarten 2023-03-29 04:50:27 +0200
  • 8aaeec045d Fix -Wundef warnings due to use of unguarded SDL_THREAD_STDCPP Anonymous Maarten 2023-03-29 04:49:47 +0200
  • 25de56000a Fix -Wundef warnings due to use of unguarded SDL_THREAD_PTHREAD Anonymous Maarten 2023-03-29 04:49:25 +0200
  • a14e09169c Fix -Wundef warnings due to use of unguarded SDL_THREAD_PSP Anonymous Maarten 2023-03-29 04:49:03 +0200
  • 10c64ac7a2 Fix -Wundef warnings due to use of unguarded SDL_THREAD_PS2 Anonymous Maarten 2023-03-29 04:48:36 +0200
  • fdd0f61b6b Fix -Wundef warnings due to use of unguarded SDL_THREAD_NGAGE Anonymous Maarten 2023-03-29 04:48:15 +0200
  • 3e7c2c83a6 Fix -Wundef warnings due to use of unguarded SDL_THREAD_N3DS Anonymous Maarten 2023-03-29 04:47:54 +0200
  • 69673326f7 Fix -Wundef warnings due to use of unguarded SDL_THREAD_GENERIC_COND_SUFFIX Anonymous Maarten 2023-03-29 04:47:31 +0200
  • 7a8cbc37c2 Fix -Wundef warnings due to use of unguarded SDL_POWER_WINDOWS Anonymous Maarten 2023-03-29 04:47:02 +0200
  • 25a2d8e197 Fix -Wundef warnings due to use of unguarded SDL_POWER_VITA Anonymous Maarten 2023-03-29 04:46:47 +0200
  • bb9f1f36a7 Fix -Wundef warnings due to use of unguarded SDL_POWER_PSP Anonymous Maarten 2023-03-29 04:46:37 +0200
  • 8b25bb146f Fix -Wundef warnings due to use of unguarded SDL_POWER_MACOSX Anonymous Maarten 2023-03-29 04:46:25 +0200
  • 1f196aba45 Fix -Wundef warnings due to use of unguarded SDL_POWER_LINUX Anonymous Maarten 2023-03-29 04:46:11 +0200
  • f330eebe58 Fix -Wundef warnings due to use of unguarded SDL_POWER_HAIKU Anonymous Maarten 2023-03-29 04:45:59 +0200