Commit History

Author SHA1 Message Date
  Philipp Wiesemann 842a9898ce Fixed joystick crash on Android if joystick subsystem not initialized. 12 years ago
  Philipp Wiesemann 305f64ba2e Replaced search loop with indexOf() in Java file. 12 years ago
  Philipp Wiesemann bbf0f62be9 Replaced implicit boxing with explicit boxing in Java file. 12 years ago
  Philipp Wiesemann 2d67178149 Renamed a class in Java file for consistency. 12 years ago
  Philipp Wiesemann 802f83ff99 Removed not needed imports from Java file. 12 years ago
  Philipp Wiesemann d6c1e3812e Added missing @Override annotations in Java file. 12 years ago
  Philipp Wiesemann 26ce68e8c2 Changed motion listener implementation not to inherit from Activity class. 12 years ago
  Philipp Wiesemann fda8d93440 Moved two function calls so they are only called if needed. 12 years ago
  Philipp Wiesemann aa3379802b Added a new unused key code from Android 4.4 (API 19). 12 years ago
  Philipp Wiesemann 0ab7624cde Changed function to return -1 through SDL_Error() instead of plain -1. 12 years ago
  Philipp Wiesemann 82b3e7d229 Changed function to be static. 12 years ago
  Philipp Wiesemann 6e3558cf99 Removed unused local variable to fix warning. 12 years ago
  Philipp Wiesemann 3f2e942fa0 Fixed implicit function declarations by including the missing header. 12 years ago
  Philipp Wiesemann bd1e1a93f2 Corrected source comment. 12 years ago
  Ryan C. Gordon 92b12812ac Added Ben Henning's GSoC2013 work: premake build system. 12 years ago
  Ryan C. Gordon 5206975778 Added Apoorv Upreti's GSoC2013 work: visual test suite. 12 years ago
  Sam Lantinga 247313174a Updated notes about building with the Windows 8 SDK: Get the DirectX SDK. 12 years ago
  Sam Lantinga 33cf925c15 Fixed signed/unsigned warning 12 years ago
  Sam Lantinga 550676d08d Fixed signed/unsigned warning 12 years ago
  Sam Lantinga 976c876924 Fixed bug 2172 - Window loses maximized state when activated 12 years ago
  Sam Lantinga 7c7a9b7f89 Added a Linux game controller mapping for the Valve Streaming Gamepad 12 years ago
  Sam Lantinga 3523b409bc Made helper window creation depend on initializing the Haptics or Joystick subsystems. 12 years ago
  Sam Lantinga faebe94c56 Mac: Fix a crash with SDL_MAC_NO_SANDBOX. 12 years ago
  Sam Lantinga e3e24bded7 Make sure the joystick count is correct when the added and removed events are dispatched, in case someone is watching for them with an event filter. 12 years ago
  Sam Lantinga 621c7f8f1f Added SDL_HINT_CTRL_CLICK_EMULATE_RIGHT_CLICK hint which controls whether ctrl+click should emulate a right click on OSX. 12 years ago
  Sam Lantinga 493fadd5c1 Fixed spot where SDL was assuming that two displays having the same origin means they're the same display. Changed it to check for the same extents instead. 12 years ago
  Sam Lantinga 95c67ed9a7 Fixed bug 2219 - BMP loader do not handle big BITMAPINFOHEADER structure 12 years ago
  Sam Lantinga 48e44f7fcb Fixed Windows compile error 12 years ago
  Sam Lantinga 3b050fc953 Horizontal wheel support in windows 12 years ago
  Gabriel Jacobo 22770a8f40 [Android] Fixes Bug 2041 - can't get SDL_QUIT event... 12 years ago