Tue, 13 Sep 2016 00:03:54 -0700 |
Boris Gjenero |
Fix full screen mode in Firefox, which was broken by 9d4beb2
|
changeset |
files
|
Tue, 13 Sep 2016 00:03:53 -0700 |
Boris Gjenero |
Support SDL_SetWindowTitle() via Module['setWindowTitle']()
|
changeset |
files
|
Tue, 13 Sep 2016 00:03:51 -0700 |
Jukka Jylänki |
Remove unused variable warning from Emscripten build in Emscripten_HandleFullscreenChange().
|
changeset |
files
|
Tue, 13 Sep 2016 00:03:50 -0700 |
Jukka Jylänki |
Fix CMake CMAKE_REQUIRED_FLAGS handling to preserve existing CMake flags required by Emscripten toolchain.
|
changeset |
files
|
Tue, 13 Sep 2016 00:03:49 -0700 |
Boris Gjenero |
Unpress all keys on blur to avoid stuck keys
|
changeset |
files
|
Tue, 13 Sep 2016 00:03:48 -0700 |
Boris Gjenero |
Listen for blur and focus events on window instead of canvas
|
changeset |
files
|
Tue, 13 Sep 2016 00:03:46 -0700 |
Boris Gjenero |
Mouse events use CSS coordinates, so don't scale by pixel_ratio
|
changeset |
files
|
Tue, 13 Sep 2016 00:03:45 -0700 |
Boris Gjenero |
Accumulate subpixel mouse motion so motion is not lost.
|
changeset |
files
|
Tue, 13 Sep 2016 00:03:44 -0700 |
TelpeNight |
Fix of mouse events in browser without pointer locks
|
changeset |
files
|
Tue, 13 Sep 2016 00:03:43 -0700 |
Alon Zakai |
optimize Emscripten_UpdateWindowFramebuffer
|
changeset |
files
|
Tue, 13 Sep 2016 00:03:41 -0700 |
Alon Zakai |
optimize a getValue
|
changeset |
files
|
Tue, 13 Sep 2016 00:03:40 -0700 |
Charlie Birks |
Include timers when using cmake (#29)
|
changeset |
files
|
Tue, 13 Sep 2016 00:03:39 -0700 |
Charlie Birks |
send mouse move on enter/leave
|
changeset |
files
|
Tue, 13 Sep 2016 00:03:37 -0700 |
Charlie Birks |
listen for mouse up on document (fixes mouseup outside canvas)
|
changeset |
files
|
Tue, 13 Sep 2016 00:03:36 -0700 |
Charlie Birks |
use SDL_SetMouseFocus
|
changeset |
files
|
Tue, 13 Sep 2016 00:03:28 -0700 |
Sam Lantinga |
simplify fullscreen handling using new fullscreen_strategy api, patch contributed by Charlie Birks
|
changeset |
files
|
Mon, 12 Sep 2016 23:58:08 -0700 |
Charlie Birks |
use css size for touch normalisation
|
changeset |
files
|
Fri, 09 Sep 2016 15:12:09 -0700 |
Sam Lantinga |
Reverted previous commit which breaks game controller input processing.
|
changeset |
files
|
Thu, 08 Sep 2016 20:38:23 -0700 |
Sam Lantinga |
Suggestion from Apple: use kCFRunLoopCommonModes which does more complete event processing
|
changeset |
files
|
Wed, 07 Sep 2016 18:14:26 -0400 |
Ryan C. Gordon |
1.2 mac: Apparently the magic -psn command line appears in post-10.9 macOSes.
SDL-1.2
|
changeset |
files
|
Tue, 06 Sep 2016 13:13:03 -0400 |
Ryan C. Gordon |
emscripten: special case to make SDL_ShowSimpleMessageBox() work.
|
changeset |
files
|
Tue, 06 Sep 2016 12:18:52 -0400 |
Ryan C. Gordon |
emscripten-buildbot.sh: exit with an error if configure/make fail.
|
changeset |
files
|
Sun, 04 Sep 2016 01:42:46 -0400 |
Ryan C. Gordon |
mac: Patched to compile with CMake project.
|
changeset |
files
|
Sun, 04 Sep 2016 01:23:55 -0400 |
Ryan C. Gordon |
coreaudio: Move from AudioUnits to AudioQueues.
|
changeset |
files
|
Sat, 03 Sep 2016 00:13:41 -0400 |
Ryan C. Gordon |
coreaudio: capture devices should let the system allocate the render buffer.
|
changeset |
files
|
Fri, 02 Sep 2016 13:12:21 -0400 |
Ryan C. Gordon |
coreaudio: Replaced an int with an SDL_bool.
|
changeset |
files
|
Fri, 02 Sep 2016 13:11:28 -0400 |
Ryan C. Gordon |
coreaudio: Move some variable declarations to the top of the scope.
|
changeset |
files
|
Thu, 01 Sep 2016 16:01:54 -0300 |
Gabriel Jacobo |
Fixes building SDL on Ubuntu 16.04 with Mir headers installed
|
changeset |
files
|
Thu, 01 Sep 2016 01:26:56 -0700 |
Sam Lantinga |
wayland: Add support for relative mouse mode, by Jonas Ådahl <jadahl@gmail.com>
|
changeset |
files
|
Thu, 23 Jun 2016 18:39:05 +0800 |
Jonas Ådahl |
wayland: Build own version of core protocol
|
changeset |
files
|
Thu, 01 Sep 2016 01:22:58 -0700 |
Bastien Nocera |
Wayland: Set "class" for each window we create
|
changeset |
files
|
Wed, 31 Aug 2016 16:10:04 -0400 |
Ryan C. Gordon |
emscripten: Be more aggressive when closing audio capture devices.
|
changeset |
files
|
Wed, 31 Aug 2016 12:52:55 -0400 |
David Ludwig |
WinRT: added an extra NULL pointer check for SDL_*ScreenSaver() backend code
|
changeset |
files
|
Tue, 30 Aug 2016 12:58:00 -0700 |
Brandon Schaefer |
Mir: Add mouse grab support (requires mir 0.24)
|
changeset |
files
|
Tue, 30 Aug 2016 21:16:04 +0200 |
Philipp Wiesemann |
Fixed log message in audio capture test program.
|
changeset |
files
|
Tue, 30 Aug 2016 21:15:46 +0200 |
Philipp Wiesemann |
Android: Removed unused internal function.
|
changeset |
files
|
Tue, 30 Aug 2016 21:15:18 +0200 |
Philipp Wiesemann |
Android: Fixed misleading warning in log output (thanks, Sylvain!).
|
changeset |
files
|
Tue, 30 Aug 2016 21:14:52 +0200 |
Philipp Wiesemann |
Android: Fixed missing mouse motion events while button down (thanks, Sylvain!).
|
changeset |
files
|
Tue, 30 Aug 2016 21:14:13 +0200 |
Philipp Wiesemann |
Fixed compiling if filesystem is disabled (thanks, Elias!).
|
changeset |
files
|
Mon, 29 Aug 2016 20:27:21 -0400 |
David Ludwig |
WinRT: added SDL_*ScreenSaver() support; fixed crash when restoring app from screensaver
|
changeset |
files
|
Tue, 16 Aug 2016 12:02:22 -0700 |
Sam Lantinga |
Fixed sorting and name of XBox wireless controller entry
|
changeset |
files
|
Tue, 16 Aug 2016 12:02:12 -0700 |
Sam Lantinga |
Merged Change: 3576099 from rel/streaming_client
|
changeset |
files
|
Mon, 29 Aug 2016 10:48:56 -0400 |
David Ludwig |
WinRT: patched to compile
|
changeset |
files
|
Sun, 28 Aug 2016 19:06:31 -0400 |
Ryan C. Gordon |
cocoa: Fixed incorrect autorelease, noted by static analysis.
|
changeset |
files
|
Sun, 28 Aug 2016 18:52:25 -0400 |
Ryan C. Gordon |
nacl: Patched to compile.
|
changeset |
files
|
Sun, 28 Aug 2016 18:24:44 -0400 |
Ryan C. Gordon |
Patched to compile on Haiku.
|
changeset |
files
|
Sun, 28 Aug 2016 13:36:13 -0400 |
Ryan C. Gordon |
Merge audio capture work back into the mainline.
|
changeset |
files
|
Fri, 12 Aug 2016 22:50:48 -0400 |
Ryan C. Gordon |
testaudiocapture: ask for way more output samples.
|
changeset |
files
|
Fri, 12 Aug 2016 19:59:00 -0400 |
Ryan C. Gordon |
emscripten: send fake mouse events for touches, like other targets do.
|
changeset |
files
|
Fri, 12 Aug 2016 00:03:58 -0400 |
Ryan C. Gordon |
emscripten audio: check for an "undefined" object, remove some console.log().
|
changeset |
files
|
Thu, 11 Aug 2016 22:26:58 -0400 |
Ryan C. Gordon |
audio: Cleaned up "extern AudioBootStrap" list.
|
changeset |
files
|
Thu, 11 Aug 2016 22:22:09 -0400 |
Ryan C. Gordon |
audio: Renamed some internal driver symbols in various targets.
|
changeset |
files
|
Thu, 11 Aug 2016 22:04:49 -0400 |
Ryan C. Gordon |
android: implement audio capture support.
|
changeset |
files
|
Wed, 10 Aug 2016 16:00:16 -0400 |
Ryan C. Gordon |
directsound: Implemented audio capture support.
|
changeset |
files
|
Wed, 10 Aug 2016 15:34:24 -0400 |
Ryan C. Gordon |
windows: directsound should also map audio device GUIDs to proper names.
|
changeset |
files
|
Wed, 10 Aug 2016 14:14:14 -0400 |
Ryan C. Gordon |
audio: Patched to compile on C89 compilers.
|
changeset |
files
|
Wed, 10 Aug 2016 14:13:48 -0400 |
Ryan C. Gordon |
emscripten audio: fix timer on capture's silence callback.
|
changeset |
files
|
Tue, 09 Aug 2016 19:35:46 -0400 |
Ryan C. Gordon |
directsound: recalculate audiospec size before creating secondary buffer.
|
changeset |
files
|
Tue, 09 Aug 2016 16:58:32 -0400 |
Ryan C. Gordon |
emscripten audio: Added audio capture support.
|
changeset |
files
|
Tue, 09 Aug 2016 16:58:06 -0400 |
Ryan C. Gordon |
Added a FIXME.
|
changeset |
files
|