Commit Graph

  • b6645bb255 Retry to open the clipboard in case another application has it open Sam Lantinga 2023-07-03 16:06:59 -0700
  • 3bd5e5ca3c Removed spurious casts Sam Lantinga 2023-07-03 16:06:23 -0700
  • 699f8697fe Retry to open the clipboard in case another application has it open Sam Lantinga 2023-07-03 16:06:59 -0700
  • 7e8be3f280 Retry to open the clipboard in case another application has it open Sam Lantinga 2023-07-03 16:06:59 -0700
  • a6ba8a1585 Removed spurious casts Sam Lantinga 2023-07-03 16:06:23 -0700
  • 37e567994d
    Fix remaining typos (#7921) luzpaz 2023-07-03 15:46:47 -0400
  • cb54acb6dc Added requested revisions luzpaz 2023-07-03 18:39:40 +0000
  • 0a7db3fb12 Fix remaining typos luzpaz 2023-07-03 16:50:54 +0000
  • 65e1d568ef Fix various typos (docs/build scripts/tests) luzpaz 2023-07-03 15:29:42 +0000
  • 14704bb7c6 Fix various typos (docs/build scripts/tests) luzpaz 2023-07-03 15:29:42 +0000
  • e65ca61957
    khronos: Fixed a typo in a Vulkan header, to match upstream. Ryan C. Gordon 2023-07-03 11:03:20 -0400
  • c0bd18f023
    khronos: Fixed a typo in a Vulkan header, to match upstream. Ryan C. Gordon 2023-07-03 11:03:20 -0400
  • f010411492 Rename SDL_strtokr() to SDL_strtok_r() Sam Lantinga 2023-07-03 06:19:30 -0700
  • b8d6023a91 Sync SDL3 wiki -> header SDL Wiki Bot 2023-07-03 01:49:13 +0000
  • 3c04be4486 The rectangles passed to SDL_BlitSurfaceUnchecked() and SDL_BlitSurfaceUncheckedScaled() are const. Sam Lantinga 2023-07-02 18:45:11 -0700
  • ced153a24a Fixed reference to old function (thanks @tom-seddon!) Sam Lantinga 2023-07-02 18:24:53 -0700
  • 4aee17b039 Resorted symbols alphabetically Sam Lantinga 2023-07-02 00:06:55 -0700
  • 50b6e5eb7e Implemented SDL_LoadBMP() and SDL_SaveBMP() as functions Sam Lantinga 2023-07-01 23:59:21 -0700
  • 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 -0700
  • 0352301e1a cmake: use SDL_CPU_ARM32 instead of CMAKE_GENERATOR_PLATFORM STREQUAL "ARM" scribam 2023-07-01 22:30:31 +0200
  • e42a3a3233 cmake: use SDL_CPU_ARM32 instead of CMAKE_GENERATOR_PLATFORM STREQUAL "ARM" scribam 2023-07-01 22:30:31 +0200
  • d85e327c92 cmake: use SDL_CPU_ARM32 instead of CMAKE_GENERATOR_PLATFORM STREQUAL "ARM" scribam 2023-07-01 22:30:31 +0200
  • 767e92e408 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 -0700
  • d49e5a0f26 cmake: use SDL_CPU_ARM32 instead of CMAKE_GENERATOR_PLATFORM STREQUAL "ARM" scribam 2023-07-01 22:30:31 +0200
  • 4761467b2e Updated to version 2.28.1 for release release-2.28.1 Sam Lantinga 2023-07-01 09:56:20 -0700
  • cd662ceb54
    rwops: Use SetFilePointerEx on Windows for appending writes. Ryan C. Gordon 2023-07-01 00:30:23 -0400
  • 9d39e50f29
    rwops: Use SetFilePointerEx on Windows for appending writes. Ryan C. Gordon 2023-07-01 00:30:23 -0400
  • 769bf2ebcc
    rwops: Use SetFilePointerEx on Windows for appending writes. Ryan C. Gordon 2023-07-01 00:30:23 -0400
  • e3f8470b9a
    Merge b9c72decf6 into 5b9fdc9dd1 Sylvain Becker 2023-07-01 00:11:24 +0100
  • 1dfdd690bb Added support for absolute mice with evdev Andre Barata 2023-06-30 16:23:01 +0100
  • 861c9b1137
    Merge d2c69892ca into fc0854651b Andre Barata 2023-06-30 15:07:37 +0000
  • d2c69892ca Fixed division by 0 bug Andre Barata 2023-06-30 16:07:22 +0100
  • a473f9a957
    video(wayland): use both --icon and --icon-name for Zenity takase1121 2023-06-30 16:57:14 +0800
  • 5b9fdc9dd1 Revert "Zenity has deprecated --icon-name in favor of --icon" Sam Lantinga 2023-06-29 23:01:36 -0700
  • 55c3c1b05c Zenity has deprecated --icon-name in favor of --icon Sam Lantinga 2023-06-29 22:45:59 -0700
  • 18ff0d1878 Fixed build Sam Lantinga 2023-06-29 22:40:57 -0700
  • 69c7a49990 Fixed build warnings Sam Lantinga 2023-06-29 22:15:23 -0700
  • 97380dcdab We don't need to reserve window flag bits for sdl2-compat Sam Lantinga 2023-06-29 22:02:24 -0700
  • 8da9b22c17 The SDL_WINDOW_SKIP_TASKBAR flag has been replaced by the SDL_WINDOW_UTILITY flag Sam Lantinga 2023-06-29 21:43:17 -0700
  • 3cc6d723c8 Squashed: linux evdev absolute mouse support Andre Barata 2023-06-30 03:14:01 +0100
  • 71971651cf Refactored and fixed motion reporting 0 Andre Barata 2023-06-30 02:27:57 +0100
  • 7207f5155b Added Linux mapping for the Logitech Chillstream Sam Lantinga 2023-06-29 16:10:55 -0700
  • fc0854651b Added Linux mapping for the Logitech Chillstream Sam Lantinga 2023-06-29 16:10:55 -0700
  • 675fc8c38f Added Linux mapping for the Logitech Chillstream Sam Lantinga 2023-06-29 16:10:55 -0700
  • ba9e924e57 Added additional debug logging for Linux joysticks Sam Lantinga 2023-06-29 16:09:55 -0700
  • ffa146f0bc On Windows the mouse speed is affected by the content scale Sam Lantinga 2023-06-29 14:38:26 -0700
  • 5d9013beb9 wayland: don't use libdecor_frame_get_* functions when header doesn't have it Anonymous Maarten 2023-05-26 23:00:56 +0200
  • e6f635ca17 wayland: don't use libdecor_frame_get_* functions when header doesn't have it Anonymous Maarten 2023-05-26 23:00:56 +0200
  • 4af1f6ed0c Fixed build Sam Lantinga 2023-06-29 11:25:54 -0700
  • 099e53f3a5 Fixed build Sam Lantinga 2023-06-29 11:25:54 -0700
  • 446fb3028e Added support for the Nintendo Online Famicom controllers Sam Lantinga 2023-06-28 19:15:11 -0700
  • 0f940cb6ce Added support for the Nintendo Online Famicom controllers Sam Lantinga 2023-06-28 19:15:11 -0700
  • c78f4a4d26 Remove temporary log messages Andre Barata 2023-06-29 16:45:15 +0100
  • bdf2aff3c6 Fixed error loading mouse when unable to get the evdev driver limits Andre Barata 2023-06-29 16:12:20 +0100
  • 4d23eaf81e cmake: only define _FILE_OFFSET_BITS and _TIME_BITS for glibc Anonymous Maarten 2023-06-29 14:55:43 +0200
  • c3be4bc18d cmake: Compile with 64-bit time stamps where possible Anonymous Maarten 2023-06-29 02:58:17 +0200
  • baa9c57581 Added support for the Nintendo Online Famicom controllers Sam Lantinga 2023-06-28 19:15:11 -0700
  • a88de8c1c9 cmake: Compile with 64-bit time stamps where possible Anonymous Maarten 2023-06-29 02:58:17 +0200
  • 1453cfa4e9
    pulseaudio: Move to a threaded mainloop. Ryan C. Gordon 2023-06-28 20:25:50 -0400
  • 10fc3b3db7 evdev: Use time64-friendly accessors for struct input_event Simon McVittie 2023-06-28 17:49:10 +0100
  • e7327b6c73 wayland: Flush cached themes on a theme change Frank Praznik 2023-06-28 14:53:11 -0400
  • 8315a00a01 Fix crash in AudioConvertByteswap capehill 2023-06-28 21:25:01 +0300
  • aecb0e67d2 Fix crash in AudioConvertByteswap capehill 2023-06-28 21:25:01 +0300
  • fd6cb4dc86 wayland: Add a DBus message handler for the cursor size and theme properties. Frank Praznik 2023-06-28 11:42:44 -0400
  • 9580cfd56f wayland: Add a DBus message handler for the cursor size and theme properties. Frank Praznik 2023-06-28 11:42:44 -0400
  • 094972ebc3 evdev: Use time64-friendly accessors for struct input_event Simon McVittie 2023-06-28 17:49:10 +0100
  • e643d28d9c Set the hint value before calling hint callbacks Sam Lantinga 2023-06-28 08:53:48 -0700
  • ad12bb4fd1 Remove hints that weren't used anymore ! Sylvain 2023-06-28 14:30:07 +0200
  • 7751bfdbf3 cmake: create wiki dir before running wikiheaders.pl --copy-to-wiki Anonymous Maarten 2023-06-28 14:41:31 +0200
  • 42327cbdb7
    Remove hints that weren't used anymore ! Sylvain 2023-06-28 14:30:07 +0200
  • 2b335cc1e8
    Remove accelerometer-as-joystick (see #3012) Sylvain 2023-06-28 14:18:43 +0200
  • 0f4679102c Fixed pedantic warning: comma at end of enumerator list Sam Lantinga 2023-06-27 21:52:33 -0700
  • ba170daf84 Don't crash if SDL_MapRGB() and SDL_MapRGBA() are passed a NULL format Sam Lantinga 2023-06-27 16:07:56 -0700
  • cc5e9ffe70 Don't crash if SDL_MapRGB() and SDL_MapRGBA() are passed a NULL format Sam Lantinga 2023-06-27 16:07:56 -0700
  • 600c615529 Fixed bug #7821 - docs/README-migration.md function name typos Sylvain 2023-06-27 20:07:59 +0200
  • d144c71931
    Fixed bug #7821 - docs/README-migration.md function name typos Sylvain 2023-06-27 20:07:59 +0200
  • afdd448834 cmake: don't install sdlmanpages.cmake Anonymous Maarten 2023-06-27 19:02:33 +0200
  • 7fa2ddb0de Fixed Nintendo Switch Pro controllers that don't have readable user calibration Sam Lantinga 2023-06-27 07:48:42 -0700
  • 9ee1200e6f Fixed Nintendo Switch Pro controllers that don't have readable user calibration Sam Lantinga 2023-06-27 07:48:42 -0700
  • c065a9b128 Fix some issues caught by check_stdlib_usage.py Sam Lantinga 2023-06-27 06:18:45 -0700
  • e8d2ccbc1c ci: reduce amount of files to copy back from freebsd vm Anonymous Maarten 2023-06-27 13:59:15 +0200
  • 1061a978c3 cmake: fix header GLOB used for generating man pages Anonymous Maarten 2023-06-27 13:49:29 +0200
  • 70ccf34587 Script to detect use of stdlib function Sylvain 2023-06-27 12:19:02 +0200
  • 55b7fd60a5
    Script to detect use of stdlib function Sylvain 2023-06-27 12:19:02 +0200
  • 937f5d0059 cmake: allow man page installation by SDL satellite libraries Anonymous Maarten 2023-06-27 02:49:05 +0200
  • 9ab2025127 wayland: Don't initialize OpenGL when the window flags didn't specify it Frank Praznik 2023-06-26 11:58:56 -0400
  • 9aca2a4339 hidapi: switch: Handle MCU input reports Narr the Reg 2023-06-26 10:54:52 -0600
  • 425062c123 hidapi: switch: Handle MCU input reports Narr the Reg 2023-06-26 10:54:52 -0600
  • 82027cf1c7 hidapi: switch: Handle MCU input reports Narr the Reg 2023-06-26 10:54:52 -0600
  • 95891bb955 wayland: Don't initialize OpenGL when the window flags didn't specify it Frank Praznik 2023-06-26 11:58:56 -0400
  • 02398a8f11 Allow building against old Linux kernels. Ozkan Sezer 2023-06-26 18:01:50 +0300
  • fd062657dd Fixed build Sam Lantinga 2023-06-26 07:43:44 -0700
  • 6cc21af900 Don't keep sensor file open while sensors are disabled meyraud705 2023-05-13 19:22:12 +0200
  • 9cfac88054 Improve sensor detection for Linux gamepad meyraud705 2023-05-13 18:25:45 +0200
  • 000277060c Add support for sensor to joystick on Linux (evdev) meyraud705 2023-05-11 19:51:07 +0200
  • 13aa91d5f7
    Test name checking ... Sylvain 2023-06-26 10:42:36 +0200
  • dd6e3bb299
    remove pre compiled headers Sylvain 2023-06-26 10:41:53 +0200
  • cde374f43f Merge branch 'SDL2' of https://github.com/libsdl-org/SDL into SDL2 Andre Barata 2023-06-26 03:35:24 +0100
  • 0ba93e4aac Don't crash if SDL_MapRGB() and SDL_MapRGBA() are passed a NULL format Sam Lantinga 2023-06-27 16:07:56 -0700
  • 170428b107 Fixed Nintendo Switch Pro controllers that don't have readable user calibration Sam Lantinga 2023-06-27 07:48:42 -0700