Sam Lantinga
|
5c58bd6877
* Added TranslateMessage call to SDL default message pump - was causing problems in S2 tools mode apps that used Qt. Qt relies on the WM_CHAR message generated by TranslateMessage and keyboard input was showing up in the UI as mixed-case. (Depending on which message pump got a given message - both SDL and Qt pump messages for the entire process.) Sam will review and possibly tweak this change before propagating to public SDL, but I'm checking this version in so I can integrate into S2 and fix the issue there.
|
11 년 전 |
J?rgen P. Tjern?
|
366b1727bb
Mac: [NSApp keyWindow] is not valid in windowDidBecomeKey:
|
11 년 전 |
dbrady
|
109fe0e0dc
fixed hat code validation.
|
11 년 전 |
Philipp Wiesemann
|
68f2fe6499
Fixed spaces in source file license comment.
|
11 년 전 |
Philipp Wiesemann
|
62b17e7edb
Fixed comments in joystick implementation files claiming to be headers.
|
11 년 전 |
Ryan C. Gordon
|
4f1b8a4067
Move to no-argument version of "endif()" in CMakeLists.txt.
|
11 년 전 |
Ryan C. Gordon
|
2de3b01c61
Some CMake fixes for static linking on Windows from the OpenFL project.
|
11 년 전 |
Gabriel Jacobo
|
f52d7f5eea
[Wayland] Fixes segfault when mouse enters window
|
11 년 전 |
Gabriel Jacobo
|
682bc47bc5
Preserve binary compatibility in SDL_SYSWM_TYPE (thanks Gerry JJ!)
|
11 년 전 |
Ryan C. Gordon
|
9d85cdb1a6
CMake: Enable missing timer subsystem on Mac OS X and Haiku.
|
11 년 전 |
J?rgen P. Tjern?
|
2efa2dc227
X11: Don't redraw dialog box when mouse moves.
|
11 년 전 |
Ryan C. Gordon
|
aff44ccdb5
Patched to compile...uh, everywhere. :)
|
11 년 전 |
Ryan C. Gordon
|
87cfee27d0
Patched to compile on Windows when not supporting Direct3D.
|
11 년 전 |
Gabriel Jacobo
|
33479316c7
[Android] Fixes Bug 2370, don't send accelerometer changes when
|
11 년 전 |
Philipp Wiesemann
|
037475670f
Removed unused variable from Java class for Android.
|
11 년 전 |
Philipp Wiesemann
|
6234415872
Fixed typo in documentation.
|
11 년 전 |
Edward Rudd
|
815c6c3b60
quick fix for CMAKE SOVERSION number so it matches what is output by the configure script
|
11 년 전 |
Edward Rudd
|
f186314aef
correct grammar on UNIX missing dependency status notice.
|
11 년 전 |
Edward Rudd
|
5071cb5c15
autoconf script tweaks
|
11 년 전 |
Gabriel Jacobo
|
e78be5dafd
Bug 2358 - [Android] Sort joystick axes - Fix by David Brady
|
11 년 전 |
Gabriel Jacobo
|
50befa6201
Bug 2358 - [Android] Joystick Button Mappings are strange (fix by David Brady)
|
11 년 전 |
Ryan C. Gordon
|
ecc0df0661
Fix detection of iOS for disabling dynamic API.
|
11 년 전 |
Ryan C. Gordon
|
f02ef2985d
Fixed XF86 VidMode extension dynamic loading with CMake project.
|
11 년 전 |
Gabriel Jacobo
|
b131e74be4
Fixes 2356, [Android] SDL_JoystickGetAttached does not function
|
11 년 전 |
Ryan C. Gordon
|
beee1c4424
Fixed dynamic loading of NAS in CMake project.
|
11 년 전 |
Gabriel Jacobo
|
cf9828a2a6
Move Wayland driver above dummy, check for driver availability before creation
|
11 년 전 |
Ryan C. Gordon
|
2ddd0c58c9
Patched to compile if Wayland is disabled via SDL_config.h (thanks, Martin!).
|
11 년 전 |
Sam Lantinga
|
9e90acdfcf
Make sure you clean up the associated renderer when destroying a window.
|
11 년 전 |
Gabriel Jacobo
|
129640af7a
Fixes prototype declaration for wl_proxy_marshal_constructor [Wayland 1.4]
|
11 년 전 |
Gabriel Jacobo
|
838e76c699
Fix to compile against the Wayland v1.4 headers
|
11 년 전 |