Olli Kallioinen
|
11289b766f
Android cmake build fixed to work with the official android gradle plugin
|
7 years ago |
Ryan C. Gordon
|
dc8a22cd9c
cmake: don't use /NODEFAULTLIB if we are using the C runtime (thanks, Rob!).
|
7 years ago |
Ryan C. Gordon
|
6d661cab7b
windows: Change the default on SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING.
|
7 years ago |
Ryan C. Gordon
|
d844487799
windows: Fix compiling of XInput code on newer MinGW installs.
|
7 years ago |
Ryan C. Gordon
|
599d9ba198
emscripten: listen for pointerlockchange events on the #document specifically.
|
7 years ago |
Philipp Wiesemann
|
4b47fa38c3
Removed duplicate includes.
|
7 years ago |
Philipp Wiesemann
|
cbcc256fd2
Fixed comments in headers for doxygen output.
|
7 years ago |
Philipp Wiesemann
|
52b7d0eb23
android: Fixed missing error message for SDL_GetBasePath().
|
7 years ago |
Philipp Wiesemann
|
248410dded
Fixed SDL_GL_SetSwapInterval() returning success on two unsupported platforms.
|
7 years ago |
Philipp Wiesemann
|
2113208d98
haiku: Fixed missing title bar for windows with decorations.
|
7 years ago |
Philipp Wiesemann
|
fc436a3a9d
android: Moved internal function to new position.
|
7 years ago |
Philipp Wiesemann
|
63b3e06f75
Corrected names of header file guards.
|
7 years ago |
Philipp Wiesemann
|
07b0df0a22
haiku: Changed internal variable to be static.
|
7 years ago |
Philipp Wiesemann
|
850185f401
Fixed crash if creating textures failed in testshape program.
|
7 years ago |
Philipp Wiesemann
|
00394996eb
Fixed crash if calling SDL_CreateShapedWindow() on unsupported platforms.
|
7 years ago |
Bastien Bouclet
|
545fba7886
x11: Don't send duplicate events when reconciling the keyboard state
|
8 years ago |
Ryan C. Gordon
|
5dc350133f
test: Makefile.in should copy bitmap and wave files to build directory.
|
8 years ago |
Ryan C. Gordon
|
b135557df9
linux: Don't crash if fcitx support is requested but unavailable.
|
8 years ago |
Ryan C. Gordon
|
29a047df39
Fixed whitespace code style.
|
8 years ago |
Ryan C. Gordon
|
1c5f483a8a
linux: removed IBus_utf8_strlen(), use SDL_utf8strlen() instead.
|
8 years ago |
Ryan C. Gordon
|
a1faea980c
fcitx: removed incompatibly-licensed code.
|
8 years ago |
Ryan C. Gordon
|
d4086e4a70
stdlib: added SDL_utf8strlen().
|
8 years ago |
Philipp Wiesemann
|
fc510bd798
nacl: Fixed crash if allocating memory for audio device failed.
|
8 years ago |
Philipp Wiesemann
|
7c5078d8bd
qnx: Removed unnecessary check for available audio devices.
|
8 years ago |
Philipp Wiesemann
|
1e60ea76db
qnx: Removed unnecessary call to SDL_zerop() after SDL_calloc().
|
8 years ago |
Philipp Wiesemann
|
1b9dc59918
haiku: Fixed SDL_SetClipboardText() putting random data in clipboard.
|
8 years ago |
Ryan C. Gordon
|
de52dc2948
haiku: Correctly set keyboard focus (thanks, Kai!).
|
8 years ago |
Ryan C. Gordon
|
643f1cb73d
power: Add Linux org.freedesktop.UPower D-Bus implementation.
|
8 years ago |
Ryan C. Gordon
|
b3f94acbf9
linux: Simplify D-Bus interface, remove lots of boilerplate.
|
8 years ago |
Ryan C. Gordon
|
191f578b57
linux: Make system D-Bus connection available (in addition to session).
|
8 years ago |