Commit Graph

  • 73223c06b1 Windows: make sure SDL_TicksInit has been called before calling Sleep(ms) in SDL_Delay. This ensures the Windows system timer resolution is properly set before Sleep is called. Alex Szpakowski 2016-02-14 21:17:25 -0400
  • 157c9bbcb2 PSP: Deactivated dynamic API. Philipp Wiesemann 2016-02-13 17:35:38 +0100
  • 4bc9865e1f PSP: Added missing object for generic TLS to Makefile. Philipp Wiesemann 2016-02-13 17:34:14 +0100
  • 06e736108e Fixed spaces in license comments. Philipp Wiesemann 2016-02-10 19:31:23 +0100
  • b5b196d44d Android: C89 cleanup to avoid warnings/errors since the default gcc mode on Android is still pre-C99. Eric Wing 2016-02-09 17:36:42 -0800
  • c1bddfcf44 x11: Updated imKStoUCS.* to latest from x.org. Ryan C. Gordon 2016-02-08 01:08:21 -0500
  • a2f95dd53a iOS: Implemented clipboard support. Alex Szpakowski 2016-02-03 20:32:55 -0400
  • 9b457c308a David Carlier implemented SDL_GetBasePath() for OpenBSD Sam Lantinga 2016-01-31 21:11:15 -0800
  • 745ba35448 Return the full number of events from SDL_PeepEvents() if NULL is passed in with SDL_PEEKEVENT Sam Lantinga 2016-01-31 11:29:11 -0800
  • 27f54c6bc4 x11: Fix AltGr generating an invalid keycode (bug #3244). Thanks Thomas! Alex Szpakowski 2016-01-31 09:39:42 -0400
  • 748f09c9be PSP: Removed inlined copy of SDL_CalculateAudioSpec()'s functionality. Philipp Wiesemann 2016-01-27 23:20:23 +0100
  • 0236ab5e9d Android: Fixed ignoring a return value while handling motion events. Philipp Wiesemann 2016-01-26 22:20:05 +0100
  • 6d499743eb Fixed creating fullscreen windows on Steam Link Sam Lantinga 2016-01-22 13:12:16 -0800
  • 19037de488 Expose the EGL display and window for Vivante SDL windows Sam Lantinga 2016-01-16 21:58:49 -0800
  • 9e60365d97 Fixed compile warnings about type conversion. Philipp Wiesemann 2016-01-16 21:25:10 +0100
  • cf00bb2f7b Android: Fixed finishing Activity on some devices if right mouse button pressed. Philipp Wiesemann 2016-01-13 19:31:03 +0100
  • 72bee5268f Fixed two typos in documentation. Philipp Wiesemann 2016-01-12 22:23:53 +0100
  • 2f0d538a21 Android: Added mouse initialization to reset state. Philipp Wiesemann 2016-01-12 22:23:00 +0100
  • 841fb33d0d Android: Fixed a comment. Philipp Wiesemann 2016-01-12 22:22:24 +0100
  • 4ec8a79034 Android: Added mapping of mouse forward button and mouse back button. Philipp Wiesemann 2016-01-11 20:02:48 +0100
  • e49ed6bb35 Removed dead code (caught by Clang's static analyzer). Alex Szpakowski 2016-01-09 17:41:09 -0400
  • 5589ba7906 CMake: only set "-O3 -g" defaults if CMAKE_BUILD_TYPE wasn't set at all. Ryan C. Gordon 2016-01-08 07:32:51 -0500
  • 8c6acefcca Fixed buildbot's static analysis script to enable assertions. Ryan C. Gordon 2016-01-08 07:21:15 -0500
  • 74724ee43b x11: make last mouse coords sane upon window entry (thanks, Cengiz!). Ryan C. Gordon 2016-01-07 19:58:00 -0500
  • 57d4b8c10a Fixed --enable-new-dtags check with cmake Sam Lantinga 2016-01-07 17:21:50 -0800
  • 81a2c8ba58 Use --enable-new-dtags to set RUNPATH rather than RPATH so that LD_LIBRARY_PATH is not overridden by the application. Sam Lantinga 2016-01-07 16:42:30 -0800
  • c3e56c6c30 Fixed NULL dereference on drop events with no window associated. Ryan C. Gordon 2016-01-07 16:01:24 -0500
  • 04ce890f7c Updated debian packaging files Sam Lantinga 2016-01-07 12:01:51 -0800
  • b3923c381c Updated dynamic API table. Ryan C. Gordon 2016-01-07 14:51:22 -0500
  • 62e1b0994e SDL_RenderSetIntegerScale Ethan Lee 2016-01-05 16:39:18 -0500
  • 5cf19d3544 Mac: Implemented SDL_GetDisplayDPI (thanks, Kirill!). Ryan C. Gordon 2016-01-07 14:02:37 -0500
  • ae7b142cbd Fixed compile warnings about uninitialized variables in test library. Philipp Wiesemann 2016-01-06 22:39:29 +0100
  • 8578529dd7 Fixed outdated information in a README for iOS. Philipp Wiesemann 2016-01-06 22:39:04 +0100
  • 15ae8681b0 Fixed doxygen warnings. Philipp Wiesemann 2016-01-06 22:38:35 +0100
  • 2bee5352aa CMake: Turned off Mac OS X rpath warning kludge. Ryan C. Gordon 2016-01-05 05:44:32 -0500
  • 175ae8af58 Patched to compile on iOS. Ryan C. Gordon 2016-01-05 05:38:55 -0500
  • a262d751e1 Android: Fixed up drop events for new interface. Ryan C. Gordon 2016-01-05 05:31:33 -0500
  • 377d6f1649 Patched to compile. Ryan C. Gordon 2016-01-05 05:22:35 -0500
  • 502fb19609 Use SDL's stdinc functions instead of C runtime calls. Ryan C. Gordon 2016-01-05 02:29:16 -0500
  • 0d04d80e86 Added SDL_WINDOWEVENT_TAKE_FOCUS. Ryan C. Gordon 2016-01-05 02:27:50 -0500
  • 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 -0500
  • eea76fc199 Fixed bug 3063 - Wayland: SDL resizes EGL surface to 0x0. Sam Lantinga 2016-10-07 18:11:03 -0700
  • 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 -0700
  • abefe78507 Fixed bug 3043 - fix alsa configury and cmake checks Sam Lantinga 2016-10-07 18:03:08 -0700
  • 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 -0700
  • 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 -0700
  • d3cbc664d5 Fixed bug 2983 - Update Android.readme to include Tegra Graphics Debugger compatibility tip Sam Lantinga 2016-10-07 17:49:33 -0700
  • 104c9541d9 Converted README documentation to DOS text format Sam Lantinga 2016-10-07 17:46:58 -0700
  • bf076c22ad Fixed bug 2957 - De-reference rz_src without NULL check in SDLgfx_rotateSurface function Sam Lantinga 2016-10-07 17:30:21 -0700
  • 8b64a78da9 Fixed bug 2956 - De-reference videodata without NULL check in X11_DispatchEvent(_THIS) function Sam Lantinga 2016-10-07 17:26:25 -0700
  • 93ff12ce83 Fixed bug 2952 - SDL_MixAudioFormat does not support audio format AUDIO_U16LSB/AUDIO_U16MSB Sam Lantinga 2016-10-07 17:23:20 -0700
  • d2676c2985 Fixed bug 2924 - SDL_CreateRGBSurface[From] versions that take SDL_PIXELFORMAT enum Sam Lantinga 2016-10-07 17:04:58 -0700
  • 73f2c5413d Fixed bug 2885 - SDL_stdinc.h doesn't need to include iconv.h Sam Lantinga 2016-10-07 16:44:42 -0700
  • 7d2108ce81 audio: Backed out the audio-thread detaching changes. Ryan C. Gordon 2016-10-07 19:39:43 -0400
  • 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 -0700
  • dac3892816 Fixed bug 2832 - Inverted arrow-key navigation in MessageBox Sam Lantinga 2016-10-07 16:19:50 -0700
  • 8bc5c57d2e Fixed recentering triggers when the application doesn't have focus Sam Lantinga 2016-10-07 16:13:37 -0700
  • 72164985b0 Fixed bug 2823 - Release events for triggers receive wrong centered value Sam Lantinga 2016-10-07 16:04:15 -0700
  • f674f2311a Fixed bug 2808 - Fix SDL reporting wrong window size on resume Sam Lantinga 2016-10-07 15:21:19 -0700
  • 5c1ab40302 Applied Ubuntu patch bug_822210_fix_sdl2-config.cmake_whitespace.patch Sam Lantinga 2016-10-07 15:08:37 -0700
  • f6a280ab7f audio: Don't trust audio drivers to drain pending audio. Ryan C. Gordon 2016-10-07 15:13:46 -0400
  • 551cdc8dec audio: better way to calculate buffer drain wait times. Ryan C. Gordon 2016-10-07 14:42:24 -0400
  • 76f48acf63 audio: threading and device hang improvements. Ryan C. Gordon 2016-10-07 14:35:25 -0400
  • 3b0c79363d Some systems include both "default:" and "hw:" for the same usb device Sam Lantinga 2016-10-07 11:18:55 -0700
  • 8e1994614c fix for finding ALSA hotplug devices on Steam Link Sam Lantinga 2016-10-06 06:08:16 -0700
  • 9257b72d53 Backed out a very unsafe change that was trying to prevent audio hang at quit. Sam Lantinga 2016-10-05 00:12:16 -0700
  • bac61096d8 ensure SDL_AUDIODEVICEREMOVED gets sent when hotplug removes a device Sam Lantinga 2016-10-04 06:48:07 -0700
  • 69cf170356 fix deadlock on close device Sam Lantinga 2016-10-04 06:46:46 -0700
  • 2558c9c836 fix audio deadlock Sam Lantinga 2016-10-04 06:45:28 -0700
  • 56c88c4531 Modified the custom cursor test to be able to load BMP files as cursors Sam Lantinga 2016-10-04 04:08:02 -0700
  • a21a227a87 Fixed bug 3021 - HapticOpenFromJoystick() problems Sam Lantinga 2016-10-04 03:50:28 -0700
  • 1051dceb14 Fixed compiler warning about missing field initializers Sam Lantinga 2016-10-04 03:42:42 -0700
  • 5d5127c4a0 Fixed compiler warning - this should have been a const char pointer Sam Lantinga 2016-10-04 03:38:39 -0700
  • 46f44f66f8 Fixed potential buffer overflow in SDL_vsnprintf() (thanks, Taylor!). Ryan C. Gordon 2016-10-04 14:25:31 -0400
  • 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 -0700
  • 34eebfba9b Fixed setting the version info in the shared library when using CMake Sam Lantinga 2016-10-03 03:42:10 -0700
  • 05ca784e5b Android: Fixed compile error. Philipp Wiesemann 2016-10-02 22:32:50 +0200
  • 67bf5cac1a Fixed wrong pixel format if reading pixels from OpenGL renderer. Philipp Wiesemann 2016-10-02 22:32:35 +0200
  • f8aa4291ca Added brackets to function names in header comments so that doxygen links them. Philipp Wiesemann 2016-10-02 22:32:18 +0200
  • 969c316797 Fixed MinGW-w64 build warnings in SDL_render_d3d11.c David Ludwig 2016-10-01 18:49:15 -0400
  • 702d9348ac Added SDL prefix to local IID constants Sam Lantinga 2016-10-01 15:23:43 -0700
  • 3c8a26984d WinRT: build fix in joystick code David Ludwig 2016-10-01 18:10:50 -0400
  • 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 -0400
  • 8500de8fa5 Fix tabs -> spaces Alex Szpakowski 2016-10-01 19:16:46 -0300
  • f0539aa25e Fix bug 3436 - SDL_RaiseWindow not working on windows Alex Szpakowski 2016-10-01 19:12:58 -0300
  • 4e6f219941 Fixed bug 3065 - Screen is flickering during closing on-screen keyboard on Android Sam Lantinga 2016-10-01 15:14:48 -0700
  • c9be93c65b Fixed bug 3078 - cmake: fix sdl2.m4 install location on cross hosts Sam Lantinga 2016-10-01 15:11:18 -0700
  • ac7d117475 Fixed build on older Raspberry Pi environments Sam Lantinga 2016-10-01 15:04:13 -0700
  • a0d3e0d64a Fixed warning and code style in SDL_evdev.c Sam Lantinga 2016-10-01 14:56:53 -0700
  • d2c8c5094c Fixed build for X11 Sam Lantinga 2016-10-01 14:54:05 -0700
  • 7b34f47e19 Fixed windows build Sam Lantinga 2016-10-01 14:50:22 -0700
  • fa0f417631 Fixed build warnings and errors Sam Lantinga 2016-10-01 14:48:18 -0700
  • fae5d0eab3 Fixed bug 3107 OSX - Process events in SDLApplication to fix integration with CEF. Sam Lantinga 2016-10-01 14:34:52 -0700
  • c8cfccc2f1 Fixed bug 3116 - renderer->hidden in SDL_RenderCopy(Ex) Sam Lantinga 2016-10-01 14:31:00 -0700
  • 359f59aef5 Fixed bug 3130 - Spacebar not responding Sam Lantinga 2016-10-01 14:22:10 -0700
  • 555e6c9686 Fix SDL not resizing window when Android screen resolution changes Magnus Bjerke Vik 2016-10-01 14:18:29 -0700
  • 0250eb3c4f Fixed bug 3134 - CalculateXRandRRefreshRate() returns incorrect refresh rate due to floating point truncation. Sam Lantinga 2016-10-01 14:16:04 -0700
  • 7543092add Call setlocale + XSetModifiers before XOpenIM, Work around ibus+xim duplicate events. Alex Baines 2015-09-30 04:16:09 +0100
  • 64180d2261 Fixed bug 3138 - c_dfDIJoystick2 already defined in dinput8.lib Sam Lantinga 2016-10-01 14:05:35 -0700
  • da6197c5a8 Fixed 3149 - Mouse Pointer Raspberry Pi corrupt when moving over screen edges Sam Lantinga 2016-10-01 13:59:59 -0700