Commit History

Author SHA1 Message Date
  Sam Lantinga 7079195697 Fixed compiler warning 7 years ago
  Sam Lantinga 5fc2017661 Fixed bug 3877 - missing SDLCALL in SDLTest_ExampleHitTestCallback 7 years ago
  Sam Lantinga 4b28429882 Android doesn't have libunwind.h in API 16 7 years ago
  Sam Lantinga 41a60394d0 Added missing file 7 years ago
  Sam Lantinga 21cd2df694 Fixed compiler warning 7 years ago
  Sam Lantinga ba10d2b654 Fixed compiler warning 7 years ago
  Sam Lantinga 9c580e14c9 Added functions to query and set the SDL memory allocation functions: 7 years ago
  Sam Lantinga 1887c54c68 Fixed memory leak in Cocoa mouse code 7 years ago
  Sam Lantinga f4cd68a537 Fixed bug 3866 - CMake error when trying to make the 'uninstall' target when it already exists 7 years ago
  Sam Lantinga 4f38db1735 Fixed bug 3867 - Can't find install_manifest.txt when running 'uninstall' target 7 years ago
  Sam Lantinga f4f9e39f62 Fixed bug 3874 - Compiler warnings SDL_Surface.c and SDL_cocoakeyboard.m 7 years ago
  Sam Lantinga a7c79c5e25 Normalize touch events to the render viewport (thanks Sylvain!) 7 years ago
  Sam Lantinga 5bed4ca92e Fixed divide by zero with a 1x1 sized window 7 years ago
  Ozkan Sezer bef0fec121 make sure that SDL_malloc(0) or SDL_calloc(0,x) doesn't return NULL. 7 years ago
  Sam Lantinga 0ce23a5498 Updated version to 2.0.7 7 years ago
  Ethan Lee 84fb4893cf Check SDL_UDEV_DYNAMIC first, then SDL_UDEV_LIBS separately 7 years ago
  Sam Lantinga c0019b7f49 Fixed bug 3871 - Touch events are not normalised on X11 7 years ago
  Sam Lantinga b53c35df43 Fixed size in realloc 7 years ago
  Ryan C. Gordon 5e5f2290f2 audio: Turns out the accumulation errors sound better. :/ 7 years ago
  Ryan C. Gordon 9bd2c6b491 audio: Moved the resampler state up to double precision. 7 years ago
  Ryan C. Gordon b2f5123b65 audio: calculate resampling time directly, don't increment (thanks, Eric!). 7 years ago
  Ryan C. Gordon 763c387149 audio: clamp resampler interpolation values to prevent buffer overflow. 7 years ago
  Ryan C. Gordon 0085f917e0 audio: Moved unchanging variable out of loop. 7 years ago
  Ryan C. Gordon cb8bf6bbaf audio: Make sure audio stream resampling doesn't overflow buffers. 7 years ago
  Ryan C. Gordon 459e2b0bbe audio: Fixed check for minimum audio stream put size. 7 years ago
  Sam Lantinga 0e495e83dd Updated WhatsNew.txt for 2.0.7 changes 7 years ago
  Sam Lantinga 8446d4a05a Changed overlapping memcpy to memmove 7 years ago
  Sam Lantinga eb9e6938cc Fixed potentially calling a callback after it has been removed (and userdata possibly deleted) 7 years ago
  Ryan C. Gordon 903ff6414e audio: SDL_ResampleCVT() should use memmove instead of memcpy. 7 years ago
  Ryan C. Gordon 42fff7ce2b audio: Don't stack-allocate resampler padding. 7 years ago