Wed, 08 Jan 2014 00:45:29 -0500 |
Ryan C. Gordon |
Add Dynamic API to Android makefile.
|
changeset |
files
|
Wed, 08 Jan 2014 00:40:48 -0500 |
Ryan C. Gordon |
Patched to compile on Android (I think).
|
changeset |
files
|
Wed, 08 Jan 2014 00:31:19 -0500 |
Ryan C. Gordon |
Patched to compile on OpenBSD.
|
changeset |
files
|
Mon, 09 Dec 2013 16:03:18 -0500 |
Ryan C. Gordon |
Implemented the Dynamic API magic.
|
changeset |
files
|
Sun, 24 Nov 2013 23:56:17 -0500 |
Ryan C. Gordon |
Make internal SDL sources include SDL_internal.h instead of SDL_config.h
|
changeset |
files
|
Mon, 09 Dec 2013 13:30:35 -0500 |
Ryan C. Gordon |
Patched stdlib changes to compile on Windows.
|
changeset |
files
|
Mon, 25 Nov 2013 00:11:52 -0500 |
Ryan C. Gordon |
Regenerate the configure scripts.
|
changeset |
files
|
Sun, 24 Nov 2013 23:36:15 -0500 |
Ryan C. Gordon |
We don't need to check for snprintf() anymore, we don't use it.
|
changeset |
files
|
Sun, 24 Nov 2013 23:35:38 -0500 |
Ryan C. Gordon |
Added SDL_vsscanf().
|
changeset |
files
|
Sun, 24 Nov 2013 21:04:51 -0500 |
Ryan C. Gordon |
Moved atomic API implementation out of headers.
|
changeset |
files
|
Sun, 24 Nov 2013 21:15:58 -0500 |
Ryan C. Gordon |
Don't use -falign-loops=16 on Mac OS X anymore.
|
changeset |
files
|
Mon, 30 Dec 2013 12:49:15 -0800 |
Sam Lantinga |
Fixed display mode calculations for applications which are not DPI aware.
|
changeset |
files
|
Fri, 27 Dec 2013 10:18:19 -0800 |
Sam Lantinga |
Switch back to apartment threaded COM initialization, which was the previous default.
|
changeset |
files
|
Fri, 27 Dec 2013 10:18:18 -0800 |
Sam Lantinga |
Make sure our window has mouse focus before processing raw input events.
|
changeset |
files
|
Fri, 27 Dec 2013 10:18:11 -0800 |
Sam Lantinga |
Bump SDL to build with 10.7 SDK.
|
changeset |
files
|
Fri, 27 Dec 2013 09:29:39 -0300 |
Gabriel Jacobo |
Implements touch support on QTWayland. Contributed by Thomas Perl.
|
changeset |
files
|
Wed, 25 Dec 2013 17:02:15 +0100 |
Philipp Wiesemann |
Changed return -1 after SDL_SetError() to return SDL_SetError().
|
changeset |
files
|
Wed, 25 Dec 2013 16:57:59 +0100 |
Philipp Wiesemann |
Fixed pointer from integer warning and bug if compiled without EGL.
|
changeset |
files
|
Wed, 25 Dec 2013 16:53:39 +0100 |
Philipp Wiesemann |
Updated paths in README for Android.
|
changeset |
files
|
Wed, 25 Dec 2013 00:11:28 +0100 |
Philipp Wiesemann |
Fixed access of command line arguments on Android in two test programs.
|
changeset |
files
|
Wed, 25 Dec 2013 00:04:31 +0100 |
Philipp Wiesemann |
Fixed unused local variable warning in test program source.
|
changeset |
files
|
Tue, 24 Dec 2013 20:04:53 +0100 |
Philipp Wiesemann |
Fixed missing @Override annotation warning in source for Android.
|
changeset |
files
|
Tue, 24 Dec 2013 20:00:58 +0100 |
Philipp Wiesemann |
Fixed unused local variable warning in joystick source for Android.
|
changeset |
files
|
Tue, 24 Dec 2013 19:59:35 +0100 |
Philipp Wiesemann |
Fixed implicit declaration of SDL_Log() warning in joystick source for Android.
|
changeset |
files
|
Tue, 24 Dec 2013 19:55:41 +0100 |
Philipp Wiesemann |
Fixed missing return warning in test program source.
|
changeset |
files
|
Mon, 23 Dec 2013 17:55:06 -0800 |
Sam Lantinga |
Setting the mouse in relative mode implies grabbing the mouse.
|
changeset |
files
|
Mon, 23 Dec 2013 17:37:22 -0800 |
Sam Lantinga |
Added a relative mouse mode that uses mouse warping instead of raw input.
|
changeset |
files
|
Mon, 23 Dec 2013 17:15:32 -0800 |
Sam Lantinga |
Fixed float to int conversion warning, which was a legitimate bug.
|
changeset |
files
|
Mon, 23 Dec 2013 15:55:47 -0800 |
Sam Lantinga |
Print events with SDL_Log() so they show up in Visual Studio debug output
|
changeset |
files
|
Mon, 23 Dec 2013 15:55:08 -0800 |
Sam Lantinga |
Changed testgamecontroller to wait for controllers to be reattached, the way testjoystick does.
|
changeset |
files
|
Mon, 23 Dec 2013 15:10:03 -0800 |
Sam Lantinga |
Generate SDL_CONTROLLERDEVICEADDED events for controllers connected at startup
|
changeset |
files
|
Mon, 23 Dec 2013 12:17:52 -0800 |
Sam Lantinga |
Added support for double-clicks, through a new "clicks" field in the mouse button event.
|
changeset |
files
|
Mon, 23 Dec 2013 10:54:27 -0800 |
Sam Lantinga |
Explicitly initialize COM with multi-threaded support.
|
changeset |
files
|
Mon, 16 Dec 2013 10:03:26 -0300 |
Gabriel Jacobo |
[Android] Define SDL_VIDEO_OPENGL_ES2
|
changeset |
files
|
Sun, 15 Dec 2013 00:21:42 -0500 |
Ryan C. Gordon |
Enable ccache for Raspberry Pi buildbot script.
|
changeset |
files
|
Sat, 14 Dec 2013 20:18:43 -0300 |
Gabriel Jacobo |
Wayland support
|
changeset |
files
|
Fri, 13 Dec 2013 09:48:12 -0300 |
Gabriel Jacobo |
Context sharing for EGL
|
changeset |
files
|
Thu, 12 Dec 2013 14:55:33 -0300 |
Gabriel Jacobo |
[Android] Poll joysticks every three seconds
|
changeset |
files
|
Wed, 11 Dec 2013 21:17:24 -0800 |
Sam Lantinga |
Fixed bug 2050 - Obvious bugs in SDL_ltoa and SDL_lltoa
|
changeset |
files
|
Wed, 11 Dec 2013 21:13:45 -0800 |
Sam Lantinga |
Fixed bug 2294 - testdrawchessboard.c Sets the render color alpha to 0x0.
|
changeset |
files
|
Tue, 10 Dec 2013 16:24:11 -0300 |
Gabriel Jacobo |
[Android] Hotplugging support for joysticks
|
changeset |
files
|
Mon, 09 Dec 2013 15:17:20 -0500 |
Ryan C. Gordon |
Hook up SDL_acos and SDL_asin properly.
|
changeset |
files
|
Sat, 07 Dec 2013 11:19:52 -0800 |
Sam Lantinga |
Associate the environment with any thread that calls Android_JNI_GetEnv(), in case it's been manually created with pthread_create() or C++11.
|
changeset |
files
|
Fri, 06 Dec 2013 16:12:18 -0800 |
Sam Lantinga |
Fixed crash if no window has keyboard focus
|
changeset |
files
|
Fri, 06 Dec 2013 09:13:31 -0800 |
Sam Lantinga |
Fixed detecting the wired XBox 360 controller on Linux
|
changeset |
files
|
Fri, 06 Dec 2013 08:24:00 -0800 |
Sam Lantinga |
Fixed compiler warning on Visual Studio
|
changeset |
files
|
Thu, 05 Dec 2013 09:54:22 -0800 |
Sam Lantinga |
Added missing header for file IO
|
changeset |
files
|
Thu, 05 Dec 2013 09:29:04 -0800 |
Sam Lantinga |
Added code missed in the resolve
|
changeset |
files
|
Thu, 05 Dec 2013 09:14:56 -0800 |
Sam Lantinga |
Clean up the cursor clipping area when quitting SDL.
|
changeset |
files
|
Thu, 05 Dec 2013 10:51:38 -0300 |
Gabriel Jacobo |
[Android] Handle native thread finishing when not commanded from the Java side
|
changeset |
files
|
Tue, 03 Dec 2013 12:09:58 -0300 |
Gabriel Jacobo |
[Android] Signal the resume semaphore after pushing the relevant events
|
changeset |
files
|
Tue, 03 Dec 2013 12:01:28 -0300 |
Gabriel Jacobo |
Adds SDL_GameControllerAddMappingsFromRW, updates controllermap
|
changeset |
files
|
Mon, 02 Dec 2013 23:54:35 -0800 |
Sam Lantinga |
Fixed error return value in SDL_EGL_CreateSurface(), thanks to Mike Kasprzak
|
changeset |
files
|
Mon, 02 Dec 2013 19:51:48 -0300 |
Gabriel Jacobo |
Adding WhatsNew.txt changes
|
changeset |
files
|
Mon, 02 Dec 2013 19:35:04 -0300 |
Gabriel Jacobo |
Adds controllermap utility to test suite.
|
changeset |
files
|
Mon, 02 Dec 2013 19:34:08 -0300 |
Gabriel Jacobo |
Adds SDL_GameControllerAddMappingsFromFile
|
changeset |
files
|
Mon, 02 Dec 2013 10:08:57 -0300 |
Gabriel Jacobo |
Select EGL config when creating the EGL surface
|
changeset |
files
|
Sun, 01 Dec 2013 00:00:17 -0500 |
Ryan C. Gordon |
Disable SDL_[GS]etGammaRamp() on Mac OS X.
SDL-1.2
|
changeset |
files
|
Fri, 29 Nov 2013 10:06:08 -0300 |
Gabriel Jacobo |
Improve Android pause/resume behavior.
|
changeset |
files
|
Thu, 28 Nov 2013 02:31:32 -0800 |
Sam Lantinga |
Fixed windows build with conflict resolve
|
changeset |
files
|