Commit History

Author SHA1 Message Date
  Sam Lantinga e98fc8972d Fixed bug 3812 - Fallthrough warnings gcc-7 7 years ago
  Sam Lantinga 5f48ce0b64 Fixed bug 3815 - implicit-fallthrough warning - DUFFS_LOOP4 and friends 7 years ago
  Sam Lantinga 19114b0378 Fixed bug 3813 - gcc7 fallthrough warnings in SDL_iconv.c and SDL_pixels.c 7 years ago
  Sam Lantinga 849c4c1472 Fixed tabs to spaces 7 years ago
  Sam Lantinga 8ed16ea465 Fixed compile warning 7 years ago
  Sam Lantinga 16b8c4ea43 Fixed bug 3811 - change HAVE_COPYSIGN to HAVE__COPYSIGN in SDL_config_windows.h 7 years ago
  Sam Lantinga 2cdb967435 Fixed the include path for khronos with Visual Studio 7 years ago
  Sam Lantinga be1caece4a Correction: copysign has been supported by windows several toolchains 7 years ago
  Ryan C. Gordon 93583d461c alsa: removed snd_pcm_wait() call before writing to playback device. 7 years ago
  Sam Lantinga 569c222ca8 Updated documentation so it's clear you should use SDL_SetWindowDisplayMode() to change the size of fullscreen windows. 7 years ago
  Sam Lantinga b2ba8963b3 Fixed bug 3809 - Restore after maximize leads to wrong size 7 years ago
  Sam Lantinga 676c3a9263 Fixed bug 3719 - Cocoa - Incorrect window size when leaving fullscreen 7 years ago
  Sam Lantinga fcd9c19022 Fixed window size when leaving fullscreen mode (thanks Eric!) 7 years ago
  Sam Lantinga f465f24d73 Fixed bug 3760 - RWops doesn't check for integer overflow when stdio_fseek only supports 32 bits 7 years ago
  Sam Lantinga 125d8f59fc Make sure the libtool archives are installed 7 years ago
  Sam Lantinga 9a73909bbd Fixed bug 3808 - fix a typo in SDL_stretch.c 7 years ago
  Sam Lantinga 24a7495691 Updated config.guess and config.sub, added config.sub.patch for NaCl and Emscripten build support 7 years ago
  Sam Lantinga 5c8bde4f7b Updated documentation to note that libvulkan-dev is no longer needed 7 years ago
  Sam Lantinga f33377802a Fixed bug 3807 - Remove restriction from DECLSPEC macro for OS/2 7 years ago
  Sam Lantinga 8004be6449 We don't need libvulkan-dev to build Vulkan support 7 years ago
  Sam Lantinga 47cb8815a3 Updated Debian changelog for 2.0.6 release 7 years ago
  Sam Lantinga 222d25ad4b Fixed bug 3805 - Why is there no --enable-video-rpi option in configure? 7 years ago
  Sam Lantinga e8059221bd Fixed bug 3806 - Fixes for MSVC compiler warnings 7 years ago
  Sam Lantinga 0ddac338b0 keep joystick thread from waking unnecessarily, and from possibly blocking for 300ms at shutdown if a joystick was just plugged in 7 years ago
  Sam Lantinga cedbb3118c Fixed building with the first version of Visual Studio 2017, which doesn't have __has_include() (Thanks Simon!) 7 years ago
  Sam Lantinga 1b2492ed8a Fixed 64-bit build warning 7 years ago
  Sam Lantinga 4657d9f33c We don't need to pass the renderer into SDLTest_CleanupTextDrawing() 7 years ago
  Sam Lantinga 65c55fdd84 Fixed build 7 years ago
  Sam Lantinga b0b3da7702 Added a function to clean up test text drawing 7 years ago
  Ryan C. Gordon ca15c7d67f wave: SDL_LoadWAV now supports 24-bit audio. 7 years ago