Age | Commit message (Expand) | Author | Files | Lines |
2013-05-21 | Fixed Haiku build issue with missing extension support. | Sam Lantinga | 1 | -4/+0 |
2013-05-21 | Backed out changeset b69dfd56e1b0 | Ryan C. Gordon | 1 | -39/+0 |
2013-05-21 | Attempt to fix Haiku buildbot (and other systems with an old glext.h). | Ryan C. Gordon | 1 | -0/+39 |
2013-05-20 | Fixed bug 1856 - (Patch) More bits for SDL_MouseMotionEvent.state | Sam Lantinga | 1 | -4/+1 |
2013-05-20 | Fixed bug 731 - No mechanism to extract the NSView for 3d library | Sam Lantinga | 1 | -0/+2 |
2013-05-19 | Fixed bug 1837 - Use error extension instead of glGetError() | Sam Lantinga | 1 | -0/+1 |
2013-05-18 | File style cleanup for the SDL 2.0 release | Sam Lantinga | 70 | -1696/+1486 |
2013-05-18 | Added mobile application events, with implementations for iOS and Android | Sam Lantinga | 1 | -1/+35 |
2013-05-18 | Update test harness to handle test return codes; fix comment format in harnes... | Andreas Schiffler | 1 | -3/+4 |
2013-05-18 | Fixed Doxygen warnings. | Philipp Wiesemann | 5 | -0/+40 |
2013-05-16 | Made SDL_RectEmpty and SDL_RectEquals macros into SDL_FORCE_INLINE functions. | Ryan C. Gordon | 1 | -4/+9 |
2013-05-15 | Fixed Doxygen warnings. | Philipp Wiesemann | 3 | -3/+10 |
2013-05-13 | Corrected spelling in header file. | Philipp Wiesemann | 1 | -1/+1 |
2013-05-12 | Fixed bug 1845 - SDL_GetNumTouchDevices() has incorrect prototype | Philipp Wiesemann | 1 | -1/+1 |
2013-05-12 | Fixed bug 1843 - SDL_RenderClear prototype doxygen missing | Philipp Wiesemann | 1 | -0/+2 |
2013-05-04 | First pass on SDL render clip rect functionality | Sam Lantinga | 1 | -0/+26 |
2013-04-27 | Corrected spelling in header files. | Philipp Wiesemann | 4 | -18/+18 |
2013-04-27 | Corrected spelling header file comments. | Philipp Wiesemann | 1 | -6/+6 |
2013-04-27 | Corrected comment in header file. | Philipp Wiesemann | 1 | -1/+1 |
2013-04-24 | Add SDL_GetDefaultCursor. | Jørgen P. Tjernø | 1 | -0/+5 |
2013-04-23 | Moved warning about SDL_AndroidGetActivity to SDL_system.h | Gabriel Jacobo | 1 | -0/+3 |
2013-04-20 | future-proofing for Microsoft's C++/CX extensions, whereby "generic" is a res... | David Ludwig | 1 | -3/+3 |
2013-04-16 | Cleaned up the const_cast mess a little. | Ryan C. Gordon | 1 | -29/+7 |
2013-04-16 | Removed C++-style single-line comments from a public header (thanks, Martin!). | Ryan C. Gordon | 1 | -12/+12 |
2013-04-14 | Make the new SDL_RWops::hidden::unknown::data2 field a void*, not an int. | Ryan C. Gordon | 1 | -1/+1 |
2013-04-13 | Added a data2 field to the SDL_RWops::hidden::unknown. | Ryan C. Gordon | 1 | -0/+1 |
2013-04-10 | Fixed a typo (thanks, Ethan!). | Ryan C. Gordon | 1 | -1/+1 |
2013-04-08 | More const_cast fixes for C++ apps using the public headers (thanks, Martin!). | Ryan C. Gordon | 1 | -2/+14 |
2013-04-04 | Corrected some stdinc inline functions (thanks, Martin!). | Ryan C. Gordon | 1 | -4/+15 |
2013-04-03 | Fixed compiler warnings in Mac Xcode builds. | Ryan C. Gordon | 1 | -0/+2 |
2013-04-03 | Another attempt at fixing compiler warnings for SDLTest_SurfaceImage_t. | Ryan C. Gordon | 1 | -1/+1 |
2013-04-03 | Possibly fix compiler warnings, simplify SDLTest_SurfaceImage_t definition. | Ryan C. Gordon | 1 | -5/+1 |
2013-04-01 | Fixed bug 1782 - SDL_opengl.h header disabled on FreeBSD | Sam Lantinga | 1 | -4/+0 |
2013-03-31 | Make SDL_SetError and friends unconditionally return -1. | Ryan C. Gordon | 1 | -2/+4 |
2013-03-29 | Corrected function signature on SDL_strtod_inline() (thanks, Axel!). | Ryan C. Gordon | 1 | -1/+1 |
2013-03-29 | Don't use __builtin_clz() on gcc2. (thanks, Axel!) | Ryan C. Gordon | 1 | -1/+1 |
2013-03-29 | Fixed compiler warnings with SDL_FORCE_INLINE on gcc2. (Thanks, Axel!) | Ryan C. Gordon | 1 | -1/+1 |
2013-03-24 | We're using the alpha component of the palette entries, let's name it appropr... | Sam Lantinga | 1 | -1/+1 |
2013-03-23 | Updated the license listed in the header, fixing bug 1768 | Sam Lantinga | 1 | -3/+2 |
2013-03-19 | Fixed bug 1764 - Integer Precision Loss During Compilation | Sam Lantinga | 1 | -3/+2 |
2013-03-19 | Fixed bug 1763 - Constify SDL_UpdateWindowSurfaceRects() | Sam Lantinga | 1 | -1/+1 |
2013-03-17 | The platform define for the PSP is __PSP__ | Sam Lantinga | 1 | -2/+2 |
2013-03-17 | Removed Nintendo DS support since nobody has volunteered to maintain it for o... | Sam Lantinga | 7 | -158/+2 |
2013-03-17 | Add PSP support | Captain Lex | 4 | -0/+145 |
2013-03-16 | Fixed more const issues with C++ | Sam Lantinga | 1 | -3/+3 |
2013-03-15 | Fixed const correctness issue with C++, and fixed building SDL_memcpy4 with 3... | Sam Lantinga | 1 | -7/+3 |
2013-03-14 | Clarified inline function documentation, removed obsolete Metrowerks compiler... | Sam Lantinga | 1 | -12/+6 |
2013-03-15 | Replace all the "static __inline__" functions with SDL_FORCE_INLINE. | Ryan C. Gordon | 3 | -30/+20 |
2013-03-15 | Improvements to stdlib. | Ryan C. Gordon | 1 | -305/+349 |
2013-03-15 | Added an SDL_FORCE_INLINE macro. | Ryan C. Gordon | 1 | -0/+8 |