Commit graph

  • 5a0ea7fb17 Check for O_CLOEXEC definition in fcntl.h at configuration time, Ozkan Sezer 2021-11-27 19:10:10 +0300
  • f903a39e13
    haptic: Fix SDL_MouseIsHaptic() always returning SDL_TRUE on Android Cameron Gutman 2021-11-27 10:18:41 -0600
  • 11a9cd6344 Fixed building SDL on UWP Sam Lantinga 2021-11-27 08:14:50 -0800
  • 3008b005c3 Include SDL_hidapi.h in the public headers Sam Lantinga 2021-11-27 07:56:04 -0800
  • 02021ae753 Return capabitlities from RawInput joystick Mathieu Eyraud 2021-11-27 13:17:04 +0100
  • b786c10013 SDL_render_gl.c: GL_RunCommandQueue: always set viewport_dirty on macOS Eric Wasylishen 2021-11-26 19:45:16 -0700
  • 4f683f01d4 Fixed potentially truncated entry in stack trace Sam Lantinga 2021-11-26 17:26:42 -0800
  • 5f1558ffe3 Fixed detecting Raspberry Pi 2/3 video support on Pi 4 Sam Lantinga 2021-11-26 13:47:42 -0800
  • 4e5839a5f4 Fixed compiling for Raspberry Pi Sam Lantinga 2021-11-26 13:45:08 -0800
  • 86c0cf2bb1
    software: Draw a single pixel for a line with the same start/end point. Ryan C. Gordon 2021-11-26 14:31:20 -0500
  • a2e8565230 The Google Pixel fingerprint sensor isn't actually a joystick Sam Lantinga 2021-11-26 11:04:15 -0800
  • cb2f3bedf5 tidy-up a comment in cmake script Ozkan Sezer 2021-11-26 21:20:50 +0300
  • 67b5de5b41 Fixed build warnings Sam Lantinga 2021-11-26 10:18:08 -0800
  • 2ca2ad76da Fixed build warnings Sam Lantinga 2021-11-26 10:13:45 -0800
  • b6c1cfb93a Added API changes in 2.0.18 Sam Lantinga 2021-11-26 09:37:27 -0800
  • f90164a62f Fixed mapping for the G-Shark GS-GP702 Sam Lantinga 2021-11-26 09:01:29 -0800
  • 22e59cd106 CMakeLists.txt: update DYLIB_CURRENT_VERSION too 2.0.18 for release Ozkan Sezer 2021-11-26 19:15:28 +0300
  • 7242075b2b Updated version to 2.0.18 for release Sam Lantinga 2021-11-26 08:12:45 -0800
  • d861820465 SDL_JoystickGetAttached() doesn't need to be noisy for NULL joystick Sam Lantinga 2021-11-26 07:57:19 -0800
  • 30f04d63e6 HIDAPI is only reliable on Android 4.3 and newer Sam Lantinga 2021-11-26 07:15:46 -0800
  • d713a68071
    pulseaudio: wait until at least 1/8th (!) of the mixbuffer is available. Ryan C. Gordon 2021-11-25 22:32:40 -0500
  • eb39e20588 SDL_endian.h: remove aarch64 asm. Ozkan Sezer 2021-11-25 17:00:50 +0300
  • 53aa8eec5f minor cleanup for watcom _inline keyword. Ozkan Sezer 2021-11-25 17:00:24 +0300
  • 3c71f8939b Sync wiki -> header SDL Wiki Bot 2021-11-25 13:53:04 +0000
  • 57520cbde6 Improve documentation for input grabbing functions Cameron Gutman 2021-11-25 16:49:57 +0300
  • 2fa35757a9 cmake: Weak link to GameController.framework to handle older OSes Cameron Gutman 2021-11-24 23:34:45 +0300
  • bc409163a8 cmake: Detect SDL_JOYSTICK_MFI for macOS Cameron Gutman 2021-11-20 17:05:28 -0600
  • d5813776db Release UDEV ressources Sylvain 2021-11-25 09:56:15 +0100
  • 5cb85d611d CI: Add iOS and tvOS builds Cameron Gutman 2021-11-24 22:21:48 +0300
  • b99510836e SDL_mfijoystick.m: Fix -Wshadow warning Cameron Gutman 2021-11-24 13:04:50 -0600
  • e77cfb9a11 Fixed d3d11 renderer creation DarkContact 2021-11-24 00:29:45 +0300
  • d9f70878f9 don't use CMAKE_COMPILER_IS_MINGW Ozkan Sezer 2021-11-24 18:10:00 +0300
  • 57366285d8 Only send display events for hotplugged displays, not the initial state Sam Lantinga 2021-11-23 20:14:18 +0000
  • a3c05d2f34 Added debug output for display connect/disconnect events Sam Lantinga 2021-11-23 19:43:01 +0000
  • b7f9c2089a cmake: handle warning flags properly (thanks to hgs3 for pointers.) Ozkan Sezer 2021-11-23 18:56:50 +0300
  • f8900583e5 removed windows winmm joystick driver Ozkan Sezer 2021-11-23 17:04:40 +0300
  • d2871a348b testhaptic.c, testjoystick.c: fixed -Wshadow warnings. Ozkan Sezer 2021-11-23 15:10:50 +0300
  • e6a4230de9 Revert testevdev libc changes Sam Lantinga 2021-11-23 03:51:32 -0800
  • 3eaa80bb0b testgamecontroller.c: fixed -Wshadow warnings. Ozkan Sezer 2021-11-23 14:22:02 +0300
  • 370b8318af testmouse.c: fixed -Wshadow warnings. Ozkan Sezer 2021-11-23 14:01:10 +0300
  • 381f99a3fd
    Fix warnings: re-add enum forward declaration Sylvain 2021-11-23 10:58:04 +0100
  • dd6817b3b7
    Fix warnings: static function, {} initializier, un-needed enum forward declaration Sylvain 2021-11-23 10:47:34 +0100
  • fae7034901
    Fix warnings: static, include, un-initialized vairables Sylvain 2021-11-23 10:33:12 +0100
  • 2a24418bd3
    More "Integer overflow generates Illegal instruction under sanitizers" (see bug #4995) Sylvain 2021-11-23 09:44:37 +0100
  • e5467af7c8
    Minor change comment Sylvain 2021-11-23 09:42:07 +0100
  • 9c72adc86c
    More "Integer overflow generates Illegal instruction under sanitizers" (see bug #4995) Sylvain 2021-11-23 09:41:01 +0100
  • 8dd6edec00
    Fixed bug #3232 - Integer overflow generates Illegal instruction under sanitizers + see bug #4995 Sylvain 2021-11-23 09:30:42 +0100
  • e18be04bc6 Fixed undefined behavior in QueueCmdSetDrawColor() Ozkan Sezer 2021-11-23 08:01:02 +0300
  • c878d9a0aa Haiku: comment this should not be SDL_free() Sylvain 2021-11-22 17:06:41 +0100
  • c0029f01d7 remove 'free' in comment Sylvain 2021-11-22 17:00:48 +0100
  • aef7105408 Use SDL_free Sylvain 2021-11-22 16:58:04 +0100
  • 2004aaf3bb SDL_wave: use SDL_free Sylvain 2021-11-22 16:54:17 +0100
  • 0445c13aae Remove 'malloc' from comment Sylvain 2021-11-22 16:49:17 +0100
  • 155db97d14 Remove 'malloc' from comment Sylvain 2021-11-22 16:48:13 +0100
  • c3633d2c99 Haiku: use SDL_malloc Sylvain 2021-11-22 16:44:48 +0100
  • 79b37cc55f Pandora: use SDL_malloc Sylvain 2021-11-22 16:43:49 +0100
  • 10ffcbb115 QNX: use SDL_malloc Sylvain 2021-11-22 16:41:45 +0100
  • e72beeb2a0 Remove 'malloc' from comment Sylvain 2021-11-22 16:40:29 +0100
  • 38cfe25bc5 Remove 'malloc' from comment Sylvain 2021-11-22 16:39:56 +0100
  • 4d566e5d5d VITA, PSP: use SDL_malloc Sylvain 2021-11-22 16:39:22 +0100
  • 9fcc630fb3 X11: use SDL_malloc Sylvain 2021-11-22 16:37:34 +0100
  • 19bf36db15 DirectFB: use SDL_malloc Sylvain 2021-11-22 16:37:19 +0100
  • 8fb19d212e Vita: unneeded include Sylvain 2021-11-22 16:29:24 +0100
  • e702a4e520 PSP: un needed include Sylvain 2021-11-22 16:28:49 +0100
  • 8e851a277d Remove malloc from comment Sylvain 2021-11-22 16:28:07 +0100
  • 0ef9d26622 cpuinfo: remove malloc from comments Sylvain 2021-11-22 16:24:19 +0100
  • 5699e0fa0c visualtest: use SDL_malloc Sylvain 2021-11-22 16:22:39 +0100
  • 30338beb61 Minor comment Sylvain 2021-11-22 16:17:39 +0100
  • fb218e582a PSP: use SDL_malloc/SDL_free Sylvain 2021-11-22 16:16:04 +0100
  • f1582f549b Fix comment Sylvain 2021-11-22 11:27:40 +0100
  • 5a7a7ba570 Don't use "realloc" in comment so that it doesn't show up Sylvain 2021-11-22 11:25:59 +0100
  • b4aeaa30a1 Use SDL_calloc / SDL_free Sylvain 2021-11-22 11:20:52 +0100
  • cb9f85e8d0 Don't use "round", so that it's doesn't show up while searching for the function Sylvain 2021-11-22 11:18:01 +0100
  • 6fb50bd0a6 Don't use "exp" as a name so that it's doesn´t show up with searching for the function Sylvain 2021-11-22 11:16:23 +0100
  • 161dd83c9a Don´t use "trunc" as var name, since it's also a function Sylvain 2021-11-22 11:15:23 +0100
  • d31251b014 use SDL's functions version inplace of libc version Sylvain 2021-11-21 22:30:48 +0100
  • 35b7ce1893 cmake: final report fixes for mmx, ssemath, dummyvideo, wasapi, xinput. Ozkan Sezer 2021-11-22 14:10:02 +0300
  • 34d9c2e28f fixed typo: ervironment to environment めぐみ発動機 (isVowel / GreenWing) 2021-11-22 13:02:06 +0900
  • ee2afa00ba SDL_mfijoystick.m: fix build using older toolchains Ozkan Sezer 2021-11-22 05:11:10 +0300
  • 1927c08036 minor tidy-up to configury. Ozkan Sezer 2021-11-22 05:00:02 +0300
  • c97b721868 Added SDL_PremultiplyAlpha() to premultiply alpha on a block of SDL_PIXELFORMAT_ARGB8888 pixels Sam Lantinga 2021-11-21 12:18:10 -0800
  • 49369142bd
    Fixed bug #4625: with integer scale, viewport (as reported by SDL_RenderGetViewport) becomes -2147483648x-2147483648 0 isn't valid scale. Min integer scale is 1.0f Sylvain 2021-11-21 17:40:48 +0100
  • a0cb079a42
    Fixed bug #4982 - Failed to open audio_device on OpenSLES / Android 5.x with freq 96khz+ Sylvain 2021-11-21 15:45:08 +0100
  • ceb9e9a809 cocoa: Removed a debug printf call. Ryan C. Gordon 2021-11-21 00:21:41 -0500
  • 18715acb55 cocoa: Position non-left mouse button events in background windows correctly. Ryan C. Gordon 2021-11-21 00:14:18 -0500
  • 343fa61215 hid: fix inconsistent indentation Cameron Gutman 2021-11-20 13:17:59 -0600
  • db60b27188 hid: Only enumerate IOHIDDevices that are likely to be joysticks Cameron Gutman 2021-11-20 13:13:17 -0600
  • 23b7bdef87
    offscreen: Don't fail to create a window because of driver_loaded politics. Ryan C. Gordon 2021-11-20 14:11:30 -0500
  • fadf41fc6e remove excess whitespace Ozkan Sezer 2021-11-20 21:55:20 +0300
  • 504e7aa59b minor tidy-up for ifdefs & co. Ozkan Sezer 2021-11-20 21:51:10 +0300
  • cd86e269e4
    Fixed bug #4982 - Failed to open audio_device. Android 5.1 should be ok. Sylvain 2021-11-20 19:40:26 +0100
  • aeff8748a5
    configure: Allow building of the "offscreen" video target. Ryan C. Gordon 2021-11-20 13:35:25 -0500
  • e86d4bde54
    test: Makefile should copy unifont file, for testime.c to use. Ryan C. Gordon 2021-11-20 13:33:29 -0500
  • 61881eb0a9 docs/README-macos.md: Updated Xcode instructions. Ryan C. Gordon 2021-11-20 13:14:00 -0500
  • b6e8651ae9
    Audio 6.1 should be allowed now (see #4974) Sylvain 2021-11-20 15:31:21 +0100
  • b6d365677b
    Fixed bug #4982 - Failed to open audio_device on Android 5.x with freq 96khz+ Sylvain 2021-11-20 15:28:36 +0100
  • 495ee42a83 testcustomcursor.c: replaced libc sscanf with SDL_sscanf Ozkan Sezer 2021-11-20 01:15:20 +0300
  • 990fb668f7 tests: several -Wwrite-strings fixes. Ozkan Sezer 2021-11-20 01:02:02 +0300
  • 665865eda2 If the hardware is in an error state, the final page flip may not come. Sam Lantinga 2021-11-19 09:58:13 -0800
  • 6828955ddf Trim any extra platform strings from mappings when they're returned to the application Sam Lantinga 2021-11-19 09:58:11 -0800