3779bf3845
Fixed bug 2948 - [Android] Arrow keys from external keyboard are not received
Sam Lantinga
2015-06-17 00:00:53 -07:00
5db002bb1e
Fixed bug 2949 - [Android] Virtual DPAD remote not registered
Sam Lantinga
2015-06-16 23:58:09 -07:00
33ed20fafa
Fixed bug 2774 - Android: screen distorted in Landscape after background/foreground
Sam Lantinga
2015-06-16 22:16:35 -07:00
d29812d092
Moved entry in WhatsNew.txt because it was already in 2.0.0 for Android and iOS.
Philipp Wiesemann
2015-06-16 20:28:21 +02:00
58efd8e547
Fixed comment in test program.
Philipp Wiesemann
2015-06-16 20:27:01 +02:00
ae60afce16
Excluded SDL_egl.h from doxygen input.
Philipp Wiesemann
2015-06-16 20:25:53 +02:00
59d34bc35d
Fixed bug 3015 - grab mouse inconsistent state
Sam Lantinga
2015-06-15 23:44:08 -07:00
ccc12a3632
Implement repositioning the OS-rendered IME with SDL_SetTextInputRect on Windows.
Colby Klein
2015-06-15 20:24:51 -07:00
0c3830a9a9
Haptic/Linux: Keep track of device numbers properly to track duplicates.
Ryan C. Gordon
2015-06-16 00:57:45 -04:00
d797582376
Fixed style
Sam Lantinga
2015-06-14 19:26:20 -07:00
34634082ff
Fixed bug 3012 - Android accelerometer joystick axis values overflow when values from Android are larger than gravity
Sam Lantinga
2015-06-14 19:25:12 -07:00
e3df6d5e66
Fixed bug 2953 - Crash due to a bad cleanup in the SDL_SYS_HapticQuit function
Sam Lantinga
2015-06-14 19:21:13 -07:00
564ece516e
Only use explicit inlining - otherwise Visual Studio 2010 will inline SDL_zero(info) in SDL_vsnprintf() into a memset() call when compiling the Release x64 configuration.
Sam Lantinga
2015-06-14 18:57:05 -07:00
c18e7724eb
Fixed 2010 solution and removed Release_NoSTDIO build configuration
Sam Lantinga
2015-06-14 18:37:43 -07:00
4c48485681
Updated Visual Studio projects There is now a single solution used by Visual Studio 2010 and newer
Sam Lantinga
2015-06-14 18:21:04 -07:00
0c9da0c855
WinRT: made sure build script generates Release-built binaries, by default
David Ludwig
2015-06-14 20:15:36 -04:00
eab076a7ee
Fixed not needed calculation in test program.
Philipp Wiesemann
2015-06-04 17:52:27 +02:00
38549a7bba
Fixed bug 2625 - Direct3D9 with SDL_TEXTUREACCESS_TARGET textures causes an application crash
Sam Lantinga
2015-06-04 00:56:11 -07:00
ba1263cd1d
Backout commit 83034612a883
Ryan C. Gordon
2015-06-04 02:12:06 -04:00
e8b376c9d5
Linux: Implemented sysfs-based version of SDL_GetPowerInfo().
Ryan C. Gordon
2015-06-03 13:11:28 -07:00
36ecb766c8
Changed a static function to match the naming scheme of rest of source file.
Ryan C. Gordon
2015-06-01 01:25:22 -04:00
cad269bc27
Also set the _NET_WM_NAME. Window managers supporting this will take this value over the value set by XStoreName. This explicitly supports UTF-8 encoding, which fixes corrupt UTF-8 titles in KDE.
Jason Wyatt
2015-05-05 09:16:12 +01:00
52df7f5b8f
testmessage: Try Unicode chars in the title, too.
Ryan C. Gordon
2015-05-31 23:53:10 -04:00
05e78b3f49
X11: search all XI2 touch devices, not just masters (thanks, Volumetic!).
Ryan C. Gordon
2015-05-31 22:59:59 -04:00
554b2b0e36
X11: Fixed message boxes not responding to click on titlebar close button.
Ryan C. Gordon
2015-05-31 22:48:26 -04:00
cb60f2dfc2
testmessage.c should report when message boxes were closed.
Ryan C. Gordon
2015-05-31 22:27:46 -04:00
8bfc622b18
Fixed memory leaks in testfilesystem.c (thanks, Nitz!).
Ryan C. Gordon
2015-05-31 21:50:50 -04:00
7619ad3430
Cocoa: deal with mouse focus when warping the cursor from outside a window.
Ryan C. Gordon
2015-05-31 21:43:36 -04:00
5b2ff76c12
Cocoa: send a MOUSEMOTION event when warping cursor from outside the window.
Ryan C. Gordon
2015-05-31 13:58:36 -04:00
dbfd4fdd22
Android: Added missing space in three log messages.
Philipp Wiesemann
2015-05-31 19:23:16 +02:00
551fbf7bea
Android: Changed two unknown keys to be consistent with Windows and X11 mapping.
Philipp Wiesemann
2015-05-31 19:22:42 +02:00
80614b27e4
Fixed swizzle of SDL_FillRect() on 24-bit surface (thanks, "nagydavid91"!).
Ryan C. Gordon
2015-05-31 11:38:10 -04:00
1899dfb041
Fixed SDL_ISPIXELFORMAT_ALPHA to check pixel orders that match pixel type.
Ryan C. Gordon
2015-05-31 01:45:20 -04:00
e58a5c43c4
X11: Fixed high mouse buttons mappings and horizontal wheels (thanks, Daniel!).
Ryan C. Gordon
2015-05-31 00:58:43 -04:00
870df8adab
Cocoa: ignore mouseDown events in a window's titlebar.
Ryan C. Gordon
2015-05-31 00:50:30 -04:00
8c9571a26b
Fixed typo in header file documentation comment.
Philipp Wiesemann
2015-05-29 22:24:38 +02:00
f001a00b08
X11: Force the window focus during ShowWindow if there's no window manager.
Ryan C. Gordon
2015-05-29 15:21:47 -04:00
c888183728
Improved fix for bug 2096 - Mapping from scancode to keycode doesn't work for remapped modifier keys
Sam Lantinga
2015-05-28 19:06:07 -07:00
45f967be8f
Fixed building test programs on the iOS simulator
Sam Lantinga
2015-05-28 18:57:57 -07:00
da1909755b
Fixed clip rectangle calculation when there is a viewport offset
Sam Lantinga
2015-05-28 18:57:10 -07:00