Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| cb403ab6 | 2014-04-29 12:00:28 | Removed comma at end of enum in a public header, to make -Wpedantic happy. | ||
| bd6a4936 | 2014-04-26 12:38:35 | Fixed bug 2508 - don't redefine WIN32_LEAN_AND_MEAN | ||
| ae2a50fc | 2014-04-21 12:42:25 | Revert MIR_CFLAGS to SDL_CFLAGS. Use forward declaration for the real fix. (We shouldn't expose mir headers!) | ||
| 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. | ||
| 9eccde51 | 2014-04-06 00:30:48 | Enable building of Android libraries using a standalone NDK |