Philipp Wiesemann
|
dc33fb942d
Wayland: Fixed accessing not fully initialized subsystem if errors happened.
|
10 years ago |
Philipp Wiesemann
|
8a573844c9
Wayland: Fixed accessing not fully initialized window if no memory available.
|
10 years ago |
Philipp Wiesemann
|
049ef9a35b
Android: Fixed calling a getter method twice.
|
10 years ago |
Philipp Wiesemann
|
458b94da5f
Android: Fixed creating mouse coordinates which are not needed if hint is set.
|
10 years ago |
Philipp Wiesemann
|
b473d30f19
Android: Fixed not resetting mouse pointer state if hint was changed at runtime.
|
10 years ago |
Ryan C. Gordon
|
a210dbcb13
Removed unused variable.
|
10 years ago |
Ryan C. Gordon
|
53287ad51c
X11: Removed code to set "icon" title, since it was never used.
|
10 years ago |
Ryan C. Gordon
|
78026f5492
Patched to compile on Windows.
|
10 years ago |
Ryan C. Gordon
|
e0ad1021a5
Wayland: Patched to compile.
|
10 years ago |
Ryan C. Gordon
|
785618afec
DirectInput: ignore everything but joysticks and gamepads (thanks, Justin!).
|
10 years ago |
Ryan C. Gordon
|
6e53bc9b10
SDL_SetWindowTitle() should never set a NULL pointer for the title string.
|
10 years ago |
Ryan C. Gordon
|
1339ce71f6
Make SDL_stdinc.h work when compiling with -Wundef (thanks, Ben!).
|
10 years ago |
Ryan C. Gordon
|
88e85f4ddd
Patched to compile on C89 compilers.
|
10 years ago |
Ryan C. Gordon
|
8da7e8adc9
Log Android hardware at startup (thanks, rettichschnidi!).
|
10 years ago |
Ryan C. Gordon
|
6a126a48df
Do the "fix" for asserts with MSVC's /W4 warnings only on MSVC.
|
10 years ago |
Ryan C. Gordon
|
9a686aaa56
Wayland: changed a few "SetError(); return -1;" to "return SetError()".
|
10 years ago |
Emmanuel Gil Peyrot
|
b620df3ea7
Wayland: Specify the output we want to put our window on.
|
10 years ago |
Emmanuel Gil Peyrot
|
89be609adf
Wayland: Properly discover displays and their modes.
|
10 years ago |
Ryan C. Gordon
|
e7ba78a35a
CMake: Dependency variable for FUSIONSOUND_SHARED was wrong (thanks, Kaleb!).
|
10 years ago |
Ryan C. Gordon
|
5b6e064acd
CMake: fix CHECK_OBJC_SOURCE_COMPILES to work with GCC (thanks, Ivan!).
|
10 years ago |
Philipp Wiesemann
|
684f9e9603
Fixed typo in gesture README.
|
10 years ago |
Ryan C. Gordon
|
3e9c2e7512
Another attempt to make MSVC's /W4 warning level cooperate with SDL_assert.
|
10 years ago |
Alex Baines
|
a4458a7002
Fix DBus error message if IBus couldn't be initialized.
|
10 years ago |
Ryan C. Gordon
|
8011557458
Refuse to make a window that's too large. Some systems (x11) freak out at this.
|
10 years ago |
Edward Rudd
|
b88ca1b4a6
the last parameter of XChangeProperty is the number of elements.. and when the element format is 32.. the element is "long" so we have 5 long elements here.
|
10 years ago |