{"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":"VisualC-WinRT","path":"VisualC-WinRT","contentType":"directory"},{"name":"VisualC","path":"VisualC","contentType":"directory"},{"name":"Xcode-iOS","path":"Xcode-iOS","contentType":"directory"},{"name":"Xcode","path":"Xcode","contentType":"directory"},{"name":"acinclude","path":"acinclude","contentType":"directory"},{"name":"android-project-ant","path":"android-project-ant","contentType":"directory"},{"name":"android-project","path":"android-project","contentType":"directory"},{"name":"build-scripts","path":"build-scripts","contentType":"directory"},{"name":"cmake","path":"cmake","contentType":"directory"},{"name":"debian","path":"debian","contentType":"directory"},{"name":"docs","path":"docs","contentType":"directory"},{"name":"include","path":"include","contentType":"directory"},{"name":"src","path":"src","contentType":"directory"},{"name":"test","path":"test","contentType":"directory"},{"name":"visualtest","path":"visualtest","contentType":"directory"},{"name":"wayland-protocols","path":"wayland-protocols","contentType":"directory"},{"name":".hgignore","path":".hgignore","contentType":"file"},{"name":"Android.mk","path":"Android.mk","contentType":"file"},{"name":"BUGS.txt","path":"BUGS.txt","contentType":"file"},{"name":"CMakeLists.txt","path":"CMakeLists.txt","contentType":"file"},{"name":"COPYING.txt","path":"COPYING.txt","contentType":"file"},{"name":"CREDITS.txt","path":"CREDITS.txt","contentType":"file"},{"name":"INSTALL.txt","path":"INSTALL.txt","contentType":"file"},{"name":"Makefile.in","path":"Makefile.in","contentType":"file"},{"name":"Makefile.minimal","path":"Makefile.minimal","contentType":"file"},{"name":"Makefile.os2","path":"Makefile.os2","contentType":"file"},{"name":"Makefile.pandora","path":"Makefile.pandora","contentType":"file"},{"name":"Makefile.psp","path":"Makefile.psp","contentType":"file"},{"name":"Makefile.wiz","path":"Makefile.wiz","contentType":"file"},{"name":"README-SDL.txt","path":"README-SDL.txt","contentType":"file"},{"name":"README.txt","path":"README.txt","contentType":"file"},{"name":"SDL2.spec.in","path":"SDL2.spec.in","contentType":"file"},{"name":"SDL2Config.cmake","path":"SDL2Config.cmake","contentType":"file"},{"name":"TODO.txt","path":"TODO.txt","contentType":"file"},{"name":"VisualC.html","path":"VisualC.html","contentType":"file"},{"name":"WhatsNew.txt","path":"WhatsNew.txt","contentType":"file"},{"name":"autogen.sh","path":"autogen.sh","contentType":"file"},{"name":"cmake_uninstall.cmake.in","path":"cmake_uninstall.cmake.in","contentType":"file"},{"name":"configure","path":"configure","contentType":"file"},{"name":"configure.ac","path":"configure.ac","contentType":"file"},{"name":"sdl2-config.cmake.in","path":"sdl2-config.cmake.in","contentType":"file"},{"name":"sdl2-config.in","path":"sdl2-config.in","contentType":"file"},{"name":"sdl2.m4","path":"sdl2.m4","contentType":"file"},{"name":"sdl2.pc.in","path":"sdl2.pc.in","contentType":"file"}],"totalCount":44}},"fileTreeProcessingTime":2.5769539999999997,"foldersToFetch":[],"repo":{"id":330008801,"defaultBranch":"main","name":"SDL","ownerLogin":"libsdl-org","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-01-15T19:55:54.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/77683370?v=4","public":true,"private":false,"isOrgOwned":true},"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"3e3294645f380ee192e91934b3c7ec4a51a4e512","listCacheKey":"v0:1709678518.0","canEdit":false,"refType":"tree","currentOid":"3e3294645f380ee192e91934b3c7ec4a51a4e512"},"path":"WhatsNew.txt","currentUser":null,"blob":{"rawLines":["\r","This is a list of major changes in SDL's version history.\r","\r","---------------------------------------------------------------------------\r","2.0.10:\r","---------------------------------------------------------------------------\r","* Added the hint SDL_HINT_MOUSE_TOUCH_EVENTS to control whether SDL will synthesize touch events from mouse events\r","\r","Android:\r","* Removed SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH (replaced by SDL_HINT_MOUSE_TOUCH_EVENTS and SDL_HINT_TOUCH_MOUSE_EVENTS)\r"," SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH=1, should be replaced by setting both previous hints to 0.\r"," SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH=0, should be replaced by setting both previous hints to 1.\r","* Added the hint SDL_HINT_ANDROID_BLOCK_ON_PAUSE to set whether the event loop will block itself when the app is paused.\r","\r","---------------------------------------------------------------------------\r","2.0.9:\r","---------------------------------------------------------------------------\r","\r","General:\r","* Added a new sensor API, initialized by passing SDL_INIT_SENSOR to SDL_Init(), and defined in SDL_sensor.h\r","* Added an event SDL_SENSORUPDATE which is sent when a sensor is updated\r","* Added SDL_GetDisplayOrientation() to return the current display orientation\r","* Added an event SDL_DISPLAYEVENT which is sent when the display orientation changes\r","* Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and Nintendo Switch Pro controller support across platforms. (Thanks to Valve for contributing the PS4 and Nintendo Switch Pro controller support)\r","* Added support for many other popular game controllers\r","* Added SDL_JoystickGetDevicePlayerIndex(), SDL_JoystickGetPlayerIndex(), and SDL_GameControllerGetPlayerIndex() to get the player index for a controller. For XInput controllers this returns the XInput index for the controller.\r","* Added SDL_GameControllerRumble() and SDL_JoystickRumble() which allow simple rumble without using the haptics API\r","* Added SDL_GameControllerMappingForDeviceIndex() to get the mapping for a controller before it's opened\r","* Added the hint SDL_HINT_MOUSE_DOUBLE_CLICK_TIME to control the mouse double-click time\r","* Added the hint SDL_HINT_MOUSE_DOUBLE_CLICK_RADIUS to control the mouse double-click radius, in pixels\r","* Added SDL_HasColorKey() to return whether a surface has a colorkey active\r","* Added SDL_HasAVX512F() to return whether the CPU has AVX-512F features\r","* Added SDL_IsTablet() to return whether the application is running on a tablet\r","* Added SDL_THREAD_PRIORITY_TIME_CRITICAL for threads that must run at the highest priority\r","\r","Mac OS X:\r","* Fixed black screen at start on Mac OS X Mojave\r","\r","Linux:\r","* Added SDL_LinuxSetThreadPriority() to allow adjusting the thread priority of native threads using RealtimeKit if available.\r","\r","iOS:\r","* Fixed Asian IME input\r","\r","Android:\r","* Updated required Android SDK to API 26, to match Google's new App Store requirements\r","* Added support for wired USB Xbox, PS4, and Nintendo Switch Pro controllers\r","* Added support for relative mouse mode on Android 7.0 and newer (except where it's broken, on Chromebooks and when in DeX mode with Samsung Experience 9.0)\r","* Added support for custom mouse cursors on Android 7.0 and newer\r","* Added the hint SDL_HINT_ANDROID_TRAP_BACK_BUTTON to control whether the back button will back out of the app (the default) or be passed to the application as SDL_SCANCODE_AC_BACK\r","* Added SDL_AndroidBackButton() to trigger the Android system back button behavior when handling the back button in the application\r","* Added SDL_IsChromebook() to return whether the app is running in the Chromebook Android runtime\r","* Added SDL_IsDeXMode() to return whether the app is running while docked in the Samsung DeX\r","\r","\r","---------------------------------------------------------------------------\r","2.0.8:\r","---------------------------------------------------------------------------\r","\r","General:\r","* Added SDL_fmod() and SDL_log10()\r","* Each of the SDL math functions now has the corresponding float version\r","* Added SDL_SetYUVConversionMode() and SDL_GetYUVConversionMode() to control the formula used when converting to and from YUV colorspace. The options are JPEG, BT.601, and BT.709\r","\r","Windows:\r","* Implemented WASAPI support on Windows UWP and removed the deprecated XAudio2 implementation\r","* Added resampling support on WASAPI on Windows 7 and above\r","\r","Windows UWP:\r","* Added SDL_WinRTGetDeviceFamily() to find out what type of device your application is running on\r","\r","Mac OS X:\r","* Added support for the Vulkan SDK for Mac:\r"," https://www.lunarg.com/lunarg-releases-vulkan-sdk-1-0-69-0-for-mac/\r","* Added support for OpenGL ES using ANGLE when it's available\r","\r","Mac OS X / iOS / tvOS:\r","* Added a Metal 2D render implementation\r","* Added SDL_RenderGetMetalLayer() and SDL_RenderGetMetalCommandEncoder() to insert your own drawing into SDL rendering when using the Metal implementation\r","\r","iOS:\r","* Added the hint SDL_HINT_IOS_HIDE_HOME_INDICATOR to control whether the home indicator bar on iPhone X should be hidden. This defaults to dimming the indicator for fullscreen applications and showing the indicator for windowed applications.\r","\r","iOS / Android:\r","* Added the hint SDL_HINT_RETURN_KEY_HIDES_IME to control whether the return key on the software keyboard should hide the keyboard or send a key event (the default)\r","\r","Android:\r","* SDL now supports building with Android Studio and Gradle by default, and the old Ant project is available in android-project-ant\r","* SDL now requires the API 19 SDK to build, but can still target devices down to API 14 (Android 4.0.1)\r","* Added SDL_IsAndroidTV() to tell whether the application is running on Android TV\r","\r","Android / tvOS:\r","* Added the hint SDL_HINT_TV_REMOTE_AS_JOYSTICK to control whether TV remotes should be listed as joystick devices (the default) or send keyboard events.\r","\r","Linux:\r","* Added the hint SDL_HINT_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR to control whether the X server should skip the compositor for the SDL application. This defaults to \"1\"\r","* Added the hint SDL_HINT_VIDEO_DOUBLE_BUFFER to control whether the Raspberry Pi and KMSDRM video drivers should use double or triple buffering (the default)\r","\r","\r","---------------------------------------------------------------------------\r","2.0.7:\r","---------------------------------------------------------------------------\r","\r","General:\r","* Added audio stream conversion functions:\r","\tSDL_NewAudioStream\r","\tSDL_AudioStreamPut\r","\tSDL_AudioStreamGet\r","\tSDL_AudioStreamAvailable\r","\tSDL_AudioStreamFlush\r","\tSDL_AudioStreamClear\r","\tSDL_FreeAudioStream\r","* Added functions to query and set the SDL memory allocation functions:\r","\tSDL_GetMemoryFunctions()\r","\tSDL_SetMemoryFunctions()\r","\tSDL_GetNumAllocations()\r","* Added locking functions for multi-threaded access to the joystick and game controller APIs:\r","\tSDL_LockJoysticks()\r","\tSDL_UnlockJoysticks()\r","* The following functions are now thread-safe:\r","\tSDL_SetEventFilter()\r","\tSDL_GetEventFilter()\r","\tSDL_AddEventWatch()\r","\tSDL_DelEventWatch()\r","\r","\r","General:\r","---------------------------------------------------------------------------\r","2.0.6:\r","---------------------------------------------------------------------------\r","\r","General:\r","* Added cross-platform Vulkan graphics support in SDL_vulkan.h\r","\tSDL_Vulkan_LoadLibrary()\r","\tSDL_Vulkan_GetVkGetInstanceProcAddr()\r","\tSDL_Vulkan_GetInstanceExtensions()\r","\tSDL_Vulkan_CreateSurface()\r","\tSDL_Vulkan_GetDrawableSize()\r","\tSDL_Vulkan_UnloadLibrary()\r"," This is all the platform-specific code you need to bring up Vulkan on all SDL platforms. You can look at an example in test/testvulkan.c\r","* Added SDL_ComposeCustomBlendMode() to create custom blend modes for 2D rendering\r","* Added SDL_HasNEON() which returns whether the CPU has NEON instruction support\r","* Added support for many game controllers, including the Nintendo Switch Pro Controller\r","* Added support for inverted axes and separate axis directions in game controller mappings\r","* Added functions to return information about a joystick before it's opened:\r","\tSDL_JoystickGetDeviceVendor()\r","\tSDL_JoystickGetDeviceProduct()\r","\tSDL_JoystickGetDeviceProductVersion()\r","\tSDL_JoystickGetDeviceType()\r","\tSDL_JoystickGetDeviceInstanceID()\r","* Added functions to return information about an open joystick:\r","\tSDL_JoystickGetVendor()\r","\tSDL_JoystickGetProduct()\r","\tSDL_JoystickGetProductVersion()\r","\tSDL_JoystickGetType()\r","\tSDL_JoystickGetAxisInitialState()\r","* Added functions to return information about an open game controller:\r","\tSDL_GameControllerGetVendor()\r","\tSDL_GameControllerGetProduct()\r","\tSDL_GameControllerGetProductVersion()\r","* Added SDL_GameControllerNumMappings() and SDL_GameControllerMappingForIndex() to be able to enumerate the built-in game controller mappings\r","* Added SDL_LoadFile() and SDL_LoadFile_RW() to load a file into memory\r","* Added SDL_DuplicateSurface() to make a copy of a surface\r","* Added an experimental JACK audio driver\r","* Implemented non-power-of-two audio resampling, optionally using libsamplerate to perform the resampling\r","* Added the hint SDL_HINT_AUDIO_RESAMPLING_MODE to control the quality of resampling\r","* Added the hint SDL_HINT_RENDER_LOGICAL_SIZE_MODE to control the scaling policy for SDL_RenderSetLogicalSize():\r","\t\"0\" or \"letterbox\" - Uses letterbox/sidebars to fit the entire rendering on screen (the default)\r","\t\"1\" or \"overscan\" - Will zoom the rendering so it fills the entire screen, allowing edges to be drawn offscreen\r","* Added the hints SDL_HINT_MOUSE_NORMAL_SPEED_SCALE and SDL_HINT_MOUSE_RELATIVE_SPEED_SCALE to scale the mouse speed when being read from raw mouse input\r","* Added the hint SDL_HINT_TOUCH_MOUSE_EVENTS to control whether SDL will synthesize mouse events from touch events\r","\r","Windows:\r","* The new default audio driver on Windows is WASAPI and supports hot-plugging devices and changing the default audio device\r","* The old XAudio2 audio driver is deprecated and will be removed in the next release\r","* Added hints SDL_HINT_WINDOWS_INTRESOURCE_ICON and SDL_HINT_WINDOWS_INTRESOURCE_ICON_SMALL to specify a custom icon resource ID for SDL windows\r","* The hint SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING is now on by default for compatibility with .NET languages and various Windows debuggers\r","* Updated the GUID format for game controller mappings, older mappings will be automatically converted on load\r","* Implemented the SDL_WINDOW_ALWAYS_ON_TOP flag on Windows\r","\r","Linux:\r","* Added an experimental KMS/DRM video driver for embedded development\r","\r","iOS:\r","* Added a hint SDL_HINT_AUDIO_CATEGORY to control the audio category, determining whether the phone mute switch affects the audio\r","\r","---------------------------------------------------------------------------\r","2.0.5:\r","---------------------------------------------------------------------------\r","\r","General:\r","* Implemented audio capture support for some platforms\r","* Added SDL_DequeueAudio() to retrieve audio when buffer queuing is turned on for audio capture\r","* Added events for dragging and dropping text\r","* Added events for dragging and dropping multiple items\r","* By default the click raising a window will not be delivered to the SDL application. You can set the hint SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH to \"1\" to allow that click through to the window.\r","* Saving a surface with an alpha channel as a BMP will use a newer BMP format that supports alpha information. You can set the hint SDL_HINT_BMP_SAVE_LEGACY_FORMAT to \"1\" to use the old format.\r","* Added SDL_GetHintBoolean() to get the boolean value of a hint\r","* Added SDL_RenderSetIntegerScale() to set whether to smoothly scale or use integral multiples of the viewport size when scaling the rendering output\r","* Added SDL_CreateRGBSurfaceWithFormat() and SDL_CreateRGBSurfaceWithFormatFrom() to create an SDL surface with a specific pixel format\r","* Added SDL_GetDisplayUsableBounds() which returns the area usable for windows. For example, on Mac OS X, this subtracts the area occupied by the menu bar and dock.\r","* Added SDL_GetWindowBordersSize() which returns the size of the window's borders around the client area\r","* Added a window event SDL_WINDOWEVENT_HIT_TEST when a window had a hit test that wasn't SDL_HITTEST_NORMAL (e.g. in the title bar or window frame)\r","* Added SDL_SetWindowResizable() to change whether a window is resizable\r","* Added SDL_SetWindowOpacity() and SDL_GetWindowOpacity() to affect the window transparency\r","* Added SDL_SetWindowModalFor() to set a window as modal for another window\r","* Added support for AUDIO_U16LSB and AUDIO_U16MSB to SDL_MixAudioFormat()\r","* Fixed flipped images when reading back from target textures when using the OpenGL renderer\r","* Fixed texture color modulation with SDL_BLENDMODE_NONE when using the OpenGL renderer\r","* Fixed bug where the alpha value of colorkeys was ignored when blitting in some cases\r","\r","Windows:\r","* Added a hint SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING to prevent SDL from raising a debugger exception to name threads. This exception can cause problems with .NET applications when running under a debugger.\r","* The hint SDL_HINT_THREAD_STACK_SIZE is now supported on Windows\r","* Fixed XBox controller triggers automatically being pulled at startup\r","* The first icon from the executable is used as the default window icon at runtime\r","* Fixed SDL log messages being printed twice if SDL was built with C library support\r","* Reset dead keys when the SDL window loses focus, so dead keys pressed in SDL applications don't affect text input into other applications.\r","\r","Mac OS X:\r","* Fixed selecting the dummy video driver\r","* The caps lock key now generates a pressed event when pressed and a released event when released, instead of a press/release event pair when pressed.\r","* Fixed mouse wheel events on Mac OS X 10.12\r","* The audio driver has been updated to use AVFoundation for better compatibility with newer versions of Mac OS X\r","\r","Linux:\r","* Added support for the Fcitx IME\r","* Added a window event SDL_WINDOWEVENT_TAKE_FOCUS when a window manager asks the SDL window whether it wants to take focus.\r","* Refresh rates are now rounded instead of truncated, e.g. 59.94 Hz is rounded up to 60 Hz instead of 59.\r","* Added initial support for touchscreens on Raspberry Pi\r","\r","OpenBSD:\r","* SDL_GetBasePath() is now implemented on OpenBSD\r","\r","iOS:\r","* Added support for dynamically loaded objects on iOS 8 and newer\r","\r","tvOS:\r","* Added support for Apple TV\r","* Added a hint SDL_HINT_APPLE_TV_REMOTE_ALLOW_ROTATION to control whether he Apple TV remote's joystick axes will automatically match the rotation of the remote. \r","\r","Android:\r","* Fixed SDL not resizing window when Android screen resolution changes\r","* Corrected the joystick Z axis reporting for the accelerometer\r","\r","Emscripten (running in a web browser):\r","* Many bug fixes and improvements\r","\r","\r","---------------------------------------------------------------------------\r","2.0.4:\r","---------------------------------------------------------------------------\r","\r","General:\r","* Added support for web applications using Emscripten, see docs/README-emscripten.md for more information\r","* Added support for web applications using Native Client (NaCl), see docs/README-nacl.md for more information\r","* Added an API to queue audio instead of using the audio callback:\r"," SDL_QueueAudio(), SDL_GetQueuedAudioSize(), SDL_ClearQueuedAudio()\r","* Added events for audio device hot plug support:\r"," SDL_AUDIODEVICEADDED, SDL_AUDIODEVICEREMOVED\r","* Added SDL_PointInRect()\r","* Added SDL_HasAVX2() to detect CPUs with AVX2 support\r","* Added SDL_SetWindowHitTest() to let apps treat parts of their SDL window like traditional window decorations (drag areas, resize areas)\r","* Added SDL_GetGrabbedWindow() to get the window that currently has input grab, if any\r","* Added SDL_RenderIsClipEnabled() to tell whether clipping is currently enabled in a renderer\r","* Added SDL_CaptureMouse() to capture the mouse to get events while the mouse is not in your window\r","* Added SDL_WarpMouseGlobal() to warp the mouse cursor in global screen space\r","* Added SDL_GetGlobalMouseState() to get the current mouse state outside of an SDL window\r","* Added a direction field to mouse wheel events to tell whether they are flipped (natural) or not\r","* Added GL_CONTEXT_RELEASE_BEHAVIOR GL attribute (maps to [WGL|GLX]_ARB_context_flush_control extension)\r","* Added EGL_KHR_create_context support to allow OpenGL ES version selection on some platforms\r","* Added NV12 and NV21 YUV texture support for OpenGL and OpenGL ES 2.0 renderers\r","* Added a Vivante video driver that is used on various SoC platforms\r","* Added an event SDL_RENDER_DEVICE_RESET that is sent from the D3D renderers when the D3D device is lost, and from Android's event loop when the GLES context had to be recreated\r","* Added a hint SDL_HINT_NO_SIGNAL_HANDLERS to disable SDL's built in signal handling\r","* Added a hint SDL_HINT_THREAD_STACK_SIZE to set the stack size of SDL's threads\r","* Added SDL_sqrtf(), SDL_tan(), and SDL_tanf() to the stdlib routines\r","* Improved support for WAV and BMP files with unusual chunks in them\r","* Renamed SDL_assert_data to SDL_AssertData and SDL_assert_state to SDL_AssertState\r","* Added a hint SDL_HINT_WINDOW_FRAME_USABLE_WHILE_CURSOR_HIDDEN to prevent window interaction while cursor is hidden\r","* Added SDL_GetDisplayDPI() to get the DPI information for a display\r","* Added SDL_JoystickCurrentPowerLevel() to get the battery level of a joystick\r","* Added SDL_JoystickFromInstanceID(), as a helper function, to get the SDL_Joystick* that an event is referring to.\r","* Added SDL_GameControllerFromInstanceID(), as a helper function, to get the SDL_GameController* that an event is referring to.\r","\r","Windows:\r","* Added support for Windows Phone 8.1 and Windows 10/UWP (Universal Windows Platform)\r","* Timer resolution is now 1 ms by default, adjustable with the SDL_HINT_TIMER_RESOLUTION hint\r","* SDLmain no longer depends on the C runtime, so you can use the same .lib in both Debug and Release builds\r","* Added SDL_SetWindowsMessageHook() to set a function to be called for every windows message before TranslateMessage()\r","* Added a hint SDL_HINT_WINDOWS_ENABLE_MESSAGELOOP to control whether SDL_PumpEvents() processes the Windows message loop\r","* You can distinguish between real mouse and touch events by looking for SDL_TOUCH_MOUSEID in the mouse event \"which\" field\r","* SDL_SysWMinfo now contains the window HDC\r","* Added support for Unicode command line options\r","* Prevent beeping when Alt-key combos are pressed\r","* SDL_SetTextInputRect() re-positions the OS-rendered IME\r","* Added a hint SDL_HINT_WINDOWS_NO_CLOSE_ON_ALT_F4 to prevent generating SDL_WINDOWEVENT_CLOSE events when Alt-F4 is pressed\r","* Added a hint SDL_HINT_XINPUT_USE_OLD_JOYSTICK_MAPPING to use the old axis and button mapping for XInput devices (deprecated)\r","\r","Mac OS X:\r","* Implemented drag-and-drop support\r","* Improved joystick hot-plug detection\r","* The SDL_WINDOWEVENT_EXPOSED window event is triggered in the appropriate situations\r","* Fixed relative mouse mode when the application loses/regains focus\r","* Fixed bugs related to transitioning to and from Spaces-aware fullscreen-desktop mode\r","* Fixed the refresh rate of display modes\r","* SDL_SysWMInfo is now ARC-compatible\r","* Added a hint SDL_HINT_MAC_BACKGROUND_APP to prevent forcing the application to become a foreground process\r","\r","Linux:\r","* Enabled building with Mir and Wayland support by default.\r","* Added IBus IME support\r","* Added a hint SDL_HINT_IME_INTERNAL_EDITING to control whether IBus should handle text editing internally instead of sending SDL_TEXTEDITING events\r","* Added a hint SDL_HINT_VIDEO_X11_NET_WM_PING to allow disabling _NET_WM_PING protocol handling in SDL_CreateWindow()\r","* Added support for multiple audio devices when using Pulseaudio\r","* Fixed duplicate mouse events when using relative mouse motion\r","\r","iOS:\r","* Added support for iOS 8\r","* The SDL_WINDOW_ALLOW_HIGHDPI window flag now enables high-dpi support, and SDL_GL_GetDrawableSize() or SDL_GetRendererOutputSize() gets the window resolution in pixels\r","* SDL_GetWindowSize() and display mode sizes are in the \"DPI-independent points\" / \"screen coordinates\" coordinate space rather than pixels (matches OS X behavior)\r","* Added native resolution support for the iPhone 6 Plus\r","* Added support for MFi game controllers\r","* Added support for the hint SDL_HINT_ACCELEROMETER_AS_JOYSTICK\r","* Added sRGB OpenGL ES context support on iOS 7+\r","* Added support for SDL_DisableScreenSaver(), SDL_EnableScreenSaver() and the hint SDL_HINT_VIDEO_ALLOW_SCREENSAVER\r","* SDL_SysWMinfo now contains the OpenGL ES framebuffer and color renderbuffer objects used by the window's active GLES view\r","* Fixed various rotation and orientation issues\r","* Fixed memory leaks\r","\r","Android:\r","* Added a hint SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH to prevent mouse events from being registered as touch events\r","* Added hints SDL_HINT_ANDROID_APK_EXPANSION_MAIN_FILE_VERSION and SDL_HINT_ANDROID_APK_EXPANSION_PATCH_FILE_VERSION\r","* Added support for SDL_DisableScreenSaver(), SDL_EnableScreenSaver() and the hint SDL_HINT_VIDEO_ALLOW_SCREENSAVER\r","* Added support for SDL_ShowMessageBox() and SDL_ShowSimpleMessageBox()\r","\r","Raspberry Pi:\r","* Added support for the Raspberry Pi 2\r","\r","\r","---------------------------------------------------------------------------\r","2.0.3:\r","---------------------------------------------------------------------------\r","\r","Mac OS X:\r","* Fixed creating an OpenGL context by default on Mac OS X 10.6\r","\r","\r","---------------------------------------------------------------------------\r","2.0.2:\r","---------------------------------------------------------------------------\r","General:\r","* Added SDL_GL_ResetAttributes() to reset OpenGL attributes to default values\r","* Added an API to load a database of game controller mappings from a file:\r"," SDL_GameControllerAddMappingsFromFile(), SDL_GameControllerAddMappingsFromRW()\r","* Added game controller mappings for the PS4 and OUYA controllers\r","* Added SDL_GetDefaultAssertionHandler() and SDL_GetAssertionHandler()\r","* Added SDL_DetachThread()\r","* Added SDL_HasAVX() to determine if the CPU has AVX features\r","* Added SDL_vsscanf(), SDL_acos(), and SDL_asin() to the stdlib routines\r","* EGL can now create/manage OpenGL and OpenGL ES 1.x/2.x contexts, and share\r"," them using SDL_GL_SHARE_WITH_CURRENT_CONTEXT\r","* Added a field \"clicks\" to the mouse button event which records whether the event is a single click, double click, etc.\r","* The screensaver is now disabled by default, and there is a hint SDL_HINT_VIDEO_ALLOW_SCREENSAVER that can change that behavior.\r","* Added a hint SDL_HINT_MOUSE_RELATIVE_MODE_WARP to specify whether mouse relative mode should be emulated using mouse warping.\r","* testgl2 does not need to link with libGL anymore\r","* Added testgles2 test program to demonstrate working with OpenGL ES 2.0\r","* Added controllermap test program to visually map a game controller\r","\r","Windows:\r","* Support for OpenGL ES 2.x contexts using either WGL or EGL (natively via\r"," the driver or emulated through ANGLE)\r","* Added a hint SDL_HINT_VIDEO_WIN_D3DCOMPILER to specify which D3D shader compiler to use for OpenGL ES 2 support through ANGLE\r","* Added a hint SDL_HINT_VIDEO_WINDOW_SHARE_PIXEL_FORMAT that is useful when creating multiple windows that should share the same OpenGL context.\r","* Added an event SDL_RENDER_TARGETS_RESET that is sent when D3D9 render targets are reset after the device has been restored.\r","\r","Mac OS X:\r","* Added a hint SDL_HINT_MAC_CTRL_CLICK_EMULATE_RIGHT_CLICK to control whether Ctrl+click should be treated as a right click on Mac OS X. This is off by default.\r","\r","Linux:\r","* Fixed fullscreen and focused behavior when receiving NotifyGrab events\r","* Added experimental Wayland and Mir support, disabled by default\r","\r","Android:\r","* Joystick support (minimum SDK version required to build SDL is now 12, \r"," the required runtime version remains at 10, but on such devices joystick \r"," support won't be available).\r","* Hotplugging support for joysticks\r","* Added a hint SDL_HINT_ACCELEROMETER_AS_JOYSTICK to control whether the accelerometer should be listed as a 3 axis joystick, which it will by default.\r","\r","\r","---------------------------------------------------------------------------\r","2.0.1:\r","---------------------------------------------------------------------------\r","\r","General:\r","* Added an API to get common filesystem paths in SDL_filesystem.h:\r"," SDL_GetBasePath(), SDL_GetPrefPath()\r","* Added an API to do optimized YV12 and IYUV texture updates:\r"," SDL_UpdateYUVTexture()\r","* Added an API to get the amount of RAM on the system:\r"," SDL_GetSystemRAM()\r","* Added a macro to perform timestamp comparisons with SDL_GetTicks():\r"," SDL_TICKS_PASSED()\r","* Dramatically improved OpenGL ES 2.0 rendering performance\r","* Added OpenGL attribute SDL_GL_FRAMEBUFFER_SRGB_CAPABLE\r","\r","Windows:\r","* Created a static library configuration for the Visual Studio 2010 project\r","* Added a hint to create the Direct3D device with support for multi-threading:\r"," SDL_HINT_RENDER_DIRECT3D_THREADSAFE\r","* Added a function to get the D3D9 adapter index for a display:\r"," SDL_Direct3D9GetAdapterIndex()\r","* Added a function to get the D3D9 device for a D3D9 renderer:\r"," SDL_RenderGetD3D9Device()\r","* Fixed building SDL with the mingw32 toolchain (mingw-w64 is preferred)\r","* Fixed crash when using two XInput controllers at the same time\r","* Fixed detecting a mixture of XInput and DirectInput controllers\r","* Fixed clearing a D3D render target larger than the window\r","* Improved support for format specifiers in SDL_snprintf()\r","\r","Mac OS X:\r","* Added support for retina displays:\r"," Create your window with the SDL_WINDOW_ALLOW_HIGHDPI flag, and then use SDL_GL_GetDrawableSize() to find the actual drawable size. You are responsible for scaling mouse and drawing coordinates appropriately.\r","* Fixed mouse warping in fullscreen mode\r","* Right mouse click is emulated by holding the Ctrl key while left clicking\r","\r","Linux:\r","* Fixed float audio support with the PulseAudio driver\r","* Fixed missing line endpoints in the OpenGL renderer on some drivers\r","* X11 symbols are no longer defined to avoid collisions when linking statically\r","\r","iOS:\r","* Fixed status bar visibility on iOS 7\r","* Flipped the accelerometer Y axis to match expected values\r","\r","Android:\r","IMPORTANT: You MUST get the updated SDLActivity.java to match C code\r","* Moved EGL initialization to native code \r","* Fixed the accelerometer axis rotation relative to the device rotation\r","* Fixed race conditions when handling the EGL context on pause/resume\r","* Touch devices are available for enumeration immediately after init\r","\r","Raspberry Pi:\r","* Added support for the Raspberry Pi, see README-raspberrypi.txt for details\r"],"stylingDirectives":[[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]],"colorizedLines":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/libsdl-org/SDL/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":"WhatsNew.txt","displayUrl":"https://github.com/libsdl-org/SDL/blame/3e3294645f380ee192e91934b3c7ec4a51a4e512/WhatsNew.txt?raw=true","headerInfo":{"blobSize":"25.9 KB","deleteTooltip":"You must be signed in to make or propose changes","editTooltip":"You must be signed in to make or propose changes","ghDesktopPath":null,"isGitLfs":false,"onBranch":false,"shortPath":"f9fe558","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Flibsdl-org%2FSDL%2Fblame%2F3e3294645f380ee192e91934b3c7ec4a51a4e512%2FWhatsNew.txt","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":"445","truncatedSloc":"378"},"mode":"file"},"image":false,"isCodeownersFile":null,"isPlain":false,"isValidLegacyIssueTemplate":false,"issueTemplate":null,"discussionTemplate":null,"language":"Text","languageID":372,"large":false,"planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/libsdl-org/SDL/blame/3e3294645f380ee192e91934b3c7ec4a51a4e512/WhatsNew.txt","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/libsdl-org/SDL/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/libsdl-org/SDL/raw/3e3294645f380ee192e91934b3c7ec4a51a4e512/WhatsNew.txt","renderImageOrRaw":false,"richText":null,"renderedFileInfo":null,"shortPath":null,"symbolsEnabled":true,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","actionsOnboardingTip":null},"truncated":false,"viewable":true,"workflowRedirectUrl":null,"symbols":{"timed_out":false,"not_analyzed":true,"symbols":[]}},"copilotInfo":null,"copilotAccessAllowed":false,"blame":{"ranges":{"1":{"start":1,"oldStart":1,"end":3,"oldEnd":3,"commitOid":"0e45984fa036fff1912c62fee3ed4f5481f3c324","reblamePath":null},"4":{"start":4,"oldStart":4,"end":10,"oldEnd":10,"commitOid":"458c60e6a4a72d17ed94e5e3edc48aedb615872d","reblamePath":"WhatsNew.txt"},"11":{"start":11,"oldStart":11,"end":12,"oldEnd":12,"commitOid":"b470cd9b09087556660579a5d20b1ff06b3056f3","reblamePath":"WhatsNew.txt"},"13":{"start":13,"oldStart":13,"end":13,"oldEnd":13,"commitOid":"05333a6e9f9990407f6798b4d20067f567bcf4a2","reblamePath":"WhatsNew.txt"},"14":{"start":14,"oldStart":12,"end":14,"oldEnd":12,"commitOid":"458c60e6a4a72d17ed94e5e3edc48aedb615872d","reblamePath":"WhatsNew.txt"},"15":{"start":15,"oldStart":4,"end":19,"oldEnd":8,"commitOid":"a8ac58854901c62d91e01e9d6957af1e2e02fe1d","reblamePath":"WhatsNew.txt"},"20":{"start":20,"oldStart":9,"end":25,"oldEnd":14,"commitOid":"88f9f0307dfae9523f00c15f57c1d57f01f259be","reblamePath":"WhatsNew.txt"},"26":{"start":26,"oldStart":15,"end":26,"oldEnd":15,"commitOid":"91da4963d317e85f64a9af0d34048af63f77e2eb","reblamePath":"WhatsNew.txt"},"27":{"start":27,"oldStart":15,"end":27,"oldEnd":15,"commitOid":"88f9f0307dfae9523f00c15f57c1d57f01f259be","reblamePath":"WhatsNew.txt"},"28":{"start":28,"oldStart":9,"end":28,"oldEnd":9,"commitOid":"a8ac58854901c62d91e01e9d6957af1e2e02fe1d","reblamePath":"WhatsNew.txt"},"29":{"start":29,"oldStart":17,"end":53,"oldEnd":41,"commitOid":"88f9f0307dfae9523f00c15f57c1d57f01f259be","reblamePath":"WhatsNew.txt"},"54":{"start":54,"oldStart":10,"end":55,"oldEnd":11,"commitOid":"a8ac58854901c62d91e01e9d6957af1e2e02fe1d","reblamePath":"WhatsNew.txt"},"56":{"start":56,"oldStart":4,"end":60,"oldEnd":8,"commitOid":"2c5724ef5dc6a0071ec3f5ff0fb839f2a286ef5a","reblamePath":"WhatsNew.txt"},"61":{"start":61,"oldStart":9,"end":61,"oldEnd":9,"commitOid":"5adc1b7d3ea08f4ee059e534803dc5b9e0846f41","reblamePath":"WhatsNew.txt"},"62":{"start":62,"oldStart":10,"end":62,"oldEnd":10,"commitOid":"2c5724ef5dc6a0071ec3f5ff0fb839f2a286ef5a","reblamePath":"WhatsNew.txt"},"63":{"start":63,"oldStart":11,"end":63,"oldEnd":11,"commitOid":"5adc1b7d3ea08f4ee059e534803dc5b9e0846f41","reblamePath":"WhatsNew.txt"},"64":{"start":64,"oldStart":11,"end":64,"oldEnd":11,"commitOid":"2c5724ef5dc6a0071ec3f5ff0fb839f2a286ef5a","reblamePath":"WhatsNew.txt"},"65":{"start":65,"oldStart":12,"end":66,"oldEnd":13,"commitOid":"baae74c857e9b0fd49dd207e5c8448662ea4dcd0","reblamePath":"WhatsNew.txt"},"67":{"start":67,"oldStart":15,"end":67,"oldEnd":15,"commitOid":"8e4afb556abe5ab07e5abb79a8ed0f8cb86d83bf","reblamePath":"WhatsNew.txt"},"68":{"start":68,"oldStart":14,"end":71,"oldEnd":17,"commitOid":"baae74c857e9b0fd49dd207e5c8448662ea4dcd0","reblamePath":"WhatsNew.txt"},"72":{"start":72,"oldStart":20,"end":74,"oldEnd":22,"commitOid":"99683f7c045f05930a961b187caf3d98a4e80325","reblamePath":"WhatsNew.txt"},"75":{"start":75,"oldStart":23,"end":75,"oldEnd":23,"commitOid":"eac376669873e5b457427075b60ea32481419610","reblamePath":"WhatsNew.txt"},"76":{"start":76,"oldStart":23,"end":77,"oldEnd":24,"commitOid":"99683f7c045f05930a961b187caf3d98a4e80325","reblamePath":"WhatsNew.txt"},"78":{"start":78,"oldStart":19,"end":80,"oldEnd":21,"commitOid":"baae74c857e9b0fd49dd207e5c8448662ea4dcd0","reblamePath":"WhatsNew.txt"},"81":{"start":81,"oldStart":23,"end":87,"oldEnd":30,"commitOid":"5adc1b7d3ea08f4ee059e534803dc5b9e0846f41","reblamePath":"WhatsNew.txt"},"88":{"start":88,"oldStart":36,"end":88,"oldEnd":36,"commitOid":"e9fc66a038304be0b892b83c16d6dcf5ee36f388","reblamePath":"WhatsNew.txt"},"89":{"start":89,"oldStart":31,"end":89,"oldEnd":31,"commitOid":"5adc1b7d3ea08f4ee059e534803dc5b9e0846f41","reblamePath":"WhatsNew.txt"},"90":{"start":90,"oldStart":32,"end":90,"oldEnd":32,"commitOid":"cbfee82dff53d6141630b128a8e78f26e317dece","reblamePath":"WhatsNew.txt"},"91":{"start":91,"oldStart":32,"end":98,"oldEnd":39,"commitOid":"5adc1b7d3ea08f4ee059e534803dc5b9e0846f41","reblamePath":"WhatsNew.txt"},"99":{"start":99,"oldStart":12,"end":99,"oldEnd":12,"commitOid":"2c5724ef5dc6a0071ec3f5ff0fb839f2a286ef5a","reblamePath":"WhatsNew.txt"},"100":{"start":100,"oldStart":4,"end":104,"oldEnd":8,"commitOid":"0e495e83dd464202e70fad6efa4c722c0be9946a","reblamePath":"WhatsNew.txt"},"105":{"start":105,"oldStart":9,"end":109,"oldEnd":13,"commitOid":"80f8464d97e94f81aba726430678dda0b941a23a","reblamePath":"WhatsNew.txt"},"110":{"start":110,"oldStart":14,"end":110,"oldEnd":14,"commitOid":"7a6cf53aea50c69a5f8cb6e0085b1ababf9db5c9","reblamePath":"WhatsNew.txt"},"111":{"start":111,"oldStart":14,"end":112,"oldEnd":15,"commitOid":"80f8464d97e94f81aba726430678dda0b941a23a","reblamePath":"WhatsNew.txt"},"113":{"start":113,"oldStart":9,"end":116,"oldEnd":12,"commitOid":"9c580e14c9d2301cea21eed66bbf7d0caf142653","reblamePath":"WhatsNew.txt"},"117":{"start":117,"oldStart":9,"end":127,"oldEnd":19,"commitOid":"0e495e83dd464202e70fad6efa4c722c0be9946a","reblamePath":"WhatsNew.txt"},"128":{"start":128,"oldStart":4,"end":142,"oldEnd":18,"commitOid":"d75fea89d270a76bbe22b36391ed3afb4422df3a","reblamePath":"WhatsNew.txt"},"143":{"start":143,"oldStart":19,"end":143,"oldEnd":19,"commitOid":"657ad72ac463cde9ddbda171b11ac04d430b0301","reblamePath":"WhatsNew.txt"},"144":{"start":144,"oldStart":19,"end":163,"oldEnd":38,"commitOid":"d75fea89d270a76bbe22b36391ed3afb4422df3a","reblamePath":"WhatsNew.txt"},"164":{"start":164,"oldStart":40,"end":164,"oldEnd":40,"commitOid":"657ad72ac463cde9ddbda171b11ac04d430b0301","reblamePath":"WhatsNew.txt"},"165":{"start":165,"oldStart":39,"end":173,"oldEnd":47,"commitOid":"d75fea89d270a76bbe22b36391ed3afb4422df3a","reblamePath":"WhatsNew.txt"},"174":{"start":174,"oldStart":50,"end":175,"oldEnd":51,"commitOid":"657ad72ac463cde9ddbda171b11ac04d430b0301","reblamePath":"WhatsNew.txt"},"176":{"start":176,"oldStart":48,"end":176,"oldEnd":48,"commitOid":"d75fea89d270a76bbe22b36391ed3afb4422df3a","reblamePath":"WhatsNew.txt"},"177":{"start":177,"oldStart":53,"end":178,"oldEnd":54,"commitOid":"3261ca754fc6ab86e3bfe567d80f649d0bfe8dc7","reblamePath":"WhatsNew.txt"},"179":{"start":179,"oldStart":55,"end":179,"oldEnd":55,"commitOid":"657ad72ac463cde9ddbda171b11ac04d430b0301","reblamePath":"WhatsNew.txt"},"180":{"start":180,"oldStart":51,"end":183,"oldEnd":54,"commitOid":"d75fea89d270a76bbe22b36391ed3afb4422df3a","reblamePath":"WhatsNew.txt"},"184":{"start":184,"oldStart":60,"end":185,"oldEnd":61,"commitOid":"c08a7a74a592596863a09ce9fa86328c0fd79254","reblamePath":"WhatsNew.txt"},"186":{"start":186,"oldStart":55,"end":186,"oldEnd":55,"commitOid":"d75fea89d270a76bbe22b36391ed3afb4422df3a","reblamePath":"WhatsNew.txt"},"187":{"start":187,"oldStart":4,"end":231,"oldEnd":48,"commitOid":"3b3dd9af5ac7605e143df242352d9081ce8e89bd","reblamePath":"WhatsNew.txt"},"232":{"start":232,"oldStart":49,"end":234,"oldEnd":51,"commitOid":"4c9f31398f09ec53fbfded86f42f5c55708b6bdf","reblamePath":"WhatsNew.txt"},"235":{"start":235,"oldStart":49,"end":249,"oldEnd":63,"commitOid":"3b3dd9af5ac7605e143df242352d9081ce8e89bd","reblamePath":"WhatsNew.txt"},"250":{"start":250,"oldStart":4,"end":279,"oldEnd":33,"commitOid":"0e45984fa036fff1912c62fee3ed4f5481f3c324","reblamePath":null},"280":{"start":280,"oldStart":34,"end":280,"oldEnd":34,"commitOid":"2d8c49fdbd272d788d9a300ae7cb8f7d0a85f1a3","reblamePath":"WhatsNew.txt"},"281":{"start":281,"oldStart":35,"end":281,"oldEnd":35,"commitOid":"440d6cc00e80a942b3b62e4ba037b68745d697ea","reblamePath":"WhatsNew.txt"},"282":{"start":282,"oldStart":36,"end":282,"oldEnd":36,"commitOid":"ceb43129ac9109a08d7452c19ee951df851c824e","reblamePath":"WhatsNew.txt"},"283":{"start":283,"oldStart":37,"end":284,"oldEnd":38,"commitOid":"e6ad29aec8fe89731475c89c35a74e21effb39a3","reblamePath":"WhatsNew.txt"},"285":{"start":285,"oldStart":34,"end":286,"oldEnd":35,"commitOid":"0e45984fa036fff1912c62fee3ed4f5481f3c324","reblamePath":null},"287":{"start":287,"oldStart":41,"end":287,"oldEnd":41,"commitOid":"fd9f06a0c2ca330a983706165ceb2cd53fe0d92f","reblamePath":"WhatsNew.txt"},"288":{"start":288,"oldStart":37,"end":296,"oldEnd":45,"commitOid":"0e45984fa036fff1912c62fee3ed4f5481f3c324","reblamePath":null},"297":{"start":297,"oldStart":47,"end":298,"oldEnd":48,"commitOid":"2d8c49fdbd272d788d9a300ae7cb8f7d0a85f1a3","reblamePath":"WhatsNew.txt"},"299":{"start":299,"oldStart":46,"end":307,"oldEnd":54,"commitOid":"0e45984fa036fff1912c62fee3ed4f5481f3c324","reblamePath":null},"308":{"start":308,"oldStart":58,"end":308,"oldEnd":58,"commitOid":"2d8c49fdbd272d788d9a300ae7cb8f7d0a85f1a3","reblamePath":"WhatsNew.txt"},"309":{"start":309,"oldStart":55,"end":313,"oldEnd":59,"commitOid":"0e45984fa036fff1912c62fee3ed4f5481f3c324","reblamePath":null},"314":{"start":314,"oldStart":68,"end":314,"oldEnd":68,"commitOid":"2e525193ef485c1d389a9514ab0558bec5840877","reblamePath":"WhatsNew.txt"},"315":{"start":315,"oldStart":60,"end":319,"oldEnd":64,"commitOid":"0e45984fa036fff1912c62fee3ed4f5481f3c324","reblamePath":null},"320":{"start":320,"oldStart":74,"end":322,"oldEnd":76,"commitOid":"4aae0290ea94a4be6e2b417b8c9d59910a12edba","reblamePath":"WhatsNew.txt"},"323":{"start":323,"oldStart":70,"end":323,"oldEnd":70,"commitOid":"2bf6f1bcb7a95ef2bac2abb300f275ed4d7a5efe","reblamePath":"WhatsNew.txt"},"324":{"start":324,"oldStart":65,"end":325,"oldEnd":66,"commitOid":"0e45984fa036fff1912c62fee3ed4f5481f3c324","reblamePath":null},"326":{"start":326,"oldStart":73,"end":326,"oldEnd":73,"commitOid":"cdfec382c6d054af9165ced82400e978452d7542","reblamePath":"WhatsNew.txt"},"327":{"start":327,"oldStart":70,"end":332,"oldEnd":75,"commitOid":"0e45984fa036fff1912c62fee3ed4f5481f3c324","reblamePath":null},"333":{"start":333,"oldStart":80,"end":333,"oldEnd":80,"commitOid":"2d8c49fdbd272d788d9a300ae7cb8f7d0a85f1a3","reblamePath":"WhatsNew.txt"},"334":{"start":334,"oldStart":83,"end":335,"oldEnd":84,"commitOid":"cdfec382c6d054af9165ced82400e978452d7542","reblamePath":"WhatsNew.txt"},"336":{"start":336,"oldStart":76,"end":445,"oldEnd":185,"commitOid":"0e45984fa036fff1912c62fee3ed4f5481f3c324","reblamePath":null}},"commits":{"0e45984fa036fff1912c62fee3ed4f5481f3c324":{"oid":"0e45984fa036fff1912c62fee3ed4f5481f3c324","message":"Fixed crash if initialization of EGL failed but was tried again later.\n\nThe internal function SDL_EGL_LoadLibrary() did not delete and remove a mostly\nuninitialized data structure if loading the library first failed. A later try to\nuse EGL then skipped initialization and assumed it was previously successful\nbecause the data structure now already existed. This led to at least one crash\nin the internal function SDL_EGL_ChooseConfig() because a NULL pointer was\ndereferenced to make a call to eglBindAPI().","shortMessageHtmlLink":"Fixed crash if initialization of EGL failed but was tried again later.","authorAvatarUrl":"https://avatars.githubusercontent.com/u/5358527?s=80&v=4","committerName":"Philipp Wiesemann","committerEmail":"philipp.wiesemann@arcor.de","committedDate":"2015-06-21T17:33:46.000+02:00","firstParentOid":null},"458c60e6a4a72d17ed94e5e3edc48aedb615872d":{"oid":"458c60e6a4a72d17ed94e5e3edc48aedb615872d","message":"Update WhatsNew.txt","shortMessageHtmlLink":"Update WhatsNew.txt","authorAvatarUrl":"https://avatars.githubusercontent.com/u/818728?s=80&v=4","committerName":"Sylvain Becker","committerEmail":"sylvain.becker@gmail.com","committedDate":"2019-04-04T20:10:55.000+02:00","firstParentOid":"bfdd0b228a7d629ef621ab0449783e5851d8611f"},"b470cd9b09087556660579a5d20b1ff06b3056f3":{"oid":"b470cd9b09087556660579a5d20b1ff06b3056f3","message":"Android: default SDL_HINT_MOUSE_TOUCH_EVENTS to 1 as previous behaviour","shortMessageHtmlLink":"Android: default SDL_HINT_MOUSE_TOUCH_EVENTS to 1 as previous behaviour","authorAvatarUrl":"https://avatars.githubusercontent.com/u/818728?s=80&v=4","committerName":"Sylvain Becker","committerEmail":"sylvain.becker@gmail.com","committedDate":"2019-04-05T08:36:31.000+02:00","firstParentOid":"6f732d4ee8ef78da503a7a960da328308c09a8b3"},"05333a6e9f9990407f6798b4d20067f567bcf4a2":{"oid":"05333a6e9f9990407f6798b4d20067f567bcf4a2","message":"Android: add hint SDL_HINT_ANDROID_BLOCK_ON_PAUSE\nto set whether the event loop will block itself when the app is paused.","shortMessageHtmlLink":"Android: add hint SDL_HINT_ANDROID_BLOCK_ON_PAUSE","authorAvatarUrl":"https://avatars.githubusercontent.com/u/818728?s=80&v=4","committerName":"Sylvain Becker","committerEmail":"sylvain.becker@gmail.com","committedDate":"2019-04-05T09:16:30.000+02:00","firstParentOid":"b470cd9b09087556660579a5d20b1ff06b3056f3"},"a8ac58854901c62d91e01e9d6957af1e2e02fe1d":{"oid":"a8ac58854901c62d91e01e9d6957af1e2e02fe1d","message":"Added SDL_GameControllerMappingForDeviceIndex() to get the mapping for a controller before it's opened","shortMessageHtmlLink":"Added SDL_GameControllerMappingForDeviceIndex() to get the mapping fo…","authorAvatarUrl":"https://avatars.githubusercontent.com/u/2100061?s=80&v=4","committerName":"Sam Lantinga","committerEmail":"slouken@libsdl.org","committedDate":"2018-03-07T13:30:40.000-08:00","firstParentOid":"9e651b691562516128dfa27120767c542b084e64"},"88f9f0307dfae9523f00c15f57c1d57f01f259be":{"oid":"88f9f0307dfae9523f00c15f57c1d57f01f259be","message":"Added patch notes for SDL 2.0.9","shortMessageHtmlLink":"Added patch notes for SDL 2.0.9","authorAvatarUrl":"https://avatars.githubusercontent.com/u/2100061?s=80&v=4","committerName":"Sam Lantinga","committerEmail":"slouken@libsdl.org","committedDate":"2018-09-27T23:54:40.000-07:00","firstParentOid":"7df0f4fdacea9ba2d7184738522f6e31c4260d60"},"91da4963d317e85f64a9af0d34048af63f77e2eb":{"oid":"91da4963d317e85f64a9af0d34048af63f77e2eb","message":"Added patch note for SDL_GameControllerGetPlayerIndex() and friends","shortMessageHtmlLink":"Added patch note for SDL_GameControllerGetPlayerIndex() and friends","authorAvatarUrl":"https://avatars.githubusercontent.com/u/2100061?s=80&v=4","committerName":"Sam Lantinga","committerEmail":"slouken@libsdl.org","committedDate":"2018-10-26T09:49:27.000-07:00","firstParentOid":"b08bdc440139ce92b7da22374883219b35f9514c"},"2c5724ef5dc6a0071ec3f5ff0fb839f2a286ef5a":{"oid":"2c5724ef5dc6a0071ec3f5ff0fb839f2a286ef5a","message":"Updated version to 2.0.8 since SDL_image depends on it","shortMessageHtmlLink":"Updated version to 2.0.8 since SDL_image depends on it","authorAvatarUrl":"https://avatars.githubusercontent.com/u/2100061?s=80&v=4","committerName":"Sam Lantinga","committerEmail":"slouken@libsdl.org","committedDate":"2017-11-04T21:58:48.000-07:00","firstParentOid":"afbba1822caffe63e241bbc800faec11500283f0"},"5adc1b7d3ea08f4ee059e534803dc5b9e0846f41":{"oid":"5adc1b7d3ea08f4ee059e534803dc5b9e0846f41","message":"Updated documentation with API changes in SDL 2.0.8","shortMessageHtmlLink":"Updated documentation with API changes in SDL 2.0.8","authorAvatarUrl":"https://avatars.githubusercontent.com/u/2100061?s=80&v=4","committerName":"Sam Lantinga","committerEmail":"slouken@libsdl.org","committedDate":"2018-02-24T08:18:09.000-08:00","firstParentOid":"0626486e2ebcfd942578c29ed5c1b9b7600d84de"},"baae74c857e9b0fd49dd207e5c8448662ea4dcd0":{"oid":"baae74c857e9b0fd49dd207e5c8448662ea4dcd0","message":"Added SDL_WinRTGetDeviceFamily() to find out what type of device your application is running on (thanks Daniel Knobe!)","shortMessageHtmlLink":"Added SDL_WinRTGetDeviceFamily() to find out what type of device your…","authorAvatarUrl":"https://avatars.githubusercontent.com/u/2100061?s=80&v=4","committerName":"Sam Lantinga","committerEmail":"slouken@libsdl.org","committedDate":"2017-12-10T09:10:02.000-08:00","firstParentOid":"3ae97689354813ea5f2c89a1d12631f67e38c622"},"8e4afb556abe5ab07e5abb79a8ed0f8cb86d83bf":{"oid":"8e4afb556abe5ab07e5abb79a8ed0f8cb86d83bf","message":"Added patch note for Ryan's work","shortMessageHtmlLink":"Added patch note for Ryan's work","authorAvatarUrl":"https://avatars.githubusercontent.com/u/2100061?s=80&v=4","committerName":"Sam Lantinga","committerEmail":"slouken@libsdl.org","committedDate":"2018-02-24T08:42:04.000-08:00","firstParentOid":"b33dbd276976380c92fca0d748a03002ae1a2e77"},"99683f7c045f05930a961b187caf3d98a4e80325":{"oid":"99683f7c045f05930a961b187caf3d98a4e80325","message":"Added patch note about the Vulkan Mac SDK","shortMessageHtmlLink":"Added patch note about the Vulkan Mac SDK","authorAvatarUrl":"https://avatars.githubusercontent.com/u/2100061?s=80&v=4","committerName":"Sam Lantinga","committerEmail":"slouken@libsdl.org","committedDate":"2018-02-26T08:39:25.000-08:00","firstParentOid":"be6ca785e321503e07a8898d5e9c76ee37e409da"},"eac376669873e5b457427075b60ea32481419610":{"oid":"eac376669873e5b457427075b60ea32481419610","message":"Added a patch note for OpenGL ES support on Mac","shortMessageHtmlLink":"Added a patch note for OpenGL ES support on Mac","authorAvatarUrl":"https://avatars.githubusercontent.com/u/2100061?s=80&v=4","committerName":"Sam Lantinga","committerEmail":"slouken@libsdl.org","committedDate":"2018-03-01T08:08:20.000-08:00","firstParentOid":"3537c3e7a9ad5eb360bbaac4d7c19c2b6c74c244"},"e9fc66a038304be0b892b83c16d6dcf5ee36f388":{"oid":"e9fc66a038304be0b892b83c16d6dcf5ee36f388","message":"Added patch note for Android Studio support","shortMessageHtmlLink":"Added patch note for Android Studio support","authorAvatarUrl":"https://avatars.githubusercontent.com/u/2100061?s=80&v=4","committerName":"Sam Lantinga","committerEmail":"slouken@libsdl.org","committedDate":"2018-03-01T08:26:10.000-08:00","firstParentOid":"0df7fe84040789a7a6555a05e8209810d8323cda"},"cbfee82dff53d6141630b128a8e78f26e317dece":{"oid":"cbfee82dff53d6141630b128a8e78f26e317dece","message":"Moved Android patch note into the Android section","shortMessageHtmlLink":"Moved Android patch note into the Android section","authorAvatarUrl":"https://avatars.githubusercontent.com/u/2100061?s=80&v=4","committerName":"Sam Lantinga","committerEmail":"slouken@libsdl.org","committedDate":"2018-02-24T09:09:20.000-08:00","firstParentOid":"6cf4d0e43bf12de05374e07eb076a0c73b6f95b1"},"0e495e83dd464202e70fad6efa4c722c0be9946a":{"oid":"0e495e83dd464202e70fad6efa4c722c0be9946a","message":"Updated WhatsNew.txt for 2.0.7 changes","shortMessageHtmlLink":"Updated WhatsNew.txt for 2.0.7 changes","authorAvatarUrl":"https://avatars.githubusercontent.com/u/2100061?s=80&v=4","committerName":"Sam Lantinga","committerEmail":"slouken@libsdl.org","committedDate":"2017-10-10T20:16:52.000-07:00","firstParentOid":"8446d4a05a8dfb6c4c44085881a34538c34e42ae"},"80f8464d97e94f81aba726430678dda0b941a23a":{"oid":"80f8464d97e94f81aba726430678dda0b941a23a","message":"Added audio stream conversion functions:\n SDL_NewAudioStream\n SDL_AudioStreamPut\n SDL_AudioStreamGet\n SDL_AudioStreamAvailable\n SDL_AudioStreamClear\n SDL_FreeAudioStream","shortMessageHtmlLink":"Added audio stream conversion functions:","authorAvatarUrl":"https://avatars.githubusercontent.com/u/2100061?s=80&v=4","committerName":"Sam Lantinga","committerEmail":"slouken@libsdl.org","committedDate":"2017-10-18T15:54:05.000-07:00","firstParentOid":"9fd0d6191c3adf1398b819933c36b40d8bc1898b"},"7a6cf53aea50c69a5f8cb6e0085b1ababf9db5c9":{"oid":"7a6cf53aea50c69a5f8cb6e0085b1ababf9db5c9","message":"Added SDL_AudioStreamFlush() to the list of new audio stream functions","shortMessageHtmlLink":"Added SDL_AudioStreamFlush() to the list of new audio stream functions","authorAvatarUrl":"https://avatars.githubusercontent.com/u/2100061?s=80&v=4","committerName":"Sam Lantinga","committerEmail":"slouken@libsdl.org","committedDate":"2017-10-20T10:45:38.000-07:00","firstParentOid":"c339d9ed6d70d598223d949397d8fffbf3a43366"},"9c580e14c9d2301cea21eed66bbf7d0caf142653":{"oid":"9c580e14c9d2301cea21eed66bbf7d0caf142653","message":"Added functions to query and set the SDL memory allocation functions:\n SDL_GetMemoryFunctions()\n SDL_SetMemoryFunctions()\n SDL_GetNumAllocations()","shortMessageHtmlLink":"Added functions to query and set the SDL memory allocation functions:","authorAvatarUrl":"https://avatars.githubusercontent.com/u/2100061?s=80&v=4","committerName":"Sam Lantinga","committerEmail":"slouken@libsdl.org","committedDate":"2017-10-12T13:44:28.000-07:00","firstParentOid":"1887c54c6895675b47149735b4bda1f344f260e6"},"d75fea89d270a76bbe22b36391ed3afb4422df3a":{"oid":"d75fea89d270a76bbe22b36391ed3afb4422df3a","message":"Updated WhatsNew.txt for 2.0.6","shortMessageHtmlLink":"Updated WhatsNew.txt for 2.0.6","authorAvatarUrl":"https://avatars.githubusercontent.com/u/2100061?s=80&v=4","committerName":"Sam Lantinga","committerEmail":"slouken@libsdl.org","committedDate":"2017-09-04T20:48:01.000-07:00","firstParentOid":"67f9348baa88de4e0865b69107c65541d1852371"},"657ad72ac463cde9ddbda171b11ac04d430b0301":{"oid":"657ad72ac463cde9ddbda171b11ac04d430b0301","message":"Added some more big 2.0.6 changes","shortMessageHtmlLink":"Added some more big 2.0.6 changes","authorAvatarUrl":"https://avatars.githubusercontent.com/u/2100061?s=80&v=4","committerName":"Sam Lantinga","committerEmail":"slouken@libsdl.org","committedDate":"2017-09-04T21:16:28.000-07:00","firstParentOid":"d75fea89d270a76bbe22b36391ed3afb4422df3a"},"3261ca754fc6ab86e3bfe567d80f649d0bfe8dc7":{"oid":"3261ca754fc6ab86e3bfe567d80f649d0bfe8dc7","message":"Fixed typos in 2.0.6 patch notes","shortMessageHtmlLink":"Fixed typos in 2.0.6 patch notes","authorAvatarUrl":"https://avatars.githubusercontent.com/u/2100061?s=80&v=4","committerName":"Sam Lantinga","committerEmail":"slouken@libsdl.org","committedDate":"2017-09-04T23:10:12.000-07:00","firstParentOid":"d2eda2671dd99d16c2a3fce54e720e370f66e6a3"},"c08a7a74a592596863a09ce9fa86328c0fd79254":{"oid":"c08a7a74a592596863a09ce9fa86328c0fd79254","message":"Added a hint SDL_HINT_AUDIO_CATEGORY to control the audio category,\ndetermining whether the phone mute switch affects the audio","shortMessageHtmlLink":"Added a hint SDL_HINT_AUDIO_CATEGORY to control the audio category,","authorAvatarUrl":"https://avatars.githubusercontent.com/u/2100061?s=80&v=4","committerName":"Sam Lantinga","committerEmail":"slouken@libsdl.org","committedDate":"2017-09-15T17:27:32.000-07:00","firstParentOid":"46ec130528a6c59f40b97b4c143212a5c8c117ba"},"3b3dd9af5ac7605e143df242352d9081ce8e89bd":{"oid":"3b3dd9af5ac7605e143df242352d9081ce8e89bd","message":"Updated WhatsNew with 2.0.5 changes","shortMessageHtmlLink":"Updated WhatsNew with 2.0.5 changes","authorAvatarUrl":"https://avatars.githubusercontent.com/u/2100061?s=80&v=4","committerName":"Sam Lantinga","committerEmail":"slouken@libsdl.org","committedDate":"2016-10-11T23:56:52.000-07:00","firstParentOid":"f5c2bf120a21c78f7f720886a03a3cc250225dab"},"4c9f31398f09ec53fbfded86f42f5c55708b6bdf":{"oid":"4c9f31398f09ec53fbfded86f42f5c55708b6bdf","message":"Added note for David Carlier's work on OpenBSD","shortMessageHtmlLink":"Added note for David Carlier's work on OpenBSD","authorAvatarUrl":"https://avatars.githubusercontent.com/u/2100061?s=80&v=4","committerName":"Sam Lantinga","committerEmail":"slouken@libsdl.org","committedDate":"2016-10-12T18:57:12.000-07:00","firstParentOid":"47590424040083351df1f82b26f4589d8b2143d7"},"2d8c49fdbd272d788d9a300ae7cb8f7d0a85f1a3":{"oid":"2d8c49fdbd272d788d9a300ae7cb8f7d0a85f1a3","message":"Added more entries to WhatsNew.txt for 2.0.4.","shortMessageHtmlLink":"Added more entries to WhatsNew.txt for 2.0.4.","authorAvatarUrl":"https://avatars.githubusercontent.com/u/5358527?s=80&v=4","committerName":"Philipp Wiesemann","committerEmail":"philipp.wiesemann@arcor.de","committedDate":"2015-08-05T21:03:31.000+02:00","firstParentOid":"a702c338f026713093e34f5526979977cf510d3c"},"440d6cc00e80a942b3b62e4ba037b68745d697ea":{"oid":"440d6cc00e80a942b3b62e4ba037b68745d697ea","message":"Added another entry to WhatsNew.txt for 2.0.4.","shortMessageHtmlLink":"Added another entry to WhatsNew.txt for 2.0.4.","authorAvatarUrl":"https://avatars.githubusercontent.com/u/5358527?s=80&v=4","committerName":"Philipp Wiesemann","committerEmail":"philipp.wiesemann@arcor.de","committedDate":"2015-09-05T20:20:35.000+02:00","firstParentOid":"42f282cc1bfdfafdd49350b7552bb59554445053"},"ceb43129ac9109a08d7452c19ee951df851c824e":{"oid":"ceb43129ac9109a08d7452c19ee951df851c824e","message":"Added SDL_JoystickCurrentPowerLevel() to WhatsNew.txt for 2.0.4.","shortMessageHtmlLink":"Added SDL_JoystickCurrentPowerLevel() to WhatsNew.txt for 2.0.4.","authorAvatarUrl":"https://avatars.githubusercontent.com/u/5358527?s=80&v=4","committerName":"Philipp Wiesemann","committerEmail":"philipp.wiesemann@arcor.de","committedDate":"2015-10-07T21:18:08.000+02:00","firstParentOid":"d80f45666b2fb738ea23daa456d42ad900240ab3"},"e6ad29aec8fe89731475c89c35a74e21effb39a3":{"oid":"e6ad29aec8fe89731475c89c35a74e21effb39a3","message":"Added SDL_JoystickFromInstanceID() and SDL_GameControllerFromInstanceID().","shortMessageHtmlLink":"Added SDL_JoystickFromInstanceID() and SDL_GameControllerFromInstance…","authorAvatarUrl":"https://avatars.githubusercontent.com/u/673562?s=80&v=4","committerName":"Ryan C. Gordon","committerEmail":"icculus@icculus.org","committedDate":"2015-11-14T12:35:45.000-05:00","firstParentOid":"998a54f9c593ef590ef3cdb30bca4ebccfc2ec60"},"fd9f06a0c2ca330a983706165ceb2cd53fe0d92f":{"oid":"fd9f06a0c2ca330a983706165ceb2cd53fe0d92f","message":"WinRT: noted Win10/UWP support in WhatsNew.txt (under 2.0.4)","shortMessageHtmlLink":"WinRT: noted Win10/UWP support in WhatsNew.txt (under 2.0.4)","authorAvatarUrl":"https://avatars.githubusercontent.com/u/475856?s=80&v=4","committerName":"David Ludwig","committerEmail":"dludwig@pobox.com","committedDate":"2015-11-30T23:30:01.000-05:00","firstParentOid":"0020aa94c85d159428ba37ee89ab46ba43a6611a"},"2e525193ef485c1d389a9514ab0558bec5840877":{"oid":"2e525193ef485c1d389a9514ab0558bec5840877","message":"Added SDL_HINT_VIDEO_X11_NET_WM_PING to WhatsNew.txt for 2.0.4.","shortMessageHtmlLink":"Added SDL_HINT_VIDEO_X11_NET_WM_PING to WhatsNew.txt for 2.0.4.","authorAvatarUrl":"https://avatars.githubusercontent.com/u/5358527?s=80&v=4","committerName":"Philipp Wiesemann","committerEmail":"philipp.wiesemann@arcor.de","committedDate":"2015-11-25T21:31:02.000+01:00","firstParentOid":"5224dfcc9aaa00452ee2516ccde009071ed9bffd"},"4aae0290ea94a4be6e2b417b8c9d59910a12edba":{"oid":"4aae0290ea94a4be6e2b417b8c9d59910a12edba","message":"Updated some header comments and iOS documentation to better clarify high-dpi / retina support and screen-coordinate sizes versus pixel sizes.","shortMessageHtmlLink":"Updated some header comments and iOS documentation to better clarify …","authorAvatarUrl":"https://avatars.githubusercontent.com/u/2662?s=80&v=4","committerName":"Alex Szpakowski","committerEmail":"slime73@gmail.com","committedDate":"2015-12-31T21:16:43.000-04:00","firstParentOid":"b0d8dfcd8ad6f2d4d5f278ba26b8cfa324307f80"},"2bf6f1bcb7a95ef2bac2abb300f275ed4d7a5efe":{"oid":"2bf6f1bcb7a95ef2bac2abb300f275ed4d7a5efe","message":"Added initial support for MFi game controllers on iOS.","shortMessageHtmlLink":"Added initial support for MFi game controllers on iOS.","authorAvatarUrl":"https://avatars.githubusercontent.com/u/2662?s=80&v=4","committerName":"Alex Szpakowski","committerEmail":"slime73@gmail.com","committedDate":"2015-09-20T23:08:36.000-03:00","firstParentOid":"d338f4651220ecda314743a773b831281a77c655"},"cdfec382c6d054af9165ced82400e978452d7542":{"oid":"cdfec382c6d054af9165ced82400e978452d7542","message":"Added more entries to WhatsNew.txt for 2.0.4.","shortMessageHtmlLink":"Added more entries to WhatsNew.txt for 2.0.4.","authorAvatarUrl":"https://avatars.githubusercontent.com/u/5358527?s=80&v=4","committerName":"Philipp Wiesemann","committerEmail":"philipp.wiesemann@arcor.de","committedDate":"2015-09-18T21:27:00.000+02:00","firstParentOid":"efad04c317d1f04ed31d94c119d8f630a895cd8d"}},"ignoreRevs":{"path":".git-blame-ignore-revs","present":false,"timedOut":null}},"csrf_tokens":{"/libsdl-org/SDL/branches":{"post":"lMsM44ZMya8BlY54Gwn3Lkd_LJygO9PB_vWesG8xLNufhPJmMZrj3UFn_awSJtvLbUQBMA35LlEvn-Z2amm0tg"},"/repos/preferences":{"post":"ZuvAWedrWCB6BXim0d-Xe2DAELm5Uw7gKYGPiiKZt47cImyemN0CXWAkeYnXnFvFAz5idbkWfjnWSbmwROYY8Q"}}},"title":"Blaming SDL/WhatsNew.txt at 3e3294645f380ee192e91934b3c7ec4a51a4e512 · libsdl-org/SDL"}