Historial de Commits

Autor SHA1 Mensaje Fecha
  Sam Lantinga 7bc72eaf84 Fixed forcing the window size when creating a non-resizable window on Windows. hace 9 años
  Sam Lantinga 667783ba88 Fixed swapped Windows and Linux entries for the Cideko AK08b hace 9 años
  Sam Lantinga a0c4b56ff9 SDL - added new SDL_JoystickCurrentPowerLevel() API that returns the battery level of the selected joystick. Currently only implemented for XInput devices, other platforms are a TODO. hace 9 años
  Sam Lantinga c2f0394831 Fix crash on controller hotplug on linux. hace 9 años
  Sam Lantinga e015140af3 SDL - add dynapi entry points for SDL_JoystickCurrentPowerLevel hace 9 años
  Sam Lantinga ed23a3f887 Added support for the Cideko AK08b hace 9 años
  Philipp Wiesemann 10daf1f4d3 Android: Removed three internal functions not used by SDL. hace 9 años
  Alex Szpakowski ab2a350033 iOS: show message boxes using the new UIAlertController APIs when supported, rather than the deprecated UIAlertView. hace 9 años
  Philipp Wiesemann 774b077513 iOS: Fixed pointer dereference after free. hace 9 años
  Philipp Wiesemann 7805c1bc52 Updated configure.in file. hace 9 años
  Alex Szpakowski 2bf6f1bcb7 Added initial support for MFi game controllers on iOS. hace 9 años
  Ryan C. Gordon d338f46512 Added copyright information on test/sample.wav; the mystery is solved! :) hace 9 años
  Philipp Wiesemann cdfec382c6 Added more entries to WhatsNew.txt for 2.0.4. hace 9 años
  Philipp Wiesemann efad04c317 Android: Added check if Java method for APK expansion file exists. hace 9 años
  Philipp Wiesemann 40364541f5 Android: Improved last error message for failed APK expansion file use. hace 9 años
  Philipp Wiesemann 625d39b164 Android: Added additional error messages for APK expansion file use. hace 9 años
  Philipp Wiesemann 6e7c479ec2 Android: Fixed trying to read from APK expansion files without version hint set. hace 9 años
  Philipp Wiesemann 92ca42d940 Android: Renamed SDLActivity's Java method used for APK expansion files. hace 9 años
  Philipp Wiesemann 5e5936822f Android: Added to APK expansion file hint documentation in header file. hace 9 años
  Philipp Wiesemann 68b3b5423e Android: Removed empty onDraw() override method from SDLActivity. hace 9 años
  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. hace 9 años
  Alex Szpakowski a506f1cbc7 Windows: Try to use xinput9_1_0.dll if XInput 1.4 and 1.3 are not available. hace 9 años
  Alex Szpakowski 76fc378837 Fixed the header guard in the darwin SDL_sysjoystick_c.h file. hace 9 años
  Sam Lantinga 08ce12c4e3 Fixed divide by zero if the application has run out of GDI handles and is trying to show an error dialog hace 9 años
  Ryan C. Gordon 4295a6fe47 Mac: Fixed off-by-one bug when plugging in a joystick (thanks, Konstantin!). hace 9 años
  Alex Szpakowski 82c8825cb5 iOS: Added support for force-touch on capable devices. hace 9 años
  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. hace 9 años
  David Ludwig c964ac91bf Fix Bug 3114: SDL's MSVC-2010+ projects can fail to build via a custom VS .sln hace 9 años
  Philipp Wiesemann e8757e873e Android: Changed return type of four JNI functions from int to jint. hace 9 años
  Philipp Wiesemann a4a5483faf Android: Fixed unused variable warning. hace 9 años