Commit History

Author SHA1 Message Date
  Philipp Wiesemann ea86c01a86 Fixed markdown formatting in porting README for doxygen output. 9 years ago
  Philipp Wiesemann b53007b0c8 Added missing error return in test program. 9 years ago
  Philipp Wiesemann 72dc8784b3 PSP: Fixed compile error. 9 years ago
  David Ludwig caf152def7 WinRT: build/link fix 9 years ago
  Ryan C. Gordon c137eb61d7 Patched to compile on Haiku...? 9 years ago
  Ryan C. Gordon 9b9ca093c7 windows: created threads' stack sizes should be reserved, not committed. 9 years ago
  Ryan C. Gordon 9b4db2b8aa Patched to compile on various platforms. 9 years ago
  Ryan C. Gordon c61675dc5d threads: Move SDL's own thread creation to a new internal API. 9 years ago
  Ryan C. Gordon 7ae2951fca threads: Handle SDL_HINT_THREAD_STACK_SIZE at top level, implement elsewhere. 9 years ago
  David Ludwig 8b65d225e8 WinRT: bug hack-fix - gamepad detection was failing on Xbox One 9 years ago
  Alex Szpakowski 34f095e098 iOS: Fixed SDL_GL_CreateContext crashing instead of returning null when a GLES3 context is requested on iOS 6 and older. 9 years ago
  Ryan C. Gordon a581346fae alsa: Make device enumeration robust against weird results with NULL strings. 9 years ago
  Alex Szpakowski 6cfa71a10e iOS: Also do the Dictation crash workaround before executing the animation callback. 9 years ago
  Alex Szpakowski 88372277b7 Add a new hint SDL_HINT_MAC_MOUSE_FOCUS_CLICKTHROUGH, which allows mouse click events to occur when clicking to focus a window in Mac OS X. 9 years ago
  Alex Szpakowski 5520ed9cc2 iOS: Workaround for a crash after Dictation is used. 9 years ago
  Philipp Wiesemann f3ca4e4d50 iOS: Fixed compiling demos on C89 compilers. 9 years ago
  Philipp Wiesemann 831597f714 PSP: Fixed returning success from unsupported SDL_RenderReadPixels(). 9 years ago
  Philipp Wiesemann d1e4814120 PSP: Fixed returning success for unsupported SDL_SetTextureColorMod(). 9 years ago
  Philipp Wiesemann 12c78c5ca5 PSP: Fixed missing error message for unsupported SDL_CreateWindowFrom(). 9 years ago
  Philipp Wiesemann 3555e6e58e Updated info about required Ubuntu version for Mir support in README. 9 years ago
  Philipp Wiesemann a9edc5137e Wayland: Fixed missing error message if creating a custom cursor failed. 9 years ago
  Philipp Wiesemann 9011eb1c41 Removed not needed SDL_WINDOW_SHOWN from chessboard test program. 9 years ago
  Philipp Wiesemann 62ebc527d0 iOS: Removed not needed SDL_WINDOW_SHOWN from rectangles demo. 9 years ago
  Philipp Wiesemann bd60850b82 iOS: Fixed keyboard demo ignoring quit requests and window closing. 9 years ago
  Philipp Wiesemann e9ca5b28a6 iOS: Replaced #import with #include in two demos. 9 years ago
  Philipp Wiesemann 5fa0cbc4ba iOS: Restored older version of rectangles demo. 9 years ago
  Philipp Wiesemann 16c479f332 iOS: Updated SDL version in demo README. 9 years ago
  Philipp Wiesemann fd3dd4e515 Fixed comment in gesture source. 9 years ago
  Alex Szpakowski 08488e6d34 Mac: avoid calling CGSetLocalEventsSuppressionInterval, it was deprecated in OS X 10.6. 9 years ago
  Alex Szpakowski 2c3bf6658a Windows CMake: don't try to link dxguid, it's unavailable when using Visual Studio's XP-compatible toolset. 9 years ago