Mon, 11 Nov 2013 21:38:11 -0800 |
Sam Lantinga |
Fixed window resizing when entering and leaving fullscreen mode
|
changeset |
files
|
Mon, 11 Nov 2013 21:21:18 -0800 |
Sam Lantinga |
Fixed assertion failure when minimizing a fullscreen window.
|
changeset |
files
|
Mon, 11 Nov 2013 20:51:19 -0800 |
Sam Lantinga |
Fixed bug 2212 - SDL_SetTextInputRect has no effect on iOS
|
changeset |
files
|
Mon, 11 Nov 2013 20:42:59 -0800 |
Sam Lantinga |
Properly handle toggling fullscreen state when another fullscreen state change is in progress.
|
changeset |
files
|
Mon, 11 Nov 2013 19:17:32 -0300 |
Gabriel Jacobo |
[X11] Fix up compilation when EGL headers are not present.
|
changeset |
files
|
Mon, 11 Nov 2013 11:12:43 -0300 |
Gabriel Jacobo |
[Android] Try to improve handling of some dpad+gamepad+keyboard corner cases
|
changeset |
files
|
Mon, 11 Nov 2013 10:59:15 -0300 |
Gabriel Jacobo |
[Android] Fixes Bug 2031 - Backspace Not Sending Events From On-Screen Keyboard
|
changeset |
files
|
Mon, 11 Nov 2013 10:49:48 -0300 |
Gabriel Jacobo |
[Android] Improve handling of keyboard, dpad and gamepad events
|
changeset |
files
|
Mon, 11 Nov 2013 10:15:35 -0300 |
Gabriel Jacobo |
[Android] Fixes bug 2217, better joystick axes handling on Android.
|
changeset |
files
|
Mon, 11 Nov 2013 03:29:11 -0800 |
Sam Lantinga |
Fixed compiling with older Mac OS X SDK
|
changeset |
files
|
Mon, 11 Nov 2013 03:12:50 -0800 |
Sam Lantinga |
Fixed compiling with ISO C90
|
changeset |
files
|
Mon, 11 Nov 2013 03:02:42 -0800 |
Sam Lantinga |
Don't minimize by default when in fullscreen desktop mode.
|
changeset |
files
|
Mon, 11 Nov 2013 02:53:00 -0800 |
Sam Lantinga |
Added support for new style fullscreen transitions on Mac OS X
|
changeset |
files
|
Mon, 11 Nov 2013 02:00:58 -0800 |
Sam Lantinga |
Turn off resizable flag by default, you can always pass the --resize command line option if you need it.
|
changeset |
files
|
Mon, 11 Nov 2013 01:59:40 -0800 |
Sam Lantinga |
Fixed whitespace style
|
changeset |
files
|
Mon, 11 Nov 2013 01:59:20 -0800 |
Sam Lantinga |
Toggling fullscreen now takes fullscreen flags
|
changeset |
files
|
Sun, 10 Nov 2013 19:19:44 -0800 |
Sam Lantinga |
Fixed pool memory leak
|
changeset |
files
|
Sun, 10 Nov 2013 17:56:07 -0800 |
Sam Lantinga |
Fixed bug 1965 - Mac: dead code for supporting OS 10.4
|
changeset |
files
|
Sun, 10 Nov 2013 17:40:35 -0800 |
Sam Lantinga |
Fixed bug 2176 - SDL_CreateWindow(w=INT_MAX, h=INT_MAX) causes program to hang
|
changeset |
files
|
Sun, 10 Nov 2013 20:38:50 -0300 |
Gabriel Jacobo |
[X11] Ignore both NotifyGrab and NotifyUngrab modes in FocusIn/FocusOut events
|
changeset |
files
|
Sun, 10 Nov 2013 20:13:27 -0300 |
Gabriel Jacobo |
Fixes bugs #2213 and #2214, improves the Android joystick code button handling
|
changeset |
files
|
Sun, 10 Nov 2013 14:48:44 -0800 |
Sam Lantinga |
Fixed issue with dead key press/release events being filtered out.
|
changeset |
files
|
Sun, 10 Nov 2013 14:33:01 -0800 |
Sam Lantinga |
Hopefully fixed focus problems when handling a global hotkey on X11.
|
changeset |
files
|
Sun, 10 Nov 2013 14:10:00 -0800 |
Sam Lantinga |
Fixed bug 2067 - Window size limit calculation issue when exiting fullscreen on Windows
|
changeset |
files
|
Sun, 10 Nov 2013 11:51:06 -0800 |
Sam Lantinga |
Added project files for Visual Studio 2013
|
changeset |
files
|
Sun, 10 Nov 2013 17:50:40 +0100 |
Philipp Wiesemann |
Fixed joystick crash on Android if joystick subsystem not initialized.
|
changeset |
files
|
Sun, 10 Nov 2013 17:44:51 +0100 |
Philipp Wiesemann |
Replaced search loop with indexOf() in Java file.
|
changeset |
files
|
Sun, 10 Nov 2013 17:42:01 +0100 |
Philipp Wiesemann |
Replaced implicit boxing with explicit boxing in Java file.
|
changeset |
files
|
Sun, 10 Nov 2013 17:40:26 +0100 |
Philipp Wiesemann |
Renamed a class in Java file for consistency.
|
changeset |
files
|
Sun, 10 Nov 2013 17:38:03 +0100 |
Philipp Wiesemann |
Removed not needed imports from Java file.
|
changeset |
files
|
Sun, 10 Nov 2013 17:35:07 +0100 |
Philipp Wiesemann |
Added missing @Override annotations in Java file.
|
changeset |
files
|
Sun, 10 Nov 2013 15:04:58 +0100 |
Philipp Wiesemann |
Changed motion listener implementation not to inherit from Activity class.
|
changeset |
files
|
Sun, 10 Nov 2013 14:58:48 +0100 |
Philipp Wiesemann |
Moved two function calls so they are only called if needed.
|
changeset |
files
|
Sun, 10 Nov 2013 14:50:37 +0100 |
Philipp Wiesemann |
Added a new unused key code from Android 4.4 (API 19).
|
changeset |
files
|
Sun, 10 Nov 2013 14:47:05 +0100 |
Philipp Wiesemann |
Changed function to return -1 through SDL_Error() instead of plain -1.
|
changeset |
files
|
Sun, 10 Nov 2013 14:44:50 +0100 |
Philipp Wiesemann |
Changed function to be static.
|
changeset |
files
|
Sun, 10 Nov 2013 14:42:41 +0100 |
Philipp Wiesemann |
Removed unused local variable to fix warning.
|
changeset |
files
|
Sun, 10 Nov 2013 14:39:38 +0100 |
Philipp Wiesemann |
Fixed implicit function declarations by including the missing header.
|
changeset |
files
|
Sun, 10 Nov 2013 14:36:41 +0100 |
Philipp Wiesemann |
Corrected source comment.
|
changeset |
files
|
Sun, 10 Nov 2013 00:38:37 -0500 |
Ryan C. Gordon |
Added Ben Henning's GSoC2013 work: premake build system.
|
changeset |
files
|
Sun, 10 Nov 2013 00:32:23 -0500 |
Ryan C. Gordon |
Added Apoorv Upreti's GSoC2013 work: visual test suite.
|
changeset |
files
|
Sat, 09 Nov 2013 01:15:17 -0800 |
Sam Lantinga |
Updated notes about building with the Windows 8 SDK: Get the DirectX SDK.
|
changeset |
files
|
Sat, 09 Nov 2013 01:08:21 -0800 |
Sam Lantinga |
Fixed signed/unsigned warning
|
changeset |
files
|
Sat, 09 Nov 2013 00:56:05 -0800 |
Sam Lantinga |
Fixed signed/unsigned warning
|
changeset |
files
|
Fri, 08 Nov 2013 14:05:23 -0800 |
Sam Lantinga |
Fixed bug 2172 - Window loses maximized state when activated
|
changeset |
files
|
Fri, 08 Nov 2013 14:05:19 -0800 |
Sam Lantinga |
Added a Linux game controller mapping for the Valve Streaming Gamepad
|
changeset |
files
|
Fri, 08 Nov 2013 14:05:15 -0800 |
Sam Lantinga |
Made helper window creation depend on initializing the Haptics or Joystick subsystems.
|
changeset |
files
|
Fri, 08 Nov 2013 14:05:08 -0800 |
Sam Lantinga |
Mac: Fix a crash with SDL_MAC_NO_SANDBOX.
|
changeset |
files
|
Fri, 08 Nov 2013 14:04:59 -0800 |
Sam Lantinga |
Make sure the joystick count is correct when the added and removed events are dispatched, in case someone is watching for them with an event filter.
|
changeset |
files
|
Fri, 08 Nov 2013 14:04:51 -0800 |
Sam Lantinga |
Added SDL_HINT_CTRL_CLICK_EMULATE_RIGHT_CLICK hint which controls whether ctrl+click should emulate a right click on OSX.
|
changeset |
files
|
Fri, 08 Nov 2013 14:04:35 -0800 |
Sam Lantinga |
Fixed spot where SDL was assuming that two displays having the same origin means they're the same display. Changed it to check for the same extents instead.
|
changeset |
files
|
Thu, 07 Nov 2013 19:15:58 -0800 |
Sam Lantinga |
Fixed bug 2219 - BMP loader do not handle big BITMAPINFOHEADER structure
|
changeset |
files
|
Wed, 06 Nov 2013 23:59:24 -0800 |
Sam Lantinga |
Fixed Windows compile error
|
changeset |
files
|
Wed, 06 Nov 2013 23:35:08 -0800 |
Sam Lantinga |
Horizontal wheel support in windows
|
changeset |
files
|
Wed, 06 Nov 2013 11:23:24 -0300 |
Gabriel Jacobo |
[Android] Fixes Bug 2041 - can't get SDL_QUIT event...
|
changeset |
files
|
Wed, 06 Nov 2013 09:48:45 -0300 |
Gabriel Jacobo |
Fixes Bug 1944 - Linux events, joysticks having only hat are not read
|
changeset |
files
|
Tue, 05 Nov 2013 21:01:25 -0800 |
Sam Lantinga |
Fixed performance regression caused by the fix for bug 2158
|
changeset |
files
|
Tue, 05 Nov 2013 20:07:39 -0300 |
Gabriel Jacobo |
Adds Joystick support for Android
|
changeset |
files
|
Sun, 03 Nov 2013 11:34:03 -0800 |
Sam Lantinga |
Fixed bug 2180 - debian/rules: Makefiles should use tabs
|
changeset |
files
|
Sun, 03 Nov 2013 11:27:06 -0800 |
Sam Lantinga |
Fixed bug 2190 - test/testdrawchessboard.c line endings
|
changeset |
files
|