Commit History

Author SHA1 Message Date
  Ryan C. Gordon d6f418641d assert: Check for Clang _and_ GCC, in case they ever drop compatibility. 8 years ago
  Ryan C. Gordon 8917f8634d assert: allow assertions to work on platforms without threads. 8 years ago
  Ryan C. Gordon 91e6054b03 wasapi: don't mark capture devices as failed for AUDCLNT_S_BUFFER_EMPTY. 8 years ago
  Ryan C. Gordon 02773811b3 render: GL_DestroyRender() should activate first. 8 years ago
  Ryan C. Gordon cff9e5a876 test: info now reports usable display bounds and DPI (thanks, Eric!). 8 years ago
  Ryan C. Gordon 81ab6c98fd Patched to compile on Windows. 8 years ago
  Ryan C. Gordon 13b6d9959a wasapi: Replace tabs with strings in source code. 8 years ago
  Ryan C. Gordon adabc38439 wasapi: Deal with AUDCLNT_S_BUFFER_EMPTY when flushing audio device. 8 years ago
  Ryan C. Gordon 4073a6694f audio: One more callbackspec fix (thanks, Simon!). 8 years ago
  Sam Lantinga 772407627b Fixed restoring a window that was maximized then minimized, then restored. 8 years ago
  Sam Lantinga ccf0566ca4 SDL - add SDL_WINDOW_VULKAN and make Android_CreateWindow only create an EGLSurface when SDL_WINDOW_VULKAN is not present. This makes it so the ANativeWindow* can be used with vkCreateAndroidSurfaceKHR, otherwise it will fail because having both an EGLSurface and VkSurfaceKHR attached to a window is not allowed according to the Vulkan spec: 8 years ago
  Philipp Wiesemann a0aff76416 Added missing path in porting README. 8 years ago
  Philipp Wiesemann df4cf79d42 directfb: Fixed compiler warnings about undefined functions. 8 years ago
  Philipp Wiesemann 29222db7f6 emscripten: Fixed not removing pointer lock event callback. 8 years ago
  Philipp Wiesemann cc5b4f450a emscripten: Changed internal functions to be static. 8 years ago
  Philipp Wiesemann ce01128adf Fixed warnings about shadowed global variable. 8 years ago
  Philipp Wiesemann 87e0d812dd directfb: Removed duplicate comment. 8 years ago
  Philipp Wiesemann 61c326e12b directfb: Fixed typo in log message. 8 years ago
  Philipp Wiesemann 75c0d1ef6d directfb: Fixed compiler warnings about unused variables. 8 years ago
  Ryan C. Gordon c878b59bbe audio: fixed more "spec" references that should have been "callbackspec". 8 years ago
  Sam Lantinga 8b7ae35356 Fixed build error on Linux 8 years ago
  Sam Lantinga 9ac3bb7011 Added support for mixing Qt and SDL on iOS 8 years ago
  Philipp Wiesemann 60f2848421 haiku: Fixed crash on quit if max number of joysticks was connected. 8 years ago
  Philipp Wiesemann b7b919078f haiku: Changed internal function to be static. 8 years ago
  Philipp Wiesemann 3ed2f0ca10 haiku: Fixed unlocking clipboard twice. 8 years ago
  Philipp Wiesemann 4466b93141 haiku: Fixed comment. 8 years ago
  Philipp Wiesemann 34747107fe mir: Fixed memory leak if system cursor id is unknown. 8 years ago
  Philipp Wiesemann 34d9c5213c emscripten: Fixed return type in event callback declaration. 8 years ago
  Sam Lantinga bf4e7eb612 Fixed comment typo 8 years ago
  Alex Szpakowski 75fb07a6d2 iOS: Only mark interrupted audio devices as non-interrupted if AudioQueueStart is successful. 8 years ago