Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Philipp Wiesemann 10daf1f4d3 Android: Removed three internal functions not used by SDL. 9 gadi atpakaļ
  Alex Szpakowski ab2a350033 iOS: show message boxes using the new UIAlertController APIs when supported, rather than the deprecated UIAlertView. 9 gadi atpakaļ
  Philipp Wiesemann 774b077513 iOS: Fixed pointer dereference after free. 9 gadi atpakaļ
  Philipp Wiesemann 7805c1bc52 Updated configure.in file. 9 gadi atpakaļ
  Alex Szpakowski 2bf6f1bcb7 Added initial support for MFi game controllers on iOS. 9 gadi atpakaļ
  Ryan C. Gordon d338f46512 Added copyright information on test/sample.wav; the mystery is solved! :) 9 gadi atpakaļ
  Philipp Wiesemann cdfec382c6 Added more entries to WhatsNew.txt for 2.0.4. 9 gadi atpakaļ
  Philipp Wiesemann efad04c317 Android: Added check if Java method for APK expansion file exists. 9 gadi atpakaļ
  Philipp Wiesemann 40364541f5 Android: Improved last error message for failed APK expansion file use. 9 gadi atpakaļ
  Philipp Wiesemann 625d39b164 Android: Added additional error messages for APK expansion file use. 9 gadi atpakaļ
  Philipp Wiesemann 6e7c479ec2 Android: Fixed trying to read from APK expansion files without version hint set. 9 gadi atpakaļ
  Philipp Wiesemann 92ca42d940 Android: Renamed SDLActivity's Java method used for APK expansion files. 9 gadi atpakaļ
  Philipp Wiesemann 5e5936822f Android: Added to APK expansion file hint documentation in header file. 9 gadi atpakaļ
  Philipp Wiesemann 68b3b5423e Android: Removed empty onDraw() override method from SDLActivity. 9 gadi atpakaļ
  Alex Szpakowski ecfdb10cfa iOS SDL_GL_CreateContext: Clamp the multisample sample count when the requested value is too high, rather than failing to create the context. 9 gadi atpakaļ
  Alex Szpakowski a506f1cbc7 Windows: Try to use xinput9_1_0.dll if XInput 1.4 and 1.3 are not available. 9 gadi atpakaļ
  Alex Szpakowski 76fc378837 Fixed the header guard in the darwin SDL_sysjoystick_c.h file. 9 gadi atpakaļ
  Sam Lantinga 08ce12c4e3 Fixed divide by zero if the application has run out of GDI handles and is trying to show an error dialog 9 gadi atpakaļ
  Ryan C. Gordon 4295a6fe47 Mac: Fixed off-by-one bug when plugging in a joystick (thanks, Konstantin!). 9 gadi atpakaļ
  Alex Szpakowski 82c8825cb5 iOS: Added support for force-touch on capable devices. 9 gadi atpakaļ
  Alex Szpakowski 6a32ca7a39 Mac: Fixed SDL_SetWindowSize to set the size of the content area of the window, rather than the total size including decorations. 9 gadi atpakaļ
  David Ludwig c964ac91bf Fix Bug 3114: SDL's MSVC-2010+ projects can fail to build via a custom VS .sln 9 gadi atpakaļ
  Philipp Wiesemann e8757e873e Android: Changed return type of four JNI functions from int to jint. 9 gadi atpakaļ
  Philipp Wiesemann a4a5483faf Android: Fixed unused variable warning. 9 gadi atpakaļ
  Philipp Wiesemann 2b6f64220a Android: Fixed missing break warning. 9 gadi atpakaļ
  Philipp Wiesemann 440d6cc00e Added another entry to WhatsNew.txt for 2.0.4. 9 gadi atpakaļ
  Alex Szpakowski 42f282cc1b Fix bug 3081: CMake configuration auto-disables OpenGL ES support on Windows. 9 gadi atpakaļ
  Alex Szpakowski d154e6c6e3 Fixed bug 3098: CMake project never enables xinput support on Windows. 9 gadi atpakaļ
  Philipp Wiesemann 212e99633b PSP: Replaced use of SDLKey with SDL_Keycode. 9 gadi atpakaļ
  Philipp Wiesemann 991feafa09 PSP: Fixed a syntax error. 9 gadi atpakaļ