コミット履歴

作者 SHA1 メッセージ 日付
  Sam Lantinga 8d223b3037 Renamed atomic functions to match SDL 3.0 naming convention 1 年間 前
  Sam Lantinga 575d9cda6f The parameter to SDL_AppEvent() should be non-const 1 年間 前
  Sam Lantinga 00c409cff8 Additional cleanup exposed by building with a C++ compiler 1 年間 前
  Sam Lantinga 9ff3446f03 Use SDL_bool instead an int return code in the SDL API 1 年間 前
  Sam Lantinga 438a214420 Changed main callback return values to an enumeration 1 年間 前
  Sam Lantinga 1d5f9c7b92 testaudio: fixed memory leak in SetTitleBar() 1 年間 前
  Anonymous Maarten f13be04980 testaudio: use SDL_APP_FAILURE macro to signal failure 1 年間 前
  Ryan C. Gordon 2a8f1e11ca audio: Add gain support to audio streams and logical audio devices. 1 年間 前
  Ryan C. Gordon 9b8c5f642f testaudio: Better fix for NULL dereference. 1 年間 前
  Ryan C. Gordon 5631c6dbaa testaudio: Don't crash if SDL_GetAudioDeviceName() returns NULL. 1 年間 前
  Sam Lantinga 0dd579d40d Removed SDL_Keysym 1 年間 前
  Ryan C. Gordon 38f0214e8a audio: Refer to audio devices to "playback" and "recording". 1 年間 前
  Ryan C. Gordon e23257307e Introduce formal policy for APIs that return strings. 1 年間 前
  Ryan C. Gordon 3364aff757 main: Make the main callback return value symbols smaller (thanks, @Lzard!). 1 年間 前
  L zard 06aa02453a Tests: Use the main callback code macros 1 年間 前
  Ryan C. Gordon 38e3c6a4aa main: Add an optional `appstate` param to main callback entry points. 2 年 前
  Sam Lantinga cacac6cc34 Updated structure and field names for consistency 2 年 前
  Anonymous Maarten 31d133db40 Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2 年 前
  Sylvain Becker 04b6b2979f Re-add SDL_assert() with non boolean ptr syntax (#8530) 2 年 前
  Sylvain d8600f717e Pointer as bool (libsdl-org#7214) 2 年 前
  Sam Lantinga 7e445da569 Added SDL_CleanupEvent() 2 年 前
  Sam Lantinga f3261fedcc Code cleanup now that SDL_bool is equivalent to a C boolean expression 2 年 前
  Ryan C. Gordon 9c664b0062 main: Added _optional_ callback entry points. 2 年 前
  Ryan C. Gordon dcc8805c21 testaudio: Fixed compiler warning on Visual Studio. 2 年 前
  Ryan C. Gordon c6f08c2553 testaudio: Removed debugging code. 2 年 前
  Ryan C. Gordon d5dac0ad27 testaudio: Deal with a texture being unexpectedly NULL when scaling. 2 年 前
  Ryan C. Gordon b19e68c8ec testaudio: Properly display playback progress, regardless of data source. 2 年 前
  Ryan C. Gordon 354611a0c6 testaudio: Fixed some bugs Valgrind pointed out. 2 年 前
  Ryan C. Gordon 1c6d996108 testaudio: if the SDL_Renderer is already gone, don't destroy SDL_Textures. 2 年 前
  Ryan C. Gordon b17151eb16 testaudio: Don't crash if renderer is NULL (happens during shutdown). 2 年 前