Commit History

Author SHA1 Message Date
  Sam Lantinga 8f546bb3c9 Use C99 bool internally in SDL 1 year ago
  Sam Lantinga a7c0192017 Renamed SDL_PostSemaphore() to SDL_SignalSemphore() 1 year ago
  Anonymous Maarten ccebbb6c6e Fix UWP build in non-UNICODE mode 1 year ago
  Ryan C. Gordon 38f0214e8a audio: Refer to audio devices to "playback" and "recording". 1 year ago
  Anonymous Maarten 31d133db40 Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2 years ago
  Sam Lantinga 5b3ee51c6c Updated copyright for 2024 2 years ago
  Sam Lantinga f3261fedcc Code cleanup now that SDL_bool is equivalent to a C boolean expression 2 years ago
  Ryan C. Gordon 797b70877d audio: Remove stub header SDL_audio_c.h. 2 years ago
  Ryan C. Gordon 7a52f7b3fd audio: Split Deinitialize into two stages. 2 years ago
  Ryan C. Gordon 5ff87c6d4a android: Reworked audio backends for SDL3 audio API. 2 years ago
  Ryan C. Gordon 0b58e96d9e wasapi: Patched WinRT to compile. 2 years ago
  Ryan C. Gordon c58d95c343 wasapi: Reworked for new SDL3 audio API, other win32 fixes. 2 years ago
  Sylvain 04e17d4e46 Remove _THIS in src/audio/ 2 years ago
  Brick 079ae065f1 Added SDL prefix AUDIO_* constants 2 years ago
  Sam Lantinga 87ad71f9b2 Rename SDL mutex, semaphore and condition variable types to match SDL 3.0 naming convention 2 years ago
  Sam Lantinga 61c0c009ab Rename SDL semaphore and condition variable functions to match SDL 3.0 naming convention 2 years ago
  Anonymous Maarten 3472dc11d6 Fix uses of undefined macro identifiers (-Wundef) 3 years ago
  David Demelier d0c4849d0b Rename SDL_atomic_t to SDL_AtomicInt 3 years ago
  Sam Lantinga fde78d12f2 Updated copyright for 2023 3 years ago
  Sam Lantinga 63724c113b Removed the vi format comments from the source 3 years ago
  Ryan C. Gordon 12486e144b wasapi: Fixed incorrect assertions. 3 years ago
  Sam Lantinga 5750bcb174 Update for SDL3 coding style (#6717) 3 years ago
  Sam Lantinga c5790359fd Added precompiled header support for Visual Studio and Xcode (#6710) 3 years ago
  Sylvain Becker 6a2200823c Cleanup add brace (#6545) 3 years ago
  Sam Lantinga 0a48abc860 Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>` 3 years ago
  Sam Lantinga a635a485bc Re-added WinRT support until we're sure that it's no longer being used 3 years ago
  Ozkan Sezer dc2a3e06e9 removed WinRT support. 3 years ago
  Mathieu Eyraud f1390780ca Fix use after free when removing Windows audio device 3 years ago
  Ethan Lee fff34f6304 windows: SDL_IMMDevice needed more deinit code from the Win32 path. 3 years ago
  Ethan Lee 2f0816adb7 Add SDL_GetDefaultAudioInfo. 3 years ago