log

age author description
2006-03-13 Sam Lantinga Added SDL_iconv.c to the Visual C++ projects
2006-03-13 Sam Lantinga Fixed bug #139
2006-03-13 Sam Lantinga *** empty log message ***
2006-03-13 Sam Lantinga props yo
2006-03-13 Sam Lantinga UTF-32 by definition can't handle characters higher than 0x10FFFF
2006-03-13 Sam Lantinga Added UTF-8 <-> UTF-16 <-> UTF-32 <-> UCS-2 <-> UCS-4 conversion capability
2006-03-12 Sam Lantinga Blah
2006-03-12 Sam Lantinga Fixed bug #150
2006-03-12 Sam Lantinga Fixed bug #149
2006-03-11 Sam Lantinga Fixes from Dmitry Yakimov:
2006-03-11 Sam Lantinga *** empty log message ***
2006-03-11 Sam Lantinga Might have fixed 64-bit issues. :)
2006-03-11 Sam Lantinga Fixed make distclean
2006-03-11 Sam Lantinga Clean up temporary files. I'm not sure how this got removed, but whatever...
2006-03-11 Sam Lantinga X11 support isn't installed by default
2006-03-09 Sam Lantinga Don't crash if SDL_Flip() is called with an OpenGL mode set
2006-03-09 Sam Lantinga Dynamic OpenGL loading is the default now. :)
2006-03-09 Sam Lantinga Prettified. :)
2006-03-09 Sam Lantinga Eric is setting up X11 support for the XCode project
2006-03-09 Sam Lantinga Cleaning up warnings on MacOS X
2006-03-08 Sam Lantinga Re-added C runtime support for Visual C++ 5,6
2006-03-08 Sam Lantinga *** empty log message ***
2006-03-08 Sam Lantinga Added documentation on how to build a completely useless SDL library. :)
2006-03-08 Sam Lantinga *** empty log message ***
2006-03-08 Sam Lantinga QNX changes from Mike Gorchak
2006-03-07 Sam Lantinga Yet more Win64 tweaks
2006-03-07 Sam Lantinga More Win64 updates
2006-03-07 Sam Lantinga Updated MacOS X support
2006-03-06 Sam Lantinga Only use Altivec on PowerPC architecture
2006-03-06 Patrice Mandin Add missing asm source files
2006-03-06 Sam Lantinga Date: Mon, 6 Mar 2006 19:00:45 +0100
2006-03-06 Sam Lantinga Get Microsoft's preprocessor symbols in there
2006-03-06 Sam Lantinga Maybe it's easier to collect the big-endian architectures. :)
2006-03-06 Sam Lantinga Whoops, built without libC support - doh!
2006-03-06 Sam Lantinga Fixed more Win64 portability issues
2006-03-06 Sam Lantinga Enabled libc support on Win32, so we don't break binary compatibility in 1.2
2006-03-06 Sam Lantinga Fixed declarations to match mingw includes
2006-03-06 Sam Lantinga Added ARM and SH4 detection for WinCE development environment
2006-03-06 Sam Lantinga Don't put X_LIBS in the linker flags if we're dynamically loading X11
2006-03-06 Sam Lantinga Removed accidentally copied/pasted script for ALSA detection
2006-03-05 Sam Lantinga *** empty log message ***
2006-03-04 Sam Lantinga Updated WinCE support by Dmitry (with some tweaks)
2006-03-04 Sam Lantinga *** empty log message ***
2006-03-03 Sam Lantinga *** empty log message ***
2006-03-02 Sam Lantinga *** empty log message ***
2006-03-02 Sam Lantinga Updated for Dreamcast KOS June 2005 snapshot:
2006-03-02 Sam Lantinga *** empty log message ***
2006-03-02 Sam Lantinga Date: Wed, 01 Mar 2006 10:14:31 +0000
2006-03-02 Sam Lantinga Date: Wed, 1 Mar 2006 23:52:09 +0100
2006-03-01 Sam Lantinga SetClassLongPtr isn't available in MinGW yet
2006-03-01 Sam Lantinga Fixed a bunch of 64-bit compatibility problems
2006-02-27 Sam Lantinga Hah, standard stdio code crashed on the test case.
2006-02-27 Sam Lantinga Whoops, missed one
2006-02-27 Sam Lantinga Date: Mon, 27 Feb 2006 17:01:43 +0100
2006-02-27 Sam Lantinga *** empty log message ***
2006-02-27 Sam Lantinga Argh, I forgot that zip merges files into the archive instead of recreating it.
2006-02-27 Sam Lantinga Removing unused Makefile.am files
2006-02-27 Sam Lantinga Did I mention I'm anal? :) Fixed spacing in SDL_rwops.h
2006-02-27 Sam Lantinga Build both the .tar.gz and .zip archives when creating a CVS snapshot.
2006-02-27 Sam Lantinga Prefer the raw Win32 API over stdio for file RWops