summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-07-13Added SDL_utf8strlcpy to copy at UTF-8 character boundaries.dewyatt1-0/+3
2010-07-12Changed Start/StopTextInput back to not take any parameters.dewyatt1-2/+2
2010-07-10Changed StopTextInput to take an SDL_Window parameter.dewyatt1-1/+1
2010-07-08Changed StartTextInput to take an SDL_Window parameter.dewyatt1-1/+1
2010-06-27Typo in documentationSam Lantinga1-1/+1
2010-06-17Hello Sam.Sam Lantinga1-0/+6
2010-06-06Fixed wording for consistencySam Lantinga1-1/+1
2010-05-24SDL_KillThread() is no longer supported - it was always dangerous! :)Sam Lantinga2-10/+1
2010-05-09Removed multi-mouse / multi-keyboard support in anticipation of a real multi-...Sam Lantinga5-159/+157
2010-05-09Updated with the SDL 1.3 list of supported operating systemsSam Lantinga1-4/+3
2010-04-30Implemented SDL power APIs for iPhoneOS.Ryan C. Gordon1-1/+1
2010-04-23 esigra 2010-04-17 03:53:57 PDTSam Lantinga1-3/+3
2010-04-15Minor cleanup on Jiang's patchSam Lantinga1-0/+1
2010-04-15changeset: 4433:25667ea797faSam Lantinga1-0/+1
2010-04-13Fixed bug 944Sam Lantinga1-3/+3
2010-03-25General improvements for user custom event registrationSam Lantinga2-125/+171
2010-03-09Fixed bug #961Sam Lantinga1-0/+2
2010-03-05Removed reference to compatibility functionSam Lantinga1-1/+1
2010-02-28Changed revision details to be a string (an hg changeset) instead of an int.Ryan C. Gordon1-1/+4
2010-02-26Removed reference to compatibility functionSam Lantinga1-2/+0
2010-02-26Fixed typo in the commentSam Lantinga1-1/+1
2010-01-24Fixed bug #926Sam Lantinga43-55/+55
2010-01-24Fixed bug #935Sam Lantinga1-1/+0
2010-01-22Documentation consistencySam Lantinga1-4/+4
2010-01-21Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* ...Sam Lantinga5-84/+98
2010-01-18Fixed bug #930Sam Lantinga1-1/+0
2010-01-18Fixed compiler warningSam Lantinga1-1/+1
2010-01-13Clean up assertion API for public use.Ryan C. Gordon1-1/+63
2010-01-13Friendly warning comment.Ryan C. Gordon1-0/+1
2010-01-13Whitespace tweak.Ryan C. Gordon1-1/+0
2010-01-13Fixed comment.Ryan C. Gordon1-1/+1
2010-01-13Moved SDL_FUNCTION out so it's always available, and added SDL_FILE and SDL_LINESam Lantinga1-26/+50
2010-01-13Allow configure to override assertion settings, but by default this comes fro...Sam Lantinga8-23/+4
2010-01-13Automatically figure out the appropriate assertion levelSam Lantinga1-1/+6
2010-01-13Fixed release level assertionsSam Lantinga1-2/+2
2010-01-13Check for signal.h before using it, don't assume unix is available or requiredSam Lantinga1-1/+1
2010-01-13The config sets the default assertion level so people can override it for the...Sam Lantinga10-16/+12
2010-01-13First pass at Ryan's assertion code, minor tweaks to come.Sam Lantinga10-1/+177
2010-01-10Merged r5194:5195 from branches/SDL-1.2: coldfire cpu arch support.Ryan C. Gordon1-2/+2
2010-01-07The OS/2 support has been removed, so we don't need this now.Sam Lantinga1-18/+5
2010-01-06Merged r4717:4718 from branches/SDL-1.2: minor OS/2 DECLSPEC/SDLCALL fixes.Ryan C. Gordon1-5/+18
2010-01-06Merged r4412:4413 from branches/SDL-1.2: rwops documentation fix.Ryan C. Gordon1-1/+1
2009-12-30Removed in the interest of actually finishing 1.3. :)Sam Lantinga1-30/+0
2009-12-23Added SDL_RenderClear() as a fast method of clearing the screen to the drawin...Sam Lantinga3-17/+152
2009-12-18In the process of adding rectangle drawingSam Lantinga1-4/+33
2009-12-17Added support for querying the number of CPUs available on Linux. This also ...Sam Lantinga3-0/+3
2009-12-16Initial band-aids on SDL_GetMouseState() API breakage. More work to come.Ryan C. Gordon1-1/+1
2009-12-16Implemented SDL_setenv(), moved SDL_putenv() to compat.Ryan C. Gordon8-13/+14
2009-12-16Added SDL_GetCPUCount() to see how many cores are available.Sam Lantinga4-0/+8
2009-12-16Fixed bug #741Sam Lantinga1-4/+7