Age | Commit message (Expand) | Author | Files | Lines |
2019-01-04 | Updated copyright for 2019 | Sam Lantinga | 3 | -3/+3 |
2018-10-22 | Small stack allocations fall back to malloc if they're unexpectedly large. | Ryan C. Gordon | 1 | -0/+1 |
2018-01-03 | Updated copyright for 2018 | Sam Lantinga | 3 | -3/+3 |
2017-09-09 | Fixed bug 3760 - RWops doesn't check for integer overflow when stdio_fseek on... | Sam Lantinga | 1 | -1/+35 |
2017-08-29 | Fixed a bunch of compiler warnings. | Ryan C. Gordon | 1 | -1/+1 |
2017-08-15 | rwops: Fixed 64-bit file i/o on QNX. | Ryan C. Gordon | 1 | -0/+6 |
2017-08-12 | Fixed compiler warnings on Visual Studio 2013 | Sam Lantinga | 1 | -2/+2 |
2017-08-11 | Fixed Android build | Sam Lantinga | 1 | -0/+2 |
2017-08-11 | Fixed bug 3292 - SDL_rwops and 64-bit file I/O | Sam Lantinga | 1 | -15/+18 |
2017-08-09 | Added an API SDL_LoadFile_RW() to load all the data from an SDL data stream, ... | Sam Lantinga | 1 | -0/+53 |
2017-01-01 | Updated copyright for 2017 | Sam Lantinga | 3 | -3/+3 |
2016-01-02 | Updated copyright to 2016 | Sam Lantinga | 3 | -3/+3 |
2015-05-26 | Updated the copyright year to 2015 | Sam Lantinga | 3 | -3/+3 |
2014-08-20 | Merged default into iOS-improvements | Alex Szpakowski | 1 | -11/+10 |
2014-08-17 | Fixed 2680 - OSX: Replace NSAutoreleasePool with @autoreleasepool | Sam Lantinga | 1 | -6/+2 |
2014-08-06 | Updated the iOS backend code to use Objective-C's automatic reference countin... | Alex Szpakowski | 1 | -2/+1 |
2014-07-14 | Misc. iOS code improvements. | Alex Szpakowski | 1 | -17/+14 |
2014-07-07 | Fixed bug 2631 - Mac: minor code cleanup | Sam Lantinga | 1 | -6/+3 |
2014-06-08 | The NaCL mount/unmount functions need to be in SDL_system.h and specific to NaCL | Sam Lantinga | 1 | -24/+0 |
2014-06-06 | Chrome's Native Client backend implementation | Gabriel Jacobo | 1 | -0/+28 |
2014-05-05 | __ANDROID__ is the correct macro to check for an android system.ANDROID is on... | Dimitris Zenios | 1 | -2/+2 |
2014-03-15 | Fixed iOS build | Sam Lantinga | 2 | -2/+2 |
2014-03-13 | Added missing copyright notices | Sam Lantinga | 2 | -3/+49 |
2014-03-09 | Integrated David Ludwig's support for Windows RT | Sam Lantinga | 1 | -0/+7 |
2014-03-09 | Fixed line endings on WinRT source code | Sam Lantinga | 1 | -765/+765 |
2014-02-03 | Fixed some compiler warnings from the latest Clang, cleaned up some things. | Ryan C. Gordon | 1 | -42/+42 |
2014-02-02 | Fixed bug 2374 - Update copyright for 2014... | Sam Lantinga | 1 | -1/+1 |
2013-11-24 | Make internal SDL sources include SDL_internal.h instead of SDL_config.h | Ryan C. Gordon | 1 | -1/+1 |
2013-10-27 | WinRT: merged with SDL 2.0.1 codebase | David Ludwig | 1 | -6/+7 |
2013-10-17 | Fixed building using MinGW | Sam Lantinga | 1 | -2/+5 |
2013-08-12 | WinRT: merged with SDL 2.0.0 codebase (aka. SDL hg rev d6a8fa507a45) | David Ludwig | 2 | -783/+784 |
2013-08-29 | Christoph Mallon: Remove pointless if (x) before SDL_free(x) | Sam Lantinga | 1 | -4/+2 |
2013-06-02 | Fixed implicit function declaration for SDL_AndroidGetInternalStoragePath(). | Philipp Wiesemann | 1 | -0/+1 |
2013-05-18 | File style cleanup for the SDL 2.0 release | Sam Lantinga | 2 | -26/+26 |
2013-04-21 | WinRT: merged with latest, official, SDL 2.x sources | David Ludwig | 1 | -1/+2 |
2013-04-17 | Fixed bug 1802 - NULL pointer dereference in SDL_AllocRW() if out of memory. | Sam Lantinga | 1 | -1/+2 |
2013-04-14 | WinRT: merged with latest, official, SDL 2.x sources (at rev. bea100d73d13) | David Ludwig | 1 | -33/+34 |
2013-03-31 | Make SDL_SetError and friends unconditionally return -1. | Ryan C. Gordon | 1 | -18/+9 |
2013-03-17 | Removed Nintendo DS support since nobody has volunteered to maintain it for o... | Sam Lantinga | 1 | -12/+0 |
2013-03-13 | Fix bug 122 - SDL_RWops bug fixes: set RWops.type field, add input validation... | Andreas Schiffler | 1 | -2/+24 |
2013-03-12 | Fix bug 1560 - SDL_RWFromConstMem write operation returns -1 but should retur... | Andreas Schiffler | 1 | -1/+1 |
2013-02-23 | WinRT: build fixes | David Ludwig | 1 | -0/+4 |
2013-02-23 | WinRT: merged with latest, official, SDL 2.x code | David Ludwig | 1 | -1/+1 |
2013-02-15 | Happy New Year! | Sam Lantinga | 1 | -1/+1 |
2013-02-11 | Backed out use of @autorelease keyword for now, since it's not supported by o... | Sam Lantinga | 1 | -16/+19 |
2013-01-06 | Replaced manual NSAutoreleasePool handing with @autorelease | stopiccot | 1 | -19/+16 |
2012-11-12 | Merged with latest official SDL sources. | DavidLudwig | 1 | -6/+21 |
2012-11-04 | Added SDL_ReadU8() and SDL_WriteU8() for consistency with the rest of the API. | Sam Lantinga | 1 | -6/+21 |
2012-11-04 | Merge with latest, official SDL code | DavidLudwig | 1 | -19/+98 |
2012-11-03 | Fixed symbol typo. | Ryan C. Gordon | 1 | -2/+2 |