Sun, 10 Sep 2017 10:25:36 -0700 |
Sam Lantinga |
Fixed the include path for khronos with Visual Studio
|
changeset |
files
|
Sun, 10 Sep 2017 09:19:10 -0700 |
Sam Lantinga |
Correction: copysign has been supported by windows several toolchains
|
changeset |
files
|
Sat, 09 Sep 2017 21:17:46 -0400 |
Ryan C. Gordon |
alsa: removed snd_pcm_wait() call before writing to playback device.
|
changeset |
files
|
Sat, 09 Sep 2017 11:04:35 -0700 |
Sam Lantinga |
Updated documentation so it's clear you should use SDL_SetWindowDisplayMode() to change the size of fullscreen windows.
|
changeset |
files
|
Sat, 09 Sep 2017 11:00:25 -0700 |
Sam Lantinga |
Fixed bug 3809 - Restore after maximize leads to wrong size
|
changeset |
files
|
Sat, 09 Sep 2017 10:31:44 -0700 |
Sam Lantinga |
Fixed bug 3719 - Cocoa - Incorrect window size when leaving fullscreen
|
changeset |
files
|
Sat, 09 Sep 2017 09:31:12 -0700 |
Sam Lantinga |
Fixed window size when leaving fullscreen mode (thanks Eric!)
|
changeset |
files
|
Sat, 09 Sep 2017 08:36:37 -0700 |
Sam Lantinga |
Fixed bug 3760 - RWops doesn't check for integer overflow when stdio_fseek only supports 32 bits
|
changeset |
files
|
Sat, 09 Sep 2017 08:34:46 -0700 |
Sam Lantinga |
Make sure the libtool archives are installed
|
changeset |
files
|
Sat, 09 Sep 2017 08:20:56 -0700 |
Sam Lantinga |
Fixed bug 3808 - fix a typo in SDL_stretch.c
|
changeset |
files
|
Sat, 09 Sep 2017 08:03:23 -0700 |
Sam Lantinga |
Updated config.guess and config.sub, added config.sub.patch for NaCl and Emscripten build support
|
changeset |
files
|
Sat, 09 Sep 2017 07:45:31 -0700 |
Sam Lantinga |
Updated documentation to note that libvulkan-dev is no longer needed
|
changeset |
files
|
Sat, 09 Sep 2017 07:42:29 -0700 |
Sam Lantinga |
Fixed bug 3807 - Remove restriction from DECLSPEC macro for OS/2
|
changeset |
files
|
Sat, 09 Sep 2017 07:35:55 -0700 |
Sam Lantinga |
We don't need libvulkan-dev to build Vulkan support
|
changeset |
files
|
Sat, 09 Sep 2017 07:30:25 -0700 |
Sam Lantinga |
Updated Debian changelog for 2.0.6 release
|
changeset |
files
|
Fri, 08 Sep 2017 22:21:01 -0700 |
Sam Lantinga |
Fixed bug 3805 - Why is there no --enable-video-rpi option in configure?
|
changeset |
files
|
Fri, 08 Sep 2017 18:26:25 -0700 |
Sam Lantinga |
Fixed bug 3806 - Fixes for MSVC compiler warnings
|
changeset |
files
|
Fri, 08 Sep 2017 07:15:47 -0700 |
Sam Lantinga |
keep joystick thread from waking unnecessarily, and from possibly blocking for 300ms at shutdown if a joystick was just plugged in
|
changeset |
files
|
Fri, 08 Sep 2017 15:08:50 -0700 |
Sam Lantinga |
Fixed building with the first version of Visual Studio 2017, which doesn't have __has_include() (Thanks Simon!)
|
changeset |
files
|
Fri, 08 Sep 2017 15:08:03 -0700 |
Sam Lantinga |
Fixed 64-bit build warning
|
changeset |
files
|
Fri, 08 Sep 2017 04:53:31 -0700 |
Sam Lantinga |
We don't need to pass the renderer into SDLTest_CleanupTextDrawing()
|
changeset |
files
|
Fri, 08 Sep 2017 04:38:46 -0700 |
Sam Lantinga |
Fixed build
|
changeset |
files
|
Fri, 08 Sep 2017 04:14:05 -0700 |
Sam Lantinga |
Added a function to clean up test text drawing
|
changeset |
files
|
Thu, 07 Sep 2017 10:56:08 -0400 |
Ryan C. Gordon |
wave: SDL_LoadWAV now supports 24-bit audio.
|
changeset |
files
|
Wed, 06 Sep 2017 19:35:36 -0400 |
Ryan C. Gordon |
vulkan: use "unsigned int" instead of "unsigned"
|
changeset |
files
|
Wed, 06 Sep 2017 19:34:23 -0400 |
Ryan C. Gordon |
raspberrypi: The latest Raspbian moved its EGL and GLES2 libs elsewhere.
|
changeset |
files
|
Wed, 06 Sep 2017 07:29:34 -0700 |
Sam Lantinga |
sdl:
|
changeset |
files
|
Wed, 06 Sep 2017 05:23:26 -0700 |
Sam Lantinga |
You can have a borderless resizable window
|
changeset |
files
|
Wed, 06 Sep 2017 04:32:30 -0700 |
Sam Lantinga |
Fixed bug 3780 - GCC 7 implicit fallthrough warnings
|
changeset |
files
|
Wed, 06 Sep 2017 10:31:05 -0700 |
Sam Lantinga |
Fixed bug 3801 - HAVE_LIBSAMPLERATE_H depending on HAVE_LIBC in current SDL_config.h.in
|
changeset |
files
|
Wed, 06 Sep 2017 01:14:23 -0700 |
Sam Lantinga |
Fixed bug 3797 - configure check for float.h
|
changeset |
files
|
Wed, 06 Sep 2017 01:10:10 -0700 |
Sam Lantinga |
Fixed bug 3799 - SDL_CreateWindow fails with SDL_WINDOW_VULKAN (libvulkan.so.1 not found)
|
changeset |
files
|
Tue, 05 Sep 2017 16:15:54 -0400 |
Ryan C. Gordon |
x11: make sure SDL_GetGlobalMouseState notices mouse warping through SDL APIs.
|
changeset |
files
|
Tue, 05 Sep 2017 08:24:38 -0700 |
Sam Lantinga |
Fixed bug 3273 - Fix for slow video subsystem initialization when using XRandR.
|
changeset |
files
|
Mon, 04 Sep 2017 23:10:12 -0700 |
Sam Lantinga |
Fixed typos in 2.0.6 patch notes
|
changeset |
files
|
Mon, 04 Sep 2017 22:51:28 -0700 |
Sam Lantinga |
Added SDL_vulkan.h to the Mac OS X framework headers
|
changeset |
files
|
Mon, 04 Sep 2017 22:14:57 -0700 |
Sam Lantinga |
Fixed compiler warning with mingw-w64
|
changeset |
files
|
Mon, 04 Sep 2017 21:16:28 -0700 |
Sam Lantinga |
Added some more big 2.0.6 changes
|
changeset |
files
|
Mon, 04 Sep 2017 20:48:01 -0700 |
Sam Lantinga |
Updated WhatsNew.txt for 2.0.6
|
changeset |
files
|
Mon, 04 Sep 2017 11:46:14 -0700 |
Sam Lantinga |
Fixed bug 3790 - Memory leak with surfaces blitting on each other
|
changeset |
files
|
Sun, 03 Sep 2017 17:33:49 -0400 |
David Ludwig |
macOS: bug-fix for #3793, "fullscreen toggle does not maintain SDL_Renderer's logical size"
|
changeset |
files
|
Sun, 03 Sep 2017 16:36:22 -0400 |
David Ludwig |
WinRT: listed VS 2017 optional-component requirements
|
changeset |
files
|
Sun, 03 Sep 2017 13:20:33 -0400 |
Ryan C. Gordon |
vulkan: Changed SDL_WINDOW_VULKAN value to match Tizen's fork.
|
changeset |
files
|
Sat, 02 Sep 2017 19:35:32 -0400 |
Ryan C. Gordon |
video: Let video targets optionally decide their default OpenGL configs.
|
changeset |
files
|
Sat, 02 Sep 2017 16:41:14 -0400 |
Ryan C. Gordon |
sndio: Patched to compile if SIO_DEVANY isn't defined.
|
changeset |
files
|
Fri, 01 Sep 2017 12:54:38 -0700 |
Sam Lantinga |
Fixed bug 3792 - [KMS/DRM] Wrong GBM format
|
changeset |
files
|
Fri, 01 Sep 2017 14:08:09 -0400 |
Ryan C. Gordon |
x11: Correctly restore previous GL context after sacrificial context is done.
|
changeset |
files
|
Fri, 01 Sep 2017 14:00:11 -0400 |
Ryan C. Gordon |
x11: don't try to make a NULL GL context current when we already did that.
|
changeset |
files
|
Fri, 01 Sep 2017 13:57:40 -0400 |
Ryan C. Gordon |
x11: Clean up sacrificial GL context code.
|
changeset |
files
|
Fri, 01 Sep 2017 13:27:53 -0400 |
Ryan C. Gordon |
x11: Make a sacrificial glX context to check for extensions during init.
|
changeset |
files
|
Thu, 31 Aug 2017 22:07:28 -0300 |
Alex Szpakowski |
macOS: Update controller mapping of Steelseries Stratus XL to account for reversed thumbstick y-axis values (bug #3483).
|
changeset |
files
|
Thu, 31 Aug 2017 21:34:29 -0300 |
Alex Szpakowski |
macOS: Fix menubar items being enabled when they shouldn't be.
|
changeset |
files
|
Thu, 31 Aug 2017 21:26:13 -0300 |
Alex Szpakowski |
Code style cleanup in the Cocoa and UIKit vulkan files.
|
changeset |
files
|
Thu, 31 Aug 2017 21:13:32 -0300 |
Alex Szpakowski |
macOS: Prevent unwanted native fullscreen (Spaces) toggles when the window is in fullscreen or isn't resizable. Fixes bug #3691.
|
changeset |
files
|
Thu, 31 Aug 2017 15:17:59 -0700 |
Sam Lantinga |
Fixed bug 3791 - SDL_bits.h: __builtin_clz is supported in gcc >= 3.4
|
changeset |
files
|
Thu, 31 Aug 2017 15:12:08 -0700 |
Sam Lantinga |
Update Android SDK required to API level 16
|
changeset |
files
|
Wed, 30 Aug 2017 23:30:24 -0700 |
Sam Lantinga |
Fixed bug 3483 - Steelseries Nimbus MFi controller reversed Y-axis analog stick
|
changeset |
files
|
Wed, 30 Aug 2017 23:02:39 -0700 |
Sam Lantinga |
Convert tabs to spaces in game controller database entries
|
changeset |
files
|
Wed, 30 Aug 2017 14:25:01 -0700 |
Sam Lantinga |
Fixed bug 3789 - Android : small clean up
|
changeset |
files
|
Wed, 30 Aug 2017 09:44:38 -0700 |
Sam Lantinga |
Moved haptic source files into the proper folder
|
changeset |
files
|