提交歷史

作者 SHA1 備註 提交日期
  David Ludwig a99bf4d705 WinRT: Call IDXGIDevice3::Trim before app-suspend, as required on Windows 8.1 11 年之前
  David Ludwig cbf718461c WinRT: Line ending fixes (CRLF to LF) 11 年之前
  Gabriel Jacobo 22a7dd0be8 Fixes #2456, controllermap's undo does not work correctly (by Bogdan Marinov) 11 年之前
  Gabriel Jacobo 1f92c9dcac Emit SDL_RENDER_DEVICE_RESET on Android when the GLES context is recreated 11 年之前
  Ryan C. Gordon dd81dad1ad Added an assert to help static analyzer. 11 年之前
  Sam Lantinga 26823b1bb4 Added an event SDL_RENDER_DEVICE_RESET, which is triggered on Direct3D 11 when the device has been lost and all textures need to be recreated. 11 年之前
  Sam Lantinga 25919bf252 Fixed warning on Mac OS X 11 年之前
  Sam Lantinga 3317e4340d Fixing Alt-Enter handling, submitted by Nader Golbaz 11 年之前
  David Ludwig 119dff5546 WinRT: Implemented SDL_ShowMessageBox for Windows 8.x/RT hosts 11 年之前
  Ryan C. Gordon 6ab50a5e2e Tossed in some SDL_asserts to make static analyzer happier. 11 年之前
  David Ludwig 46a80b04d8 D3D11: Fixed a crash after a GPU device-reset on Win32 11 年之前
  David Ludwig 6ce684e92b D3D11: Added code to handle GPU-device-removed scenarios 11 年之前
  Sam Lantinga c3d1037665 Better keyboard detection when some of the keys are remapped, thanks to Lewis Wall 11 年之前
  David Ludwig c2243092d7 WinRT: Miscellaneous app-backgrounding/restoring event fixes and additions 11 年之前
  David Ludwig 50ee99ecb2 WinRT: Made app-backgrounded events get sent at separate, distinct times. 11 年之前
  David Ludwig 823bf72130 WinRT globals cleanup: Removed WINRT_GlobalSDLVideoDevice 11 年之前
  David Ludwig b51a3206c8 WinRT: Got OpenGL ES 2 working with the latest version of ANGLE/WinRT. 11 年之前
  Ryan C. Gordon cc52939853 Static analysis fix: more cleanups of unused variables, etc, in blitters. 11 年之前
  Ryan C. Gordon 7bf36abfc0 Static analysis fix: more dead stores. 11 年之前
  Ryan C. Gordon ba4b3aa944 Patched to compile on C89 compilers, removed more streamer code. 11 年之前
  Ryan C. Gordon e177b1cc49 Static analysis fix: clean up unused variables and dead stores in blitters. 11 年之前
  Ryan C. Gordon 6d6fba4b0a #ifdef'd out the audio streamer code. 11 年之前
  Ryan C. Gordon a43dbfad0d Static analysis fix: Removed unused variable. 11 年之前
  Ryan C. Gordon 3aae0ed2c5 Static analysis fix: uninitialized data. 11 年之前
  Ryan C. Gordon d7a253b5ec Static analysis fix: uninitialized data. 11 年之前
  Ryan C. Gordon 93ba5bd899 Static analysis fix: uninitialized value. 11 年之前
  Ryan C. Gordon a25bd63cc5 Static analysis fix: leaking Objective-C object. 11 年之前
  Ryan C. Gordon 84b919a2a7 Static analysis fix: dereference of a NULL pointer. 11 年之前
  Ryan C. Gordon b99a6253da Static analysis fix: let clang know _this->displays isn't NULL. 11 年之前
  Ryan C. Gordon 415675bef0 Static analysis fix: division by zero. 11 年之前