Historique des commits

Auteur SHA1 Message Date
  Sam Lantinga f0a4fea89f Fixed bug 4608 - Android: not getting SDL_WINDOWEVENT_FOCUS_GAINED on start of our app il y a 6 ans
  Sam Lantinga 1a38853e02 Fixed bug 4566 - Hot-plugging Bluetooth controller causes force-quit on Android il y a 6 ans
  Sam Lantinga 53a6196b32 Don't redefine __SSE__ and related macros if they're already defined il y a 6 ans
  Sam Lantinga f5252530d2 Change my previous fix based on feedback from dev @saml il y a 6 ans
  Sam Lantinga 624f8ca80d Created Xcode schemes for building on iOS and tvOS il y a 6 ans
  Sam Lantinga ecce803d54 Fix compile errors I hit when building org.libsdl in source2 (part 2 of 2) @saml il y a 6 ans
  Sam Lantinga 45b5453b16 Fix compile errors I hit when building org.libsdl in source2 (part 1 of 2) il y a 6 ans
  Sam Lantinga f79190f407 Use _Exit() when available il y a 6 ans
  Hugh McMaster 46af90d8c3 Add a configure option allowing users to choose whether to install sdl2-config il y a 6 ans
  Sylvain Becker 2c92c8e85a Android: add static variable initialization in non blocking event loop il y a 6 ans
  Sam Lantinga cb18117c92 Added a helper function to tell whether or not a window can be minimized il y a 6 ans
  Sam Lantinga f1b57f3785 Only leave fullscreen mode if we're actually going to minimize il y a 6 ans
  Sam Lantinga 9950271bb6 Fixed bug 4580 - Android 8: immersive fullscreen notification causes flickering between fullscreen and non-fullscreen and app is unresponsive il y a 6 ans
  Ryan C. Gordon 2f6c988e7c configure: Cleaned up audio/video summaries when building for Windows. il y a 6 ans
  Alex Szpakowski 90b08881ab iOS: Remove code trying to support compilation on the iOS 7 SDK, the deployment target has been set to iOS 8 for years and there's other unconditionally compiled code that depends on newer SDKs so that code is useless. il y a 6 ans
  Alex Szpakowski 9d7b26155a macOS: Fix compilation when using the 10.9 SDK or older. il y a 6 ans
  Sam Lantinga cf87d5764d Explicitly load hidapi as a dependency of the SDL library il y a 6 ans
  Ethan Lee f07c992bb8 hidapi: Add GCN L/R buttons, just in case someone wants them... il y a 6 ans
  Sylvain Becker bd344c2287 Android: when event loop is not blocking in pause, backup EGL context (Bug 4578) il y a 6 ans
  Alex Szpakowski 00c824a8b0 Fix disabling OpenGL vsync on macOS 10.14.4+ (bug #4575). il y a 6 ans
  Sylvain Becker aae49015da Fixed bug 4581 - generate synthetic mouse events at window boundaries il y a 6 ans
  Sylvain Becker cfefe5434a Fixed bug 4581 - mouse events with SDL_TOUCH_MOUSEID make window lost focus il y a 6 ans
  Sylvain Becker d68e501db4 Fixed bug 4582 - Maximize/Resize not working on Windows 10 il y a 6 ans
  Sylvain Becker eb7affeeb8 SDL_HINT_MOUSE_TOUCH_EVENTS: move tracking appart in case of 'window' is null il y a 6 ans
  Sylvain Becker a1a9fd50c6 Bug 4581: move tracking appart so it doesn't require the window to have focus il y a 6 ans
  Sam Lantinga a46af76b07 Fixed bug 4579 - SDL_android.c s_active not being atomic il y a 6 ans
  Sam Lantinga 9eac91dd29 Set SDL_HINT_MOUSE_TOUCH_EVENTS for iPhone and iPad as well il y a 6 ans
  Sam Lantinga b6f33a6870 https://bugzilla.libsdl.org/show_bug.cgi?id=4577 il y a 6 ans
  Sylvain Becker 05333a6e9f Android: add hint SDL_HINT_ANDROID_BLOCK_ON_PAUSE il y a 6 ans
  Sylvain Becker b470cd9b09 Android: default SDL_HINT_MOUSE_TOUCH_EVENTS to 1 as previous behaviour il y a 6 ans