Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 947a0b8b | 2014-06-04 10:57:12 | Ryan C. Gordon <icculus@icculus.org> 2014-05-24 01:23 -0400 Generated dynapi stuff for the new WinRT entry points. http://hg.libsdl.org/SDL/rev/d54306e2b8a7 | ||
| da6d9a9f | 2014-06-04 10:56:56 | Added annotations to help code analysis tools CR: Bruce Dawson | ||
| 45ed5ee4 | 2014-06-04 10:55:26 | Added an API function to warp the mouse cursor in global screen space: SDL_WarpMouseGlobal() | ||
| a2710516 | 2014-05-24 01:23:57 | Generated dynapi stuff for the new WinRT entry points. | ||
| defd90b6 | 2014-04-19 13:15:41 | Render: Allow empty cliprect. This fixes an issue where an empty cliprect is treated the same as a NULL cliprect, causing the render backends to disable clipping. Also adds a new API, SDL_RenderIsClipEnabled(render) that allows you to differentiate between: - SDL_RenderSetClipRect(render, NULL) - SDL_Rect r = {0,0,0,0}; SDL_RenderSetClipRect(render, &r); Fixes https://bugzilla.libsdl.org/show_bug.cgi?id=2504 | ||
| 03afd0de | 2014-04-18 12:43:04 | SDL_DXGIGetOutputInfo() checks input parameters and returns a boolean value whether or not it succeeded. | ||
| 3dcb451f | 2014-04-09 21:29:19 | Added a README file regarding WinRT support To note, this file is currently formatted with CRLF line endings, rather than LF, to allow the file to be viewed with Notepad. |