graph
- Fix suggested by Bob2009-08-20, by Sam Lantinga
- David Carre to Sam2009-08-18, by Sam Lantinga
- Start of redesign, getting rid of 8 and 16 bit operations in .h and test files.2009-08-11, by Bob Pendleton
- I forgot to copy the dummy version to macosx.2009-08-11, by Bob Pendleton
- David Carre to Sam2009-08-11, by Sam Lantinga
- Fixed bug #7462009-08-07, by Sam Lantinga
- Added request for SDL handling the desktop background window2009-08-07, by Sam Lantinga
- Patch by Janosch Gräf <janosch.graef@gmx.net>2009-08-05, by Edgar Simo
- Add clipboard support to TODO list2009-08-05, by Sam Lantinga
- Fixed compiling SDL_fsaudio.c against fusionsound 1.0.02009-08-03, by Couriersud
- Fixed type size for test_bit()2009-08-02, by Sam Lantinga
- Added SDL_revision.h2009-08-02, by Sam Lantinga
- Clarified API documentation2009-08-02, by Sam Lantinga
- Added TODO for automated testing2009-08-02, by Sam Lantinga
- Removed arbitrary window size limitation2009-08-02, by Sam Lantinga
- Whoops, still need the iPhoneOS config file. :)2009-08-02, by Sam Lantinga
- Added missing SDL_revision.h2009-08-02, by Sam Lantinga
- Added SDL_atomic.h, SDL_power.h, and SDL_revision.h to public API headers2009-08-02, by Sam Lantinga
- Added SDL_atomic.h and SDL_power.h to public API headers2009-08-02, by Sam Lantinga
- Better check which includes #define used in stdint.h2009-08-02, by Sam Lantinga
- Don't redefine types if HAVE_STDINT_H is defined2009-08-02, by Sam Lantinga
- Patch from David Carre:2009-07-30, by Sam Lantinga
- Support for native and emulated atomic operations has been added.2009-07-19, by Mike Gorchak
- volitile... duh, yeah the variable need to be labeled volitile2009-07-09, by Bob Pendleton
- Documentation fix fix2009-07-07, by Sam Lantinga
- Applied patch from bug id=762 provided by Pierre Phaneuf2009-07-06, by Bob Pendleton
- Documentation fix.2009-07-06, by Bob Pendleton
- This is a cosmetic fix, I found a stupid typo2009-07-02, by Bob Pendleton
- Another documentation fix, Thanks to Mason Wheeler for finding these.2009-07-02, by Bob Pendleton
- Documentation fix.2009-07-02, by Bob Pendleton
- Corrected documentation error for SDL_RenderFill.2009-06-30, by Bob Pendleton
- Added testpower to svn:ignore2009-06-30, by Ryan C. Gordon
- Moved hardcoding of "/proc/apm" elsewhere.2009-06-30, by Ryan C. Gordon
- Linux /proc/apm: handle hex and decimal (and octal!) values.2009-06-30, by Ryan C. Gordon
- Linux /proc/acpi: check for ac_adapter states, other cleanup.2009-06-30, by Ryan C. Gordon
- Removed stub for Linux /sys/power processing.2009-06-30, by Ryan C. Gordon
- Power: First shot at Linux /proc/acpi/battery support.2009-06-30, by Ryan C. Gordon
- I've made so many changes I don't dare continue until I check the current stuff in.2009-06-29, by Bob Pendleton
- Disabling 64 bit atomics operations until I figure out why they do not link.2009-06-24, by Bob Pendleton
- First draft of atomic operations code for GCC and linux.2009-06-24, by Bob Pendleton
- This check in updates SDL_atomic.h to reflect the new set of atomic operations in 32 and 64 bit form.2009-06-24, by Bob Pendleton
- Added power API and test program to Visual C++ project files.2009-06-17, by Ryan C. Gordon
- Alexei Tereschenko2009-06-16, by Sam Lantinga
- Fixed some compile errors and warnings under Visual C++2009-06-12, by Sam Lantinga
- Mouse events now report the correct window id and window enter/leave events are now reported.2009-06-11, by Bob Pendleton
- Proper window resize handling in GLES test application.2009-06-11, by Mike Gorchak
- Fixed problems with OpenGL ES window resizing.2009-06-11, by Mike Gorchak
- Note about hardware mouse cursor has been added.2009-06-10, by Mike Gorchak
- Fixed bug #7502009-06-10, by Sam Lantinga
- Added missing files for OpenGL ES support2009-06-10, by Sam Lantinga
- Added missing header file for Pandora support2009-06-10, by Sam Lantinga
- Whoops, didn't mean to commit unfinished patch2009-06-10, by Sam Lantinga
- indent is really bad at handling assembly2009-06-10, by Sam Lantinga
- indent2009-06-10, by Sam Lantinga
- Continue working on QNX GF and Photon support.2009-06-10, by Mike Gorchak
- SDL pixel format string is printed near mode number in form of SDL_PIXELFORMAT_XXXXX, when --info option is passed. It is usefull for debugging.2009-06-10, by Mike Gorchak
- Support for 15/16/24/32 bpps of icon.bmp has been added, in case if not an original icon.bmp (8bpp with palette) is used for tests.2009-06-10, by Mike Gorchak
- Support for 24 bpp pixel formats has been added.2009-06-10, by Mike Gorchak
- OK, had to add some casts to get SDL_atomic.h to compile with C++. testatomic still compiles and runs.2009-06-09, by Bob Pendleton
- First commit for SDL atomic operations.2009-06-09, by Bob Pendleton