Ryan C. Gordon
|
f5a38f234b
x11: specify event mask for buttons when grabbing pointer (thanks, Stas!).
|
7 år sedan |
Ryan C. Gordon
|
5574b43376
x11: Pass generic XEvents by pointer instead of copying to stack for XInput2.
|
7 år sedan |
Ryan C. Gordon
|
01e0d8fc85
opengl: Add support for [GLX|WGL]_ARB_create_context_robustness.
|
7 år sedan |
Sam Lantinga
|
18a6538507
add missing os/2 apientry defs to SDL_opengl.h
|
7 år sedan |
Sam Lantinga
|
30d554e3d6
Fixed building SDL applications with Visual Studio and the clang toolset
|
7 år sedan |
Sam Lantinga
|
12d33b33ca
Fixed building with Visual Studio 2017 and the Windows XP toolset if _USING_V110_SDK71_ accidentally gets undefined
|
7 år sedan |
Sam Lantinga
|
148ac5b3cf
Added Matt Styles' tutorial on building SDL for Android with Visual Studio
|
7 år sedan |
Alex Szpakowski
|
3d0f521be5
iOS 10: Work around screen bounds orientation bug. Fixes bugs #3465 and #3505.
|
7 år sedan |
Sam Lantinga
|
2dc5d32fab
Updated version to 2.0.6
|
7 år sedan |
Sam Lantinga
|
bcf0e07107
Added WASAPI audio target to autoconf build process
|
7 år sedan |
Ryan C. Gordon
|
5c4a45f1cc
cmake: some iOS fixes (don't link to Cocoa or Carbon frameworks).
|
7 år sedan |
Ryan C. Gordon
|
f4011bf081
cmake: added a FIXME for later.
|
7 år sedan |
Ryan C. Gordon
|
8816bb08f9
configure: Apple platforms don't need to build with -fpascal-strings anymore.
|
7 år sedan |
Ryan C. Gordon
|
677b2e5713
configure: mac and iOS should compile core/unix/*.c
|
7 år sedan |
Ryan C. Gordon
|
f75caa2ff6
cmake: Fix building for macOS with Xcode generator (thanks, dungaipara!).
|
7 år sedan |
Ryan C. Gordon
|
e3e6b4fd35
audio: better docs on conversion APIs, error if not init'd (thanks, Simon!).
|
7 år sedan |
Ozkan Sezer
|
500378eb52
Add atomics for Watcom/x86 as inline asm
|
7 år sedan |
Ozkan Sezer
|
c68d3ab785
Watcom supports __FUNCTION__ identifier (and surely not __PRETTY_FUNCTION__)
|
7 år sedan |
Ozkan Sezer
|
bdb7bfd79b
SDL_assert.h: add inline asm (int $3) as SDL_TriggerBreakpoint for Watcom/x86
|
7 år sedan |
Ozkan Sezer
|
fbda68ea7b
SDL_endian.h: add SDL_Swap16 and SDL_Swap32 for Watcom/x86 as inline asm
|
7 år sedan |
Ozkan Sezer
|
eccbe366bc
SDL_bits.h: add __builtin_clz equivalent for Watcom/x86 as inline asm
|
7 år sedan |
Ryan C. Gordon
|
7a9b9e05e0
SDL_mouse.c doesn't need default_cursor.h.
|
7 år sedan |
Ryan C. Gordon
|
47beda9767
cmake: add core/unix sources to the build.
|
7 år sedan |
Ryan C. Gordon
|
00905c98be
filesystem: Patched to compile on QNX.
|
7 år sedan |
Ryan C. Gordon
|
e50d3cdf8e
filesystem: QNX should use SDL_LoadFile() instead of rolling it from scratch.
|
7 år sedan |
Ryan C. Gordon
|
c13c45c7be
qnx: Implemented SDL_GetBasePath().
|
7 år sedan |
Ryan C. Gordon
|
adecda5080
cpuinfo: Add SDL_HasNEON() support for ARM-based QNX.
|
7 år sedan |
Alex Szpakowski
|
efc43a1d88
More cleanup of the iOS keyboard demo.
|
7 år sedan |
Alex Szpakowski
|
a0a09f646c
Improve iOS keyboard demo code a bit.
|
7 år sedan |
Alex Szpakowski
|
2e4248ed44
Address a compiler warning.
|
7 år sedan |