Thu, 22 Aug 2019 16:12:16 -0700 |
Sam Lantinga |
Fixed whitespace
|
changeset |
files
|
Thu, 22 Aug 2019 16:09:42 -0700 |
Sam Lantinga |
[SDL][IOS] Audio fix - applies stream to sound data when resampling or reformatting is required.
|
changeset |
files
|
Thu, 22 Aug 2019 15:58:00 -0700 |
Sam Lantinga |
Prevent the SPEEDLINK COMPETITION PRO joystick from switching into Android controller mode when enumerated over HID on Windows 10.
|
changeset |
files
|
Thu, 22 Aug 2019 19:23:52 -0300 |
Alex Szpakowski |
macOS: Use the proper type (NSSize instead of CGSize) for the bounds of metal views.
|
changeset |
files
|
Thu, 22 Aug 2019 10:15:33 +0200 |
Sylvain Becker |
Fixed bug 4172 - remove logging Gesture error "NumPoints = 0"
|
changeset |
files
|
Mon, 19 Aug 2019 21:23:47 +0200 |
Sylvain Becker |
Fix audio conversion U16_to_F32_SSE2 (bug 4186)
|
changeset |
files
|
Mon, 19 Aug 2019 20:35:02 +0200 |
Sylvain Becker |
Fixed bug 4186 - ARM/NEON audio converters cause strange clicking noises
|
changeset |
files
|
Mon, 19 Aug 2019 16:57:15 +0200 |
Sylvain Becker |
Fixed bug 4186 - ARM/NEON audio converters cause strange clicking noises
|
changeset |
files
|
Sun, 18 Aug 2019 10:38:32 -0300 |
Alex Szpakowski |
metal renderer: optimize SDL_RenderFillRect slightly.
|
changeset |
files
|
Sun, 18 Aug 2019 09:35:11 -0300 |
Alex Szpakowski |
render: fix colors not being set properly after the previous change
|
changeset |
files
|
Sat, 17 Aug 2019 22:26:33 -0300 |
Alex Szpakowski |
render: avoid a couple redundant memcmp calls in all drawing functions. Improves performance slightly.
|
changeset |
files
|
Sat, 17 Aug 2019 16:53:08 -0300 |
Alex Szpakowski |
metal renderer: use vertex attributes instead of indexing into a buffer with the vertex id in the shader. Allows for more flexibility with vertex setup in the future.
|
changeset |
files
|
Sat, 17 Aug 2019 01:09:30 -0300 |
Alex Szpakowski |
metal renderer: more closely match buffer data alignment requirements from the metal specification.
|
changeset |
files
|
Sat, 17 Aug 2019 00:43:44 -0300 |
Alex Szpakowski |
render: simplify vertex and uniform data allocation. Improves performance of various SDL_Render functions (bug #4764).
|
changeset |
files
|
Sat, 17 Aug 2019 00:37:22 -0300 |
Alex Szpakowski |
metal renderer: use the device address space instead of the constant address space for colors.
|
changeset |
files
|
Fri, 16 Aug 2019 22:13:30 -0300 |
Alex Szpakowski |
metal: Update compiled shaders based on compilation script changes
|
changeset |
files
|
Fri, 16 Aug 2019 22:11:50 -0300 |
Alex Szpakowski |
metal: Update shader compilation script with fixes for newer xcode versions and for running on older platforms
|
changeset |
files
|
Thu, 15 Aug 2019 19:38:12 -0300 |
Alex Szpakowski |
iOS: Fix issues with Split VIew on iPad (bugs #4586, #4705).
|
changeset |
files
|
Thu, 15 Aug 2019 22:04:32 +0300 |
Ozkan Sezer |
export SDL_revcpy() as a func when it's only defined as a macro for gcc/i386.
SDL-1.2
|
changeset |
files
|
Thu, 15 Aug 2019 20:38:25 +0200 |
Sylvain Becker |
Android: remove tabs/indent
|
changeset |
files
|
Thu, 15 Aug 2019 20:34:32 +0300 |
Ozkan Sezer |
alsa: backport SDL2 commit c87efb30 - removes noticable lag during quit.
SDL-1.2
|
changeset |
files
|
Thu, 15 Aug 2019 20:32:32 +0300 |
Ozkan Sezer |
make SDL-1.2 to work with alsa-lib < 1.0.11 again
SDL-1.2
|
changeset |
files
|
Thu, 15 Aug 2019 17:02:10 +0300 |
Ozkan Sezer |
backport https://hg.libsdl.org/SDL/rev/8a70b87401c3 (bug #4548)
SDL-1.2
|
changeset |
files
|
Thu, 15 Aug 2019 16:55:56 +0300 |
Ozkan Sezer |
fix / update changelog entries.
SDL-1.2
|
changeset |
files
|
Tue, 13 Aug 2019 16:00:08 +0200 |
Sylvain Becker |
Android: SDL_image/SDL_mixer/SDL_ttf partially compiling with CMake (bug 3918)
|
changeset |
files
|
Mon, 12 Aug 2019 13:35:36 -0700 |
Sam Lantinga |
Disable HIDAPI by default, as it breaks on Linux when trying to use libusb with non-root permissions on some distributions
|
changeset |
files
|
Sun, 11 Aug 2019 15:23:37 +0200 |
Sylvain Becker |
Fixed bug 3918 - CMake support for android project
|
changeset |
files
|
Thu, 08 Aug 2019 23:35:02 +0300 |
Ozkan Sezer |
fix permissions
|
changeset |
files
|
Thu, 08 Aug 2019 13:26:05 -0700 |
Sam Lantinga |
[ SDL ] Fix compile error building for Windows/ARM64 on Visual Studio 2017 Win10 SDK 10.0.18362.0 which requires ar,74intr.h/arm64_neon.h header instead of armintr.h/arm_neon.h for intrinsics.
|
changeset |
files
|
Tue, 06 Aug 2019 23:08:01 -0400 |
Ethan Lee |
hidapi: Explicitly include locale.h, for setlocale
|
changeset |
files
|
Mon, 05 Aug 2019 23:52:16 -0700 |
Sam Lantinga |
Fixed bug 4747 - [Patch] SDL_ShowMessageBox ignores BUTTON_RETURNKEY_DEFAULT flag
|
changeset |
files
|
Mon, 05 Aug 2019 23:46:09 -0700 |
Sam Lantinga |
Fixed bug 4354 - CMake builds do not correctly enable IME on Linux
|
changeset |
files
|
Mon, 05 Aug 2019 23:38:48 -0700 |
Sam Lantinga |
Fixed bug 4689 - SDL fails to detect compositor shutdown on Wayland -- program keeps running
|
changeset |
files
|
Sun, 04 Aug 2019 00:01:38 -0400 |
Ethan Lee |
Port libusb hid.c to SDL, add to MinGW configure
|
changeset |
files
|
Mon, 05 Aug 2019 12:35:32 -0300 |
Alex Szpakowski |
Add public APIs for creating a Metal view attached to an SDL window. Add SDL_metal.h.
|
changeset |
files
|
Sun, 04 Aug 2019 23:30:55 -0300 |
Alex Szpakowski |
macOS: fix a typo in touch handling code.
|
changeset |
files
|
Sun, 04 Aug 2019 16:56:40 -0300 |
Alex Szpakowski |
Fix touch-related compile errors on Linux.
|
changeset |
files
|
Sun, 04 Aug 2019 14:56:02 +0300 |
Ozkan Sezer |
minor warning fixes.
|
changeset |
files
|
Sun, 04 Aug 2019 00:34:23 -0300 |
Alex Szpakowski |
Implement touch window IDs on x11/xinput2.
|
changeset |
files
|
Sun, 04 Aug 2019 04:55:04 +0300 |
Ozkan Sezer |
updated docs for changes so far.
SDL-1.2
|
changeset |
files
|
Sat, 03 Aug 2019 16:27:46 -0400 |
Ryan C. Gordon |
quartz: Fix cursor transparency.
SDL-1.2
|
changeset |
files
|
Sat, 03 Aug 2019 12:50:28 +0300 |
Ozkan Sezer |
fix permissions
|
changeset |
files
|
Sat, 03 Aug 2019 12:49:50 +0300 |
Ozkan Sezer |
remove test/aclocal.m4
|
changeset |
files
|
Sat, 03 Aug 2019 12:47:10 +0300 |
Ozkan Sezer |
update documents for 1.2.16 changes so far.
SDL-1.2
|
changeset |
files
|
Sat, 03 Aug 2019 12:44:37 +0300 |
Ozkan Sezer |
update the SDL version number to 1.2.16
SDL-1.2
|
changeset |
files
|
Sat, 03 Aug 2019 12:39:34 +0300 |
Ozkan Sezer |
README.Watcom is outdated -- add last changed date, keep for reference.
SDL-1.2
|
changeset |
files
|
Sat, 03 Aug 2019 12:35:55 +0300 |
Ozkan Sezer |
add missing release notes for 1.2.15 to WhatsNew.
SDL-1.2
|
changeset |
files
|
Sat, 03 Aug 2019 12:34:00 +0300 |
Ozkan Sezer |
add generated configure script under version control
SDL-1.2
|
changeset |
files
|
Fri, 02 Aug 2019 18:14:31 -0700 |
Sam Lantinga |
Fixed building on Mac OS X without libusb
|
changeset |
files
|
Fri, 02 Aug 2019 17:20:00 -0700 |
Sam Lantinga |
Fix nullptr crash on android
|
changeset |
files
|
Fri, 02 Aug 2019 17:19:50 -0700 |
Sam Lantinga |
Fix bug where the wrong button was the default in the old message box because buttons were added backwards, breaking the indexing used by GetButtonIndex.
|
changeset |
files
|
Fri, 02 Aug 2019 17:12:49 -0700 |
Sam Lantinga |
Added support for a few controllers on Android
|
changeset |
files
|
Fri, 02 Aug 2019 00:35:05 +0300 |
Ozkan Sezer |
fix copy+paste mistakes in commit 9b0e5c555c0f (CVE-2019-7637 fix):
SDL-1.2
|
changeset |
files
|
Thu, 01 Aug 2019 18:22:12 -0300 |
Alex Szpakowski |
Add a windowID field to SDL_TouchFingerEvent (bug #4331).
|
changeset |
files
|
Thu, 01 Aug 2019 17:41:40 +0300 |
Ozkan Sezer |
configury: allow libusb-less hidapi for macosx.
|
changeset |
files
|
Wed, 31 Jul 2019 23:50:10 +0300 |
Ozkan Sezer |
clean-up/tidy-up os2/SDL_syscdrom.c
SDL-1.2
|
changeset |
files
|
Wed, 31 Jul 2019 23:37:02 +0300 |
Ozkan Sezer |
use WIN_IsWindowsVistaOrGreater() from core/windows for isVistaOrNewer
|
changeset |
files
|
Wed, 31 Jul 2019 20:55:02 +0300 |
Ozkan Sezer |
updated Watcom-Win32.zip:
SDL-1.2
|
changeset |
files
|
Wed, 31 Jul 2019 12:20:55 -0400 |
Ethan Lee |
hidapi: Add SDL_hidapi.c, allows support for multiple hidapi backends.
|
changeset |
files
|
Wed, 31 Jul 2019 10:20:37 -0700 |
Sam Lantinga |
Make sure HIDAPI is initialized whenever we call HIDAPI_IsDevicePresent()
|
changeset |
files
|