Ryan C. Gordon
|
0b58e96d9e
wasapi: Patched WinRT to compile.
|
před 2 roky |
Sam Lantinga
|
ddbdd73258
Updated source to match SDL function prototype style
|
před 2 roky |
Sam Lantinga
|
737aa881fa
Updated source to match SDL function prototype style
|
před 2 roky |
Caleb Cornett
|
376a3cd100
Fix Xbox link error from IsRectEmpty
|
před 2 roky |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
před 3 roky |
Sam Lantinga
|
c6443d86c9
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
před 3 roky |
Sam Lantinga
|
22c69bccdf
Displays are now referenced by instance ID instead of index
|
před 3 roky |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
před 3 roky |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
před 3 roky |
Daniel Gibson
|
7bfc41db3c
Unify all the SDL_*RunApp() functions into just SDL_RunApp()
|
před 3 roky |
Daniel Gibson
|
ca2fe7be1a
Implement SDL_main as header-only lib for Win32
|
před 3 roky |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
před 3 roky |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
před 3 roky |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
před 3 roky |
Sam Lantinga
|
6873082c34
Fixed building on Windows with SDL_VIDEO=OFF
|
před 3 roky |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
před 3 roky |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
před 3 roky |
Sam Lantinga
|
a635a485bc
Re-added WinRT support until we're sure that it's no longer being used
|
před 3 roky |
Ozkan Sezer
|
dc2a3e06e9
removed WinRT support.
|
před 3 roky |
chalonverse
|
f317d619cc
Xbox GDKX support (#5869)
|
před 3 roky |
chalonverse
|
3b191580c3
Windows GDK Support (#5830)
|
před 3 roky |
Cameron Gutman
|
8982d9f403
windows: Fix RoInitialize() failure after a CoInitializeEx() call using apartment threading
|
před 4 roky |
Cameron Gutman
|
923cb4463e
windows: Fix calling convention for RoInitialize/RoUninitialize
|
před 4 roky |
Ozkan Sezer
|
312c899f4f
attempt to fix uwp build
|
před 4 roky |
Ozkan Sezer
|
575dadb11d
fix build against older SDKs after commit 8ebef12.
|
před 4 roky |
Sam Lantinga
|
8ebef12d31
Use RoInitialize/RoUninitialize for Windows.Gaming.Input
|
před 4 roky |
Sam Lantinga
|
b22ce2b5a8
Workaround for bug in Microsoft WGI support
|
před 4 roky |
Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
před 4 roky |
Sam Lantinga
|
6872cb12e6
null-terminate the message buffer if FormatMessage() fails
|
před 4 roky |
Sam Lantinga
|
db68af8032
Reduce the likelyhood that the mouse will hover over the taskbar or toast notification while in relative mode, which causes a mouse leave event.
|
před 4 roky |