Commit History

Author SHA1 Message Date
  Charlie Birks a2ef0db8a8 listen for mouse up on document (fixes mouseup outside canvas) 8 years ago
  Charlie Birks cd05184f9b use SDL_SetMouseFocus 8 years ago
  Sam Lantinga bdca510fd6 simplify fullscreen handling using new fullscreen_strategy api, patch contributed by Charlie Birks 8 years ago
  Charlie Birks be08cc61f9 use css size for touch normalisation 8 years ago
  Sam Lantinga 1096f32309 Reverted previous commit which breaks game controller input processing. 8 years ago
  Sam Lantinga 61c0f2cf64 Suggestion from Apple: use kCFRunLoopCommonModes which does more complete event processing 8 years ago
  Ryan C. Gordon da1e3d6938 emscripten: special case to make SDL_ShowSimpleMessageBox() work. 8 years ago
  Ryan C. Gordon 45553ac4db emscripten-buildbot.sh: exit with an error if configure/make fail. 8 years ago
  Ryan C. Gordon 6188c33420 mac: Patched to compile with CMake project. 8 years ago
  Ryan C. Gordon 0265d3af9b coreaudio: Move from AudioUnits to AudioQueues. 8 years ago
  Ryan C. Gordon 3b53304a94 coreaudio: capture devices should let the system allocate the render buffer. 8 years ago
  Ryan C. Gordon fda7a3d158 coreaudio: Replaced an int with an SDL_bool. 8 years ago
  Ryan C. Gordon f9d9708f6b coreaudio: Move some variable declarations to the top of the scope. 8 years ago
  Gabriel Jacobo 1428bab3b3 Fixes building SDL on Ubuntu 16.04 with Mir headers installed 8 years ago
  Sam Lantinga f11a440999 wayland: Add support for relative mouse mode, by Jonas ?dahl <jadahl@gmail.com> 8 years ago
  Jonas ?dahl 19d3500ae1 wayland: Build own version of core protocol 8 years ago
  Bastien Nocera 736a624df0 Wayland: Set "class" for each window we create 8 years ago
  Ryan C. Gordon 2098bfb3ca emscripten: Be more aggressive when closing audio capture devices. 8 years ago
  David Ludwig f5d43cf912 WinRT: added an extra NULL pointer check for SDL_*ScreenSaver() backend code 8 years ago
  Brandon Schaefer ebb058910d Mir: Add mouse grab support (requires mir 0.24) 8 years ago
  Philipp Wiesemann 48490a528a Fixed log message in audio capture test program. 8 years ago
  Philipp Wiesemann 379a430408 Android: Removed unused internal function. 8 years ago
  Philipp Wiesemann 9581d4a585 Android: Fixed misleading warning in log output (thanks, Sylvain!). 8 years ago
  Philipp Wiesemann cf28727f89 Android: Fixed missing mouse motion events while button down (thanks, Sylvain!). 8 years ago
  Philipp Wiesemann 51053a062c Fixed compiling if filesystem is disabled (thanks, Elias!). 8 years ago
  David Ludwig 5020fe8fdb WinRT: added SDL_*ScreenSaver() support; fixed crash when restoring app from screensaver 8 years ago
  Sam Lantinga 651107a118 Fixed sorting and name of XBox wireless controller entry 8 years ago
  Sam Lantinga 4c1484784a Merged Change: 3576099 from rel/streaming_client 8 years ago
  David Ludwig b65763c0c2 WinRT: patched to compile 8 years ago
  Ryan C. Gordon 5bcf1d256b cocoa: Fixed incorrect autorelease, noted by static analysis. 8 years ago