summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright to 2016Sam Lantinga2016-01-02773-778/+778
* Fixed typo in README for iOS.Philipp Wiesemann2016-01-011-1/+1
* Added brackets to function names in header comments so doxygen links them.Philipp Wiesemann2016-01-011-7/+7
* Updated some header comments and iOS documentation to better clarify high-dpi...Alex Szpakowski2015-12-314-29/+80
* CMake: Fixed building for Windows with VS2015 (bug #3080).Alex Szpakowski2015-12-311-2/+23
* WinRT: minor code-comment cleanupsDavid Ludwig2015-12-312-5/+1
* WinRT: fixed bug whereby a Win8.x app's SDL_Window wasn't getting de-marked a...David Ludwig2015-12-311-0/+2
* Fixed Bug 3217 - WinRT: after alt-tab'ing back into fullscreen app, mouse cur...David Ludwig2015-12-311-0/+9
* Fixed Bug 3215 - Win32: 'fullscreen' app doesn't always extend to top of screenDavid Ludwig2015-12-303-0/+24
* Updated configure script.Philipp Wiesemann2015-12-291-0/+15
* Fixed a crash if creating accelerated renderer after accessing window surface.Philipp Wiesemann2015-12-291-0/+1
* NetBSD: fixed issues with cpuinfo and pthread_setname_np (thanks, Thomas!).Ryan C. Gordon2015-12-292-1/+5
* NetBSD: improved joystick support (thanks, Thomas!).Ryan C. Gordon2015-12-291-2/+46
* Added support for building for NetBSD on the Raspberry Pi (thanks, Jared!).Ryan C. Gordon2015-12-291-0/+15
* XRandR: fixed primary output detection logic (thanks, "winterknight"!).Ryan C. Gordon2015-12-291-3/+2
* Mac: don't ignore mouse clicks on the top pixel of a window (thanks, Joshua!).Ryan C. Gordon2015-12-291-1/+8
* CMake: Changes to get CMake project to work with Android (thanks, Martin!).Ryan C. Gordon2015-12-292-1/+52
* CMake: fixed a failure to reset CMAKE_REQUIRED_FLAGS (thanks, Martin!).Ryan C. Gordon2015-12-291-1/+1
* CMake: don't try to use the Linux joystick code on Android (thanks, Martin!).Ryan C. Gordon2015-12-291-1/+1
* CMake: Fixed to work on Windows 8 SDK (thanks, Martin!).Ryan C. Gordon2015-12-291-3/+6
* Fixed typo in sdl2-config.cmake.in (thanks, Rafal!).Ryan C. Gordon2015-12-281-1/+1
* OpenGL+GLES renderers: Fixed incorrect clip rectangle coords (thanks, Marcel!).Ryan C. Gordon2015-12-283-3/+3
* Mac: expose joystick buttons that report themselves as having 'Start' and 'Se...Alex Szpakowski2015-12-281-0/+2
* Mac: Whoops, lost legit Caps lock keypress events. Fixed.Ryan C. Gordon2015-12-281-1/+2
* Windows: resync num/caps lock when window is gaining focus.Ryan C. Gordon2015-12-281-0/+3
* Sync up the caps/numlock state properly without sending key events.Ryan C. Gordon2015-12-286-45/+26
* Mac: Fix keyboard state if capslock was toggled while app wasn't in foreground.Ryan C. Gordon2015-12-271-0/+11
* WinRT: made bug 3202/3213's fix apply for WinRT appsDavid Ludwig2015-12-271-1/+11
* Removed a tabstop.Ryan C. Gordon2015-12-271-1/+1
* Win: make sure SDL keyboard state reflects system capslock state at startup.Ryan C. Gordon2015-12-271-0/+14
* Fixed bug 3202 - Fix renderer visibility on a window maximized directly from ...David Ludwig2015-12-272-1/+4
* Mac: make sure SDL keyboard state reflects system capslock state at startup.Ryan C. Gordon2015-12-271-0/+9
* Fixed a comment in two test programs.Philipp Wiesemann2015-12-252-2/+2
* Fixed whitespace in testspriteminimal.cSam Lantinga2015-12-241-1/+1
* WinRT: Fixed bug 3210, "alt-tab doesn't work correctly with full-screened, UW...David Ludwig2015-12-221-13/+37
* sdl:Sam Lantinga2015-12-181-7/+4
* Fixed mapping third party XBox controllers that have the trigger axis all the...Sam Lantinga2015-12-181-1/+1
* Cleaned up some code formatting.Alex Szpakowski2015-12-181-20/+20
* iOS: Set the player index of MFi gamepads when the user first presses a butto...Alex Szpakowski2015-12-111-43/+78
* Cocoa: Use NSTextInputClient instead of NSTextInput for text input handling. ...Alex Szpakowski2015-12-101-25/+43
* SDL_GL_GetAttribute: If a GL context isn't active, only return failure when t...Alex Szpakowski2015-12-104-13/+13
* WinRT: fixed bug: Back button(s) weren't working on Win10David Ludwig2015-12-092-4/+22
* Added broad support for wireless XBox 360 controllers on LinuxSam Lantinga2015-12-092-65/+105
* Fixed outdated information in README for test programs.Philipp Wiesemann2015-12-071-3/+1
* Pandora: Fixed referring to no more existing CD-ROM source files in Makefile.Philipp Wiesemann2015-12-071-2/+2
* Pandora: Fixed deactivating no more available CD-ROM support in config header.Philipp Wiesemann2015-12-071-1/+0
* WinRT: build fix for Windows Phone 8.0David Ludwig2015-12-061-4/+3
* WinRT: enabled the Win10-Store Cert Kit bug-workaround, for Windows 8.0 appsDavid Ludwig2015-12-061-2/+3
* WinRT: enabled the Win10-Store Cert Kit bug-workaround, for Windows 8.1 appsDavid Ludwig2015-12-061-3/+13
* WinRT: fixed a build error when compiling Windows 8.1 .dllsDavid Ludwig2015-12-061-2/+2