Sat, 17 Feb 2018 23:57:57 -0500 |
Ryan C. Gordon |
pthread: fix error code checks (thanks, Andreas!).
|
changeset |
files
|
Sat, 17 Feb 2018 20:18:48 -0500 |
Ryan C. Gordon |
yuv: patched to compile.
|
changeset |
files
|
Sat, 17 Feb 2018 20:10:13 -0500 |
Ryan C. Gordon |
yuv: fixed variable declaration shadowing warnings.
|
changeset |
files
|
Sat, 17 Feb 2018 18:30:21 -0500 |
Ryan C. Gordon |
pulseaudio: Just read/dump captured data in FlushCapture.
|
changeset |
files
|
Fri, 16 Feb 2018 14:56:28 -0500 |
Ryan C. Gordon |
video: put a spinlock around a global linked list.
|
changeset |
files
|
Fri, 16 Feb 2018 10:23:10 -0800 |
Sam Lantinga |
Fixed bug 4085 - X11: Allow configuring _NET_WM_BYPASS_COMPOSITOR through SDL hints
|
changeset |
files
|
Sun, 29 Oct 2017 14:15:00 +0300 |
Ozkan Sezer |
bug #3739: handle %lu, %li and %ld in SDL_SetError.
|
changeset |
files
|
Tue, 13 Feb 2018 22:58:20 -0800 |
Sam Lantinga |
Don't attempt WM_NCCALCSIZE adjustment when in fullscreen window transition
|
changeset |
files
|
Mon, 12 Feb 2018 10:47:00 +0300 |
sezero |
fix building SDL_audiotypecvt.c with gcc < 4.0
|
changeset |
files
|
Mon, 12 Feb 2018 17:00:00 +0300 |
sezero |
revert the recent typecast assignment changes (see bug #4079)
|
changeset |
files
|
Tue, 13 Feb 2018 13:25:59 -0800 |
Sam Lantinga |
Fixed bug 4027 - CheckLibSampleRate macro in sdlchecks.cmake never defines HAVE_LIBSAMPLERATE{,_SHARED}, so they're always reported as disabled by MESSAGE_TESTED_OPTION macro in macros.cmake
|
changeset |
files
|
Tue, 13 Feb 2018 08:15:39 -0800 |
Sam Lantinga |
Fixed bug 3920 - IBus not work with SDL 2.0.7
|
changeset |
files
|
Tue, 13 Feb 2018 08:13:29 -0800 |
Sam Lantinga |
Fixed bug 3947 - replace strlcpy with memcpy in SDL_strdup()
|
changeset |
files
|
Tue, 13 Feb 2018 08:07:52 -0800 |
Sam Lantinga |
Fixed bug 3950 - Don't always call dbus_shutdown in SDL_DBus
|
changeset |
files
|
Tue, 13 Feb 2018 07:59:45 -0800 |
Sam Lantinga |
Fixed bug 4081 - sdlchecks.cmake: typo introduced by rev11848 breaks building with wayland support
|
changeset |
files
|
Mon, 12 Feb 2018 10:00:00 +0300 |
sezero |
kill C99'ism in SDL_waylandvulkan.c
|
changeset |
files
|
Sun, 11 Feb 2018 18:23:37 -0800 |
Sam Lantinga |
On Android show the system UI when an SDL window is windowed, hide the system UI when it's fullscreen, like we do on iOS.
|
changeset |
files
|
Sun, 11 Feb 2018 17:25:51 -0800 |
Sam Lantinga |
Fixed bug 4075 - configury adds Metal.framework to linkage even if it is not available
|
changeset |
files
|
Sun, 11 Feb 2018 15:29:36 -0800 |
Sam Lantinga |
ISO C correct fix for casting void* to function pointer
|
changeset |
files
|
Sun, 11 Feb 2018 18:16:01 -0500 |
Ryan C. Gordon |
vulkan: Fix assignment of vkGetInstanceProcAddr on Windows.
|
changeset |
files
|
Sat, 10 Feb 2018 12:43:11 -0800 |
Sam Lantinga |
Fixed bug 4073 - Unquoted Unicode argument parsing broken on Windows due to incorrect usage of SDL_isspace()
|
changeset |
files
|
Fri, 09 Feb 2018 16:31:57 -0800 |
Sam Lantinga |
Fixed compile warning
|
changeset |
files
|
Fri, 09 Feb 2018 16:01:11 -0800 |
Sam Lantinga |
Fixed compiler warning on Android
|
changeset |
files
|
Fri, 09 Feb 2018 08:03:03 -0800 |
Sam Lantinga |
Windows Phone 8.0 is no longer supported
|
changeset |
files
|
Thu, 08 Feb 2018 18:07:14 -0800 |
Sam Lantinga |
Fixed min/max window size handling for borderless resizable windows
|
changeset |
files
|
Thu, 08 Feb 2018 17:07:47 +0300 |
sezero |
add SDL_log10 and SDL_log10f to include and dynapi
|
changeset |
files
|
Wed, 07 Feb 2018 15:10:50 -0800 |
Sam Lantinga |
Fixed bug 4021 - Android, hard-coded Keycode value
|
changeset |
files
|
Tue, 09 Jan 2018 19:11:34 -0500 |
Cole Campbell |
Allow Android Java shim to be built as an AAR
|
changeset |
files
|
Wed, 07 Feb 2018 15:05:30 -0800 |
Sam Lantinga |
Fixed bug 4054 - Raspberry Pi refresh rate detection
|
changeset |
files
|
Wed, 17 Jan 2018 11:53:09 -0500 |
Ethan Lee |
SDL_log10
|
changeset |
files
|
Wed, 07 Feb 2018 14:12:26 -0800 |
Guillermo A. Amaral |
Set rpath instead of changing environment for RPi
|
changeset |
files
|
Wed, 07 Feb 2018 14:07:54 -0800 |
Sam Lantinga |
Fixed bug 4060 - Alternative DualShock 4 v2 controller GUID
|
changeset |
files
|
Wed, 07 Feb 2018 14:03:24 -0800 |
Sam Lantinga |
Description: fix installation of shared library for Android
|
changeset |
files
|
Wed, 07 Feb 2018 13:13:55 -0500 |
Ryan C. Gordon |
wayland: Add support for xdg-shell protocol (unstable v6).
|
changeset |
files
|
Wed, 07 Feb 2018 13:07:59 -0500 |
Ryan C. Gordon |
cmake: Minor cleanup (reuse a string we already calculated).
|
changeset |
files
|
Tue, 06 Feb 2018 16:43:31 -0800 |
Sam Lantinga |
Send Apple TV remote input as key events unless it's opened as a joystick, to match Android behavior.
|
changeset |
files
|
Tue, 06 Feb 2018 15:03:38 -0800 |
Sam Lantinga |
Replaced SDL_HINT_APPLE_TV_REMOTE_SWIPES_AS_ARROW_KEYS with SDL_HINT_TV_REMOTE_AS_JOYSTICK which controls whether remotes on iOS and Android are interpreted as joysticks (the default) or as return/escape/arrow keys.
|
changeset |
files
|
Tue, 06 Feb 2018 15:03:35 -0800 |
Sam Lantinga |
Added SDL_IsAndroidTV()
|
changeset |
files
|
Mon, 05 Feb 2018 11:40:39 -0800 |
Sam Lantinga |
SDL Changes to support clean reads
|
changeset |
files
|
Thu, 01 Feb 2018 15:46:51 -0800 |
Sam Lantinga |
Fixed building on tvOS
|
changeset |
files
|
Thu, 01 Feb 2018 15:21:01 -0800 |
Sam Lantinga |
Added SDL_HINT_IOS_HIDE_HOME_INDICATOR to determine how the home indicator on the iPhone X is handled.
|
changeset |
files
|
Tue, 30 Jan 2018 18:12:25 -0800 |
Sam Lantinga |
Fixed building on platforms without __sighandler_t
|
changeset |
files
|
Tue, 30 Jan 2018 18:08:34 -0800 |
Sam Lantinga |
Fixed ISO C99 compatibility
|
changeset |
files
|
Tue, 30 Jan 2018 16:53:24 -0800 |
Sam Lantinga |
Fixed misleading indentation
|
changeset |
files
|
Sat, 27 Jan 2018 12:07:05 -0800 |
Sam Lantinga |
Removed armeabi from the SDL build API list, since it's not supported by the latest Android SDK
|
changeset |
files
|
Sat, 27 Jan 2018 12:05:26 -0800 |
Sam Lantinga |
Fixed bug 4065 - SDL_wave.c fail to compile in armeabi with ndk r16b
|
changeset |
files
|
Thu, 25 Jan 2018 11:12:20 -0800 |
Sam Lantinga |
Fixed bug 3985 - SDL_CreateWindow() has stopped changing screen mode when SDL_WINDOW_FULLSCREEN is used
|
changeset |
files
|
Mon, 22 Jan 2018 09:46:48 -0500 |
Ryan C. Gordon |
testoverlay2: use SDL_atoi, not atoi.
|
changeset |
files
|
Mon, 22 Jan 2018 09:45:16 -0500 |
Ryan C. Gordon |
android: Fixed compiler warning about nested '/*' comments.
|
changeset |
files
|
Mon, 22 Jan 2018 09:36:40 -0500 |
Ryan C. Gordon |
wasapi: Fixed some compiler warnings.
|
changeset |
files
|
Wed, 17 Jan 2018 17:24:15 -0800 |
Sam Lantinga |
Added a hint SDL_HINT_APPLE_TV_REMOTE_SWIPES_AS_ARROW_KEYS to prevent turning Apple TV remote swipes into arrow key events
|
changeset |
files
|
Tue, 16 Jan 2018 21:29:32 +0100 |
Dawid Gan |
EGL: Request sRGB framebuffer in correct place.
|
changeset |
files
|
Wed, 17 Jan 2018 13:17:10 -0800 |
Guillermo A. Amaral |
Make rpi video cross-compiler friendly.
|
changeset |
files
|
Wed, 17 Jan 2018 13:12:39 -0800 |
Sam Lantinga |
Fixed formatting, added actual count to SDL error message
|
changeset |
files
|
Sun, 14 Jan 2018 13:34:50 +0000 |
John Bartholomew |
Vulkan: Allow SDL_Vulkan_GetInstanceExtensions to be called with a larger array than necessary.
|
changeset |
files
|
Sat, 13 Jan 2018 01:58:11 +0100 |
Marius Gripsgard |
Mir: Handle close window events
|
changeset |
files
|
Mon, 15 Jan 2018 10:29:53 -0800 |
Sam Lantinga |
Fixed bug 4043 - SDL_windowswindow.c incorrect icon height
|
changeset |
files
|
Wed, 10 Jan 2018 18:00:51 -0800 |
Sam Lantinga |
Restored borderless window behavior where DOTA created a borderless window the size of the desktop and expected it to behave like a fullscreen desktop window.
|
changeset |
files
|
Wed, 10 Jan 2018 19:56:51 -0400 |
Alex Szpakowski |
Android: resolve symlinks in SDL_AndroidGetInternalStoragePath (thanks Henrique Gemignani and cigumo!)
|
changeset |
files
|
Wed, 10 Jan 2018 10:42:40 -0800 |
Sam Lantinga |
Added availability check to fix compiler warning for symbol only available on tvOS 11.0 and newer
|
changeset |
files
|