Commit History

Author SHA1 Message Date
  sezero ba0ecc6712 fix building SDL_audiotypecvt.c with gcc < 4.0 7 years ago
  sezero 40b27fd51b revert the recent typecast assignment changes (see bug #4079) 7 years ago
  Sam Lantinga ba9ede12fb 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 7 years ago
  Sam Lantinga f6366c09e2 Fixed bug 3920 - IBus not work with SDL 2.0.7 7 years ago
  Sam Lantinga 3b4c2fdf5d Fixed bug 3947 - replace strlcpy with memcpy in SDL_strdup() 7 years ago
  Sam Lantinga 714085d327 Fixed bug 3950 - Don't always call dbus_shutdown in SDL_DBus 7 years ago
  Sam Lantinga 4ff16ba3a4 Fixed bug 4081 - sdlchecks.cmake: typo introduced by rev11848 breaks building with wayland support 7 years ago
  sezero 8a1ae708d4 kill C99'ism in SDL_waylandvulkan.c 7 years ago
  Sam Lantinga 6e01fbb763 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. 7 years ago
  Sam Lantinga 66f9492b69 Fixed bug 4075 - configury adds Metal.framework to linkage even if it is not available 7 years ago
  Sam Lantinga 873141acb1 ISO C correct fix for casting void* to function pointer 7 years ago
  Ryan C. Gordon 882215e138 vulkan: Fix assignment of vkGetInstanceProcAddr on Windows. 7 years ago
  Sam Lantinga 1143857d76 Fixed bug 4073 - Unquoted Unicode argument parsing broken on Windows due to incorrect usage of SDL_isspace() 7 years ago
  Sam Lantinga d5f293a777 Fixed compile warning 7 years ago
  Sam Lantinga 7c36002739 Fixed compiler warning on Android 7 years ago
  Sam Lantinga 2fc71d879d Windows Phone 8.0 is no longer supported 7 years ago
  Sam Lantinga 7b50aee932 Fixed min/max window size handling for borderless resizable windows 7 years ago
  sezero 4c2a444e3a add SDL_log10 and SDL_log10f to include and dynapi 7 years ago
  Sam Lantinga 54340ab9de Fixed bug 4021 - Android, hard-coded Keycode value 7 years ago
  Cole Campbell b401cfd915 Allow Android Java shim to be built as an AAR 7 years ago
  Sam Lantinga 940933d892 Fixed bug 4054 - Raspberry Pi refresh rate detection 7 years ago
  Ethan Lee 11c348b4d7 SDL_log10 7 years ago
  Guillermo A. Amaral bd0def06ee Set rpath instead of changing environment for RPi 7 years ago
  Sam Lantinga 965c11f38a Fixed bug 4060 - Alternative DualShock 4 v2 controller GUID 7 years ago
  Sam Lantinga c329381f4c Description: fix installation of shared library for Android 7 years ago
  Ryan C. Gordon cd53220749 wayland: Add support for xdg-shell protocol (unstable v6). 7 years ago
  Ryan C. Gordon 32d421d490 cmake: Minor cleanup (reuse a string we already calculated). 7 years ago
  Sam Lantinga 73c26c204c Send Apple TV remote input as key events unless it's opened as a joystick, to match Android behavior. 7 years ago
  Sam Lantinga f59b9c8b13 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. 7 years ago
  Sam Lantinga 6ed184ec69 Added SDL_IsAndroidTV() 7 years ago