Commit Graph

  • 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
  • 4e86bba76c Fix bug 3436 - SDL_RaiseWindow not working on windows Alex Szpakowski 2016-10-01 19:12:58 -0300
  • 8ad067bd36 Fixed bug 3065 - Screen is flickering during closing on-screen keyboard on Android Sam Lantinga 2016-10-01 15:14:48 -0700
  • 436a2977cf Fixed bug 3078 - cmake: fix sdl2.m4 install location on cross hosts Sam Lantinga 2016-10-01 15:11:18 -0700
  • 506b6eb57c Fixed build on older Raspberry Pi environments Sam Lantinga 2016-10-01 15:04:13 -0700
  • d9b0029fd5 Fixed warning and code style in SDL_evdev.c Sam Lantinga 2016-10-01 14:56:53 -0700
  • e2ebf4c308 Fixed build for X11 Sam Lantinga 2016-10-01 14:54:05 -0700
  • 3e969e4c12 Fixed windows build Sam Lantinga 2016-10-01 14:50:22 -0700
  • 77d5597df4 Fixed build warnings and errors Sam Lantinga 2016-10-01 14:48:18 -0700
  • 05179f9ea8 Fixed bug 3107 OSX - Process events in SDLApplication to fix integration with CEF. Sam Lantinga 2016-10-01 14:34:52 -0700
  • 440fd8388c Fixed bug 3116 - renderer->hidden in SDL_RenderCopy(Ex) Sam Lantinga 2016-10-01 14:31:00 -0700
  • 753ef962a1 Fixed bug 3130 - Spacebar not responding Sam Lantinga 2016-10-01 14:22:10 -0700
  • 97452c9ccb Fix SDL not resizing window when Android screen resolution changes Magnus Bjerke Vik 2016-10-01 14:18:29 -0700
  • 42acff5117 Fixed bug 3134 - CalculateXRandRRefreshRate() returns incorrect refresh rate due to floating point truncation. Sam Lantinga 2016-10-01 14:16:04 -0700
  • 38f0d2a334 Call setlocale + XSetModifiers before XOpenIM, Work around ibus+xim duplicate events. Alex Baines 2015-09-30 04:16:09 +0100
  • c7b3574970 Fixed bug 3138 - c_dfDIJoystick2 already defined in dinput8.lib Sam Lantinga 2016-10-01 14:05:35 -0700
  • df6c165ca6 Fixed 3149 - Mouse Pointer Raspberry Pi corrupt when moving over screen edges Sam Lantinga 2016-10-01 13:59:59 -0700
  • 398cc41377 Fixed bug 3157 - Rudimentary touchscreen support in SDL_evdev (supports Raspberry Pi) Sam Lantinga 2016-10-01 13:51:56 -0700
  • 2544f6e195 Fixed bug 3159 - SDL_blit_slow with BLENDING does not work Sam Lantinga 2016-10-01 13:40:01 -0700
  • d39cb91be2 Fixed bug 3161 - SDL_WINDOWEVENT_EXPOSED event possible queue overflow Sam Lantinga 2016-10-01 13:38:30 -0700
  • bfe27a7cdc Fixed bug 3165 - define numbers don't match types in Swift Sam Lantinga 2016-10-01 13:35:36 -0700
  • 7c940cc02d Fixed bug 3169 - GLES2_CreateRenderer does not check SDL_GL_GetAttribute result, causing use of uninitialized data Sam Lantinga 2016-10-01 13:33:32 -0700
  • e67af54b8c Fixed bug 3174 - SDL_SetRenderTarget clip rect Sam Lantinga 2016-10-01 13:29:30 -0700
  • b9aa66ead2 Removed carriage returns from previous patch Sam Lantinga 2016-10-01 13:16:31 -0700
  • e72cfa937e Fixed bug 3405 - Wrong default icon size on windows systems Sam Lantinga 2016-10-01 13:14:51 -0700
  • c575ba35d0 Fixed bug 3422 - OpenGL ES 1.1 renderer: SDL_UpdateTexture breaks later function calls (missing glDisable) Sam Lantinga 2016-10-01 13:07:36 -0700
  • 4c60dea883 Fix CMake setting an incorrect video backend on iOS Alex Szpakowski 2016-10-01 17:05:29 -0300
  • 40c128366a Fixed bug 3424 - SDL_GameController: Increase k_nMaxReverseEntries Sam Lantinga 2016-10-01 13:02:20 -0700
  • 891da4b0ee Fixed bug 3262 - Premake scripts are not compatible with "Genie" (premake fork) Sam Lantinga 2016-10-01 12:56:28 -0700
  • 3a161d7127 Fixed bug 3268 - CMAKE: ios fixes Sam Lantinga 2016-10-01 12:54:48 -0700
  • 1ebced88f0 Fixed bug 3276 - build-scripts/showrev.sh prints the tip, which isn't useful if you're on a different -# branch, or just not sync'd to the tip. Sam Lantinga 2016-10-01 12:52:55 -0700
  • c89fe05965 Fixed bug 3301 - IBus support on Linux with CMake Sam Lantinga 2016-10-01 12:48:08 -0700
  • 167d4a536e Fixed bug 3305 - Fixed TextInput status when the keyboard was dismissed with the dismiss key on the iPad Sam Lantinga 2016-10-01 12:46:36 -0700
  • d334455762 Force WM_PAINT events on window resize Ethan Lee 2016-04-12 10:45:56 -0400
  • 89aa73e898 Fixed bug 3318 - testime.c enhancement with GNU Unifont support Sam Lantinga 2016-10-01 12:43:14 -0700
  • 5ee8580143 Fixed bug 3319 - Getting the POSIX out of testqsort.c Sam Lantinga 2016-10-01 12:33:26 -0700
  • a496103812 Fixed bug 3320 - SDL_windows_main.c defines both console application entry points Sam Lantinga 2016-10-01 12:31:31 -0700
  • 160788e6bd Fixed bug 3322 - Missing error checking in testaudioinfo and testaudiohotplug Sam Lantinga 2016-10-01 12:29:55 -0700