コミット履歴

作者 SHA1 メッセージ 日付
  Alex Szpakowski c4035654a9 Added framebuffer and colorbuffer members to the uikit portion of the SDL_SysWMinfo struct, removed SDL_iOSGetViewRenderbuffer and SDL_iOSGetViewFramebuffer. 11 年 前
  Alex Szpakowski fcd0f06a88 Renamed SDL_iPhoneGetViewFramebuffer/Renderbuffer to SDL_iOSGetViewFramebuffer/Renderbuffer. Added #defines for SDL_iOSSetAnimationCallback and SDL_iOSSetEventPump, which point to SDL_iPhoneSetAnimationCallback and SDL_iPhoneSetEventPump. 11 年 前
  Alex Szpakowski 1152a75954 Generated dynapi prototypes for the new iPhone functions. 11 年 前
  Alex Szpakowski 26c28114ee Merged default into iOS-improvements 11 年 前
  Ryan C. Gordon a210dbcb13 Removed unused variable. 11 年 前
  Ryan C. Gordon 53287ad51c X11: Removed code to set "icon" title, since it was never used. 11 年 前
  Ryan C. Gordon 78026f5492 Patched to compile on Windows. 11 年 前
  Ryan C. Gordon e0ad1021a5 Wayland: Patched to compile. 11 年 前
  Ryan C. Gordon 785618afec DirectInput: ignore everything but joysticks and gamepads (thanks, Justin!). 11 年 前
  Ryan C. Gordon 6e53bc9b10 SDL_SetWindowTitle() should never set a NULL pointer for the title string. 11 年 前
  Ryan C. Gordon 1339ce71f6 Make SDL_stdinc.h work when compiling with -Wundef (thanks, Ben!). 11 年 前
  Ryan C. Gordon 88e85f4ddd Patched to compile on C89 compilers. 11 年 前
  Ryan C. Gordon 8da7e8adc9 Log Android hardware at startup (thanks, rettichschnidi!). 11 年 前
  Ryan C. Gordon 6a126a48df Do the "fix" for asserts with MSVC's /W4 warnings only on MSVC. 11 年 前
  Ryan C. Gordon 9a686aaa56 Wayland: changed a few "SetError(); return -1;" to "return SetError()". 11 年 前
  Alex Szpakowski df98b11c47 Merged default into iOS-improvements 11 年 前
  Ryan C. Gordon f3590aba15 X11: Always specify "True" if setting GLX_FRAMEBUFFER_SRGB_CAPABLE_ARB. 11 年 前
  Ryan C. Gordon 83aeb31d12 This function can be static. 11 年 前
  Ryan C. Gordon 2f3f328714 Make loading/saving dollar gesture templates endian clean (thanks, Martin!). 11 年 前
  Ryan C. Gordon 05a9206a4f Add some SDL_SetError() calls to the dollar gesture code (thanks, Martin!). 11 年 前
  Ryan C. Gordon 0713c1e53b Patched to compile on Android when audio subsystem is disabled (thanks, Jonas!) 11 年 前
  Sam Lantinga 3e4a8ce1c2 Fixed detecting the NVIDIA controller which shows up as both a mouse and a game controller 11 年 前
  Joseba Garc?a Etxebarria 41961e4f31 Cast the result of calling getButtonState to an Integer 11 年 前
  Sam Lantinga c5d9d1646f Added a game controller entry for the NVIDIA Controller 11 年 前
  Edward Rudd c7ec9c1d85 handle the case where the ibus address can't be found. (prevents nasty crash) 11 年 前
  Ryan C. Gordon 64237d7f01 Patched to compile on Android (I hope). 11 年 前
  Ryan C. Gordon f9041771d5 Android: more separate-mouse-and-touch work. 11 年 前
  Sam Lantinga 236deab49b Fixed relative mouse motion moving farther and farther off screen. 11 年 前
  Emmanuel Gil Peyrot b620df3ea7 Wayland: Specify the output we want to put our window on. 11 年 前
  Ryan C. Gordon a0e878aafb Minor input grab clarifications. 11 年 前