Commit Graph

  • 14e22e8564 Added stubs for simple Steam Controller support Sam Lantinga 2017-09-22 08:30:52 -0700
  • 6d932d0c3e Separated out SDL Android java code so audio, controller, and filesystem APIs can be used independently of the SDL activity, in Qt apps for example. Sam Lantinga 2017-09-22 08:30:46 -0700
  • e3ba915561 Guarded EGL code with SDL_VIDEO_OPENGL_EGL Sam Lantinga 2017-09-22 08:30:37 -0700
  • c4d413965a borderless windows will have WM_NCCALCSIZE return 0 for the non-client area. When this happens, it looks like windows will send a resize message expanding the window client area to the previous window + chrome size, so shouldn't need to adjust the window size for the set styles. Sam Lantinga 2017-09-22 07:15:41 -0700
  • 95352dc5f1 sdl Sam Lantinga 2017-09-22 07:11:36 -0700
  • 71d98b8e55 Fixed bug 3837 - Change project settings for Xcode 9? Sam Lantinga 2017-09-22 12:26:54 -0700
  • 73ddc34c00 Added tag release-2.0.6 for changeset 8e2bab21d23b Sam Lantinga 2017-09-22 11:57:35 -0700
  • a21c9e328f Fixed Mac OS X build Sam Lantinga 2017-09-22 11:25:52 -0700
  • ff47e4507b The volume was too high, clamp to SDL_MIX_MAXVOLUME Sam Lantinga 2017-09-22 11:15:57 -0700
  • dccbc89b8d Fixed audio being silent on older iOS devices Tested on an iPod running iOS 6.1 Sam Lantinga 2017-09-22 11:15:14 -0700
  • eee83c20ac Added instructions for deploying to older iOS devices (thanks Sylvain!) Sam Lantinga 2017-09-22 11:13:34 -0700
  • bde3fc3093 Avoid duplicate joystick axis events Sam Lantinga 2017-09-22 08:56:09 -0700
  • bf5f25f6e7 Fixed memory leak when HAVE_ALLOCA isn't defined Sam Lantinga 2017-09-22 08:51:45 -0700
  • a51a71bcb4 Avoid hitting ERR_MAX_STRLEN limit. Mark Callow 2017-09-22 22:30:02 +0900
  • 4fffefbc95 audio: Stream resampling now saves some samples from previous run for padding. Ryan C. Gordon 2017-09-22 07:42:24 -0400
  • 5f62bc16a9 [egl/mir] Need eglGetProc to find gl 4.5 core profile extensions Brandon Schaefer 2017-09-21 18:38:07 -0700
  • 429c7f6685 iOS MoltenVK code style cleanup. Alex Szpakowski 2017-09-21 20:30:25 -0300
  • 3538c88d5f iOS: Fix compiling using the iOS 7 SDK, partially broken since MoltenVK support was added. Alex Szpakowski 2017-09-21 20:11:44 -0300
  • 9ff1aff0f8 A hint with an empty string should be treated as the default value Sam Lantinga 2017-09-21 14:48:03 -0700
  • d8c9eded49 Only apply the jitter filter to prevent unexpected motion on axes that haven't been touched. Sam Lantinga 2017-09-21 10:29:17 -0700
  • 92e3301fc9 Fixed bug 3788 - software renderer crashes in SDL_RenderCopyEx with rotation and dstrect w or h is 0 Sam Lantinga 2017-09-21 01:22:40 -0700
  • 6db33bf13f Added some missing "extern" declarations Sam Lantinga 2017-09-21 00:55:29 -0700
  • 21f6eb53a8 audio: removed my perl experiment script. Ryan C. Gordon 2017-09-21 02:06:53 -0400
  • 0da020a03f audio: Replaced the resampler. Again. Ryan C. Gordon 2017-09-21 02:51:14 -0400
  • fca101ca1f macOS: remove unneeded #includes. Mark Callow 2017-09-21 14:01:12 +0900
  • 4f36f5d238 Reverted Alex's commit 131cba1768a5 - we're about to release 2.0.6, don't remove support for the iOS 7 SDK yet. Sam Lantinga 2017-09-20 19:59:34 -0700
  • f00d009c73 iOS: I don't think SDL compiles with the iOS 7 SDK anymore, so we might as well drop the #ifdefs trying to guard for that. Alex Szpakowski 2017-09-20 11:01:32 -0300
  • 9d896483c9 iOS: remove an unused static variable Alex Szpakowski 2017-09-20 10:53:41 -0300
  • f08cd70b08 WinRT: minor formatting tweak in README-winrt David Ludwig 2017-09-19 10:33:08 -0400
  • 80923b41c8 WinRT: noted UWP's inability to work with some game controllers David Ludwig 2017-09-19 10:31:22 -0400
  • 89a7d0cc9a Added a hint SDL_HINT_AUDIO_CATEGORY to control the audio category, determining whether the phone mute switch affects the audio Sam Lantinga 2017-09-15 17:27:32 -0700
  • 31bd6d8b16 Fix for 3829. Revert adding GameSir G4s, uses same GUID as PS3 controller. Patrice Mandin 2017-09-14 21:45:14 +0200
  • 6312cce258 Readd support for GameSir G4s, lost with changeset 11431 Patrice Mandin 2017-09-14 19:33:32 +0200
  • 4fb54cd281 Updated iOS keyboard test to cover text input rect and orientation changes Sam Lantinga 2017-09-14 09:56:16 -0700
  • 666b6f9309 Fixed iOS keyboard positioning, based on the final position rather than the initial one Sam Lantinga 2017-09-14 09:55:27 -0700
  • 21eee19a40 surface: Make sure SDL_ConvertSurface() deals with palettes (thanks, Sylvain!). Ryan C. Gordon 2017-09-14 08:37:27 -0400
  • 9bf435f904 Added support for the PDP Battlefield One Xbox One controller on Linux Sam Lantinga 2017-09-12 05:53:47 -0700
  • a5d33de3f2 WinRT: build fix when using recent versions of the Windows 10 SDK David Ludwig 2017-09-11 18:20:56 -0400
  • 03912ec361 Fixed bug 3812 - Fallthrough warnings gcc-7 Sam Lantinga 2017-09-10 12:54:40 -0700
  • 2289c9a9b2 Fixed bug 3815 - implicit-fallthrough warning - DUFFS_LOOP4 and friends Sam Lantinga 2017-09-10 12:49:41 -0700
  • eb7aeca7b3 Fixed bug 3813 - gcc7 fallthrough warnings in SDL_iconv.c and SDL_pixels.c Sam Lantinga 2017-09-10 12:42:38 -0700
  • f94ce2aeda Fixed tabs to spaces Sam Lantinga 2017-09-10 12:40:45 -0700
  • 87af5584ce Fixed compile warning Sam Lantinga 2017-09-10 10:43:04 -0700
  • 4a5c93531f Fixed bug 3811 - change HAVE_COPYSIGN to HAVE__COPYSIGN in SDL_config_windows.h Sam Lantinga 2017-09-10 10:30:25 -0700
  • 47ada48e20 Fixed the include path for khronos with Visual Studio Sam Lantinga 2017-09-10 10:25:36 -0700
  • c08a946397 Correction: copysign has been supported by windows several toolchains for a very long time, including MSVC6, MinGW, LCC-Win32, (no released watcom versions though, but that's of no concern.) Sam Lantinga 2017-09-10 09:19:10 -0700
  • 5949b84aa2 alsa: removed snd_pcm_wait() call before writing to playback device. Ryan C. Gordon 2017-09-09 21:17:46 -0400
  • a74239d861 Updated documentation so it's clear you should use SDL_SetWindowDisplayMode() to change the size of fullscreen windows. Sam Lantinga 2017-09-09 11:04:35 -0700
  • b0b9c35628 Fixed bug 3809 - Restore after maximize leads to wrong size Sam Lantinga 2017-09-09 11:00:25 -0700
  • 87ead91f3c Fixed bug 3719 - Cocoa - Incorrect window size when leaving fullscreen Sam Lantinga 2017-09-09 10:31:44 -0700
  • d4ffdc4539 Fixed window size when leaving fullscreen mode (thanks Eric!) Sam Lantinga 2017-09-09 09:31:12 -0700
  • 491f31ad82 Fixed bug 3760 - RWops doesn't check for integer overflow when stdio_fseek only supports 32 bits Sam Lantinga 2017-09-09 08:36:37 -0700
  • 8468e104d7 Make sure the libtool archives are installed Sam Lantinga 2017-09-09 08:34:46 -0700
  • e3378f69e3 Fixed bug 3808 - fix a typo in SDL_stretch.c Sam Lantinga 2017-09-09 08:20:56 -0700
  • 67dd51927b Updated config.guess and config.sub, added config.sub.patch for NaCl and Emscripten build support Sam Lantinga 2017-09-09 08:03:23 -0700
  • 306000fff6 Updated documentation to note that libvulkan-dev is no longer needed Sam Lantinga 2017-09-09 07:45:31 -0700
  • c4ba237b20 Fixed bug 3807 - Remove restriction from DECLSPEC macro for OS/2 Sam Lantinga 2017-09-09 07:42:29 -0700
  • a95f23bde6 We don't need libvulkan-dev to build Vulkan support Sam Lantinga 2017-09-09 07:35:55 -0700
  • 2a5a4f6cc4 Updated Debian changelog for 2.0.6 release Sam Lantinga 2017-09-09 07:30:25 -0700
  • 7631e70f7b Fixed bug 3805 - Why is there no --enable-video-rpi option in configure? Sam Lantinga 2017-09-08 22:21:01 -0700
  • 0235ce1cbb Fixed bug 3806 - Fixes for MSVC compiler warnings Sam Lantinga 2017-09-08 18:26:25 -0700
  • 60e93914bb keep joystick thread from waking unnecessarily, and from possibly blocking for 300ms at shutdown if a joystick was just plugged in Sam Lantinga 2017-09-08 07:15:47 -0700
  • 12bba1bf49 Fixed building with the first version of Visual Studio 2017, which doesn't have __has_include() (Thanks Simon!) Sam Lantinga 2017-09-08 15:08:50 -0700
  • 961f51d57e Fixed 64-bit build warning Sam Lantinga 2017-09-08 15:08:03 -0700
  • 41b19cae7a We don't need to pass the renderer into SDLTest_CleanupTextDrawing() Sam Lantinga 2017-09-08 04:53:31 -0700
  • 52c98bbd83 Fixed build Sam Lantinga 2017-09-08 04:38:46 -0700
  • 594440667c Added a function to clean up test text drawing Sam Lantinga 2017-09-08 04:14:05 -0700
  • 1efbb9a848 wave: SDL_LoadWAV now supports 24-bit audio. Ryan C. Gordon 2017-09-07 10:56:08 -0400
  • f397ab4296 vulkan: use "unsigned int" instead of "unsigned" Ryan C. Gordon 2017-09-06 19:35:36 -0400
  • 6bb0e36f87 raspberrypi: The latest Raspbian moved its EGL and GLES2 libs elsewhere. Ryan C. Gordon 2017-09-06 19:34:23 -0400
  • 5a3532d830 sdl: Sam Lantinga 2017-09-06 07:29:34 -0700
  • b13df45f11 You can have a borderless resizable window Sam Lantinga 2017-09-06 05:23:26 -0700
  • 1760216057 Fixed bug 3780 - GCC 7 implicit fallthrough warnings Sam Lantinga 2017-09-06 04:32:30 -0700
  • fd15f128ab Fixed bug 3801 - HAVE_LIBSAMPLERATE_H depending on HAVE_LIBC in current SDL_config.h.in Sam Lantinga 2017-09-06 10:31:05 -0700
  • a27036ce90 Fixed bug 3797 - configure check for float.h Sam Lantinga 2017-09-06 01:14:23 -0700
  • 6baa5c471c Fixed bug 3799 - SDL_CreateWindow fails with SDL_WINDOW_VULKAN (libvulkan.so.1 not found) Sam Lantinga 2017-09-06 01:10:10 -0700
  • 6e758fd2fc x11: make sure SDL_GetGlobalMouseState notices mouse warping through SDL APIs. Ryan C. Gordon 2017-09-05 16:15:54 -0400
  • 99bbc65382 Fixed bug 3273 - Fix for slow video subsystem initialization when using XRandR. Sam Lantinga 2017-09-05 08:24:38 -0700
  • 996272a4f1 Fixed typos in 2.0.6 patch notes Sam Lantinga 2017-09-04 23:10:12 -0700
  • 896bfe04f5 Added SDL_vulkan.h to the Mac OS X framework headers Sam Lantinga 2017-09-04 22:51:28 -0700
  • 8072b1eb22 Fixed compiler warning with mingw-w64 Sam Lantinga 2017-09-04 22:14:57 -0700
  • d38cf2a02a Added some more big 2.0.6 changes Sam Lantinga 2017-09-04 21:16:28 -0700
  • 6a6f178bbe Updated WhatsNew.txt for 2.0.6 Sam Lantinga 2017-09-04 20:48:01 -0700
  • d4d550ea70 Fixed bug 3790 - Memory leak with surfaces blitting on each other Sam Lantinga 2017-09-04 11:46:14 -0700
  • 96f39b62c6 macOS: bug-fix for #3793, "fullscreen toggle does not maintain SDL_Renderer's logical size" David Ludwig 2017-09-03 17:33:49 -0400
  • 8c21fbc310 WinRT: listed VS 2017 optional-component requirements David Ludwig 2017-09-03 16:36:22 -0400
  • 266be05f87 vulkan: Changed SDL_WINDOW_VULKAN value to match Tizen's fork. Ryan C. Gordon 2017-09-03 13:20:33 -0400
  • 4a29d4a468 video: Let video targets optionally decide their default OpenGL configs. Ryan C. Gordon 2017-09-02 19:35:32 -0400
  • 65c39eadd3 sndio: Patched to compile if SIO_DEVANY isn't defined. Ryan C. Gordon 2017-09-02 16:41:14 -0400
  • a9022843d1 Fixed bug 3792 - [KMS/DRM] Wrong GBM format Sam Lantinga 2017-09-01 12:54:38 -0700
  • ae2897f935 x11: Correctly restore previous GL context after sacrificial context is done. Ryan C. Gordon 2017-09-01 14:08:09 -0400
  • 15175053b8 x11: don't try to make a NULL GL context current when we already did that. Ryan C. Gordon 2017-09-01 14:00:11 -0400
  • 313f6fa812 x11: Clean up sacrificial GL context code. Ryan C. Gordon 2017-09-01 13:57:40 -0400
  • c2809d0d96 x11: Make a sacrificial glX context to check for extensions during init. Ryan C. Gordon 2017-09-01 13:27:53 -0400
  • ad559b2924 macOS: Update controller mapping of Steelseries Stratus XL to account for reversed thumbstick y-axis values (bug #3483). Alex Szpakowski 2017-08-31 22:07:28 -0300
  • 2eee3d2280 macOS: Fix menubar items being enabled when they shouldn't be. Alex Szpakowski 2017-08-31 21:34:29 -0300
  • 60113f38c9 Code style cleanup in the Cocoa and UIKit vulkan files. Alex Szpakowski 2017-08-31 21:26:13 -0300
  • 53791a0315 macOS: Prevent unwanted native fullscreen (Spaces) toggles when the window is in fullscreen or isn't resizable. Fixes bug #3691. Alex Szpakowski 2017-08-31 21:13:32 -0300
  • 96f085c4a7 Fixed bug 3791 - SDL_bits.h: __builtin_clz is supported in gcc >= 3.4 Sam Lantinga 2017-08-31 15:17:59 -0700
  • 79a12ef21d Update Android SDK required to API level 16 Sam Lantinga 2017-08-31 15:12:08 -0700