Sun, 22 Feb 2015 20:34:08 -0500 |
David Ludwig |
Fixed bug 2868 - SDL_FillRect can crash if surface's clip-rect is out-of-bounds
|
changeset |
files
|
Sun, 22 Feb 2015 23:21:32 +0100 |
Philipp Wiesemann |
Emscripten: Fixed out of range joystick device index after joystick disconnect.
|
changeset |
files
|
Sun, 22 Feb 2015 21:00:35 +0100 |
Philipp Wiesemann |
Emscripten: Fixed sending button and motion events for not opened joysticks.
|
changeset |
files
|
Sat, 21 Feb 2015 00:33:25 -0500 |
Ryan C. Gordon |
Fixed naming conventions in some SDL_assert types, added compat #defines.
|
changeset |
files
|
Thu, 19 Feb 2015 23:52:10 -0500 |
Ryan C. Gordon |
Mac OS X: Better way to stop duplicate joystick reports (thanks, Kyungdahm!).
|
changeset |
files
|
Thu, 19 Feb 2015 21:51:13 -0500 |
Ryan C. Gordon |
Windows: Added a FIXME.
|
changeset |
files
|
Thu, 19 Feb 2015 21:50:40 -0500 |
Ryan C. Gordon |
Windows: Free the argv we allocated for console_wmain().
|
changeset |
files
|
Thu, 19 Feb 2015 21:49:30 -0500 |
Ryan C. Gordon |
Windows: Added a FIXME.
|
changeset |
files
|
Thu, 19 Feb 2015 21:49:15 -0500 |
Ryan C. Gordon |
Windows: Make a distinction between ANSI mainline and UTF-8 mainline.
|
changeset |
files
|
Thu, 19 Feb 2015 21:44:41 -0500 |
Ryan C. Gordon |
Windows: Support unicode arguments for console applications (thanks, Jorgen!).
|
changeset |
files
|
Thu, 19 Feb 2015 19:55:30 -0500 |
Ryan C. Gordon |
Mac OS X: replace some deprecated APIs with modern equivalents (thanks, Alex!).
|
changeset |
files
|
Thu, 19 Feb 2015 19:40:58 -0500 |
Edward Rudd |
SDL_SetWindowPosition respects display num for SDL_WINDOWPOS_CENTERED_DISPLAY.
|
changeset |
files
|
Sat, 10 Jan 2015 13:47:37 +0100 |
Arne Janbu |
Fix build on Linux when wayland is enabled
|
changeset |
files
|
Thu, 19 Feb 2015 13:42:56 -0500 |
Ryan C. Gordon |
Some corrections to the SDL2.spec.in (thanks, Simone!).
|
changeset |
files
|
Thu, 19 Feb 2015 13:11:19 -0500 |
Ryan C. Gordon |
Remove unnecessary parentheses and an unnecessary free() of a NULL pointer.
|
changeset |
files
|
Wed, 18 Feb 2015 16:25:15 -0500 |
Ryan C. Gordon |
Corrected documentation about triggers values in SDL_GameControllerGetAxis().
|
changeset |
files
|
Wed, 18 Feb 2015 16:17:53 -0500 |
Ryan C. Gordon |
We maintain the list of platforms on the wiki now.
|
changeset |
files
|
Wed, 18 Feb 2015 21:34:07 +0100 |
Philipp Wiesemann |
Emscripten: Fixed receiving joystick events after failed init or subsystem quit.
|
changeset |
files
|
Wed, 18 Feb 2015 21:31:21 +0100 |
Philipp Wiesemann |
Removed redundant include statements from test programs.
|
changeset |
files
|
Tue, 17 Feb 2015 23:00:46 -0500 |
Ryan C. Gordon |
X11: Don't create a window and GL context to look up the glX extension string.
|
changeset |
files
|
Tue, 17 Feb 2015 22:59:56 -0500 |
Ryan C. Gordon |
glX HasExtension(): check for NULL ext string first.
|
changeset |
files
|
Sun, 15 Feb 2015 21:47:10 +0100 |
Philipp Wiesemann |
Emscripten: Removed unused internal function.
|
changeset |
files
|
Sun, 15 Feb 2015 21:44:36 +0100 |
Philipp Wiesemann |
Emscripten: Changed return type of callback implementations from int to EM_BOOL.
|
changeset |
files
|
Sun, 15 Feb 2015 12:11:44 -0500 |
David Ludwig |
WinRT: a minor, nit-picky cleanup of some OpenGL code
|
changeset |
files
|
Sun, 15 Feb 2015 11:53:24 -0500 |
David Ludwig |
WinRT: improved OpenGL ES compatibility on WinPhone/ARM and Surface RT
|
changeset |
files
|
Sun, 15 Feb 2015 11:35:07 +0100 |
Philipp Wiesemann |
Fixed crash if using clipboard functions without having initialized video.
|
changeset |
files
|
Sun, 15 Feb 2015 11:33:39 +0100 |
Philipp Wiesemann |
Fixed compile warning about unused variable in wave test program.
|
changeset |
files
|
Sun, 15 Feb 2015 00:08:27 -0500 |
David Ludwig |
WinRT: fixed crash when using up-to-date versions of ANGLE/WinRT
|
changeset |
files
|
Sat, 14 Feb 2015 15:22:04 +0100 |
Philipp Wiesemann |
Emscripten: Fixed sending SDL_JOYDEVICEADDED events with an index out of range.
|
changeset |
files
|
Sat, 14 Feb 2015 15:16:41 +0100 |
Philipp Wiesemann |
Emscripten: Deactivated and corrected debug log messages on joystick events.
|
changeset |
files
|
Sat, 14 Feb 2015 00:16:27 +0100 |
Philipp Wiesemann |
Emscripten: Fixed throwing JavaScript exception if no audio context available.
|
changeset |
files
|
Sat, 14 Feb 2015 00:13:00 +0100 |
Philipp Wiesemann |
Emscripten: Fixed not including SDL_internal.h.
|
changeset |
files
|
Sat, 14 Feb 2015 00:10:58 +0100 |
Philipp Wiesemann |
Emscripten: Fixed framebuffer error message.
|
changeset |
files
|
Sat, 14 Feb 2015 00:08:48 +0100 |
Philipp Wiesemann |
Emscripten: Fixed SDL_GetPlatform() returning "Unknown" instead of "Emscripten".
|
changeset |
files
|
Thu, 12 Feb 2015 21:40:53 +0100 |
Philipp Wiesemann |
Fixed test programs for joystick not exiting on events after first disconnect.
|
changeset |
files
|
Wed, 11 Feb 2015 01:48:52 -0500 |
Ryan C. Gordon |
X11: Set dialog hint on message boxes (thanks, Melker!).
|
changeset |
files
|
Tue, 10 Feb 2015 20:40:03 +0100 |
Philipp Wiesemann |
Fixed bug 2873 - Joystick test won't reload after reattach
|
changeset |
files
|
Tue, 10 Feb 2015 20:31:05 +0100 |
Philipp Wiesemann |
Fixed compiling test with older C.
|
changeset |
files
|
Sun, 08 Feb 2015 22:50:16 +0100 |
Philipp Wiesemann |
Fixed two inconsistencies on failed allocation.
|
changeset |
files
|
Sun, 08 Feb 2015 15:44:15 -0500 |
David Ludwig |
WinRT: made note that VSync is always enabled on WinPhone, due to OS
|
changeset |
files
|
Sun, 08 Feb 2015 21:25:37 +0100 |
Philipp Wiesemann |
Fixed three memory leaks on failed allocation.
|
changeset |
files
|
Sat, 07 Feb 2015 22:40:36 +0100 |
Philipp Wiesemann |
Fixed bug 2866 - testrelative.c: patch to make the orange box wrap around
|
changeset |
files
|
Tue, 03 Feb 2015 21:22:25 +0100 |
Philipp Wiesemann |
Added missing guards.
|
changeset |
files
|
Mon, 02 Feb 2015 01:21:02 -0500 |
Ryan C. Gordon |
X11: Add events related to maximizing a window (thanks, Andrei and Gergely!).
|
changeset |
files
|
Mon, 02 Feb 2015 01:05:41 -0500 |
Ryan C. Gordon |
X11: Fixes for OpenGL 3.0 and later context creation.
|
changeset |
files
|
Sat, 31 Jan 2015 22:45:54 +0100 |
Philipp Wiesemann |
Added missing guards in implementation for PSP.
|
changeset |
files
|
Sat, 31 Jan 2015 22:43:05 +0100 |
Philipp Wiesemann |
Added missing include statements in implementation for PSP.
|
changeset |
files
|
Sat, 31 Jan 2015 21:06:37 +0100 |
Philipp Wiesemann |
Fixed comment in implementation for NaCl.
|
changeset |
files
|
Sat, 31 Jan 2015 21:02:56 +0100 |
Philipp Wiesemann |
Fixed including SDL_config.h in implementation for Android.
|
changeset |
files
|
Sat, 31 Jan 2015 10:33:48 +0100 |
Philipp Wiesemann |
Fixed names in implementation for PSP.
|
changeset |
files
|
Sat, 31 Jan 2015 10:32:45 +0100 |
Philipp Wiesemann |
Fixed wrong comment in implementation for Android.
|
changeset |
files
|
Fri, 30 Jan 2015 23:20:15 +0100 |
Philipp Wiesemann |
Fix typos in header file documentation comments.
|
changeset |
files
|
Fri, 30 Jan 2015 23:18:14 +0100 |
Philipp Wiesemann |
Changed static variable to local variable in implementation for Android.
|
changeset |
files
|
Thu, 29 Jan 2015 13:33:53 -0800 |
Sam Lantinga |
Fixed game controller hotplug support for some embedded Linux devices
|
changeset |
files
|
Thu, 29 Jan 2015 13:33:20 -0800 |
Sam Lantinga |
Add binding layout for Xbone pad.
|
changeset |
files
|
Mon, 26 Jan 2015 17:46:39 -0500 |
Ryan C. Gordon |
X11: Don't delay delivery of focus events unless we just changed vidmodes.
|
changeset |
files
|
Mon, 26 Jan 2015 22:27:27 +0100 |
Philipp Wiesemann |
Fixed recently broken configure script for FreeBSD.
|
changeset |
files
|
Mon, 26 Jan 2015 22:12:38 +0100 |
Philipp Wiesemann |
Fixed memory leak in video quit implementation for Android.
|
changeset |
files
|
Mon, 26 Jan 2015 22:02:53 +0100 |
Philipp Wiesemann |
Updated a README.
|
changeset |
files
|
Mon, 26 Jan 2015 22:00:29 +0100 |
Philipp Wiesemann |
Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation
|
changeset |
files
|