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