Tue, 27 Oct 2015 11:17:32 -0700 |
Sam Lantinga |
Add a new SDL_KEYMAPCHANGED SDL event to abstract notification of keyboard layout or input language changes.
|
changeset |
files
|
Fri, 23 Oct 2015 03:37:53 -0300 |
Alex Szpakowski |
Mac: Fix returning to the window's Space in OS X 10.11+ when SDL_WINDOW_FULLSCREEN_DESKTOP is used (bug #3152.)
|
changeset |
files
|
Thu, 15 Oct 2015 22:26:21 +0200 |
Philipp Wiesemann |
D3D11: Fixed SDL_RenderDrawPoints() ignoring input after the first 128 points.
|
changeset |
files
|
Thu, 15 Oct 2015 22:26:00 +0200 |
Philipp Wiesemann |
Android: Added missing import statement.
|
changeset |
files
|
Thu, 15 Oct 2015 12:52:00 -0400 |
Ryan C. Gordon |
Fix some Android keyboards that didn't work properly.
|
changeset |
files
|
Wed, 07 Oct 2015 21:18:08 +0200 |
Philipp Wiesemann |
Added SDL_JoystickCurrentPowerLevel() to WhatsNew.txt for 2.0.4.
|
changeset |
files
|
Wed, 07 Oct 2015 21:16:59 +0200 |
Philipp Wiesemann |
Fixed freeing uninitialized pointers on failure cleanup in tests.
|
changeset |
files
|
Wed, 07 Oct 2015 21:16:40 +0200 |
Philipp Wiesemann |
Android: Added a new method in SDLSurface.
|
changeset |
files
|
Wed, 07 Oct 2015 21:16:18 +0200 |
Philipp Wiesemann |
Android: Added new key codes without mapping.
|
changeset |
files
|
Tue, 06 Oct 2015 21:40:50 -0700 |
Sam Lantinga |
Converted tabs to spaces for SDL style
|
changeset |
files
|
Tue, 06 Oct 2015 21:16:21 -0700 |
Sam Lantinga |
Fixed sending a size event while setting up a window (fix for DOTA 2 on Source 2)
|
changeset |
files
|
Tue, 06 Oct 2015 00:10:54 -0400 |
Ryan C. Gordon |
Mac: Reset display if going from fullscreen to a fullscreen Space or vice-versa.
|
changeset |
files
|
Thu, 01 Oct 2015 11:21:06 -0700 |
Sam Lantinga |
Fixed forcing the window size when creating a non-resizable window on Windows.
|
changeset |
files
|
Wed, 30 Sep 2015 16:00:21 -0700 |
Sam Lantinga |
Fixed swapped Windows and Linux entries for the Cideko AK08b
|
changeset |
files
|
Wed, 30 Sep 2015 15:39:30 -0700 |
Sam Lantinga |
SDL - added new SDL_JoystickCurrentPowerLevel() API that returns the battery level of the selected joystick. Currently only implemented for XInput devices, other platforms are a TODO.
|
changeset |
files
|
Wed, 30 Sep 2015 15:38:30 -0700 |
Sam Lantinga |
Fix crash on controller hotplug on linux.
|
changeset |
files
|
Wed, 30 Sep 2015 15:38:18 -0700 |
Sam Lantinga |
SDL - add dynapi entry points for SDL_JoystickCurrentPowerLevel
|
changeset |
files
|
Wed, 30 Sep 2015 15:33:33 -0700 |
Sam Lantinga |
Added support for the Cideko AK08b
|
changeset |
files
|
Sun, 27 Sep 2015 20:12:47 +0200 |
Philipp Wiesemann |
Android: Removed three internal functions not used by SDL.
|
changeset |
files
|
Fri, 25 Sep 2015 15:17:20 -0300 |
Alex Szpakowski |
iOS: show message boxes using the new UIAlertController APIs when supported, rather than the deprecated UIAlertView.
|
changeset |
files
|
Mon, 21 Sep 2015 21:19:37 +0200 |
Philipp Wiesemann |
iOS: Fixed pointer dereference after free.
|
changeset |
files
|
Mon, 21 Sep 2015 21:16:54 +0200 |
Philipp Wiesemann |
Updated configure.in file.
|
changeset |
files
|
Sun, 20 Sep 2015 23:08:36 -0300 |
Alex Szpakowski |
Added initial support for MFi game controllers on iOS.
|
changeset |
files
|
Fri, 18 Sep 2015 16:22:23 -0400 |
Ryan C. Gordon |
Added copyright information on test/sample.wav; the mystery is solved! :)
|
changeset |
files
|
Fri, 18 Sep 2015 21:27:00 +0200 |
Philipp Wiesemann |
Added more entries to WhatsNew.txt for 2.0.4.
|
changeset |
files
|
Fri, 18 Sep 2015 21:26:46 +0200 |
Philipp Wiesemann |
Android: Added check if Java method for APK expansion file exists.
|
changeset |
files
|
Fri, 18 Sep 2015 21:26:28 +0200 |
Philipp Wiesemann |
Android: Improved last error message for failed APK expansion file use.
|
changeset |
files
|
Thu, 17 Sep 2015 22:36:11 +0200 |
Philipp Wiesemann |
Android: Added additional error messages for APK expansion file use.
|
changeset |
files
|
Thu, 17 Sep 2015 22:30:24 +0200 |
Philipp Wiesemann |
Android: Fixed trying to read from APK expansion files without version hint set.
|
changeset |
files
|
Thu, 17 Sep 2015 22:24:54 +0200 |
Philipp Wiesemann |
Android: Renamed SDLActivity's Java method used for APK expansion files.
|
changeset |
files
|
Thu, 17 Sep 2015 22:21:12 +0200 |
Philipp Wiesemann |
Android: Added to APK expansion file hint documentation in header file.
|
changeset |
files
|
Thu, 17 Sep 2015 22:14:37 +0200 |
Philipp Wiesemann |
Android: Removed empty onDraw() override method from SDLActivity.
|
changeset |
files
|
Tue, 15 Sep 2015 00:25:07 -0300 |
Alex Szpakowski |
iOS SDL_GL_CreateContext: Clamp the multisample sample count when the requested value is too high, rather than failing to create the context.
|
changeset |
files
|
Mon, 14 Sep 2015 22:50:55 -0300 |
Alex Szpakowski |
Windows: Try to use xinput9_1_0.dll if XInput 1.4 and 1.3 are not available.
|
changeset |
files
|
Mon, 14 Sep 2015 22:44:20 -0300 |
Alex Szpakowski |
Fixed the header guard in the darwin SDL_sysjoystick_c.h file.
|
changeset |
files
|
Mon, 14 Sep 2015 11:15:25 -0700 |
Sam Lantinga |
Fixed divide by zero if the application has run out of GDI handles and is trying to show an error dialog
|
changeset |
files
|
Sun, 13 Sep 2015 11:29:45 -0400 |
Ryan C. Gordon |
Mac: Fixed off-by-one bug when plugging in a joystick (thanks, Konstantin!).
|
changeset |
files
|
Wed, 09 Sep 2015 19:08:52 -0300 |
Alex Szpakowski |
iOS: Added support for force-touch on capable devices.
|
changeset |
files
|
Wed, 09 Sep 2015 13:55:11 -0300 |
Alex Szpakowski |
Mac: Fixed SDL_SetWindowSize to set the size of the content area of the window, rather than the total size including decorations.
|
changeset |
files
|
Mon, 07 Sep 2015 13:25:36 -0400 |
David Ludwig |
Fix Bug 3114: SDL's MSVC-2010+ projects can fail to build via a custom VS .sln
|
changeset |
files
|
Sat, 05 Sep 2015 20:21:52 +0200 |
Philipp Wiesemann |
Android: Changed return type of four JNI functions from int to jint.
|
changeset |
files
|
Sat, 05 Sep 2015 20:21:35 +0200 |
Philipp Wiesemann |
Android: Fixed unused variable warning.
|
changeset |
files
|
Sat, 05 Sep 2015 20:21:06 +0200 |
Philipp Wiesemann |
Android: Fixed missing break warning.
|
changeset |
files
|
Sat, 05 Sep 2015 20:20:35 +0200 |
Philipp Wiesemann |
Added another entry to WhatsNew.txt for 2.0.4.
|
changeset |
files
|
Fri, 28 Aug 2015 19:10:46 -0300 |
Alex Szpakowski |
Fix bug 3081: CMake configuration auto-disables OpenGL ES support on Windows.
|
changeset |
files
|
Fri, 28 Aug 2015 19:05:24 -0300 |
Alex Szpakowski |
Fixed bug 3098: CMake project never enables xinput support on Windows.
|
changeset |
files
|
Mon, 24 Aug 2015 22:35:01 +0200 |
Philipp Wiesemann |
PSP: Replaced use of SDLKey with SDL_Keycode.
|
changeset |
files
|
Mon, 24 Aug 2015 22:31:36 +0200 |
Philipp Wiesemann |
PSP: Fixed a syntax error.
|
changeset |
files
|
Fri, 21 Aug 2015 23:50:59 +0200 |
Philipp Wiesemann |
Corrected documentation of the SDL_CreateTexture() functions in header file.
|
changeset |
files
|
Fri, 21 Aug 2015 23:50:37 +0200 |
Philipp Wiesemann |
Changed an error return value from 0 to NULL for consistency.
|
changeset |
files
|
Fri, 21 Aug 2015 00:19:36 -0300 |
Alex Szpakowski |
Updated SDL_egl.h to have the latest EGL version and extension information.
|
changeset |
files
|
Wed, 19 Aug 2015 22:29:37 +0200 |
Philipp Wiesemann |
Corrected documentation of SDL_AddTimer() in header file.
|
changeset |
files
|
Sat, 15 Aug 2015 21:21:29 +0200 |
Philipp Wiesemann |
Removed not needed call to pthread_attr_getstacksize() for SDL_CreateThread().
|
changeset |
files
|
Sat, 15 Aug 2015 00:36:39 -0400 |
Ryan C. Gordon |
X11: Handle keyboard layout changing during app's run on Ubuntu 12.04 (etc).
|
changeset |
files
|
Fri, 14 Aug 2015 23:38:40 -0400 |
Ryan C. Gordon |
Patched to compile.
|
changeset |
files
|
Fri, 14 Aug 2015 23:30:46 -0400 |
Ryan C. Gordon |
Minor coding convention fix.
|
changeset |
files
|
Fri, 14 Aug 2015 16:23:31 +0100 |
Jason Wyatt |
Supply current group when translating X11 Keycodes to Keysyms.
|
changeset |
files
|
Fri, 14 Aug 2015 01:20:41 -0400 |
Ryan C. Gordon |
Cocoa: Keep the window's screen position through SDL_SetWindowSize().
|
changeset |
files
|
Thu, 13 Aug 2015 21:40:32 -0400 |
Ryan C. Gordon |
X11: only send mouse button up events if not a mousewheel "button"
|
changeset |
files
|
Thu, 13 Aug 2015 17:40:28 -0400 |
Ryan C. Gordon |
X11: Simplified mousewheel event handling.
|
changeset |
files
|