Historique des commits

Auteur SHA1 Message Date
  Bruno Sanches 7c085862e1 SDL_Video.h - audio driver il y a 3 ans
  Sam Lantinga 22c69bccdf Displays are now referenced by instance ID instead of index il y a 3 ans
  Anonymous Maarten 758c0dd6d8 Rename mouse BUTTON(DOWN|UP) event to BUTTON_(DOWN|UP) il y a 3 ans
  Sasha Szpakowski 90795291e4 Remove SDL_GL/Metal/Vulkan_GetDrawableSize(). il y a 3 ans
  Sam Lantinga bf4095359c Removed duplicated window size events, and added SDL_EVENT_WINDOW_PIXEL_SIZE_CHANGED il y a 3 ans
  Sam Lantinga 31f464153d SDL_WINDOW_INPUT_GRABBED has been renamed SDL_WINDOW_MOUSE_GRABBED il y a 3 ans
  Sam Lantinga e83c54f271 SDL_WINDOW_FULLSCREEN and SDL_WINDOW_FULLSCREEN_DESKTOP are now distinct flags il y a 3 ans
  Sam Lantinga 24fec13ac1 Add full high DPI information to SDL_DisplayMode il y a 3 ans
  Sam Lantinga 6240252736 Updated documentation with the SDL_WINDOW_ALLOW_HIGHDPI flag removal il y a 3 ans
  Sylvain 724d92fd65 Rename SDL_GetDisplayDPI to SDL_GetDisplayPhysicalDPI il y a 3 ans
  Sam Lantinga a06a593aa6 Renamed SDL_GetGamepadNumTouchpads and SDL_GetGamepadNumTouchpadFingers to match the new convention il y a 3 ans
  Ozkan Sezer 58e8cf599c README-migration.md: fix SDL_WINDOWEVENT_CLOSE renamed name. il y a 3 ans
  Sylvain 052b14eb65 Add SDL_ConvertAudioSamples() helper function il y a 3 ans
  Sam Lantinga 7b50bae524 Renamed SDL events for clarity il y a 3 ans
  Sylvain b1f365374b Add code snipped to migrate from AudioCVT interface il y a 3 ans
  Sam Lantinga 9c8642ded9 Removed SDL_INIT_NOPARACHUTE il y a 3 ans
  Sylvain e4fdf42097 Update README-migration.md il y a 3 ans
  Sam Lantinga dc280c17a0 Moved SDL_intrin.h back into the public headers for application use il y a 3 ans
  Sylvain Becker 5066fcde69 Add SDL_migration.cocci for SDL2 to 3 migration (#7042) il y a 3 ans
  Sam Lantinga 2aa9569b3e Replaced SDL_SIMDAlloc(), SDL_SIMDRealloc(), and SDL_SIMDFree() with SDL_aligned_alloc() and SDL_aligned_free() il y a 3 ans
  Sam Lantinga e9b86eebf3 Functions which return function pointers now return SDL_FunctionPointer instead of void* il y a 3 ans
  Sam Lantinga 5feebcdce0 SDL_AddHintCallback() now returns a standard int result instead of void il y a 3 ans
  Sam Lantinga 9ffeae7b58 Added a migration note for SDL_Vulkan_GetInstanceExtensions() il y a 3 ans
  Sylvain 93e2903ac5 Add SDL_PlayAudioDevice() to play audio. Remove pause_on param from SDL_PauseAudioDevice() il y a 3 ans
  Sam Lantinga 26be384801 SDL_syswm.h provides the platform specific types by default again il y a 3 ans
  Sylvain 2d7f8d7d51 Remove legacy SDL_Audio functions that acts on device id == 1 il y a 3 ans
  Sam Lantinga bb34441474 Provide a better real-world example of the SDL_RWread() API change il y a 3 ans
  Sam Lantinga 51a80d03ce Be really explicit about needing to check for negative error codes with SDL_RWread() il y a 3 ans
  Sam Lantinga 0901657278 Document renamed API functions in SDL_keyboard.h il y a 3 ans
  Sam Lantinga 4f978456a8 Renamed SDL_GAMEPADDEVICEREMAPPED to SDL_GAMEPADREMAPPED il y a 3 ans