Philipp Wiesemann
|
5ba1fd9bb1
Fixed typo in README for iOS.
|
9 years ago |
Philipp Wiesemann
|
4a93dae4cd
Added brackets to function names in header comments so doxygen links them.
|
9 years ago |
Alex Szpakowski
|
4aae0290ea
Updated some header comments and iOS documentation to better clarify high-dpi / retina support and screen-coordinate sizes versus pixel sizes.
|
9 years ago |
Alex Szpakowski
|
b0d8dfcd8a
CMake: Fixed building for Windows with VS2015 (bug #3080).
|
9 years ago |
David Ludwig
|
44c0b2da87
WinRT: minor code-comment cleanups
|
9 years ago |
David Ludwig
|
6823a22162
WinRT: fixed bug whereby a Win8.x app's SDL_Window wasn't getting de-marked as maximized (on window restore)
|
9 years ago |
David Ludwig
|
d8aa066288
Fixed Bug 3217 - WinRT: after alt-tab'ing back into fullscreen app, mouse cursor is sometimes wrong
|
9 years ago |
David Ludwig
|
854cf7ac40
Fixed Bug 3215 - Win32: 'fullscreen' app doesn't always extend to top of screen
|
9 years ago |
Philipp Wiesemann
|
9d789ebe0d
Updated configure script.
|
9 years ago |
Philipp Wiesemann
|
c41feca5de
Fixed a crash if creating accelerated renderer after accessing window surface.
|
9 years ago |
Ryan C. Gordon
|
696cd7975c
NetBSD: fixed issues with cpuinfo and pthread_setname_np (thanks, Thomas!).
|
9 years ago |
Ryan C. Gordon
|
ce0f90ffb9
NetBSD: improved joystick support (thanks, Thomas!).
|
9 years ago |
Ryan C. Gordon
|
2254932b3e
Added support for building for NetBSD on the Raspberry Pi (thanks, Jared!).
|
9 years ago |
Ryan C. Gordon
|
18c7d6df21
XRandR: fixed primary output detection logic (thanks, "winterknight"!).
|
9 years ago |
Ryan C. Gordon
|
326b357804
Mac: don't ignore mouse clicks on the top pixel of a window (thanks, Joshua!).
|
9 years ago |
Ryan C. Gordon
|
61518bce6b
CMake: Changes to get CMake project to work with Android (thanks, Martin!).
|
9 years ago |
Ryan C. Gordon
|
7e679ed2c1
CMake: fixed a failure to reset CMAKE_REQUIRED_FLAGS (thanks, Martin!).
|
9 years ago |
Ryan C. Gordon
|
c9927bbb17
CMake: don't try to use the Linux joystick code on Android (thanks, Martin!).
|
9 years ago |
Ryan C. Gordon
|
7ca3b27064
CMake: Fixed to work on Windows 8 SDK (thanks, Martin!).
|
9 years ago |
Ryan C. Gordon
|
2f59284971
Fixed typo in sdl2-config.cmake.in (thanks, Rafal!).
|
9 years ago |
Ryan C. Gordon
|
f893ce3d3e
OpenGL+GLES renderers: Fixed incorrect clip rectangle coords (thanks, Marcel!).
|
9 years ago |
Alex Szpakowski
|
4ae69e3222
Mac: expose joystick buttons that report themselves as having 'Start' and 'Select' HID usages.
|
9 years ago |
Ryan C. Gordon
|
51c1d69d13
Mac: Whoops, lost legit Caps lock keypress events. Fixed.
|
9 years ago |
Ryan C. Gordon
|
fd6b435c6a
Windows: resync num/caps lock when window is gaining focus.
|
9 years ago |
Ryan C. Gordon
|
257b7af247
Sync up the caps/numlock state properly without sending key events.
|
9 years ago |
Ryan C. Gordon
|
d3b323f89d
Mac: Fix keyboard state if capslock was toggled while app wasn't in foreground.
|
9 years ago |
David Ludwig
|
fa7c15ce1f
WinRT: made bug 3202/3213's fix apply for WinRT apps
|
9 years ago |
Ryan C. Gordon
|
2befe01d39
Removed a tabstop.
|
9 years ago |
Ryan C. Gordon
|
6a2e8a7a90
Win: make sure SDL keyboard state reflects system capslock state at startup.
|
9 years ago |
David Ludwig
|
9e9ef5ad31
Fixed bug 3202 - Fix renderer visibility on a window maximized directly from the minimized state
|
9 years ago |