提交歷史

作者 SHA1 備註 提交日期
  Sam Lantinga dfa832c5de Make sure our pixel size is up to date at window creation 3 年之前
  Sam Lantinga 2af6f4a3e4 Fixed build warning on Android 3 年之前
  Stephen Kitt bbfd5b3fb2 Specify bash for androidbuildlibs.sh 3 年之前
  Qrox 71c80c478a Uses integer arithmetics in SDL_ResampleAudio 3 年之前
  Sam Lantinga 926db1bd54 Removed a duplicate delay accidentally added during code refactor 3 年之前
  Sam Lantinga 645823fc90 Wait for the GCController framework to see IOKit devices 3 年之前
  Sam Lantinga 21e444b2e7 Fixed a few additional sizeof locations 3 年之前
  Sam Lantinga c6443d86c9 Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 3 年之前
  Guldoman ad95c93bf4 Add portal interface to support `SDL_GetSystemTheme` in linux 3 年之前
  Anonymous Maarten c304fbded6 cmake: disable ccache by default 3 年之前
  Sam Lantinga 2ca727aec6 If the client rect is empty, use the last known window size 3 年之前
  Ozkan Sezer bb59f46cbe Removed guard around the enabled assertions support code 3 年之前
  Ozkan Sezer 34d13cd0a9 made IsModifierKeyPressed() helper static 3 年之前
  Deve 4de6ddd07f Fixed incorrect modifier keys handling on macOS 3 年之前
  David Demelier d0c4849d0b Rename SDL_atomic_t to SDL_AtomicInt 3 年之前
  Sam Lantinga 8994878767 Added SDL_GetSystemTheme() to return whether the system is using a dark or light color theme, and SDL_EVENT_SYSTEM_THEME_CHANGED is sent when this changes 3 年之前
  Sam Lantinga fb0c3197e0 Fixed the documentation for SDL_SetRelativeMouseMode() 3 年之前
  Sam Lantinga cabedee4a1 Fixed constraining the mouse to the window in relative mode 3 年之前
  Ryan C. Gordon d898dbfe50 render: Make sure logical_target is bound when presenting. 3 年之前
  Lokathor b8bc4a234b Make mappings for "Retrolink SNES Controller" with `SDL_GAMECONTROLLER_USE_BUTTON_LABELS` both on and off 3 年之前
  Sylvain 4053876bf6 Fix warning drop const qualifier 3 年之前
  Sam Lantinga ba87b96cea Fixed signed/unsigned warnings 3 年之前
  Ozkan Sezer 53bde3abee fix SDL_FindFreePlayerIndex so it can really return -1. 3 年之前
  Sam Lantinga 91b328c2c6 Fixed emscripten build 3 年之前
  Sam Lantinga dd7cf12206 Fixed instances of SDL_joystick_players being set to -1 (thanks @AntTheAlchemist!) 3 年之前
  Sylvain d78817703e Fix build 3 年之前
  Sylvain c963f02571 More fix warnings about static function and prototype 3 年之前
  Sylvain 16bb6a0b3d Fix warnings about static function and prototype 3 年之前
  Sam Lantinga 61309b4382 Disassociate the SDLOpenGLContext from the view before deleting it 3 年之前
  Sam Lantinga 04a03a3eec Use SDL_GL_DeleteContext instead of Cocoa_GL_DeleteContext for context cleanup 3 年之前