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