提交历史

作者 SHA1 备注 提交日期
  Ryan C. Gordon 87ef19c44a Keep track of maximum number of events in-flight in the SDL queue at once. 10 年之前
  Ryan C. Gordon 3f9f0027bc Patched to compile on C89 compilers. 10 年之前
  Ryan C. Gordon 672ccb4f54 Make the signal handler hint more generic. 10 年之前
  Ryan C. Gordon a91a5604cd Added a hint to prevent SDL from installing signal handlers. 10 年之前
  Ryan C. Gordon 162ef5eae9 Cleanups in the joystick code. 10 年之前
  Ryan C. Gordon 4a071b311b Mac: patched to compile with haptic subsystem disabled (thanks, Rodrigo!). 10 年之前
  Ryan C. Gordon 9470f4a2bd Better fixes for CMake subsystem enabling (thanks, Sebastian!). 10 年之前
  Ryan C. Gordon d9f378530b Make SDL error string formatting deal with nasty corner cases. 10 年之前
  Ryan C. Gordon 54f4725a12 Ran hardcoded game controller database through sort_controllers.py. 10 年之前
  Ryan C. Gordon a300a73501 Added Logitect RumblePad 2 controller mapping for Linux (thanks, Nicholas!). 10 年之前
  Ryan C. Gordon 878c2324b1 winmm: Let audio callback buffer size be less than 1/4 second (thanks, Jon!). 10 年之前
  Ryan C. Gordon ac2bb3f200 configure script: fix recursive mutex test on Linux systems (thanks, Ozkan!). 10 年之前
  Ryan C. Gordon c76130c9cc X11: Reenabled setlocale() and fork() for message boxes. 10 年之前
  Ryan C. Gordon 331a434fa1 Windows: Report window HDC in SDL_SysWMinfo. 10 年之前
  Philipp Wiesemann 528e48b980 Android: Removed not needed include statement. 10 年之前
  Philipp Wiesemann 8a58e12f5f Updated test program for Emscripten. 10 年之前
  Ryan C. Gordon b42c259752 Cocoa: Handle more cases of lost focus when Key window closes (thanks, Alex!). 10 年之前
  Philipp Wiesemann 49f33b41a7 Added missing SDL_DOLLARRECORD event type documentation in header. 10 年之前
  Philipp Wiesemann 716ef0d5f2 Fixed confusing audio and touch events because of shared enumeration values. 10 年之前
  Ryan C. Gordon eb49f8caa3 Patched to compile on OpenGL ES-based platforms. 10 年之前
  Ryan C. Gordon 161e5d150f Whoops, lost a newline in here. 10 年之前
  Ryan C. Gordon 3c76d2ff19 Several corrections to the CMake project files (thanks, Ozkan!). 10 年之前
  Ryan C. Gordon 34415c4557 Windows: support for OpenGL extension WGL_ARB_context_flush_control. 10 年之前
  Marc Di Luzio f5d96416ad Allow setting of GL_CONTEXT_RELEASE_BEHAVIOR when creating the GL context when GLX_ARB_context_flush_control is available. 10 年之前
  Ryan C. Gordon 70191a9302 CMake: Don't search for the OpenGL library on Mac OS X. It's always there. 10 年之前
  Ryan C. Gordon 182a7768e1 Audio hotplug fixes for winmm and XAudio2 backends. 10 年之前
  Ryan C. Gordon c1091f32fb CMake project files no longer force you to link against Wayland or Mir libs. 10 年之前
  Ryan C. Gordon d8988ea842 Fixed some defaults in CMake project file. 10 年之前
  Ryan C. Gordon 6c072917e9 Patched to compile on gcc2. 10 年之前
  Ryan C. Gordon 06e85acd72 Removed unused variable. 10 年之前