Commit Graph

  • 4c9f31398f Added note for David Carlier's work on OpenBSD Sam Lantinga 2016-10-12 18:57:12 -07:00
  • 4759042404 Build SDL as universal binary Sam Lantinga 2016-10-12 18:46:17 -07:00
  • 3a77b42de7 Fixed build warning Sam Lantinga 2016-10-12 18:45:56 -07:00
  • f6bcfa0175 X11: Fixed compile warning about unused variable. Philipp Wiesemann 2016-10-12 23:38:31 +02:00
  • ed80cfd9bc Removed empty statements in tests. Philipp Wiesemann 2016-10-12 23:36:49 +02:00
  • 9d0e07490a Linux: Removed redundant function call. Philipp Wiesemann 2016-10-12 23:36:29 +02:00
  • cfb24c7673 Fixed pointer signedness warning Sam Lantinga 2016-10-12 00:01:17 -07:00
  • 3b3dd9af5a Updated WhatsNew with 2.0.5 changes Sam Lantinga 2016-10-11 23:56:52 -07:00
  • f5c2bf120a Fixed comment for new pixel formats Sam Lantinga 2016-10-11 23:21:41 -07:00
  • 36e40d30fc Fixed bug 2923 - Add SDL_PIXELFORMAT_RGBA32 for byte-wise 32bit RGBA data Sam Lantinga 2016-10-11 23:19:05 -07:00
  • 8a0704d15f cmake: Now generates Wayland protocol source bits like the configure script. Ryan C. Gordon 2016-10-11 16:36:40 -04:00
  • d9e3972acb Fix invalid read from poor setlocale usage. Alex Baines 2016-10-03 15:31:11 +01:00
  • aae28e3ec1 Fixed bug 3096 - SDL_BlitSurface with overlapping source and destination Steffen Pankratz 2016-10-10 18:28:05 +02:00
  • 564c790f33 Fixed a memory leak in function GL_RenderReadPixels Steffen Pankratz 2016-10-11 17:31:29 +02:00
  • fed9b60492 Use SDL C runtime strlen() Sam Lantinga 2016-10-10 23:26:26 -07:00
  • ca42373fb5 alsa: more tapdancing to enumerate physical hardware devices. Ryan C. Gordon 2016-10-10 15:29:18 -04:00
  • 9db5e9aae9 Made #if defined(X) consistent Sam Lantinga 2016-10-10 02:58:29 -07:00
  • 6dedbc4309 Make sure we have iconv.h before building with it Sam Lantinga 2016-10-10 02:58:12 -07:00
  • 367a6a3ddf Fixed compiling of three test programs with C++. Philipp Wiesemann 2016-10-09 20:31:32 +02:00
  • f9b15a94ec Linux: Fixed mixed up scancodes. Philipp Wiesemann 2016-10-09 20:31:04 +02:00
  • f662f68066 iOS: Updated demo README. Philipp Wiesemann 2016-10-09 20:30:49 +02:00
  • 42f85aa29e Fixed building and using fcitx IME support on Linux Sam Lantinga 2016-10-08 11:30:07 -07:00
  • 27d4f09929 Implemented SDL_GetHintBoolean() to make it easier to check boolean hints Sam Lantinga 2016-10-07 23:40:44 -07:00
  • 92d700f199 SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING Ethan Lee 2016-09-30 09:26:57 -04:00
  • 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 -07:00
  • 808c75d1cf Fixed bug 2824 - Add Fcitx Input Method Support Sam Lantinga 2016-10-07 18:57:40 -07:00
  • 89abbbfe9e Fixed bug 3438 - SDL_GameControllerEventWatcher: Log on event with value >= k_nMaxReverseEntries Sam Lantinga 2016-10-07 18:24:34 -07:00
  • 752931d85e Improve X11 key handling when XKB isn't available + add xvnc scancodes. Alex Baines 2016-10-03 11:35:34 +01:00
  • 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 -07:00
  • cceca2ac99 Additional patch to correct the number key assignments, and add assignments for keys that were missed Bill Lash 2015-08-15 00:25:52 -05:00
  • eea76fc199 Fixed bug 3063 - Wayland: SDL resizes EGL surface to 0x0. Sam Lantinga 2016-10-07 18:11:03 -07:00
  • 62b9e1c797 Fixed bug 3061 - Selecting the dummy video driver on Mac OS X results in an error Sam Lantinga 2016-10-07 18:09:09 -07:00
  • abefe78507 Fixed bug 3043 - fix alsa configury and cmake checks Sam Lantinga 2016-10-07 18:03:08 -07:00
  • 9c48365524 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 -07:00
  • 5c2320f113 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 -07:00
  • d3cbc664d5 Fixed bug 2983 - Update Android.readme to include Tegra Graphics Debugger compatibility tip Sam Lantinga 2016-10-07 17:49:33 -07:00
  • 104c9541d9 Converted README documentation to DOS text format Sam Lantinga 2016-10-07 17:46:58 -07:00
  • bf076c22ad Fixed bug 2957 - De-reference rz_src without NULL check in SDLgfx_rotateSurface function Sam Lantinga 2016-10-07 17:30:21 -07:00
  • 8b64a78da9 Fixed bug 2956 - De-reference videodata without NULL check in X11_DispatchEvent(_THIS) function Sam Lantinga 2016-10-07 17:26:25 -07:00
  • 93ff12ce83 Fixed bug 2952 - SDL_MixAudioFormat does not support audio format AUDIO_U16LSB/AUDIO_U16MSB Sam Lantinga 2016-10-07 17:23:20 -07:00
  • d2676c2985 Fixed bug 2924 - SDL_CreateRGBSurface[From] versions that take SDL_PIXELFORMAT enum Sam Lantinga 2016-10-07 17:04:58 -07:00
  • 73f2c5413d Fixed bug 2885 - SDL_stdinc.h doesn't need to include iconv.h Sam Lantinga 2016-10-07 16:44:42 -07:00
  • 7d2108ce81 audio: Backed out the audio-thread detaching changes. Ryan C. Gordon 2016-10-07 19:39:43 -04:00
  • 24df68ea33 Fixed bug 2833 - Access Violation on SDL_PollEvent after init, delay and quit of joystick subsystem Sam Lantinga 2016-10-07 16:32:58 -07:00
  • dac3892816 Fixed bug 2832 - Inverted arrow-key navigation in MessageBox Sam Lantinga 2016-10-07 16:19:50 -07:00
  • 8bc5c57d2e Fixed recentering triggers when the application doesn't have focus Sam Lantinga 2016-10-07 16:13:37 -07:00
  • 72164985b0 Fixed bug 2823 - Release events for triggers receive wrong centered value Sam Lantinga 2016-10-07 16:04:15 -07:00
  • f674f2311a Fixed bug 2808 - Fix SDL reporting wrong window size on resume Sam Lantinga 2016-10-07 15:21:19 -07:00
  • 5c1ab40302 Applied Ubuntu patch bug_822210_fix_sdl2-config.cmake_whitespace.patch Sam Lantinga 2016-10-07 15:08:37 -07:00
  • f6a280ab7f audio: Don't trust audio drivers to drain pending audio. Ryan C. Gordon 2016-10-07 15:13:46 -04:00
  • 551cdc8dec audio: better way to calculate buffer drain wait times. Ryan C. Gordon 2016-10-07 14:42:24 -04:00
  • 76f48acf63 audio: threading and device hang improvements. Ryan C. Gordon 2016-10-07 14:35:25 -04:00
  • 3b0c79363d Some systems include both "default:" and "hw:" for the same usb device Sam Lantinga 2016-10-07 11:18:55 -07:00
  • 8e1994614c fix for finding ALSA hotplug devices on Steam Link Sam Lantinga 2016-10-06 06:08:16 -07:00
  • 9257b72d53 Backed out a very unsafe change that was trying to prevent audio hang at quit. Sam Lantinga 2016-10-05 00:12:16 -07:00
  • bac61096d8 ensure SDL_AUDIODEVICEREMOVED gets sent when hotplug removes a device Sam Lantinga 2016-10-04 06:48:07 -07:00
  • 69cf170356 fix deadlock on close device Sam Lantinga 2016-10-04 06:46:46 -07:00
  • 2558c9c836 fix audio deadlock Sam Lantinga 2016-10-04 06:45:28 -07:00
  • 56c88c4531 Modified the custom cursor test to be able to load BMP files as cursors Sam Lantinga 2016-10-04 04:08:02 -07:00
  • a21a227a87 Fixed bug 3021 - HapticOpenFromJoystick() problems Sam Lantinga 2016-10-04 03:50:28 -07:00
  • 1051dceb14 Fixed compiler warning about missing field initializers Sam Lantinga 2016-10-04 03:42:42 -07:00
  • 5d5127c4a0 Fixed compiler warning - this should have been a const char pointer Sam Lantinga 2016-10-04 03:38:39 -07:00
  • 46f44f66f8 Fixed potential buffer overflow in SDL_vsnprintf() (thanks, Taylor!). Ryan C. Gordon 2016-10-04 14:25:31 -04:00
  • 351adf156a 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 -07:00
  • 34eebfba9b Fixed setting the version info in the shared library when using CMake Sam Lantinga 2016-10-03 03:42:10 -07:00
  • 05ca784e5b Android: Fixed compile error. Philipp Wiesemann 2016-10-02 22:32:50 +02:00
  • 67bf5cac1a Fixed wrong pixel format if reading pixels from OpenGL renderer. Philipp Wiesemann 2016-10-02 22:32:35 +02:00
  • f8aa4291ca Added brackets to function names in header comments so that doxygen links them. Philipp Wiesemann 2016-10-02 22:32:18 +02:00
  • 969c316797 Fixed MinGW-w64 build warnings in SDL_render_d3d11.c David Ludwig 2016-10-01 18:49:15 -04:00
  • 702d9348ac Added SDL prefix to local IID constants Sam Lantinga 2016-10-01 15:23:43 -07:00
  • 3c8a26984d WinRT: build fix in joystick code David Ludwig 2016-10-01 18:10:50 -04:00
  • 7851eb0836 Fixed bug 3437 - build error for WinRT/UWP .dlls, caused by fix for SDL bug 3336 David Ludwig 2016-10-01 18:10:15 -04:00
  • 8500de8fa5 Fix tabs -> spaces Alex Szpakowski 2016-10-01 19:16:46 -03:00
  • f0539aa25e Fix bug 3436 - SDL_RaiseWindow not working on windows Alex Szpakowski 2016-10-01 19:12:58 -03:00
  • 4e6f219941 Fixed bug 3065 - Screen is flickering during closing on-screen keyboard on Android Sam Lantinga 2016-10-01 15:14:48 -07:00
  • c9be93c65b Fixed bug 3078 - cmake: fix sdl2.m4 install location on cross hosts Sam Lantinga 2016-10-01 15:11:18 -07:00
  • ac7d117475 Fixed build on older Raspberry Pi environments Sam Lantinga 2016-10-01 15:04:13 -07:00
  • a0d3e0d64a Fixed warning and code style in SDL_evdev.c Sam Lantinga 2016-10-01 14:56:53 -07:00
  • d2c8c5094c Fixed build for X11 Sam Lantinga 2016-10-01 14:54:05 -07:00
  • 7b34f47e19 Fixed windows build Sam Lantinga 2016-10-01 14:50:22 -07:00
  • fa0f417631 Fixed build warnings and errors Sam Lantinga 2016-10-01 14:48:18 -07:00
  • fae5d0eab3 Fixed bug 3107 OSX - Process events in SDLApplication to fix integration with CEF. Sam Lantinga 2016-10-01 14:34:52 -07:00
  • c8cfccc2f1 Fixed bug 3116 - renderer->hidden in SDL_RenderCopy(Ex) Sam Lantinga 2016-10-01 14:31:00 -07:00
  • 359f59aef5 Fixed bug 3130 - Spacebar not responding Sam Lantinga 2016-10-01 14:22:10 -07:00
  • 555e6c9686 Fix SDL not resizing window when Android screen resolution changes Magnus Bjerke Vik 2016-10-01 14:18:29 -07:00
  • 0250eb3c4f Fixed bug 3134 - CalculateXRandRRefreshRate() returns incorrect refresh rate due to floating point truncation. Sam Lantinga 2016-10-01 14:16:04 -07:00
  • 7543092add Call setlocale + XSetModifiers before XOpenIM, Work around ibus+xim duplicate events. Alex Baines 2015-09-30 04:16:09 +01:00
  • 64180d2261 Fixed bug 3138 - c_dfDIJoystick2 already defined in dinput8.lib Sam Lantinga 2016-10-01 14:05:35 -07:00
  • da6197c5a8 Fixed 3149 - Mouse Pointer Raspberry Pi corrupt when moving over screen edges Sam Lantinga 2016-10-01 13:59:59 -07:00
  • 1a31bbe2c8 Fixed bug 3157 - Rudimentary touchscreen support in SDL_evdev (supports Raspberry Pi) Sam Lantinga 2016-10-01 13:51:56 -07:00
  • 473051f6bb Fixed bug 3159 - SDL_blit_slow with BLENDING does not work Sam Lantinga 2016-10-01 13:40:01 -07:00
  • 13dd2ccda8 Fixed bug 3161 - SDL_WINDOWEVENT_EXPOSED event possible queue overflow Sam Lantinga 2016-10-01 13:38:30 -07:00
  • 614cb35a4d Fixed bug 3165 - define numbers don't match types in Swift Sam Lantinga 2016-10-01 13:35:36 -07:00
  • ecea3c4a24 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 -07:00
  • 67901f537c Fixed bug 3174 - SDL_SetRenderTarget clip rect Sam Lantinga 2016-10-01 13:29:30 -07:00
  • f4b26cd8e0 Removed carriage returns from previous patch Sam Lantinga 2016-10-01 13:16:31 -07:00
  • 7b0ccd32e5 Fixed bug 3405 - Wrong default icon size on windows systems Sam Lantinga 2016-10-01 13:14:51 -07:00
  • 86b4319d21 Fixed bug 3422 - OpenGL ES 1.1 renderer: SDL_UpdateTexture breaks later function calls (missing glDisable) Sam Lantinga 2016-10-01 13:07:36 -07:00
  • 571f4ce8a6 Fix CMake setting an incorrect video backend on iOS Alex Szpakowski 2016-10-01 17:05:29 -03:00
  • c2e2565144 Fixed bug 3424 - SDL_GameController: Increase k_nMaxReverseEntries Sam Lantinga 2016-10-01 13:02:20 -07:00