Histórico de Commits

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