Anonymous Maarten
|
965c164537
cmake: let cmake test script make use of the installed cmake scripts
|
2 年之前 |
Anonymous Maarten
|
3617691fe0
cmake: install Android.mk files for ndk-build
|
2 年之前 |
Anonymous Maarten
|
b3159714db
cmake: set HAVE_STATIC_PIC for correct summary
|
2 年之前 |
Anonymous Maarten
|
de409d2a81
cmake: remove spurious UNIX_SYS in dep_option
|
2 年之前 |
Anonymous Maarten
|
2f321fb73c
cmake: disable UNIX_SYS by default for Android
|
2 年之前 |
Wouter Wijsman
|
3b0c86a36f
Merge pull request #5835 from fjtrujy/psp/improveJoystickDriver
|
2 年之前 |
Anonymous Maarten
|
5f4e9fb9b3
cmake: use add_custom_command to copy include files
|
2 年之前 |
Anonymous Maarten
|
485b1037b0
cmake: copy all headers to the build directory and exclusively use that
|
2 年之前 |
Anonymous Maarten
|
3e1021239a
cmake: also add the recently-added include folder to the public interface
|
2 年之前 |
Anonymous Maarten
|
4ad4fe67c7
cmake: install generated SDL_config.h
|
2 年之前 |
Francisco Javier Trujillo Mata
|
2b41f497db
Improve Joystick removing semaphores
|
3 年之前 |
Francisco Javier Trujillo Mata
|
c3a5e4aa7b
Adding GetGamepadMapping to Vita Joystick driver
|
2 年之前 |
Ozkan Sezer
|
7adb08a79a
fixed SDL_BlitMap typedef redefinition errors
|
2 年之前 |
Ryan C. Gordon
|
12b371ee0f
x11: Don't send diplay-add events for displays connected at init time.
|
2 年之前 |
Frank Praznik
|
c11bdeeb69
wayland: Round fractional backbuffer sizes halfway away from zero
|
2 年之前 |
Ryan C. Gordon
|
ff735b3c0f
SDL_Surface: don't implicitly declare struct SDL_BlitMap.
|
2 年之前 |
Anonymous Maarten
|
d460000b45
cmake: use add_definitions for compatibility with cmake 3.0
|
2 年之前 |
Pieter-Jan Briers
|
9914e87faa
Also send DPI change when expected resize.
|
2 年之前 |
Pieter-Jan Briers
|
af733c7a32
Fix DPI-raised SDL_WINDOWEVENT_SIZE_CHANGED with event callback.
|
2 年之前 |
Ozkan Sezer
|
2316e5682e
SDL_windows.h: match WINVER value to _WIN32_WINNT.
|
2 年之前 |
Ozkan Sezer
|
22a29321e9
tweak _WIN32_WINNT value for shellscalingapi.h present but no d3d12
|
2 年之前 |
Ozkan Sezer
|
bdcdbfc757
Enable D3D12 detection when using mingw-w64 with cmake too
|
2 年之前 |
Ryan C. Gordon
|
48a232969d
wikiheaders: Strip `[[wiki hyperlink]]` from See Also fields.
|
2 年之前 |
Sam Lantinga
|
abe38bca3e
Support SDL_AUDIODRIVER set to "dsound", which was used by SDL 1.2
|
2 年之前 |
Ozkan Sezer
|
a8d41b3b45
check for shellscalingapi.h presence instead of WINVER >= 0x0603
|
2 年之前 |
Sam Lantinga
|
5f6d0abebe
SDL_SendEditingText() has int parameters, so use that type for parameter calculation
|
2 年之前 |
Mathieu Eyraud
|
00b95e989b
Fix read of uninitialised variable
|
2 年之前 |
Alex Richardson
|
d51a8f530e
cmake: freebsd: Fix -Wformat warning during tests build
|
2 年之前 |
Sam Lantinga
|
12f14bdbeb
Fixed digit count in sscanf, e.g. "%1x"
|
2 年之前 |
Sam Lantinga
|
9065897514
Added test for digit count in sscanf, e.g. "%1x"
|
2 年之前 |