log

age author description
2006-03-22 Sam Lantinga GLX_STEREO doesn't have a parameter
2006-03-22 Ryan C. Gordon Whoops, that shouldn't have snuck in there.
2006-03-22 Ryan C. Gordon Updated dynamic X11 code. See details in Bugzilla #170.
2006-03-22 Sam Lantinga Default to use the visibility attribute, on gcc (is this okay?)
2006-03-22 Ryan C. Gordon Added support for gcc4's -fvisibility=hidden option.
2006-03-21 Sam Lantinga *** empty log message ***
2006-03-21 Sam Lantinga Add /usr/local to the build paths by default
2006-03-21 Sam Lantinga Updated to libtool-1.5.22
2006-03-21 Sam Lantinga Fixed bug #167
2006-03-21 Sam Lantinga *** empty log message ***
2006-03-21 Sam Lantinga Good idea, renaming OpenBSD audio to BSD audio.
2006-03-21 Sam Lantinga Allow adding to the INCLUDE path
2006-03-21 Sam Lantinga Fixed bug #52
2006-03-21 Sam Lantinga Show an error message if autoconf isn't found
2006-03-21 Sam Lantinga Fall back to autogen259 if autogen isn't available
2006-03-21 Sam Lantinga Fixed bug #18
2006-03-21 Ryan C. Gordon Try to fill the hardware audio buffer immediately.
2006-03-21 Ryan C. Gordon Keep mouse cursor state sane on focus change in Quartz driver.
2006-03-20 Sam Lantinga ------- Comment #8 From Sergey Svishchev 2006-03-19 12:35 [reply] -------
2006-03-20 Sam Lantinga Fixed bug #113:
2006-03-20 Sam Lantinga Fixed bug #90
2006-03-19 Sam Lantinga Fixed bug #84
2006-03-19 Sam Lantinga Fixed bug #89
2006-03-19 Sam Lantinga Fixed bug #84
2006-03-19 Sam Lantinga Left the debug code more explicit
2006-03-19 Sam Lantinga Fixed bug #79
2006-03-19 Sam Lantinga Fixed bug #4
2006-03-19 Sam Lantinga Fixed bug #166
2006-03-18 Sam Lantinga Implemented RISC OS and OS/2 desktop resolution code (thanks to Alan and Doodle)
2006-03-18 Sam Lantinga EXTRA_LDFLAGS are the linker flags and libraries needed to build SDL.
2006-03-17 Patrice Mandin I did not find in configure.in where SYSTEM_LIBS where set for other platforms, and why I did not have required extra libraries added in sdl-config, so I set it there
2006-03-16 Sam Lantinga *** empty log message ***
2006-03-15 Sam Lantinga Added current_w and current_h to the SDL_VideoInfo structure, which is set to the desktop resolution during video intialization, and then set to the current resolution when a video mode is set.
2006-03-15 Sam Lantinga Fixed bug #33
2006-03-15 Sam Lantinga From: "Alex Volkov"
2006-03-15 Sam Lantinga Fixed bug #15
2006-03-15 Ryan C. Gordon Quartz implementation for SDL_DisplayYUVOverlay() was returning non-zero on
2006-03-15 Sam Lantinga Added disk/dummy audio and dummy video to the Visual CE projects
2006-03-15 Sam Lantinga *** empty log message ***
2006-03-15 Sam Lantinga *** empty log message ***
2006-03-14 Ryan C. Gordon Corrected dummy audio callback firing to be realistic, cleaned up tabs.
2006-03-14 Sam Lantinga WIN32 is no longer defined on Windows builds
2006-03-14 Sam Lantinga Added disk and dummy drivers to the Visual C++ projects
2006-03-14 Sam Lantinga *** empty log message ***
2006-03-14 Sam Lantinga By default all the real targets have dummy audio/video and disk audio.
2006-03-14 Ryan C. Gordon Implemented dummy audio driver.
2006-03-14 Ryan C. Gordon Fixed cut-and-paste error in DC audio target.
2006-03-14 Sam Lantinga Updated CodeWarrior export list with SDL_iconv
2006-03-14 Sam Lantinga Updated MacOS Classic and MacOS X exports list
2006-03-14 Sam Lantinga The check for UTF-* isn't needed anymore since UTF-8 has the same code range.
2006-03-14 Sam Lantinga Fixed bug #67
2006-03-14 Sam Lantinga Fixed bug #124
2006-03-14 Sam Lantinga Fixed bug #38
2006-03-14 Sam Lantinga Fixed bug #46
2006-03-14 Sam Lantinga (patch tweaked a bit)
2006-03-14 Sam Lantinga *** empty log message ***
2006-03-14 Sam Lantinga CFLAGS are separate from EXTRA_CFLAGS
2006-03-13 Sam Lantinga Add the NAS library directory, since X11 is dynamically loaded now...
2006-03-13 Sam Lantinga RFC 3629 restricted the range of characters encoded with UTF-8 to 0000-10FFFF (the UTF-16 accessible range)
2006-03-13 Sam Lantinga Updated by Ryan Gordon
2006-03-13 Sam Lantinga *** empty log message ***
2006-03-13 Sam Lantinga Updated MacOS Classic build
2006-03-13 Sam Lantinga The exports file isn't necessary on BeOS anymore
2006-03-13 Sam Lantinga Added SDL_iconv.c to the Embedded Visual C++ projects
2006-03-13 Sam Lantinga *** empty log message ***
2006-03-13 Sam Lantinga Added _strnicmp support
2006-03-13 Sam Lantinga Added SDL_iconv.c to MPW Makefile
2006-03-13 Sam Lantinga Win32 fixes
2006-03-13 Sam Lantinga Added SDL_iconv.c to the Dreamcast Makefile
2006-03-13 Sam Lantinga The Win32 exports file isn't used by mingw anymore
2006-03-13 Sam Lantinga Fixed bug #112
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
2006-02-27 Sam Lantinga Date: Mon, 27 Feb 2006 02:17:29 +0100
2006-02-27 Ryan C. Gordon Need this or things might misbuild on G3 Mac OS, I think.
2006-02-26 Sam Lantinga Oops, missed the header
2006-02-26 Sam Lantinga Fixed some OpenWatcom warnings
2006-02-26 Sam Lantinga Updated OS/2 build, yay!
2006-02-26 Sam Lantinga Getting closer... :)
2006-02-26 Sam Lantinga Passing a NULL GL library does the right thing nowadays.
2006-02-26 Sam Lantinga Fixed warnings in -pedantic mode
2006-02-26 Sam Lantinga Date: Sun, 26 Feb 2006 11:25:09 +0900
2006-02-26 Sam Lantinga Make sure the OpenGL library is loaded before setting up OpenGL
2006-02-26 Sam Lantinga Use the right dynamic GL on MacOS Classic
2006-02-26 Sam Lantinga Created a single makefile for all the tests
2006-02-25 Sam Lantinga Added SDL_sysloadso.c to the Visual C++ project
2006-02-25 Sam Lantinga SDL_windows.h is no longer necessary
2006-02-25 Sam Lantinga *** empty log message ***
2006-02-25 Sam Lantinga Updated CodeWarrior projects (at least MacOS ones)
2006-02-25 Sam Lantinga *** empty log message ***
2006-02-25 Sam Lantinga Date: Sat, 25 Feb 2006 14:26:19 +0100 (CET)
2006-02-24 Sam Lantinga Update for Visual C++ 6.0
2006-02-24 Sam Lantinga Updated with MrC includes and function definitions
2006-02-24 Sam Lantinga *** empty log message ***
2006-02-24 Sam Lantinga Hmm, how am I going to keep from committing bad versions of this?
2006-02-24 Sam Lantinga Updated MacOS Classic MPW build
2006-02-24 Sam Lantinga Updated for Visual Studio Express 2005
2006-02-24 Sam Lantinga Added pre-configured versions of SDL_config.h for various platforms
2006-02-24 Sam Lantinga testplatform replaces testtypes, testendian, and testcpuinfo
2006-02-23 Patrice Mandin Added preliminary support for MiNT /dev/mouse driver (disabled atm)
2006-02-23 Sam Lantinga *** empty log message ***
2006-02-23 Sam Lantinga *** empty log message ***
2006-02-22 Sam Lantinga *** empty log message ***
2006-02-22 Sam Lantinga Fixed script on mingw
2006-02-22 Sam Lantinga *** empty log message ***
2006-02-21 Sam Lantinga ranlib needs to be run after the library is installed...
2006-02-21 Sam Lantinga FIXME:
2006-02-21 Patrice Mandin Fixed include files
2006-02-21 Sam Lantinga Fixed assembly alignment error on Intel Macs.
2006-02-21 Sam Lantinga *** empty log message ***
2006-02-21 Sam Lantinga Fixed build warnings on Intel Mac
2006-02-21 Sam Lantinga Fixed some preprocessor mangling
2006-02-21 Sam Lantinga Whoops, forgot to check in this fix
2006-02-21 Sam Lantinga *** empty log message ***
2006-02-21 Sam Lantinga Added a test case
2006-02-21 Sam Lantinga *** empty log message ***
2006-02-21 Sam Lantinga Catch the C++ and Objective C sources too...
2006-02-21 Sam Lantinga Use consistent identifiers for the various platforms we support.
2006-02-21 Sam Lantinga *** empty log message ***
2006-02-21 Sam Lantinga Date: Mon, 20 Feb 2006 19:54:51 -0500
2006-02-20 Sam Lantinga *** empty log message ***
2006-02-20 Sam Lantinga Whoops. :)
2006-02-20 Sam Lantinga Added rules to build libSDLmain.a
2006-02-20 Patrice Mandin Add missing include directories
2006-02-20 Patrice Mandin Hum badly edited source
2006-02-20 Sam Lantinga Set the install permissions correctly
2006-02-20 Sam Lantinga Pass LDFLAGS to the build system
2006-02-20 Sam Lantinga *** empty log message ***
2006-02-20 Sam Lantinga Blargle-fnargle dependencies and build rules
2006-02-20 Sam Lantinga Added DESTDIR support
2006-02-20 Sam Lantinga Fixed X11 library detection
2006-02-20 Sam Lantinga Fixed build dependencies... ugh
2006-02-20 Sam Lantinga Tests require SDL 1.2.10
2006-02-20 Sam Lantinga Pick the right default GL library on IRIX
2006-02-20 Sam Lantinga Fixed defaults for 8 bpp visuals
2006-02-20 Sam Lantinga build fixes for IRIX 6.5 - dynamic X11 loading works! :)
2006-02-20 Sam Lantinga NetBSD support
2006-02-20 Sam Lantinga *** empty log message ***
2006-02-20 Sam Lantinga On FreeBSD, alloca is defined in stdlib.h
2006-02-20 Sam Lantinga Completely removed dependency on automake
2006-02-19 Sam Lantinga Use only safe string functions
2006-02-19 Sam Lantinga *** empty log message ***
2006-02-19 Sam Lantinga *** empty log message ***
2006-02-19 Sam Lantinga I don't think we need aclocal anymore (comes from the automake package)
2006-02-19 Sam Lantinga sprintf should have been snprintf
2006-02-19 Sam Lantinga QuickTime depends on Carbon and ApplicationServices
2006-02-19 Sam Lantinga *** empty log message ***
2006-02-19 Sam Lantinga Whoops
2006-02-18 Sam Lantinga Added a reminder on where to put libSDL.so
2006-02-18 Sam Lantinga Detect the X11 library on Solaris x86
2006-02-18 Sam Lantinga Doh! Bitten by search and replace. :)
2006-02-18 Sam Lantinga More fixes for building on BeOS
2006-02-17 Sam Lantinga Fixes for BeOS and Solaris builds
2006-02-16 Sam Lantinga spaces, not tabs. :)
2006-02-16 Patrice Mandin Add missing clause
2006-02-16 Patrice Mandin Fix typo
2006-02-16 Sam Lantinga Fixed building with cygwin
2006-02-16 Sam Lantinga *** empty log message ***
2006-02-16 Sam Lantinga New configure-based build system. Still work in progress, but much improved
2006-02-10 Sam Lantinga *** empty log message ***
2006-02-10 Sam Lantinga *** empty log message ***
2006-02-10 Sam Lantinga More header massaging... works great on Windows. ;-)
2006-02-10 Sam Lantinga Whoops, need this. :)
2006-02-10 Sam Lantinga *** empty log message ***
2006-02-10 Sam Lantinga *** empty log message ***
2006-02-09 Sam Lantinga Fixed build problem with SDL_string.c
2006-02-09 Sam Lantinga Started the process of improving configure support, and merging C types
2006-02-09 Sam Lantinga Disable freaking autoheader. :)
2006-02-08 Ryan C. Gordon Changed X11 header order so it works on Solaris.
2006-02-08 Patrice Mandin Fixes for new SDL embedded libc stuff
2006-02-08 Sam Lantinga *** empty log message ***
2006-02-08 Sam Lantinga Date: Mon, 6 Feb 2006 11:41:04 -0500
2006-02-08 Sam Lantinga Check for strtod
2006-02-08 Sam Lantinga Default to build SDL without MSVCRT
2006-02-07 Sam Lantinga Fixes for Visual C++ 6.0
2006-02-07 Sam Lantinga G:\SDL-12-CVS\src\video\math_private.h(171) : error C4226:
2006-02-07 Sam Lantinga *** empty log message ***
2006-02-07 Sam Lantinga Fixed it Hayashi Naoyuki's way. :)
2006-02-07 Sam Lantinga Configure dynamically generates SDL_config.h
2006-02-07 Ryan C. Gordon Faster fades when changing to/from/between fullscreen modes on Mac OS X. Also,
2006-02-07 Sam Lantinga *** empty log message ***
2006-02-07 Sam Lantinga Removed uses of stdlib.h and string.h