Commit Graph

  • ba051ae7d9 Linux: Added missing scancodes. Philipp Wiesemann 2016-10-16 22:47:49 +0200
  • f31ce3fb33 Windows: Fixed not removing the always added hint callback on quit. Philipp Wiesemann 2016-10-16 22:47:37 +0200
  • c0578f9293 Linux: Removed not needed platform info from entry in controller database. Philipp Wiesemann 2016-10-16 22:46:56 +0200
  • 099e8a685b Linux: Fixed compile warnings about unused variables. Philipp Wiesemann 2016-10-15 20:02:17 +0200
  • 1fd2646c60 Android: Split long line in README. Philipp Wiesemann 2016-10-15 20:01:50 +0200
  • 826508b6ee Removed unused constants in controllermap program. Philipp Wiesemann 2016-10-15 20:01:30 +0200
  • 01f6273675 emscripten: check if device pixel ratio has changed Csongor Szabo 2016-10-14 17:06:28 +0100
  • bc93bdb921 Fixed compiler option warning for 64-bit builds on Visual Studio 2008 Sam Lantinga 2016-10-14 08:56:04 -0700
  • d5ddb3cb91 Fixed bug 3453 - First mouse button input after a drag and drop event is ignored Sam Lantinga 2016-10-14 08:40:21 -0700
  • 8aab39cb7d Fixed bug 3452 - Getting unicode arguments for the main entry point on Windows Sam Lantinga 2016-10-14 08:27:44 -0700
  • 3f38bd9142 Fixed warning about redefining DECLSPEC Sam Lantinga 2016-10-14 08:22:48 -0700
  • 3663dbe882 Fixed warning about missing field initializers in SDL_DBusContext Static variables are automatically initialized to zero. Sam Lantinga 2016-10-14 08:20:40 -0700
  • 824ecc8f7a Fixed processing mouse and keyboard events in hatari, which uses the old SDLMain.m without creating an SDLApplication instance Sam Lantinga 2016-10-14 08:15:39 -0700
  • 83cb2b63a3 Fixed bug 2758 - Android issues with NDK r10c and API-21 Sam Lantinga 2016-10-14 06:57:55 -0700
  • f3502c3c53 Fixed building with cmake when fcitx isn't installed Sam Lantinga 2016-10-14 01:04:21 -0700
  • 8e2634eb13 Fixed divide by zero if setting integer scale without setting logical width and height Sam Lantinga 2016-10-14 00:51:57 -0700
  • e4af8ce968 Fixed typo getting the drawable size Sam Lantinga 2016-10-13 04:57:31 -0700
  • 063f752e0d Fixed bug 3328 - Race condition in Wayland_VideoInit Sam Lantinga 2016-10-13 04:54:43 -0700
  • f94bd05736 Fixed bug 3451 - Raspberry Pi Raspbian SDL_assert triggered sometimes at RPI_WarpMouseGlobal Sam Lantinga 2016-10-13 04:53:01 -0700
  • c490b54e08 Fixed black screen on Steam Link Sam Lantinga 2016-10-13 04:01:25 -0700
  • 3f167a5a7f Added support for the PS4 Slim controller, model CUH-ZCT2U Sam Lantinga 2016-10-13 02:19:23 -0700
  • cb7b823cc1 Fixed black screen on Steam Link Sam Lantinga 2016-10-13 02:09:37 -0700
  • 662f966cd9 Fixed bug 3355 - false "Invalid renderer" after creating an "opengles2" renderer. Sam Lantinga 2016-10-13 08:46:34 -0700
  • 741aaf4c80 Added a note on how to allow non-root applications to increase their thread priority on Linux Sam Lantinga 2016-10-12 22:34:54 -0700
  • 62310c6bfd Work-around for a hang when USB devices are unplugged, contributed by James Zipperer Sam Lantinga 2016-10-12 22:25:19 -0700
  • 14e7da75b2 Backed out change 7d3df1df4e91 which was: Fixed bug 3320 - SDL_windows_main.c defines both console application entry points With that change only the wmain() entry point was defined, and applications that linked with main() would no longer build. Sam Lantinga 2016-10-12 19:50:16 -0700
  • 4c9f31398f Added note for David Carlier's work on OpenBSD Sam Lantinga 2016-10-12 18:57:12 -0700
  • 4759042404 Build SDL as universal binary Sam Lantinga 2016-10-12 18:46:17 -0700
  • 3a77b42de7 Fixed build warning Sam Lantinga 2016-10-12 18:45:56 -0700
  • f6bcfa0175 X11: Fixed compile warning about unused variable. Philipp Wiesemann 2016-10-12 23:38:31 +0200
  • ed80cfd9bc Removed empty statements in tests. Philipp Wiesemann 2016-10-12 23:36:49 +0200
  • 9d0e07490a Linux: Removed redundant function call. Philipp Wiesemann 2016-10-12 23:36:29 +0200
  • cfb24c7673 Fixed pointer signedness warning Sam Lantinga 2016-10-12 00:01:17 -0700
  • 3b3dd9af5a Updated WhatsNew with 2.0.5 changes Sam Lantinga 2016-10-11 23:56:52 -0700
  • f5c2bf120a Fixed comment for new pixel formats Sam Lantinga 2016-10-11 23:21:41 -0700
  • 36e40d30fc Fixed bug 2923 - Add SDL_PIXELFORMAT_RGBA32 for byte-wise 32bit RGBA data Sam Lantinga 2016-10-11 23:19:05 -0700
  • 8a0704d15f cmake: Now generates Wayland protocol source bits like the configure script. Ryan C. Gordon 2016-10-11 16:36:40 -0400
  • d9e3972acb Fix invalid read from poor setlocale usage. Alex Baines 2016-10-03 15:31:11 +0100
  • aae28e3ec1 Fixed bug 3096 - SDL_BlitSurface with overlapping source and destination Steffen Pankratz 2016-10-10 18:28:05 +0200
  • 564c790f33 Fixed a memory leak in function GL_RenderReadPixels Steffen Pankratz 2016-10-11 17:31:29 +0200
  • fed9b60492 Use SDL C runtime strlen() Sam Lantinga 2016-10-10 23:26:26 -0700
  • ca42373fb5 alsa: more tapdancing to enumerate physical hardware devices. Ryan C. Gordon 2016-10-10 15:29:18 -0400
  • 9db5e9aae9 Made #if defined(X) consistent Sam Lantinga 2016-10-10 02:58:29 -0700
  • 6dedbc4309 Make sure we have iconv.h before building with it Sam Lantinga 2016-10-10 02:58:12 -0700
  • 367a6a3ddf Fixed compiling of three test programs with C++. Philipp Wiesemann 2016-10-09 20:31:32 +0200
  • f9b15a94ec Linux: Fixed mixed up scancodes. Philipp Wiesemann 2016-10-09 20:31:04 +0200
  • f662f68066 iOS: Updated demo README. Philipp Wiesemann 2016-10-09 20:30:49 +0200
  • 42f85aa29e Fixed building and using fcitx IME support on Linux Sam Lantinga 2016-10-08 11:30:07 -0700
  • 27d4f09929 Implemented SDL_GetHintBoolean() to make it easier to check boolean hints Sam Lantinga 2016-10-07 23:40:44 -0700
  • 92d700f199 SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING Ethan Lee 2016-09-30 09:26:57 -0400
  • 52ae92eaf7 ALSA_snd_pcm_drop() can hang on some systems (Steam Link) so don't use that when shutting down the ALSA audio driver. Sam Lantinga 2016-10-07 19:08:22 -0700
  • 808c75d1cf Fixed bug 2824 - Add Fcitx Input Method Support Sam Lantinga 2016-10-07 18:57:40 -0700
  • 89abbbfe9e Fixed bug 3438 - SDL_GameControllerEventWatcher: Log on event with value >= k_nMaxReverseEntries Sam Lantinga 2016-10-07 18:24:34 -0700
  • 752931d85e Improve X11 key handling when XKB isn't available + add xvnc scancodes. Alex Baines 2016-10-03 11:35:34 +0100
  • b5cb44ab1a overscan (feature for SDL_RenderSetLogicalSize): Fix to ignore overscan hint when using the Direct3D 9 backend. D39 does not support negative viewport values which the current implementation relies on. D3D11 does support negative viewport values so that will continue working. Refer to Bug 2799. Eric Wing 2016-04-04 19:25:24 -0700
  • bb3cb4f42a overscan (feature for SDL_RenderSetLogicalSize): Fix to ignore overscan hint when using the Direct3D 9 backend. D39 does not support negative viewport values which the current implementation relies on. D3D11 does support negative viewport values so that will continue working. Refer to Bug 2799. Eric Wing 2016-04-04 19:25:24 -0700
  • b8cf2b38b1 Additional patch to correct the number key assignments, and add assignments for keys that were missed Bill Lash 2015-08-15 00:25:52 -0500
  • 18f8bd5629 Fixed bug 3063 - Wayland: SDL resizes EGL surface to 0x0. Sam Lantinga 2016-10-07 18:11:03 -0700
  • 47935ee3f6 Fixed bug 3061 - Selecting the dummy video driver on Mac OS X results in an error Sam Lantinga 2016-10-07 18:09:09 -0700
  • b627568cbc Fixed bug 3043 - fix alsa configury and cmake checks Sam Lantinga 2016-10-07 18:03:08 -0700
  • 614a24431f Fixed bug 3029 - software renderer cuts off edges when rotate-blitting with a multiple of 90 degrees Sam Lantinga 2016-10-07 18:00:30 -0700
  • b9ddb9c612 Fixed bug 3022 - SDL_UnlockMutex(SDL_EventQ.lock) in SDL_PeepEvents can cause error when lock is null Sam Lantinga 2016-10-07 17:58:02 -0700
  • 9bd0b4194b Fixed bug 2983 - Update Android.readme to include Tegra Graphics Debugger compatibility tip Sam Lantinga 2016-10-07 17:49:33 -0700
  • 7ab79632b5 Converted README documentation to DOS text format Sam Lantinga 2016-10-07 17:46:58 -0700
  • 9f1fb8ad81 Fixed bug 2957 - De-reference rz_src without NULL check in SDLgfx_rotateSurface function Sam Lantinga 2016-10-07 17:30:21 -0700
  • 1c0414f467 Fixed bug 2956 - De-reference videodata without NULL check in X11_DispatchEvent(_THIS) function Sam Lantinga 2016-10-07 17:26:25 -0700
  • 4cf35a738c Fixed bug 2952 - SDL_MixAudioFormat does not support audio format AUDIO_U16LSB/AUDIO_U16MSB Sam Lantinga 2016-10-07 17:23:20 -0700
  • bdcd450d21 Fixed bug 2924 - SDL_CreateRGBSurface[From] versions that take SDL_PIXELFORMAT enum Sam Lantinga 2016-10-07 17:04:58 -0700
  • 53d3aa0dad Fixed bug 2885 - SDL_stdinc.h doesn't need to include iconv.h Sam Lantinga 2016-10-07 16:44:42 -0700
  • 19e339afc1 audio: Backed out the audio-thread detaching changes. Ryan C. Gordon 2016-10-07 19:39:43 -0400
  • 4663d13cb7 Fixed bug 2833 - Access Violation on SDL_PollEvent after init, delay and quit of joystick subsystem Sam Lantinga 2016-10-07 16:32:58 -0700
  • cee5465384 Fixed bug 2832 - Inverted arrow-key navigation in MessageBox Sam Lantinga 2016-10-07 16:19:50 -0700
  • 63c79e55b8 Fixed recentering triggers when the application doesn't have focus Sam Lantinga 2016-10-07 16:13:37 -0700
  • 4ab737a98e Fixed bug 2823 - Release events for triggers receive wrong centered value Sam Lantinga 2016-10-07 16:04:15 -0700
  • 2259928bff Fixed bug 2808 - Fix SDL reporting wrong window size on resume Sam Lantinga 2016-10-07 15:21:19 -0700
  • a60f97d779 Applied Ubuntu patch bug_822210_fix_sdl2-config.cmake_whitespace.patch Sam Lantinga 2016-10-07 15:08:37 -0700
  • c5713d0e19 audio: Don't trust audio drivers to drain pending audio. Ryan C. Gordon 2016-10-07 15:13:46 -0400
  • d4611f9b3f audio: better way to calculate buffer drain wait times. Ryan C. Gordon 2016-10-07 14:42:24 -0400
  • 11e8a7c3c8 audio: threading and device hang improvements. Ryan C. Gordon 2016-10-07 14:35:25 -0400
  • 26f4b81a8b Some systems include both "default:" and "hw:" for the same usb device Sam Lantinga 2016-10-07 11:18:55 -0700
  • 3311988f75 fix for finding ALSA hotplug devices on Steam Link Sam Lantinga 2016-10-06 06:08:16 -0700
  • 76a9019e05 Backed out a very unsafe change that was trying to prevent audio hang at quit. Sam Lantinga 2016-10-05 00:12:16 -0700
  • 0bc488c13d ensure SDL_AUDIODEVICEREMOVED gets sent when hotplug removes a device Sam Lantinga 2016-10-04 06:48:07 -0700
  • b9ccfde8e4 fix deadlock on close device Sam Lantinga 2016-10-04 06:46:46 -0700
  • 92d3a12a94 fix audio deadlock Sam Lantinga 2016-10-04 06:45:28 -0700
  • 197842427f Modified the custom cursor test to be able to load BMP files as cursors Sam Lantinga 2016-10-04 04:08:02 -0700
  • f96af13c1e Fixed bug 3021 - HapticOpenFromJoystick() problems Sam Lantinga 2016-10-04 03:50:28 -0700
  • cc56dfd234 Fixed compiler warning about missing field initializers Sam Lantinga 2016-10-04 03:42:42 -0700
  • 3fc62c203d Fixed compiler warning - this should have been a const char pointer Sam Lantinga 2016-10-04 03:38:39 -0700
  • 2ecc2ae63f Fixed potential buffer overflow in SDL_vsnprintf() (thanks, Taylor!). Ryan C. Gordon 2016-10-04 14:25:31 -0400
  • 060d726731 Fixed bug 2157 - Caps Lock key produces key down & key up events while key is still pressed. Sam Lantinga 2016-10-04 02:11:52 -0700
  • f0b34071d4 Fixed setting the version info in the shared library when using CMake Sam Lantinga 2016-10-03 03:42:10 -0700
  • 7bc2e25d46 Android: Fixed compile error. Philipp Wiesemann 2016-10-02 22:32:50 +0200
  • db26f83c17 Fixed wrong pixel format if reading pixels from OpenGL renderer. Philipp Wiesemann 2016-10-02 22:32:35 +0200
  • fd13d325c6 Added brackets to function names in header comments so that doxygen links them. Philipp Wiesemann 2016-10-02 22:32:18 +0200
  • 638cee2363 Fixed MinGW-w64 build warnings in SDL_render_d3d11.c David Ludwig 2016-10-01 18:49:15 -0400
  • 2f3e21ce1c Added SDL prefix to local IID constants Sam Lantinga 2016-10-01 15:23:43 -0700
  • 4d59d36a96 WinRT: build fix in joystick code David Ludwig 2016-10-01 18:10:50 -0400
  • 15a58dafbf Fixed bug 3437 - build error for WinRT/UWP .dlls, caused by fix for SDL bug 3336 David Ludwig 2016-10-01 18:10:15 -0400
  • c17c078cd6 Fix tabs -> spaces Alex Szpakowski 2016-10-01 19:16:46 -0300