log

age author description
2009-01-12 Sam Lantinga This is so wrong, it hurts.
2009-01-12 Sam Lantinga Re-enable the screensaver at exit, just in case it's needed...
2009-01-12 Sam Lantinga Don't disable the screen saver by default for windows applications
2009-01-12 Sam Lantinga Fixed snapshot target
2009-01-12 Sam Lantinga Reverted SDL_LoadICO_RW() addition, this should go in SDL_image
2009-01-12 Sam Lantinga Added an API to enable/disable the screen saver.
2009-01-11 Couriersud Add SDL_LoadICO_RW to SDL. Loads best quality icon from *.ico file.
2009-01-11 Couriersud DirectFB cleanups & simple window manager
2009-01-11 Couriersud Fix a 64bit issue in linux/SDL_sysjoystick (int != long on 64bit)
2009-01-11 Ryan C. Gordon First shot at new audio resampling code.
2009-01-11 Ryan C. Gordon NULL-terminate the lists of autogenerated converters.
2009-01-11 Ryan C. Gordon Allow builds that reduce or eliminate the converters/resamplers.
2009-01-11 Ryan C. Gordon testresample.c: Write out correct size for resampled buffer.
2009-01-11 Ryan C. Gordon Added testresample.c
2009-01-11 Sam Lantinga Added svn ignore property for SDL_revision.h
2009-01-10 Sam Lantinga Removed extra debug output
2009-01-10 Sam Lantinga Check for functions after including the libraries that they might be in.
2009-01-10 Sam Lantinga Reverted Bob's indent checkin
2009-01-10 Sam Lantinga Fixed Visual C++ release build for Visual C++ 2005
2009-01-09 Bob Pendleton I ran a global "make indent" it modified the following files.
2009-01-09 Bob Pendleton Modified and totally untested code to load the color tables for DirectColor and PseudoColor windows.
2009-01-09 Bob Pendleton Changed and hopefully fixed support for DirectColor with support for gammaramps.
2009-01-09 Ryan C. Gordon First shot at autogenerated audio resamplers.
2009-01-09 Sam Lantinga Date: Fri, 9 Jan 2009 19:18:23 +0600
2009-01-06 Sam Lantinga Implemented by Donny Viszneki
2009-01-05 Sam Lantinga Added Donny Viszneki to the credits for finding and fixing SDL 1.3 bugs
2009-01-05 Sam Lantinga Fixed lines intersecting the top corners of a rectangle
2009-01-05 Sam Lantinga Fixed mouse events with --disable-video-x11-xinput
2009-01-05 Sam Lantinga define this value if it's not in the system headers
2009-01-05 Sam Lantinga Fixed bug #669
2009-01-05 Sam Lantinga Whoops, missing files from Couriersud's update
2009-01-04 Sam Lantinga Fixed missing include for SDL_INIT_EVENTTHREAD
2009-01-04 Sam Lantinga Date: Sun, 04 Jan 2009 20:53:30 +0100
2009-01-04 Sam Lantinga indent
2009-01-04 Sam Lantinga Added missing void
2009-01-04 Sam Lantinga Added more info for precise waiting in SDL_WaitEvent()
2009-01-04 Sam Lantinga Date: Sat, 3 Jan 2009 22:11:18 -0500
2009-01-04 Sam Lantinga Technically more correct
2009-01-04 Sam Lantinga The core pointer is comprised of merging the inputs of all mice.
2009-01-04 Sam Lantinga Implemented svn revision support
2009-01-04 Sam Lantinga indent
2009-01-04 Sam Lantinga Make the SDL keysyms that represent unprintable ASCII values actually have
2009-01-04 Sam Lantinga Added keyrepeat to the TODO list
2009-01-04 Sam Lantinga Added the Google Summer of Code folks to the credits.
2009-01-04 Sam Lantinga Updated the snapshot script for use on the website
2009-01-04 Sam Lantinga Fixed some dependency issues with SDL_revision.h
2009-01-04 Sam Lantinga Fixed some dependency issues with SDL_revision.h
2009-01-04 Sam Lantinga Fine tuned revision code, updated testver
2009-01-04 Sam Lantinga Make the current revision number available
2009-01-03 Sam Lantinga Good ideas, added to the TODO list
2009-01-03 Szymon Wilczek Bug 653 bugfix
2009-01-03 Sam Lantinga Fixed crash on Windows
2009-01-03 Sam Lantinga Added a few things to the TODO list.
2009-01-03 Sam Lantinga Icons with translucency are implemented
2009-01-03 Sam Lantinga Added bug reports to the credits
2009-01-03 Sam Lantinga Fixed bug #663
2009-01-03 Sam Lantinga The mouse position is relative to the client window.
2009-01-03 Sam Lantinga Improved Direct3D YUV texture support
2009-01-03 Sam Lantinga Query available formats before advertising them.
2009-01-03 Sam Lantinga Should we also set the icon in the task manager?