Historique des commits

Auteur SHA1 Message Date
  Philipp Wiesemann c66f0471e1 Removed unused internal window shape functions. il y a 8 ans
  Ryan C. Gordon a7fc2822d4 audio: rename bsd target to netbsd. il y a 8 ans
  Ryan C. Gordon 6844d92c23 coreaudio: we don't need to track number of allocated audio buffers anymore. il y a 8 ans
  Ryan C. Gordon fc4402e5ff coreaudio: Better handling of audio buffer queue management. il y a 8 ans
  Charlie Birks 126e5a1dbf Emscripten: Prevent default on arrow keys il y a 8 ans
  Patrick Monaghan f839b209b9 Emscripten: fixed incorrect conversion of touch motion events to mouse motion events il y a 8 ans
  Ryan C. Gordon 3fd35f6bb0 coreaudio: looks like we need more like a 10ms buffer minimum, not 50ms. il y a 8 ans
  Ryan C. Gordon 793c788b1c coreaudio: dynamically allocate AudioQueueBuffers. il y a 8 ans
  Philipp Wiesemann 088f57a62a Removed unnecessary call to free() in testoverlay2 program. il y a 8 ans
  Philipp Wiesemann fa3944ba39 Removed unused signal includes and handler in test programs. il y a 8 ans
  Philipp Wiesemann bf8ccf08bb Removed redundant mouse clean up on quit for some platforms. il y a 8 ans
  Ryan C. Gordon a9c7bc85f1 android: add screenSize to AndroidManifest's configChanges (thanks, Daniel!). il y a 8 ans
  Ryan C. Gordon e889757bb3 assert: Better Emscripten support. il y a 8 ans
  Ryan C. Gordon d6f418641d assert: Check for Clang _and_ GCC, in case they ever drop compatibility. il y a 8 ans
  Ryan C. Gordon 8917f8634d assert: allow assertions to work on platforms without threads. il y a 8 ans
  Ryan C. Gordon 91e6054b03 wasapi: don't mark capture devices as failed for AUDCLNT_S_BUFFER_EMPTY. il y a 8 ans
  Ryan C. Gordon 02773811b3 render: GL_DestroyRender() should activate first. il y a 8 ans
  Ryan C. Gordon cff9e5a876 test: info now reports usable display bounds and DPI (thanks, Eric!). il y a 8 ans
  Ryan C. Gordon 81ab6c98fd Patched to compile on Windows. il y a 8 ans
  Ryan C. Gordon 13b6d9959a wasapi: Replace tabs with strings in source code. il y a 8 ans
  Ryan C. Gordon adabc38439 wasapi: Deal with AUDCLNT_S_BUFFER_EMPTY when flushing audio device. il y a 8 ans
  Ryan C. Gordon 4073a6694f audio: One more callbackspec fix (thanks, Simon!). il y a 8 ans
  Sam Lantinga 772407627b Fixed restoring a window that was maximized then minimized, then restored. il y a 8 ans
  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: il y a 8 ans
  Philipp Wiesemann a0aff76416 Added missing path in porting README. il y a 8 ans
  Philipp Wiesemann df4cf79d42 directfb: Fixed compiler warnings about undefined functions. il y a 8 ans
  Philipp Wiesemann 29222db7f6 emscripten: Fixed not removing pointer lock event callback. il y a 8 ans
  Philipp Wiesemann cc5b4f450a emscripten: Changed internal functions to be static. il y a 8 ans
  Philipp Wiesemann ce01128adf Fixed warnings about shadowed global variable. il y a 8 ans
  Philipp Wiesemann 87e0d812dd directfb: Removed duplicate comment. il y a 8 ans