Commit Graph

  • 0071b9cd0c Updated configure script. Philipp Wiesemann 2016-09-26 23:09:34 +0200
  • 109b6264d7 iOS: Updated comment in demo. Philipp Wiesemann 2016-09-26 23:09:19 +0200
  • 40b87e5e44 Enable SDL_LoadObject on iOS 8+ and tvOS. Alex Szpakowski 2016-09-25 15:02:06 -0300
  • 8a2dc3ea40 tvOS launch images are now properly supported. Alex Szpakowski 2016-09-25 11:46:25 -0300
  • 0625a48972 Update the code for the iOS demos to handle modern devices. Fixes bug #3337 Alex Szpakowski 2016-09-25 00:23:35 -0300
  • a4ec0ab622 Don't try to load a launch storyboard on tvOS (it doesn't use them). Alex Szpakowski 2016-09-25 00:21:12 -0300
  • 7306be3399 iOS/tvOS: Try to load the launch screen as a storyboard. Xcode 8 compiles it as a storyboard instead of a nib. Alex Szpakowski 2016-09-24 23:33:49 -0300
  • 7dd5be698b iOS/tvOS: Always send SDL_WINDOWEVENT_FOCUS_GAINED when a window is created on the main screen (fixes bug #3395). Alex Szpakowski 2016-09-24 20:12:57 -0300
  • eb800f1616 Use OS-provided click counts on macOS and iOS for mouse press and release events. Alex Szpakowski 2016-09-24 18:46:34 -0300
  • fb37643153 Fix mouse wheel events on macOS 10.12 (thanks Eric Wasylishen!) Alex Szpakowski 2016-09-24 13:28:40 -0300
  • 8884f58a72 Mir: Add gamma support set/get. Still need one more function to complete the set Brandon Schaefer 2016-09-21 18:23:59 -0700
  • 63a4e59b66 Mir: Add fixme (waiting for a public api to be added) Brandon Schaefer 2016-09-21 16:28:23 -0700
  • d9679cf700 [Mir] Move to the new MirDisplayConfig API Brandon Schaefer 2016-09-21 15:57:15 -0700
  • a816029efc Mac: Fixed markdown formatting in README. Philipp Wiesemann 2016-09-21 23:07:08 +0200
  • 8c38872c74 Mac: Fixed whitespace around function return type. Philipp Wiesemann 2016-09-21 23:06:49 +0200
  • 255e54e1ce Fixed compiling of three test programs with C++. Philipp Wiesemann 2016-09-21 23:06:38 +0200
  • 7f9fa5aee9 Android: Fixed two warnings about unused variables. Philipp Wiesemann 2016-09-21 23:06:26 +0200
  • 83cf797aa3 Handle audio interruptions on iOS/tvOS. Fixes bugs 2569 and 2960. Alex Szpakowski 2016-09-18 19:22:09 -0300
  • 75732c2689 Xcode/mac: fix building standalone static and shared libraries. Ryan C. Gordon 2016-09-18 18:19:32 -0400
  • 8f89cfa47f emscripten: get even more aggressive about audio device closing. Ryan C. Gordon 2016-09-18 18:07:47 -0400
  • 8243c51392 Recommended settings from Xcode 7.3.0 Sam Lantinga 2016-09-16 22:28:12 -0700
  • 52073db032 Fixed warning with Xcode 7.3.0 Sam Lantinga 2016-09-16 22:27:58 -0700
  • c68dcaaee5 Updated URL in a comment Alex Szpakowski 2016-09-17 01:36:29 -0300
  • bc02e7a3a8 Added a new hint SDL_HINT_APPLE_TV_REMOTE_ALLOW_ROTATION. Alex Szpakowski 2016-09-17 01:31:07 -0300
  • caa31b6dca tvOS: Add drop-file support Alex Szpakowski 2016-09-15 21:49:29 -0300
  • aa83a8bf98 Fixed set of libraries needed to build on Mac OS X Sam Lantinga 2016-09-15 08:57:56 -0700
  • e51ae95900 Hopefully fixed the cmake build on Mac OS X Sam Lantinga 2016-09-15 08:46:14 -0700
  • a834099559 Fixed building new coreaudio driver on Mac OS X Sam Lantinga 2016-09-15 08:29:20 -0700
  • b209cedfe2 CoreAudio iOS/tvOS: Use AVFoundation instead of AudioSession. Fixes audio on tvOS. Alex Szpakowski 2016-09-15 19:59:57 -0300
  • d6da409c47 Fixed building for both iOS and tvOS on Xcode 8 Sam Lantinga 2016-09-14 08:45:35 -0700
  • 84eab63aea Fixed including OpenGL ES on iOS without any other SDL headers Sam Lantinga 2016-09-14 08:20:24 -0700
  • e9a7c70968 Allow targeting tvOS Sam Lantinga 2016-09-14 07:09:35 -0700
  • 088bae77e9 Fixed spacing Sam Lantinga 2016-09-13 18:44:28 -0700
  • 1d1f7d86e6 Fixed accidental call to SDL_PrivateJoystickHat() Sam Lantinga 2016-09-13 18:43:55 -0700
  • cf2b6d7ddd Initial Apple TV / tvOS support. Alex Szpakowski 2016-09-13 22:18:06 -0300
  • 0f5a9f9837 Enable more compiler warnings in the Xcode projects (based on Xcode 8's suggestion), made some integer downcasts explicit. Alex Szpakowski 2016-09-13 19:51:10 -0300
  • 9ca9af8aa6 Only prevent the default browser event handling when the specific event types aren't disabled by the user, patch contributed by Jonas Platte Sam Lantinga 2016-09-13 00:09:21 -0700
  • 53d46d3bf1 Add mapping for media keys Charlie Birks 2016-09-13 00:04:00 -0700
  • b6a3e8274b use Module.createContext for 2D rendering in emscripten Alon Zakai 2016-09-13 00:03:59 -0700
  • 3b1755b5f6 add some detail to fullscreen workaround comment; version 6 Alon Zakai 2016-09-13 00:03:58 -0700
  • 8099e3b99b only unset fullscreen flags if fullscreen failed Charlie Birks 2016-09-13 00:03:56 -0700
  • 775027f109 use screen resolution instead of canvas size Charlie Birks 2016-09-13 00:03:55 -0700
  • 52c84985bc Fix full screen mode in Firefox, which was broken by 9d4beb2 Boris Gjenero 2016-09-13 00:03:54 -0700
  • b4a013db39 Support SDL_SetWindowTitle() via Module['setWindowTitle']() Boris Gjenero 2016-09-13 00:03:53 -0700
  • 79a36cba2f Remove unused variable warning from Emscripten build in Emscripten_HandleFullscreenChange(). Jukka Jyl?nki 2016-09-13 00:03:51 -0700
  • 0aefa97b14 Fix CMake CMAKE_REQUIRED_FLAGS handling to preserve existing CMake flags required by Emscripten toolchain. Jukka Jyl?nki 2016-09-13 00:03:50 -0700
  • 1c4a66f97c Unpress all keys on blur to avoid stuck keys Boris Gjenero 2016-09-13 00:03:49 -0700
  • b371e93d03 Listen for blur and focus events on window instead of canvas Boris Gjenero 2016-09-13 00:03:48 -0700
  • b0c3a6a870 Mouse events use CSS coordinates, so don't scale by pixel_ratio Boris Gjenero 2016-09-13 00:03:46 -0700
  • 3526f39206 Accumulate subpixel mouse motion so motion is not lost. Boris Gjenero 2016-09-13 00:03:45 -0700
  • 8966598423 Fix of mouse events in browser without pointer locks TelpeNight 2016-09-13 00:03:44 -0700
  • 0932eb60fc optimize Emscripten_UpdateWindowFramebuffer Alon Zakai 2016-09-13 00:03:43 -0700
  • 5c44359fd4 optimize a getValue Alon Zakai 2016-09-13 00:03:41 -0700
  • 3aec38bf34 Include timers when using cmake (#29) Charlie Birks 2016-09-13 00:03:40 -0700
  • 35b3d7b5c7 send mouse move on enter/leave Charlie Birks 2016-09-13 00:03:39 -0700
  • 4e342e6947 listen for mouse up on document (fixes mouseup outside canvas) Charlie Birks 2016-09-13 00:03:37 -0700
  • 2637d57dc8 use SDL_SetMouseFocus Charlie Birks 2016-09-13 00:03:36 -0700
  • f62a7e0cc7 simplify fullscreen handling using new fullscreen_strategy api, patch contributed by Charlie Birks Sam Lantinga 2016-09-13 00:03:28 -0700
  • e0f2d0d496 use css size for touch normalisation Charlie Birks 2016-09-12 23:58:08 -0700
  • 5bd4c3f00b Reverted previous commit which breaks game controller input processing. Sam Lantinga 2016-09-09 15:12:09 -0700
  • a620247666 Suggestion from Apple: use kCFRunLoopCommonModes which does more complete event processing Sam Lantinga 2016-09-08 20:38:23 -0700
  • 7d5b56e8c9 emscripten: special case to make SDL_ShowSimpleMessageBox() work. Ryan C. Gordon 2016-09-06 13:13:03 -0400
  • 527b0759c2 emscripten-buildbot.sh: exit with an error if configure/make fail. Ryan C. Gordon 2016-09-06 12:18:52 -0400
  • a434eeea50 mac: Patched to compile with CMake project. Ryan C. Gordon 2016-09-04 01:42:46 -0400
  • 3fdbf38dea coreaudio: Move from AudioUnits to AudioQueues. Ryan C. Gordon 2016-09-04 01:23:55 -0400
  • 9e614fcc5d coreaudio: capture devices should let the system allocate the render buffer. Ryan C. Gordon 2016-09-03 00:13:41 -0400
  • dbc1d8db11 coreaudio: Replaced an int with an SDL_bool. Ryan C. Gordon 2016-09-02 13:12:21 -0400
  • 1ca3031747 coreaudio: Move some variable declarations to the top of the scope. Ryan C. Gordon 2016-09-02 13:11:28 -0400
  • 41e1d39220 Fixes building SDL on Ubuntu 16.04 with Mir headers installed Gabriel Jacobo 2016-09-01 16:01:54 -0300
  • 44e65d54c4 wayland: Add support for relative mouse mode, by Jonas ?dahl <jadahl@gmail.com> Sam Lantinga 2016-09-01 01:26:56 -0700
  • 820dae10a9 wayland: Build own version of core protocol Jonas ?dahl 2016-06-23 18:39:05 +0800
  • bc155f61c6 Wayland: Set "class" for each window we create This will be used by Wayland compositors to match the application ID and .desktop file to the SDL window(s). Bastien Nocera 2016-09-01 01:22:58 -0700
  • 867648cb17 emscripten: Be more aggressive when closing audio capture devices. Ryan C. Gordon 2016-08-31 16:10:04 -0400
  • c0887592a9 WinRT: added an extra NULL pointer check for SDL_*ScreenSaver() backend code David Ludwig 2016-08-31 12:52:55 -0400
  • 78a70a1235 Mir: Add mouse grab support (requires mir 0.24) Brandon Schaefer 2016-08-30 12:58:00 -0700
  • 91f3b7cbf6 Fixed log message in audio capture test program. Philipp Wiesemann 2016-08-30 21:16:04 +0200
  • ec8930f3fa Android: Removed unused internal function. Philipp Wiesemann 2016-08-30 21:15:46 +0200
  • 21df02923c Android: Fixed misleading warning in log output (thanks, Sylvain!). Philipp Wiesemann 2016-08-30 21:15:18 +0200
  • 563956d312 Android: Fixed missing mouse motion events while button down (thanks, Sylvain!). Philipp Wiesemann 2016-08-30 21:14:52 +0200
  • 9bd80da5cd Fixed compiling if filesystem is disabled (thanks, Elias!). Philipp Wiesemann 2016-08-30 21:14:13 +0200
  • 0ec6fc713b WinRT: added SDL_*ScreenSaver() support; fixed crash when restoring app from screensaver David Ludwig 2016-08-29 20:27:21 -0400
  • c7a9dbc034 Fixed sorting and name of XBox wireless controller entry Sam Lantinga 2016-08-16 12:02:22 -0700
  • 2fd1b28791 Merged Change: 3576099 from rel/streaming_client Sam Lantinga 2016-08-16 12:02:12 -0700
  • effa16b4b2 WinRT: patched to compile David Ludwig 2016-08-29 10:48:56 -0400
  • f515611c2f cocoa: Fixed incorrect autorelease, noted by static analysis. Ryan C. Gordon 2016-08-28 19:06:31 -0400
  • 67e1b13a74 nacl: Patched to compile. Ryan C. Gordon 2016-08-28 18:52:25 -0400
  • bc1ca7c5cd Patched to compile on Haiku. Ryan C. Gordon 2016-08-28 18:24:44 -0400
  • 460bd9c5ff Merge audio capture work back into the mainline. Ryan C. Gordon 2016-08-28 13:36:13 -0400
  • 11ebbf72e4 Patched to compile. Ryan C. Gordon 2016-08-28 11:56:11 -0400
  • db84542f69 alsa: Implemented hotplug support, cleaned up device names. Ryan C. Gordon 2016-08-28 08:50:26 -0700
  • bf5eb6a5a8 ios: patched to compile. Ryan C. Gordon 2016-08-26 15:46:29 -0400
  • 9155b98886 alsa: don't enumerate virtual devices, just physical hardware. Ryan C. Gordon 2016-08-15 10:09:41 -0400
  • af4fbecd13 Added SDL_PrivateJoystickAdded() and SDL_PrivateJoystickRemoved() Updated the removal code to iterate over all joystick add messages instead of just the first one. Sam Lantinga 2016-08-26 12:18:08 -0700
  • 6b4411f315 commit 1170112da3776fdb06425f62d57b63144c33dc51 Author: James Zipperer <james.zipperer@synapse.com> Date: Sun Aug 21 01:19:19 2016 -0700 Sam Lantinga 2016-08-26 11:16:44 -0700
  • 60ccdcc456 Emscripten: Fixed crash if closing removed joystick (thanks, Sylvain!). Philipp Wiesemann 2016-08-25 22:31:44 +0200
  • edd2e72b77 Android: Fixed crash if closing removed joystick (thanks, Sylvain!). Philipp Wiesemann 2016-08-25 22:31:33 +0200
  • 6161f30a09 WinRT: fixed bug where Win10 GameBar, when shown + hidden, might not restore a cursor's hidden state David Ludwig 2016-08-20 13:46:45 -0400
  • 10c6b8c3e7 Added link in header comment. Philipp Wiesemann 2016-08-17 21:05:00 +0200
  • b025dfa88e Emscripten: Fixed opening previously closed joystick. Philipp Wiesemann 2016-08-17 21:04:50 +0200
  • 8deb10ebde Android: Fixed opening previously closed joystick (thanks, Sylvain!). Philipp Wiesemann 2016-08-17 21:04:32 +0200