3c852360f6
Fixed bug 3646 - SDL_test_common.c: Add key bindings for testing SDL_SetWindowPosition
Sam Lantinga
2017-08-11 10:42:26 -07:00
222bacd86c
Fixed bug 3682 - Toggle text input in checkkeys when the mouse is clicked
Sam Lantinga
2017-08-11 10:32:47 -07:00
96305832bc
Fixed bug 3702 - Clear error messages of SDL_LoadObject for optional libraries
Sam Lantinga
2017-08-11 10:21:19 -07:00
6e1b11bae4
Fixed bug 3714 - Windows: SDL_WINDOW_FULLSCREEN_DESKTOP broken on 3 monitor setup w/ DPI scaling
Sam Lantinga
2017-08-11 10:18:45 -07:00
a05522a089
Fixed bug 3723 - Possible double free in kmsdrm init code on certain errors
Sam Lantinga
2017-08-11 10:05:45 -07:00
d0b46f1bea
Fixed bug 3681 - SDL_UpateTexture documentation not specific enough about format requirement
Sam Lantinga
2017-08-10 11:57:19 -07:00
843293bed0
Fixed bug 3701 - WM_TOUCH message may cause calls to null if touch functions are not properly loaded
Sam Lantinga
2017-08-09 20:26:16 -07:00
a47bf37464
Fixed bug 3728 - [Android] crash when shared libraries are no loaded
Sam Lantinga
2017-08-09 20:23:48 -07:00
af44a5953a
Fixed bug 3672 - Add joystick to controllerdb
Sam Lantinga
2017-08-09 20:20:35 -07:00
73c6cebb80
cmake: Pacify warning about Policy CMP0042 not being set.
Ryan C. Gordon
2017-08-09 22:43:16 -04:00
80c6c2fa76
cmake: whoops, Sam and I both fixed this bug at the same time. :)
Ryan C. Gordon
2017-08-09 22:34:45 -04:00
496337b3cf
Fixed bug 3651 - CMake build does not install CMake package configuration
Sam Lantinga
2017-08-09 19:03:10 -07:00
d3af447ee5
Fixed bug 3590 - CMAKE: typos in CheckMir
Sam Lantinga
2017-08-09 18:47:33 -07:00
1b8117be21
cmake: Don't link directly against a libpthread on Android (thanks, Anthony!).
Ryan C. Gordon
2017-08-09 19:50:18 -04:00
2b5a5c510b
Android build fixes -Enabling checking for GCC_ATOMICS also on clang by default. This way all Android ABIs build successfully -Android cmake: Threading was not enabled correctly -Android cmake: Timers and dynamic lib loading were not included in the sources
Olli Kallioinen
2017-06-08 22:07:55 +03:00
53d4f5c9fc
Fixed bug 3733 - Makefile sleeps for 3 seconds if configure is out of date
Sam Lantinga
2017-08-09 16:20:04 -07:00
2d67381a95
haiku: non-x86 spins use a normal libstdc++ filename. Handle the differences.
Ryan C. Gordon
2017-08-09 18:41:59 -04:00
69092c7e47
haiku: Fixed compiler warning.
Ryan C. Gordon
2017-08-09 18:30:48 -04:00
03250690d6
Added a private hint for Steam to bypass the controller filtering for the Steam virtual gamepad
Sam Lantinga
2017-08-09 12:38:20 -07:00
f15dbc8f63
Fixed Linux build
Sam Lantinga
2017-08-09 12:11:59 -07:00
c49fa37c5b
Added SDL hints to filter the set of game controllers reported by SDL
Sam Lantinga
2017-08-09 11:59:29 -07:00
dc40018438
Added an API SDL_LoadFile_RW() to load all the data from an SDL data stream, and a convenience macro SDL_LoadFile() to load all the data from a file.
Sam Lantinga
2017-08-09 11:58:38 -07:00
a412ba0d75
haiku: Patched SDL_bopengl.cc to compile on x86-64 Haiku.
Ryan C. Gordon
2017-08-09 01:01:41 -04:00
d5215d9df9
Fixed up some compile warnings and errors on x86-64 Haiku.
Ryan C. Gordon
2017-08-09 00:56:05 -04:00
64c2957735
Added a FIXME for 2.1 about an API change.
Ryan C. Gordon
2017-08-09 00:55:27 -04:00
4e43c631b8
Re-added missing entry for the Steam Virtual Gamepad (was Valve Streaming Gamepad)
Sam Lantinga
2017-08-08 20:38:23 -07:00
ef54d5a8f0
Fixed building on various versions of GCC - YUV MMX code is disabled for now
Sam Lantinga
2017-08-07 10:28:59 -07:00
76306827ec
README-linux.md: added libsndio-dev to the package list.
Ryan C. Gordon
2017-08-07 00:36:45 -04:00
9dde37eadb
sndio: Fix for some platforms (Linux, for example) that don't define INFTIM.
Ryan C. Gordon
2017-08-07 00:25:18 -04:00
27de835dd2
emscripten: Fixed compiler warnings about integer to pointer conversions.
Philipp Wiesemann
2017-08-05 22:10:55 +02:00
711df8a989
emscripten: Fixed compiling without OpenGL support.
Philipp Wiesemann
2017-08-05 22:10:48 +02:00
f216b446aa
kmsdrm: Fixed crashes if allocating memory failed.
Philipp Wiesemann
2017-08-05 22:10:36 +02:00
b8a7dd7788
nacl: Fixed freeing static memory on video quit.
Philipp Wiesemann
2017-08-05 22:10:25 +02:00
1f698469ae
mir: Removed unnecessary function declaration.
Philipp Wiesemann
2017-08-05 22:10:15 +02:00
e9ae411aee
Updated generated configure script.
Philipp Wiesemann
2017-08-04 23:01:01 +02:00
4723943bc3
kmsdrm: Fixed compiling without OpenGL support.
Philipp Wiesemann
2017-08-04 23:00:47 +02:00
8aa147fa09
Fixed compiler warnings about type conversions.
Philipp Wiesemann
2017-08-04 23:00:30 +02:00
a09efc73d2
psp: Force audio channels to stereo if > 2 channels requested (thanks, Solra!).
Ryan C. Gordon
2017-08-04 16:18:34 -04:00
cc5ceb1165
Temporary hack to fix bug 3725 - Call made to glGetString before context creation This breaks bugs 2570, 3145
Sam Lantinga
2017-08-04 13:06:56 -07:00
56cab6d452
Added a hint SDL_HINT_TOUCH_MOUSE_EVENTS to control whether touch events generate synthetic mouse events.
Sam Lantinga
2017-08-03 09:48:44 -07:00