Historique des commits

Auteur SHA1 Message Date
  Sam Lantinga f2074d7af3 Updated copyright for 2025 il y a 1 an
  Frank Praznik fd0ce75e2e tests: Fix tests when run with the --high-pixel-density flag il y a 1 an
  Sam Lantinga a90ad3b0e2 Removed SDL_bool in favor of plain bool il y a 1 an
  Sam Lantinga dc639956ba Improve logging performance and make log priorities thread-safe il y a 1 an
  Sam Lantinga 00c409cff8 Additional cleanup exposed by building with a C++ compiler il y a 1 an
  Sam Lantinga 9ff3446f03 Use SDL_bool instead an int return code in the SDL API il y a 1 an
  Amir 5db08b86ca Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" il y a 1 an
  Ryan C. Gordon 16e7fdc4f2 audio: Add channel remapping to SDL_AudioSpec and SDL_AudioStream. il y a 1 an
  Sam Lantinga e8dbbf8380 Renamed SDLK_a-z to SDLK_A-Z il y a 1 an
  Sam Lantinga d9dc4b320a The keycode in key events is the base, unmodified, keycode for the current keyboard layout il y a 1 an
  Sam Lantinga 90034b16dc The keycode in key events is affected by modifiers by default. il y a 1 an
  Sam Lantinga 0dd579d40d Removed SDL_Keysym il y a 1 an
  Sam Lantinga 4609af618a Updated logging functions for SDL3 naming convention il y a 1 an
  Brick edaab8ad9f Refactored audio conversion to reduce copying il y a 2 ans
  Brick f18cf7cffb Avoid changing dst_spec in testaudiostreamdynamicresample skip_audio il y a 2 ans
  Anonymous Maarten 31d133db40 Define SDL_PLATFORM_* macros instead of underscored ones (#8875) il y a 2 ans
  Sam Lantinga 5b3ee51c6c Updated copyright for 2024 il y a 2 ans
  Sylvain d8600f717e Pointer as bool (libsdl-org#7214) il y a 2 ans
  Sam Lantinga f3261fedcc Code cleanup now that SDL_bool is equivalent to a C boolean expression il y a 2 ans
  Anonymous Maarten 2a01f9dcb5 tests: plug leaks when running with --trackmem il y a 2 ans
  Brick a62e62f97a Refactored SDL_audiocvt.c il y a 2 ans
  Ryan C. Gordon 8b26e95f91 audio: Change SDL_AudioStreamCallback il y a 2 ans
  Sam Lantinga cd633b9a88 Renamed SDL_IsAudioDevicePaused() to SDL_AudioDevicePaused() il y a 2 ans
  Brick f2ca9a615b Added SDL_AUDIO_FRAMESIZE il y a 2 ans
  Brick 53122593f8 Added SDL_AUDIO_BYTESIZE il y a 2 ans
  Sam Lantinga 233789b0d1 Audio types have the same naming convention as other SDL endian types, e.g. [S|U][BITS][LE|BE] il y a 2 ans
  Brick 0e552761b7 Renamed AudioStreamSpeed to AudioStreamFrequencyRatio il y a 2 ans
  Brick 5394a805f4 Improved testaudiostreamdynamicresample il y a 2 ans
  Brick d2b9c8b80d Fixed maths in testaudiostreamdynamicresample (and just show the actual scale) il y a 2 ans
  Anonymous Maarten ea8757a748 Make testaudiostreamdynamicresample compatible with emscripten il y a 2 ans