Historique des commits

Auteur SHA1 Message Date
  Alex Szpakowski 76fc378837 Fixed the header guard in the darwin SDL_sysjoystick_c.h file. il y a 9 ans
  Sam Lantinga 08ce12c4e3 Fixed divide by zero if the application has run out of GDI handles and is trying to show an error dialog il y a 9 ans
  Ryan C. Gordon 4295a6fe47 Mac: Fixed off-by-one bug when plugging in a joystick (thanks, Konstantin!). il y a 9 ans
  Alex Szpakowski 82c8825cb5 iOS: Added support for force-touch on capable devices. il y a 9 ans
  Alex Szpakowski 6a32ca7a39 Mac: Fixed SDL_SetWindowSize to set the size of the content area of the window, rather than the total size including decorations. il y a 9 ans
  David Ludwig c964ac91bf Fix Bug 3114: SDL's MSVC-2010+ projects can fail to build via a custom VS .sln il y a 9 ans
  Philipp Wiesemann e8757e873e Android: Changed return type of four JNI functions from int to jint. il y a 9 ans
  Philipp Wiesemann a4a5483faf Android: Fixed unused variable warning. il y a 9 ans
  Philipp Wiesemann 2b6f64220a Android: Fixed missing break warning. il y a 9 ans
  Philipp Wiesemann 440d6cc00e Added another entry to WhatsNew.txt for 2.0.4. il y a 9 ans
  Alex Szpakowski 42f282cc1b Fix bug 3081: CMake configuration auto-disables OpenGL ES support on Windows. il y a 9 ans
  Alex Szpakowski d154e6c6e3 Fixed bug 3098: CMake project never enables xinput support on Windows. il y a 9 ans
  Philipp Wiesemann 212e99633b PSP: Replaced use of SDLKey with SDL_Keycode. il y a 9 ans
  Philipp Wiesemann 991feafa09 PSP: Fixed a syntax error. il y a 9 ans
  Philipp Wiesemann 83e94e257b Corrected documentation of the SDL_CreateTexture() functions in header file. il y a 9 ans
  Philipp Wiesemann 0856a7ef34 Changed an error return value from 0 to NULL for consistency. il y a 9 ans
  Alex Szpakowski 2d63af8eb1 Updated SDL_egl.h to have the latest EGL version and extension information. il y a 9 ans
  Philipp Wiesemann 2fa0394855 Corrected documentation of SDL_AddTimer() in header file. il y a 9 ans
  Philipp Wiesemann 98986f39e9 Removed not needed call to pthread_attr_getstacksize() for SDL_CreateThread(). il y a 9 ans
  Ryan C. Gordon 8145760314 X11: Handle keyboard layout changing during app's run on Ubuntu 12.04 (etc). il y a 9 ans
  Ryan C. Gordon 0d8c3a0b76 Patched to compile. il y a 9 ans
  Ryan C. Gordon 0cf81fbdf9 Minor coding convention fix. il y a 9 ans
  Jason Wyatt fb37956d9b Supply current group when translating X11 Keycodes to Keysyms. il y a 9 ans
  Ryan C. Gordon 9e2b90e2a4 Cocoa: Keep the window's screen position through SDL_SetWindowSize(). il y a 9 ans
  Ryan C. Gordon f2f8e6f5ef X11: only send mouse button up events if not a mousewheel "button" il y a 9 ans
  Ryan C. Gordon 874bf86504 X11: Simplified mousewheel event handling. il y a 9 ans
  Ryan C. Gordon da6f2221e3 X11: isConfigureNotify() isn't used at the moment, comment it out. il y a 9 ans
  Ryan C. Gordon 8a1fd98261 X11: don't block on a ConfigureNotify event during SDL_SetWindowBordered(). il y a 9 ans
  Philipp Wiesemann eb57d75242 Added missing SDL_Quit() in test program. il y a 9 ans
  Philipp Wiesemann 3362c9f196 Emscripten: Changed return -1 after SDL_SetError() to return SDL_SetError(). il y a 9 ans