🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

853 lines
52 KiB

  1. This is a list of major changes in SDL's version history.
  2. ---------------------------------------------------------------------------
  3. 2.26.0:
  4. ---------------------------------------------------------------------------
  5. General:
  6. * Updated OpenGL headers to the latest API from The Khronos Group Inc.
  7. * Added SDL_GetWindowSizeInPixels() to get the window size in pixels, which may differ from the window coordinate size for windows with high-DPI support
  8. * Added simulated vsync synchronization for the software renderer
  9. * Added the mouse position to SDL_MouseWheelEvent
  10. * Added SDL_ResetHints() to reset all hints to their default values
  11. * Added SDL_GetJoystickGUIDInfo() to get device information encoded in a joystick GUID
  12. * Added the hint SDL_HINT_JOYSTICK_HIDAPI_XBOX_360 to control whether the HIDAPI driver for XBox 360 controllers should be used
  13. * Added the hint SDL_HINT_JOYSTICK_HIDAPI_XBOX_360_PLAYER_LED to control whether the player LEDs should be lit to indicate which player is associated with an Xbox 360 controller
  14. * Added the hint SDL_HINT_JOYSTICK_HIDAPI_XBOX_360_WIRELESS to control whether the HIDAPI driver for XBox 360 wireless controllers should be used
  15. * Added the hint SDL_HINT_JOYSTICK_HIDAPI_XBOX_ONE to control whether the HIDAPI driver for XBox One controllers should be used
  16. * Added the hint SDL_HINT_JOYSTICK_HIDAPI_XBOX_ONE_HOME_LED to control the brightness of the XBox One guide button LED
  17. * Added support for PS3 controllers to the HIDAPI driver, enabled by default on macOS, controlled by the SDL_HINT_JOYSTICK_HIDAPI_PS3 hint
  18. * Added support for Nintendo Wii controllers to the HIDAPI driver, not enabled by default, controlled by the SDL_HINT_JOYSTICK_HIDAPI_WII hint
  19. * Added the hint SDL_HINT_JOYSTICK_HIDAPI_WII_PLAYER_LED to control whether the player LED should be lit on the Nintendo Wii controllers
  20. * Added the hint SDL_HINT_JOYSTICK_HIDAPI_VERTICAL_JOY_CONS to control whether Nintendo Switch Joy-Con controllers will be in vertical mode when using the HIDAPI driver
  21. * Added access to the individual left and right gyro sensors of the combined Joy-Cons controller
  22. * Added a microsecond timestamp to SDL_SensorEvent and SDL_ControllerSensorEvent, when the hardware provides that information
  23. * Added SDL_SensorGetDataWithTimestamp() and SDL_GameControllerGetSensorDataWithTimestamp() to retrieve the last sensor data with the associated microsecond timestamp
  24. * Added the hint SDL_HINT_HIDAPI_IGNORE_DEVICES to have the SDL HID API ignore specific devices
  25. * SDL_GetRevision() now includes more information about the SDL build, including the git commit hash if available
  26. Windows:
  27. * Added the hint SDL_HINT_MOUSE_RELATIVE_SYSTEM_SCALE to control whether the system mouse acceleration curve is used for relative mouse motion
  28. macOS:
  29. * Implemented vsync synchronization on macOS 12
  30. Linux:
  31. * Added SDL_SetPrimarySelectionText(), SDL_GetPrimarySelectionText(), and SDL_HasPrimarySelectionText() to interact with the X11 primary selection clipboard
  32. * Added the hint SDL_HINT_VIDEO_WAYLAND_EMULATE_MOUSE_WARP to control whether mouse pointer warp emulation is enabled under Wayland
  33. Android:
  34. * Enabled IME soft keyboard input
  35. * Added version checking to make sure the SDL Java and C code are compatible
  36. ---------------------------------------------------------------------------
  37. 2.24.0:
  38. ---------------------------------------------------------------------------
  39. General:
  40. * New version numbering scheme, similar to GLib and Flatpak.
  41. * An even number in the minor version (second component) indicates a production-ready stable release such as 2.24.0, which would have been 2.0.24 under the old system.
  42. * The patchlevel (micro version, third component) indicates a bugfix-only update: for example, 2.24.1 would be a bugfix-only release to fix bugs in 2.24.0, without adding new features.
  43. * An odd number in the minor version indicates a prerelease such as 2.23.0. Stable distributions should not use these prereleases.
  44. * The patchlevel indicates successive prereleases, for example 2.23.1 and 2.23.2 would be prereleases during development of the SDL 2.24.0 stable release.
  45. * Added SDL_GetPointDisplayIndex() and SDL_GetRectDisplayIndex() to get the display associated with a point and rectangle in screen space
  46. * Added SDL_bsearch(), SDL_crc16(), and SDL_utf8strnlen() to the stdlib routines
  47. * Added SDL_CPUPauseInstruction() as a macro in SDL_atomic.h
  48. * Added SDL_size_mul_overflow() and SDL_size_add_overflow() for better size overflow protection
  49. * Added SDL_ResetHint() to reset a hint to the default value
  50. * Added SDL_ResetKeyboard() to reset SDL's internal keyboard state, generating key up events for all currently pressed keys
  51. * Added the hint SDL_HINT_MOUSE_RELATIVE_WARP_MOTION to control whether mouse warping generates motion events in relative mode. This hint defaults off.
  52. * Added the hint SDL_HINT_TRACKPAD_IS_TOUCH_ONLY to control whether trackpads are treated as touch devices or mice. By default touchpads are treated as mouse input.
  53. * The hint SDL_HINT_JOYSTICK_HIDAPI_JOY_CONS now defaults on
  54. * Added support for mini-gamepad mode for Nintendo Joy-Con controllers using the HIDAPI driver
  55. * Added the hint SDL_HINT_JOYSTICK_HIDAPI_COMBINE_JOY_CONS to control whether Joy-Con controllers are automatically merged into a unified gamepad when using the HIDAPI driver. This hint defaults on.
  56. * The hint SDL_HINT_JOYSTICK_HIDAPI_SWITCH_HOME_LED can be set to a floating point value to set the brightness of the Home LED on Nintendo Switch controllers
  57. * Added the hint SDL_HINT_JOYSTICK_HIDAPI_JOYCON_HOME_LED to set the Home LED brightness for the Nintendo Joy-Con controllers. By default the Home LED is not modified.
  58. * Added the hint SDL_HINT_JOYSTICK_HIDAPI_SWITCH_PLAYER_LED to control whether the player LED should be lit on the Nintendo Joy-Con controllers
  59. * Added support for Nintendo Online classic controllers using the HIDAPI driver
  60. * Added the hint SDL_HINT_JOYSTICK_HIDAPI_NINTENDO_CLASSIC to control whether the HIDAPI driver for Nintendo Online classic controllers should be used
  61. * Added support for the NVIDIA Shield Controller to the HIDAPI driver, supporting rumble and battery status
  62. * Added support for NVIDIA SHIELD controller to the HIDAPI driver, and a hint SDL_HINT_JOYSTICK_HIDAPI_SHIELD to control whether this is used
  63. * Added functions to get the platform dependent name for a joystick or game controller:
  64. * SDL_JoystickPathForIndex()
  65. * SDL_JoystickPath()
  66. * SDL_GameControllerPathForIndex()
  67. * SDL_GameControllerPath()
  68. * Added SDL_GameControllerGetFirmwareVersion() and SDL_JoystickGetFirmwareVersion(), currently implemented for DualSense(tm) Wireless Controllers using HIDAPI
  69. * Added SDL_JoystickAttachVirtualEx() for extended virtual controller support
  70. * Added joystick event SDL_JOYBATTERYUPDATED for when battery status changes
  71. * Added SDL_GUIDToString() and SDL_GUIDFromString() to convert between SDL GUID and string
  72. * Added SDL_HasLSX() and SDL_HasLASX() to detect LoongArch SIMD support
  73. * Added SDL_GetOriginalMemoryFunctions()
  74. * Added SDL_GetDefaultAudioInfo() to get the name and format of the default audio device, currently implemented for PipeWire, PulseAudio, WASAPI, and DirectSound
  75. * Added HIDAPI driver for the NVIDIA SHIELD controller (2017 model) to enable support for battery status and rumble
  76. * Added support for opening audio devices with 3 or 5 channels (2.1, 4.1). All channel counts from Mono to 7.1 are now supported.
  77. * Rewrote audio channel converters used by SDL_AudioCVT, based on the channel matrix coefficients used as the default for FAudio voices
  78. * SDL log messages are no longer limited to 4K and can be any length
  79. * Fixed a long-standing calling convention issue with dynapi affecting OpenWatcom or OS/2 builds
  80. Windows:
  81. * Added initial support for building for Windows and Xbox with Microsoft's Game Development Kit (GDK), see docs/README-gdk.md for details
  82. * Added a D3D12 renderer implementation and SDL_RenderGetD3D12Device() to retrieve the D3D12 device associated with it
  83. * Added the hint SDL_HINT_WINDOWS_DPI_AWARENESS to set whether the application is DPI-aware. This hint must be set before initializing the video subsystem
  84. * Added the hint SDL_HINT_WINDOWS_DPI_SCALING to control whether the SDL coordinates are in DPI-scaled points or pixels
  85. * Added the hint SDL_HINT_DIRECTINPUT_ENABLED to control whether the DirectInput driver should be used
  86. * Added support for SDL_GetAudioDeviceSpec to the DirectSound backend
  87. Linux:
  88. * Support for XVidMode has been removed, mode changes are only supported using the XRandR extension
  89. * Added the hint SDL_HINT_VIDEO_WAYLAND_MODE_EMULATION to control whether to expose a set of emulated modes in addition to the native resolution modes available on Wayland
  90. * Added the hint SDL_HINT_KMSDRM_DEVICE_INDEX to specify which KMSDRM device to use if the default is not desired
  91. * Added the hint SDL_HINT_LINUX_DIGITAL_HATS to control whether to treat hats as digital rather than checking to see if they may be analog
  92. * Added the hint SDL_HINT_LINUX_HAT_DEADZONES to control whether to use deadzones on analog hats
  93. macOS:
  94. * Bumped minimum OS deployment version to macOS 10.9
  95. * Added SDL_GL_FLOATBUFFERS to allow Cocoa GL contexts to use EDR
  96. * Added the hint SDL_HINT_MAC_OPENGL_ASYNC_DISPATCH to control whether dispatching OpenGL context updates should block the dispatching thread until the main thread finishes processing. This hint defaults to blocking, which is the safer option on modern macOS.
  97. ---------------------------------------------------------------------------
  98. 2.0.22:
  99. ---------------------------------------------------------------------------
  100. General:
  101. * Added SDL_RenderGetWindow() to get the window associated with a renderer
  102. * Added floating point rectangle functions:
  103. * SDL_PointInFRect()
  104. * SDL_FRectEmpty()
  105. * SDL_FRectEquals()
  106. * SDL_FRectEqualsEpsilon()
  107. * SDL_HasIntersectionF()
  108. * SDL_IntersectFRect()
  109. * SDL_UnionFRect()
  110. * SDL_EncloseFPoints()
  111. * SDL_IntersectFRectAndLine()
  112. * Added SDL_IsTextInputShown() which returns whether the IME window is currently shown
  113. * Added SDL_ClearComposition() to dismiss the composition window without disabling IME input
  114. * Added SDL_TEXTEDITING_EXT event for handling long composition text, and a hint SDL_HINT_IME_SUPPORT_EXTENDED_TEXT to enable it
  115. * Added the hint SDL_HINT_MOUSE_RELATIVE_MODE_CENTER to control whether the mouse should be constrained to the whole window or the center of the window when relative mode is enabled
  116. * The mouse is now automatically captured when mouse buttons are pressed, and the hint SDL_HINT_MOUSE_AUTO_CAPTURE allows you to control this behavior
  117. * Added the hint SDL_HINT_VIDEO_FOREIGN_WINDOW_OPENGL to let SDL know that a foreign window will be used with OpenGL
  118. * Added the hint SDL_HINT_VIDEO_FOREIGN_WINDOW_VULKAN to let SDL know that a foreign window will be used with Vulkan
  119. * Added the hint SDL_HINT_QUIT_ON_LAST_WINDOW_CLOSE to specify whether an SDL_QUIT event will be delivered when the last application window is closed
  120. * Added the hint SDL_HINT_JOYSTICK_ROG_CHAKRAM to control whether ROG Chakram mice show up as joysticks
  121. Windows:
  122. * Added support for SDL_BLENDOPERATION_MINIMUM and SDL_BLENDOPERATION_MAXIMUM to the D3D9 renderer
  123. Linux:
  124. * Compiling with Wayland support requires libwayland-client version 1.18.0 or later
  125. * Added the hint SDL_HINT_X11_WINDOW_TYPE to specify the _NET_WM_WINDOW_TYPE of SDL windows
  126. * Added the hint SDL_HINT_VIDEO_WAYLAND_PREFER_LIBDECOR to allow using libdecor with compositors that support xdg-decoration
  127. Android:
  128. * Added SDL_AndroidSendMessage() to send a custom command to the SDL java activity
  129. ---------------------------------------------------------------------------
  130. 2.0.20:
  131. ---------------------------------------------------------------------------
  132. General:
  133. * SDL_RenderGeometryRaw() takes a pointer to SDL_Color, not int. You can cast color data in SDL_PIXELFORMAT_RGBA32 format (SDL_PIXELFORMAT_ABGR8888 on little endian systems) for this parameter.
  134. * Improved accuracy of horizontal and vertical line drawing when using OpenGL or OpenGLES
  135. * Added the hint SDL_HINT_RENDER_LINE_METHOD to control the method of line drawing used, to select speed, correctness, and compatibility.
  136. Windows:
  137. * Fixed size of custom cursors
  138. Linux:
  139. * Fixed hotplug controller detection, broken in 2.0.18
  140. ---------------------------------------------------------------------------
  141. 2.0.18:
  142. ---------------------------------------------------------------------------
  143. General:
  144. * The SDL wiki documentation and development headers are automatically kept in sync
  145. * Each function has information about in which version of SDL it was introduced
  146. * SDL-specific CMake options are now prefixed with 'SDL_'. Be sure to update your CMake build scripts accordingly!
  147. * Added the hint SDL_HINT_APP_NAME to let SDL know the name of your application for various places it might show up in system information
  148. * Added SDL_RenderGeometry() and SDL_RenderGeometryRaw() to allow rendering of arbitrary shapes using the SDL 2D render API
  149. * Added SDL_SetTextureUserData() and SDL_GetTextureUserData() to associate application data with an SDL texture
  150. * Added SDL_RenderWindowToLogical() and SDL_RenderLogicalToWindow() to convert between window coordinates and logical render coordinates
  151. * Added SDL_RenderSetVSync() to change whether a renderer present is synchronized with vblank at runtime
  152. * Added SDL_PremultiplyAlpha() to premultiply alpha on a block of SDL_PIXELFORMAT_ARGB8888 pixels
  153. * Added a window event SDL_WINDOWEVENT_DISPLAY_CHANGED which is sent when a window changes what display it's centered on
  154. * Added SDL_GetWindowICCProfile() to query a window's ICC profile, and a window event SDL_WINDOWEVENT_ICCPROF_CHANGED that is sent when it changes
  155. * Added the hint SDL_HINT_VIDEO_EGL_ALLOW_TRANSPARENCY to allow EGL windows to be transparent instead of opaque
  156. * SDL_WaitEvent() has been redesigned to use less CPU in most cases
  157. * Added SDL_SetWindowMouseRect() and SDL_GetWindowMouseRect() to confine the mouse cursor to an area of a window
  158. * You can now read precise mouse wheel motion using 'preciseX' and 'preciseY' event fields
  159. * Added SDL_GameControllerHasRumble() and SDL_GameControllerHasRumbleTriggers() to query whether a game controller supports rumble
  160. * Added SDL_JoystickHasRumble() and SDL_JoystickHasRumbleTriggers() to query whether a joystick supports rumble
  161. * SDL's hidapi implementation is now available as a public API in SDL_hidapi.h
  162. Windows:
  163. * Improved relative mouse motion over Windows Remote Desktop
  164. * Added the hint SDL_HINT_IME_SHOW_UI to show native UI components instead of hiding them (defaults off)
  165. Windows/UWP:
  166. * WGI is used instead of XInput for better controller support in UWP apps
  167. Linux:
  168. * Added the hint SDL_HINT_SCREENSAVER_INHIBIT_ACTIVITY_NAME to set the activity that's displayed by the system when the screensaver is disabled
  169. * Added the hint SDL_HINT_LINUX_JOYSTICK_CLASSIC to control whether /dev/input/js* or /dev/input/event* are used as joystick devices
  170. * Added the hint SDL_HINT_JOYSTICK_DEVICE to allow the user to specify devices that will be opened in addition to the normal joystick detection
  171. * Added SDL_LinuxSetThreadPriorityAndPolicy() for more control over a thread priority on Linux
  172. Android:
  173. * Added support for audio output and capture using AAudio on Android 8.1 and newer
  174. * Steam Controller support is disabled by default, and can be enabled by setting the hint SDL_HINT_JOYSTICK_HIDAPI_STEAM to "1" before calling SDL_Init()
  175. Apple Arcade:
  176. * Added SDL_GameControllerGetAppleSFSymbolsNameForButton() and SDL_GameControllerGetAppleSFSymbolsNameForAxis() to support Apple Arcade titles
  177. iOS:
  178. * Added documentation that the UIApplicationSupportsIndirectInputEvents key must be set to true in your application's Info.plist in order to get real Bluetooth mouse events.
  179. * Steam Controller support is disabled by default, and can be enabled by setting the hint SDL_HINT_JOYSTICK_HIDAPI_STEAM to "1" before calling SDL_Init()
  180. ---------------------------------------------------------------------------
  181. 2.0.16:
  182. ---------------------------------------------------------------------------
  183. General:
  184. * Added SDL_FlashWindow() to get a user's attention
  185. * Added SDL_GetAudioDeviceSpec() to get the preferred audio format of a device
  186. * Added SDL_SetWindowAlwaysOnTop() to dynamically change the SDL_WINDOW_ALWAYS_ON_TOP flag for a window
  187. * Added SDL_SetWindowKeyboardGrab() to support grabbing the keyboard independently of the mouse
  188. * Added SDL_SoftStretchLinear() to do bilinear scaling between 32-bit software surfaces
  189. * Added SDL_UpdateNVTexture() to update streaming NV12/21 textures
  190. * Added SDL_GameControllerSendEffect() and SDL_JoystickSendEffect() to allow sending custom trigger effects to the DualSense controller
  191. * Added SDL_GameControllerGetSensorDataRate() to get the sensor data rate for PlayStation and Nintendo Switch controllers
  192. * Added support for the Amazon Luna game controller
  193. * Added rumble support for the Google Stadia controller using the HIDAPI driver
  194. * Added SDL_GameControllerType constants for the Amazon Luna and Google Stadia controllers
  195. * Added analog rumble for Nintendo Switch Pro controllers using the HIDAPI driver
  196. * Reduced CPU usage when using SDL_WaitEvent() and SDL_WaitEventTimeout()
  197. Windows:
  198. * Added SDL_SetWindowsMessageHook() to set a function that is called for all Windows messages
  199. * Added SDL_RenderGetD3D11Device() to get the D3D11 device used by the SDL renderer
  200. Linux:
  201. * Greatly improved Wayland support
  202. * Added support for audio output and capture using Pipewire
  203. * Added the hint SDL_HINT_AUDIO_INCLUDE_MONITORS to control whether PulseAudio recording should include monitor devices
  204. * Added the hint SDL_HINT_AUDIO_DEVICE_STREAM_ROLE to describe the role of your application for audio control panels
  205. Android:
  206. * Added SDL_AndroidShowToast() to show a lightweight notification
  207. iOS:
  208. * Added support for mouse relative mode on iOS 14.1 and newer
  209. * Added support for the Xbox Series X controller
  210. tvOS:
  211. * Added support for the Xbox Series X controller
  212. ---------------------------------------------------------------------------
  213. 2.0.14:
  214. ---------------------------------------------------------------------------
  215. General:
  216. * Added support for PS5 DualSense and Xbox Series X controllers to the HIDAPI controller driver
  217. * Added game controller button constants for paddles and new buttons
  218. * Added game controller functions to get additional information:
  219. * SDL_GameControllerGetSerial()
  220. * SDL_GameControllerHasAxis()
  221. * SDL_GameControllerHasButton()
  222. * SDL_GameControllerGetNumTouchpads()
  223. * SDL_GameControllerGetNumTouchpadFingers()
  224. * SDL_GameControllerGetTouchpadFinger()
  225. * SDL_GameControllerHasSensor()
  226. * SDL_GameControllerSetSensorEnabled()
  227. * SDL_GameControllerIsSensorEnabled()
  228. * SDL_GameControllerGetSensorData()
  229. * SDL_GameControllerRumbleTriggers()
  230. * SDL_GameControllerHasLED()
  231. * SDL_GameControllerSetLED()
  232. * Added the hint SDL_HINT_JOYSTICK_HIDAPI_PS5 to control whether the HIDAPI driver for PS5 controllers should be used.
  233. * Added joystick functions to get additional information:
  234. * SDL_JoystickGetSerial()
  235. * SDL_JoystickRumbleTriggers()
  236. * SDL_JoystickHasLED()
  237. * SDL_JoystickSetLED()
  238. * Added an API to allow the application to create virtual joysticks:
  239. * SDL_JoystickAttachVirtual()
  240. * SDL_JoystickDetachVirtual()
  241. * SDL_JoystickIsVirtual()
  242. * SDL_JoystickSetVirtualAxis()
  243. * SDL_JoystickSetVirtualButton()
  244. * SDL_JoystickSetVirtualHat()
  245. * Added SDL_LockSensors() and SDL_UnlockSensors() to guarantee exclusive access to the sensor list
  246. * Added SDL_HAPTIC_STEERING_AXIS to play an effect on the steering wheel
  247. * Added the hint SDL_HINT_MOUSE_RELATIVE_SCALING to control whether relative motion is scaled by the screen DPI or renderer logical size
  248. * The default value for SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS is now false for better compatibility with modern window managers
  249. * Added SDL_GetPreferredLocales() to get the application's current locale setting
  250. * Added the hint SDL_HINT_PREFERRED_LOCALES to override your application's default locale setting
  251. * Added SDL_OpenURL() to open a URL in the system's default browser
  252. * Added SDL_HasSurfaceRLE() to tell whether a surface is currently using RLE encoding
  253. * Added SDL_SIMDRealloc() to reallocate memory obtained from SDL_SIMDAlloc()
  254. * Added SDL_GetErrorMsg() to get the last error in a thread-safe way
  255. * Added SDL_crc32(), SDL_wcscasecmp(), SDL_wcsncasecmp(), SDL_trunc(), SDL_truncf()
  256. * Added clearer names for RGB pixel formats, e.g. SDL_PIXELFORMAT_XRGB8888, SDL_PIXELFORMAT_XBGR8888, etc.
  257. Windows:
  258. * Added the RAWINPUT controller driver to support more than 4 Xbox controllers simultaneously
  259. * Added the hint SDL_HINT_JOYSTICK_RAWINPUT to control whether the RAWINPUT driver should be used
  260. * Added the hint SDL_HINT_JOYSTICK_HIDAPI_CORRELATE_XINPUT to control whether XInput and WGI should be used to for complete controller functionality with the RAWINPUT driver.
  261. macOS:
  262. * Added the SDL_WINDOW_METAL flag to specify that a window should be created with a Metal view
  263. * Added SDL_Metal_GetLayer() to get the CAMetalLayer backing a Metal view
  264. * Added SDL_Metal_GetDrawableSize() to get the size of a window's drawable, in pixels
  265. Linux:
  266. * Added the hint SDL_HINT_AUDIO_DEVICE_APP_NAME to specify the name that shows up in PulseAudio for your application
  267. * Added the hint SDL_HINT_AUDIO_DEVICE_STREAM_NAME to specify the name that shows up in PulseAudio associated with your audio stream
  268. * Added the hint SDL_HINT_LINUX_JOYSTICK_DEADZONES to control whether HID defined dead zones should be respected on Linux
  269. * Added the hint SDL_HINT_THREAD_PRIORITY_POLICY to specify the thread scheduler policy
  270. * Added the hint SDL_HINT_THREAD_FORCE_REALTIME_TIME_CRITICAL to allow time critical threads to use a realtime scheduling policy
  271. Android:
  272. * Added SDL_AndroidRequestPermission() to request a specific system permission
  273. * Added the hint SDL_HINT_ANDROID_BLOCK_ON_PAUSE_PAUSEAUDIO to control whether audio will pause when the application goes intot he background
  274. OS/2:
  275. * Added support for OS/2, see docs/README-os2.md for details
  276. Emscripten (running in a web browser):
  277. * Added the hint SDL_HINT_EMSCRIPTEN_ASYNCIFY to control whether SDL should call emscripten_sleep internally
  278. ---------------------------------------------------------------------------
  279. 2.0.12:
  280. ---------------------------------------------------------------------------
  281. General:
  282. * Added SDL_GetTextureScaleMode() and SDL_SetTextureScaleMode() to get and set the scaling mode used for a texture
  283. * Added SDL_LockTextureToSurface(), similar to SDL_LockTexture() but the locked area is exposed as a SDL surface.
  284. * Added new blend mode, SDL_BLENDMODE_MUL, which does a modulate and blend operation
  285. * Added the hint SDL_HINT_DISPLAY_USABLE_BOUNDS to override the results of SDL_GetDisplayUsableBounds() for display index 0.
  286. * Added the window underneath the finger to the SDL_TouchFingerEvent
  287. * Added SDL_GameControllerTypeForIndex(), SDL_GameControllerGetType() to return the type of a game controller (Xbox 360, Xbox One, PS3, PS4, or Nintendo Switch Pro)
  288. * Added the hint SDL_HINT_GAMECONTROLLERTYPE to override the automatic game controller type detection
  289. * Added SDL_JoystickFromPlayerIndex() and SDL_GameControllerFromPlayerIndex() to get the device associated with a player index
  290. * Added SDL_JoystickSetPlayerIndex() and SDL_GameControllerSetPlayerIndex() to set the player index associated with a device
  291. * Added the hint SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS to specify whether Nintendo Switch Pro controllers should use the buttons as labeled or swapped to match positional layout. The default is to use the buttons as labeled.
  292. * Added support for Nintendo GameCube controllers to the HIDAPI driver, and a hint SDL_HINT_JOYSTICK_HIDAPI_GAMECUBE to control whether this is used.
  293. * Improved support for Xbox 360 and Xbox One controllers when using the HIDAPI driver
  294. * Added support for many game controllers, including:
  295. * 8BitDo FC30 Pro
  296. * 8BitDo M30 GamePad
  297. * BDA PS4 Fightpad
  298. * HORI Fighting Commander
  299. * Hyperkin Duke
  300. * Hyperkin X91
  301. * MOGA XP5-A Plus
  302. * NACON GC-400ES
  303. * NVIDIA Controller v01.04
  304. * PDP Versus Fighting Pad
  305. * Razer Raion Fightpad for PS4
  306. * Razer Serval
  307. * Stadia Controller
  308. * SteelSeries Stratus Duo
  309. * Victrix Pro Fight Stick for PS4
  310. * Xbox One Elite Series 2
  311. * Fixed blocking game controller rumble calls when using the HIDAPI driver
  312. * Added SDL_zeroa() macro to zero an array of elements
  313. * Added SDL_HasARMSIMD() which returns true if the CPU has ARM SIMD (ARMv6+) features
  314. Windows:
  315. * Fixed crash when using the release SDL DLL with applications built with gcc
  316. * Fixed performance regression in event handling introduced in 2.0.10
  317. * Added support for SDL_SetThreadPriority() for UWP applications
  318. Linux:
  319. * Added the hint SDL_HINT_VIDEO_X11_WINDOW_VISUALID to specify the visual chosen for new X11 windows
  320. * Added the hint SDL_HINT_VIDEO_X11_FORCE_EGL to specify whether X11 should use GLX or EGL by default
  321. iOS / tvOS / macOS:
  322. * Added SDL_Metal_CreateView() and SDL_Metal_DestroyView() to create CAMetalLayer-backed NSView/UIView and attach it to the specified window.
  323. iOS/ tvOS:
  324. * Added support for Bluetooth Steam Controllers as game controllers
  325. tvOS:
  326. * Fixed support for surround sound on Apple TV
  327. Android:
  328. * Added SDL_GetAndroidSDKVersion() to return the API level of the current device
  329. * Added support for audio capture using OpenSL-ES
  330. * Added support for Bluetooth Steam Controllers as game controllers
  331. * Fixed rare crashes when the app goes into the background or terminates
  332. ---------------------------------------------------------------------------
  333. 2.0.10:
  334. ---------------------------------------------------------------------------
  335. General:
  336. * The SDL_RW* macros have been turned into functions that are available only in 2.0.10 and onward
  337. * Added SDL_SIMDGetAlignment(), SDL_SIMDAlloc(), and SDL_SIMDFree(), to allocate memory aligned for SIMD operations for the current CPU
  338. * Added SDL_RenderDrawPointF(), SDL_RenderDrawPointsF(), SDL_RenderDrawLineF(), SDL_RenderDrawLinesF(), SDL_RenderDrawRectF(), SDL_RenderDrawRectsF(), SDL_RenderFillRectF(), SDL_RenderFillRectsF(), SDL_RenderCopyF(), SDL_RenderCopyExF(), to allow floating point precision in the SDL rendering API.
  339. * Added SDL_GetTouchDeviceType() to get the type of a touch device, which can be a touch screen or a trackpad in relative or absolute coordinate mode.
  340. * The SDL rendering API now uses batched rendering by default, for improved performance
  341. * Added SDL_RenderFlush() to force batched render commands to execute, if you're going to mix SDL rendering with native rendering
  342. * Added the hint SDL_HINT_RENDER_BATCHING to control whether batching should be used for the rendering API. This defaults to "1" if you don't specify what rendering driver to use when creating the renderer.
  343. * Added the hint SDL_HINT_EVENT_LOGGING to enable logging of SDL events for debugging purposes
  344. * Added the hint SDL_HINT_GAMECONTROLLERCONFIG_FILE to specify a file that will be loaded at joystick initialization with game controller bindings
  345. * Added the hint SDL_HINT_MOUSE_TOUCH_EVENTS to control whether SDL will synthesize touch events from mouse events
  346. * Improved handling of malformed WAVE and BMP files, fixing potential security exploits
  347. Linux:
  348. * Removed the Mir video driver in favor of Wayland
  349. iOS / tvOS:
  350. * Added support for Xbox and PS4 wireless controllers in iOS 13 and tvOS 13
  351. * Added support for text input using Bluetooth keyboards
  352. Android:
  353. * Added low latency audio using OpenSL ES
  354. * Removed SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH (replaced by SDL_HINT_MOUSE_TOUCH_EVENTS and SDL_HINT_TOUCH_MOUSE_EVENTS)
  355. SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH=1, should be replaced by setting both previous hints to 0.
  356. SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH=0, should be replaced by setting both previous hints to 1.
  357. * Added the hint SDL_HINT_ANDROID_BLOCK_ON_PAUSE to set whether the event loop will block itself when the app is paused.
  358. ---------------------------------------------------------------------------
  359. 2.0.9:
  360. ---------------------------------------------------------------------------
  361. General:
  362. * Added a new sensor API, initialized by passing SDL_INIT_SENSOR to SDL_Init(), and defined in SDL_sensor.h
  363. * Added an event SDL_SENSORUPDATE which is sent when a sensor is updated
  364. * Added SDL_GetDisplayOrientation() to return the current display orientation
  365. * Added an event SDL_DISPLAYEVENT which is sent when the display orientation changes
  366. * 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)
  367. * Added support for many other popular game controllers
  368. * 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.
  369. * Added SDL_GameControllerRumble() and SDL_JoystickRumble() which allow simple rumble without using the haptics API
  370. * Added SDL_GameControllerMappingForDeviceIndex() to get the mapping for a controller before it's opened
  371. * Added the hint SDL_HINT_MOUSE_DOUBLE_CLICK_TIME to control the mouse double-click time
  372. * Added the hint SDL_HINT_MOUSE_DOUBLE_CLICK_RADIUS to control the mouse double-click radius, in pixels
  373. * Added SDL_HasColorKey() to return whether a surface has a colorkey active
  374. * Added SDL_HasAVX512F() to return whether the CPU has AVX-512F features
  375. * Added SDL_IsTablet() to return whether the application is running on a tablet
  376. * Added SDL_THREAD_PRIORITY_TIME_CRITICAL for threads that must run at the highest priority
  377. Mac OS X:
  378. * Fixed black screen at start on Mac OS X Mojave
  379. Linux:
  380. * Added SDL_LinuxSetThreadPriority() to allow adjusting the thread priority of native threads using RealtimeKit if available.
  381. iOS:
  382. * Fixed Asian IME input
  383. Android:
  384. * Updated required Android SDK to API 26, to match Google's new App Store requirements
  385. * Added support for wired USB Xbox, PS4, and Nintendo Switch Pro controllers
  386. * 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)
  387. * Added support for custom mouse cursors on Android 7.0 and newer
  388. * 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
  389. * Added SDL_AndroidBackButton() to trigger the Android system back button behavior when handling the back button in the application
  390. * Added SDL_IsChromebook() to return whether the app is running in the Chromebook Android runtime
  391. * Added SDL_IsDeXMode() to return whether the app is running while docked in the Samsung DeX
  392. ---------------------------------------------------------------------------
  393. 2.0.8:
  394. ---------------------------------------------------------------------------
  395. General:
  396. * Added SDL_fmod() and SDL_log10()
  397. * Each of the SDL math functions now has the corresponding float version
  398. * 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
  399. Windows:
  400. * Implemented WASAPI support on Windows UWP and removed the deprecated XAudio2 implementation
  401. * Added resampling support on WASAPI on Windows 7 and above
  402. Windows UWP:
  403. * Added SDL_WinRTGetDeviceFamily() to find out what type of device your application is running on
  404. Mac OS X:
  405. * Added support for the Vulkan SDK for Mac:
  406. https://www.lunarg.com/lunarg-releases-vulkan-sdk-1-0-69-0-for-mac/
  407. * Added support for OpenGL ES using ANGLE when it's available
  408. Mac OS X / iOS / tvOS:
  409. * Added a Metal 2D render implementation
  410. * Added SDL_RenderGetMetalLayer() and SDL_RenderGetMetalCommandEncoder() to insert your own drawing into SDL rendering when using the Metal implementation
  411. iOS:
  412. * 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.
  413. iOS / Android:
  414. * 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)
  415. Android:
  416. * SDL now supports building with Android Studio and Gradle by default, and the old Ant project is available in android-project-ant
  417. * SDL now requires the API 19 SDK to build, but can still target devices down to API 14 (Android 4.0.1)
  418. * Added SDL_IsAndroidTV() to tell whether the application is running on Android TV
  419. Android / tvOS:
  420. * 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.
  421. Linux:
  422. * 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"
  423. * 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)
  424. ---------------------------------------------------------------------------
  425. 2.0.7:
  426. ---------------------------------------------------------------------------
  427. General:
  428. * Added audio stream conversion functions:
  429. SDL_NewAudioStream
  430. SDL_AudioStreamPut
  431. SDL_AudioStreamGet
  432. SDL_AudioStreamAvailable
  433. SDL_AudioStreamFlush
  434. SDL_AudioStreamClear
  435. SDL_FreeAudioStream
  436. * Added functions to query and set the SDL memory allocation functions:
  437. SDL_GetMemoryFunctions()
  438. SDL_SetMemoryFunctions()
  439. SDL_GetNumAllocations()
  440. * Added locking functions for multi-threaded access to the joystick and game controller APIs:
  441. SDL_LockJoysticks()
  442. SDL_UnlockJoysticks()
  443. * The following functions are now thread-safe:
  444. SDL_SetEventFilter()
  445. SDL_GetEventFilter()
  446. SDL_AddEventWatch()
  447. SDL_DelEventWatch()
  448. General:
  449. ---------------------------------------------------------------------------
  450. 2.0.6:
  451. ---------------------------------------------------------------------------
  452. General:
  453. * Added cross-platform Vulkan graphics support in SDL_vulkan.h
  454. SDL_Vulkan_LoadLibrary()
  455. SDL_Vulkan_GetVkGetInstanceProcAddr()
  456. SDL_Vulkan_GetInstanceExtensions()
  457. SDL_Vulkan_CreateSurface()
  458. SDL_Vulkan_GetDrawableSize()
  459. SDL_Vulkan_UnloadLibrary()
  460. 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
  461. * Added SDL_ComposeCustomBlendMode() to create custom blend modes for 2D rendering
  462. * Added SDL_HasNEON() which returns whether the CPU has NEON instruction support
  463. * Added support for many game controllers, including the Nintendo Switch Pro Controller
  464. * Added support for inverted axes and separate axis directions in game controller mappings
  465. * Added functions to return information about a joystick before it's opened:
  466. SDL_JoystickGetDeviceVendor()
  467. SDL_JoystickGetDeviceProduct()
  468. SDL_JoystickGetDeviceProductVersion()
  469. SDL_JoystickGetDeviceType()
  470. SDL_JoystickGetDeviceInstanceID()
  471. * Added functions to return information about an open joystick:
  472. SDL_JoystickGetVendor()
  473. SDL_JoystickGetProduct()
  474. SDL_JoystickGetProductVersion()
  475. SDL_JoystickGetType()
  476. SDL_JoystickGetAxisInitialState()
  477. * Added functions to return information about an open game controller:
  478. SDL_GameControllerGetVendor()
  479. SDL_GameControllerGetProduct()
  480. SDL_GameControllerGetProductVersion()
  481. * Added SDL_GameControllerNumMappings() and SDL_GameControllerMappingForIndex() to be able to enumerate the built-in game controller mappings
  482. * Added SDL_LoadFile() and SDL_LoadFile_RW() to load a file into memory
  483. * Added SDL_DuplicateSurface() to make a copy of a surface
  484. * Added an experimental JACK audio driver
  485. * Implemented non-power-of-two audio resampling, optionally using libsamplerate to perform the resampling
  486. * Added the hint SDL_HINT_AUDIO_RESAMPLING_MODE to control the quality of resampling
  487. * Added the hint SDL_HINT_RENDER_LOGICAL_SIZE_MODE to control the scaling policy for SDL_RenderSetLogicalSize():
  488. "0" or "letterbox" - Uses letterbox/sidebars to fit the entire rendering on screen (the default)
  489. "1" or "overscan" - Will zoom the rendering so it fills the entire screen, allowing edges to be drawn offscreen
  490. * 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
  491. * Added the hint SDL_HINT_TOUCH_MOUSE_EVENTS to control whether SDL will synthesize mouse events from touch events
  492. Windows:
  493. * The new default audio driver on Windows is WASAPI and supports hot-plugging devices and changing the default audio device
  494. * The old XAudio2 audio driver is deprecated and will be removed in the next release
  495. * Added hints SDL_HINT_WINDOWS_INTRESOURCE_ICON and SDL_HINT_WINDOWS_INTRESOURCE_ICON_SMALL to specify a custom icon resource ID for SDL windows
  496. * The hint SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING is now on by default for compatibility with .NET languages and various Windows debuggers
  497. * Updated the GUID format for game controller mappings, older mappings will be automatically converted on load
  498. * Implemented the SDL_WINDOW_ALWAYS_ON_TOP flag on Windows
  499. Linux:
  500. * Added an experimental KMS/DRM video driver for embedded development
  501. iOS:
  502. * Added a hint SDL_HINT_AUDIO_CATEGORY to control the audio category, determining whether the phone mute switch affects the audio
  503. ---------------------------------------------------------------------------
  504. 2.0.5:
  505. ---------------------------------------------------------------------------
  506. General:
  507. * Implemented audio capture support for some platforms
  508. * Added SDL_DequeueAudio() to retrieve audio when buffer queuing is turned on for audio capture
  509. * Added events for dragging and dropping text
  510. * Added events for dragging and dropping multiple items
  511. * 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.
  512. * 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.
  513. * Added SDL_GetHintBoolean() to get the boolean value of a hint
  514. * Added SDL_RenderSetIntegerScale() to set whether to smoothly scale or use integral multiples of the viewport size when scaling the rendering output
  515. * Added SDL_CreateRGBSurfaceWithFormat() and SDL_CreateRGBSurfaceWithFormatFrom() to create an SDL surface with a specific pixel format
  516. * 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.
  517. * Added SDL_GetWindowBordersSize() which returns the size of the window's borders around the client area
  518. * 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)
  519. * Added SDL_SetWindowResizable() to change whether a window is resizable
  520. * Added SDL_SetWindowOpacity() and SDL_GetWindowOpacity() to affect the window transparency
  521. * Added SDL_SetWindowModalFor() to set a window as modal for another window
  522. * Added support for AUDIO_U16LSB and AUDIO_U16MSB to SDL_MixAudioFormat()
  523. * Fixed flipped images when reading back from target textures when using the OpenGL renderer
  524. * Fixed texture color modulation with SDL_BLENDMODE_NONE when using the OpenGL renderer
  525. * Fixed bug where the alpha value of colorkeys was ignored when blitting in some cases
  526. Windows:
  527. * 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.
  528. * The hint SDL_HINT_THREAD_STACK_SIZE is now supported on Windows
  529. * Fixed XBox controller triggers automatically being pulled at startup
  530. * The first icon from the executable is used as the default window icon at runtime
  531. * Fixed SDL log messages being printed twice if SDL was built with C library support
  532. * Reset dead keys when the SDL window loses focus, so dead keys pressed in SDL applications don't affect text input into other applications.
  533. Mac OS X:
  534. * Fixed selecting the dummy video driver
  535. * 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.
  536. * Fixed mouse wheel events on Mac OS X 10.12
  537. * The audio driver has been updated to use AVFoundation for better compatibility with newer versions of Mac OS X
  538. Linux:
  539. * Added support for the Fcitx IME
  540. * Added a window event SDL_WINDOWEVENT_TAKE_FOCUS when a window manager asks the SDL window whether it wants to take focus.
  541. * Refresh rates are now rounded instead of truncated, e.g. 59.94 Hz is rounded up to 60 Hz instead of 59.
  542. * Added initial support for touchscreens on Raspberry Pi
  543. OpenBSD:
  544. * SDL_GetBasePath() is now implemented on OpenBSD
  545. iOS:
  546. * Added support for dynamically loaded objects on iOS 8 and newer
  547. tvOS:
  548. * Added support for Apple TV
  549. * 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.
  550. Android:
  551. * Fixed SDL not resizing window when Android screen resolution changes
  552. * Corrected the joystick Z axis reporting for the accelerometer
  553. Emscripten (running in a web browser):
  554. * Many bug fixes and improvements
  555. ---------------------------------------------------------------------------
  556. 2.0.4:
  557. ---------------------------------------------------------------------------
  558. General:
  559. * Added support for web applications using Emscripten, see docs/README-emscripten.md for more information
  560. * Added support for web applications using Native Client (NaCl), see docs/README-nacl.md for more information
  561. * Added an API to queue audio instead of using the audio callback:
  562. SDL_QueueAudio(), SDL_GetQueuedAudioSize(), SDL_ClearQueuedAudio()
  563. * Added events for audio device hot plug support:
  564. SDL_AUDIODEVICEADDED, SDL_AUDIODEVICEREMOVED
  565. * Added SDL_PointInRect()
  566. * Added SDL_HasAVX2() to detect CPUs with AVX2 support
  567. * Added SDL_SetWindowHitTest() to let apps treat parts of their SDL window like traditional window decorations (drag areas, resize areas)
  568. * Added SDL_GetGrabbedWindow() to get the window that currently has input grab, if any
  569. * Added SDL_RenderIsClipEnabled() to tell whether clipping is currently enabled in a renderer
  570. * Added SDL_CaptureMouse() to capture the mouse to get events while the mouse is not in your window
  571. * Added SDL_WarpMouseGlobal() to warp the mouse cursor in global screen space
  572. * Added SDL_GetGlobalMouseState() to get the current mouse state outside of an SDL window
  573. * Added a direction field to mouse wheel events to tell whether they are flipped (natural) or not
  574. * Added GL_CONTEXT_RELEASE_BEHAVIOR GL attribute (maps to [WGL|GLX]_ARB_context_flush_control extension)
  575. * Added EGL_KHR_create_context support to allow OpenGL ES version selection on some platforms
  576. * Added NV12 and NV21 YUV texture support for OpenGL and OpenGL ES 2.0 renderers
  577. * Added a Vivante video driver that is used on various SoC platforms
  578. * 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
  579. * Added a hint SDL_HINT_NO_SIGNAL_HANDLERS to disable SDL's built in signal handling
  580. * Added a hint SDL_HINT_THREAD_STACK_SIZE to set the stack size of SDL's threads
  581. * Added SDL_sqrtf(), SDL_tan(), and SDL_tanf() to the stdlib routines
  582. * Improved support for WAV and BMP files with unusual chunks in them
  583. * Renamed SDL_assert_data to SDL_AssertData and SDL_assert_state to SDL_AssertState
  584. * Added a hint SDL_HINT_WINDOW_FRAME_USABLE_WHILE_CURSOR_HIDDEN to prevent window interaction while cursor is hidden
  585. * Added SDL_GetDisplayDPI() to get the DPI information for a display
  586. * Added SDL_JoystickCurrentPowerLevel() to get the battery level of a joystick
  587. * Added SDL_JoystickFromInstanceID(), as a helper function, to get the SDL_Joystick* that an event is referring to.
  588. * Added SDL_GameControllerFromInstanceID(), as a helper function, to get the SDL_GameController* that an event is referring to.
  589. Windows:
  590. * Added support for Windows Phone 8.1 and Windows 10/UWP (Universal Windows Platform)
  591. * Timer resolution is now 1 ms by default, adjustable with the SDL_HINT_TIMER_RESOLUTION hint
  592. * SDLmain no longer depends on the C runtime, so you can use the same .lib in both Debug and Release builds
  593. * Added SDL_SetWindowsMessageHook() to set a function to be called for every windows message before TranslateMessage()
  594. * Added a hint SDL_HINT_WINDOWS_ENABLE_MESSAGELOOP to control whether SDL_PumpEvents() processes the Windows message loop
  595. * You can distinguish between real mouse and touch events by looking for SDL_TOUCH_MOUSEID in the mouse event "which" field
  596. * SDL_SysWMinfo now contains the window HDC
  597. * Added support for Unicode command line options
  598. * Prevent beeping when Alt-key combos are pressed
  599. * SDL_SetTextInputRect() re-positions the OS-rendered IME
  600. * Added a hint SDL_HINT_WINDOWS_NO_CLOSE_ON_ALT_F4 to prevent generating SDL_WINDOWEVENT_CLOSE events when Alt-F4 is pressed
  601. * Added a hint SDL_HINT_XINPUT_USE_OLD_JOYSTICK_MAPPING to use the old axis and button mapping for XInput devices (deprecated)
  602. Mac OS X:
  603. * Implemented drag-and-drop support
  604. * Improved joystick hot-plug detection
  605. * The SDL_WINDOWEVENT_EXPOSED window event is triggered in the appropriate situations
  606. * Fixed relative mouse mode when the application loses/regains focus
  607. * Fixed bugs related to transitioning to and from Spaces-aware fullscreen-desktop mode
  608. * Fixed the refresh rate of display modes
  609. * SDL_SysWMInfo is now ARC-compatible
  610. * Added a hint SDL_HINT_MAC_BACKGROUND_APP to prevent forcing the application to become a foreground process
  611. Linux:
  612. * Enabled building with Mir and Wayland support by default.
  613. * Added IBus IME support
  614. * Added a hint SDL_HINT_IME_INTERNAL_EDITING to control whether IBus should handle text editing internally instead of sending SDL_TEXTEDITING events
  615. * Added a hint SDL_HINT_VIDEO_X11_NET_WM_PING to allow disabling _NET_WM_PING protocol handling in SDL_CreateWindow()
  616. * Added support for multiple audio devices when using Pulseaudio
  617. * Fixed duplicate mouse events when using relative mouse motion
  618. iOS:
  619. * Added support for iOS 8
  620. * 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
  621. * SDL_GetWindowSize() and display mode sizes are in the "DPI-independent points" / "screen coordinates" coordinate space rather than pixels (matches OS X behavior)
  622. * Added native resolution support for the iPhone 6 Plus
  623. * Added support for MFi game controllers
  624. * Added support for the hint SDL_HINT_ACCELEROMETER_AS_JOYSTICK
  625. * Added sRGB OpenGL ES context support on iOS 7+
  626. * Added support for SDL_DisableScreenSaver(), SDL_EnableScreenSaver() and the hint SDL_HINT_VIDEO_ALLOW_SCREENSAVER
  627. * SDL_SysWMinfo now contains the OpenGL ES framebuffer and color renderbuffer objects used by the window's active GLES view
  628. * Fixed various rotation and orientation issues
  629. * Fixed memory leaks
  630. Android:
  631. * Added a hint SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH to prevent mouse events from being registered as touch events
  632. * Added hints SDL_HINT_ANDROID_APK_EXPANSION_MAIN_FILE_VERSION and SDL_HINT_ANDROID_APK_EXPANSION_PATCH_FILE_VERSION
  633. * Added support for SDL_DisableScreenSaver(), SDL_EnableScreenSaver() and the hint SDL_HINT_VIDEO_ALLOW_SCREENSAVER
  634. * Added support for SDL_ShowMessageBox() and SDL_ShowSimpleMessageBox()
  635. Raspberry Pi:
  636. * Added support for the Raspberry Pi 2
  637. ---------------------------------------------------------------------------
  638. 2.0.3:
  639. ---------------------------------------------------------------------------
  640. Mac OS X:
  641. * Fixed creating an OpenGL context by default on Mac OS X 10.6
  642. ---------------------------------------------------------------------------
  643. 2.0.2:
  644. ---------------------------------------------------------------------------
  645. General:
  646. * Added SDL_GL_ResetAttributes() to reset OpenGL attributes to default values
  647. * Added an API to load a database of game controller mappings from a file:
  648. SDL_GameControllerAddMappingsFromFile(), SDL_GameControllerAddMappingsFromRW()
  649. * Added game controller mappings for the PS4 and OUYA controllers
  650. * Added SDL_GetDefaultAssertionHandler() and SDL_GetAssertionHandler()
  651. * Added SDL_DetachThread()
  652. * Added SDL_HasAVX() to determine if the CPU has AVX features
  653. * Added SDL_vsscanf(), SDL_acos(), and SDL_asin() to the stdlib routines
  654. * EGL can now create/manage OpenGL and OpenGL ES 1.x/2.x contexts, and share
  655. them using SDL_GL_SHARE_WITH_CURRENT_CONTEXT
  656. * Added a field "clicks" to the mouse button event which records whether the event is a single click, double click, etc.
  657. * The screensaver is now disabled by default, and there is a hint SDL_HINT_VIDEO_ALLOW_SCREENSAVER that can change that behavior.
  658. * Added a hint SDL_HINT_MOUSE_RELATIVE_MODE_WARP to specify whether mouse relative mode should be emulated using mouse warping.
  659. * testgl2 does not need to link with libGL anymore
  660. * Added testgles2 test program to demonstrate working with OpenGL ES 2.0
  661. * Added controllermap test program to visually map a game controller
  662. Windows:
  663. * Support for OpenGL ES 2.x contexts using either WGL or EGL (natively via
  664. the driver or emulated through ANGLE)
  665. * Added a hint SDL_HINT_VIDEO_WIN_D3DCOMPILER to specify which D3D shader compiler to use for OpenGL ES 2 support through ANGLE
  666. * Added a hint SDL_HINT_VIDEO_WINDOW_SHARE_PIXEL_FORMAT that is useful when creating multiple windows that should share the same OpenGL context.
  667. * Added an event SDL_RENDER_TARGETS_RESET that is sent when D3D9 render targets are reset after the device has been restored.
  668. Mac OS X:
  669. * 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.
  670. Linux:
  671. * Fixed fullscreen and focused behavior when receiving NotifyGrab events
  672. * Added experimental Wayland and Mir support, disabled by default
  673. Android:
  674. * Joystick support (minimum SDK version required to build SDL is now 12,
  675. the required runtime version remains at 10, but on such devices joystick
  676. support won't be available).
  677. * Hotplugging support for joysticks
  678. * 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.
  679. ---------------------------------------------------------------------------
  680. 2.0.1:
  681. ---------------------------------------------------------------------------
  682. General:
  683. * Added an API to get common filesystem paths in SDL_filesystem.h:
  684. SDL_GetBasePath(), SDL_GetPrefPath()
  685. * Added an API to do optimized YV12 and IYUV texture updates:
  686. SDL_UpdateYUVTexture()
  687. * Added an API to get the amount of RAM on the system:
  688. SDL_GetSystemRAM()
  689. * Added a macro to perform timestamp comparisons with SDL_GetTicks():
  690. SDL_TICKS_PASSED()
  691. * Dramatically improved OpenGL ES 2.0 rendering performance
  692. * Added OpenGL attribute SDL_GL_FRAMEBUFFER_SRGB_CAPABLE
  693. Windows:
  694. * Created a static library configuration for the Visual Studio 2010 project
  695. * Added a hint to create the Direct3D device with support for multi-threading:
  696. SDL_HINT_RENDER_DIRECT3D_THREADSAFE
  697. * Added a function to get the D3D9 adapter index for a display:
  698. SDL_Direct3D9GetAdapterIndex()
  699. * Added a function to get the D3D9 device for a D3D9 renderer:
  700. SDL_RenderGetD3D9Device()
  701. * Fixed building SDL with the mingw32 toolchain (mingw-w64 is preferred)
  702. * Fixed crash when using two XInput controllers at the same time
  703. * Fixed detecting a mixture of XInput and DirectInput controllers
  704. * Fixed clearing a D3D render target larger than the window
  705. * Improved support for format specifiers in SDL_snprintf()
  706. Mac OS X:
  707. * Added support for retina displays:
  708. 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.
  709. * Fixed mouse warping in fullscreen mode
  710. * Right mouse click is emulated by holding the Ctrl key while left clicking
  711. Linux:
  712. * Fixed float audio support with the PulseAudio driver
  713. * Fixed missing line endpoints in the OpenGL renderer on some drivers
  714. * X11 symbols are no longer defined to avoid collisions when linking statically
  715. iOS:
  716. * Fixed status bar visibility on iOS 7
  717. * Flipped the accelerometer Y axis to match expected values
  718. Android:
  719. IMPORTANT: You MUST get the updated SDLActivity.java to match C code
  720. * Moved EGL initialization to native code
  721. * Fixed the accelerometer axis rotation relative to the device rotation
  722. * Fixed race conditions when handling the EGL context on pause/resume
  723. * Touch devices are available for enumeration immediately after init
  724. Raspberry Pi:
  725. * Added support for the Raspberry Pi, see README-raspberrypi.txt for details