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