summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-10-10Adapted from Debian patch: 215_kfreebsd_gnu.diffSam Lantinga1-1/+1
2009-10-10Made typedef for SDL_bool the same as the other typedefs.Sam Lantinga1-1/+1
2009-10-06Eric Wing to SamSam Lantinga1-5/+10
2009-10-04Fixed bug #826Sam Lantinga1-77/+58
2009-09-26Fixed bug #777Sam Lantinga1-0/+25
2009-09-21Whoops, need both the header and the library!Sam Lantinga1-2/+2
2009-09-21Fixed bug #714Sam Lantinga1-1/+1
2009-09-21Fixed bug #615Sam Lantinga2-1/+5
2009-09-21Oh yeah, we have GLX support too.Sam Lantinga1-6/+4
2009-09-21Fixed bug #577Sam Lantinga1-0/+13
2009-09-20Removed outdated Atari supportSam Lantinga2-7/+2
2009-09-19Merged a cleaned up version of Jiang's code changes from Google Summer of Cod...Sam Lantinga2-0/+45
2009-09-19Removed outdated VGL supportSam Lantinga1-1/+0
2009-09-19Removed outdated wscons supportSam Lantinga1-1/+0
2009-09-19Removed outdated Nano-X supportSam Lantinga2-18/+0
2009-09-19Removed outdated OS/2 supportSam Lantinga1-1/+0
2009-09-19Removed outdated Dreamcast supportSam Lantinga4-119/+2
2009-09-19Removed outdated OS/2 supportSam Lantinga6-180/+5
2009-09-19Removed outdated iPodLinux supportSam Lantinga1-1/+0
2009-09-17The new, cleaner, version of the atomic operations. The dummy code is what yo...Bob Pendleton1-26/+27
2009-09-07Merged Martin's code changes from Google Summer of Code 2009Sam Lantinga1-0/+1
2009-09-05Fixed issues building 64-bit Windows binarySam Lantinga1-8/+8
2009-09-05CD-ROM support is so passé :)Sam Lantinga11-231/+0
2009-09-05Bye bye SoundManager, you are officially obsolete...Sam Lantinga2-2/+0
2009-09-05Fixed a few issues compiling with Mac OS X 10.6Sam Lantinga1-0/+8
2009-09-05Updated glext.hSam Lantinga1-157/+951
2009-08-11Start of redesign, getting rid of 8 and 16 bit operations in .h and test files.Bob Pendleton1-32/+10
2009-08-07Fixed bug #746Sam Lantinga1-0/+1
2009-08-02Clarified API documentationSam Lantinga1-1/+1
2009-08-02Better check which includes #define used in stdint.hSam Lantinga7-12/+15
2009-08-02Don't redefine types if HAVE_STDINT_H is definedSam Lantinga6-1/+14
2009-07-09volitile... duh, yeah the variable need to be labeled volitileBob Pendleton1-60/+60
2009-07-07Documentation fix fixSam Lantinga1-1/+1
2009-07-06Documentation fix.Bob Pendleton1-2/+2
2009-07-02Another documentation fix, Thanks to Mason Wheeler for finding these.Bob Pendleton1-2/+2
2009-07-02Documentation fix.Bob Pendleton1-1/+1
2009-06-30Corrected documentation error for SDL_RenderFill.Bob Pendleton1-4/+0
2009-06-29I've made so many changes I don't dare continue until I check the current stu...Bob Pendleton1-61/+40
2009-06-24This check in updates SDL_atomic.h to reflect the new set of atomic operation...Bob Pendleton1-616/+220
2009-06-10Fixed bug #750Sam Lantinga1-7/+8
2009-06-10Added missing header file for Pandora supportSam Lantinga1-0/+121
2009-06-10indent is really bad at handling assemblySam Lantinga1-288/+383
2009-06-10indentSam Lantinga1-393/+303
2009-06-09OK, had to add some casts to get SDL_atomic.h to compile with C++. testatomic...Bob Pendleton1-19/+19
2009-06-09First commit for SDL atomic operations.Bob Pendleton7-0/+685
2009-06-09Fixed 4 bit-per-pixel definition. Thanks Mike!Sam Lantinga1-2/+2
2009-06-07BeOS support for power subsystem.Ryan C. Gordon1-0/+1
2009-06-07Initial work on power subsystem for SDL 1.3.Ryan C. Gordon9-0/+111
2009-06-07Hi,Sam Lantinga1-1/+2
2009-06-05Added a #ifndef SDL_NO_COMPAT around SDL_ActiveEvent and SDL_ResizeEvent so t...Bob Pendleton1-9/+14