SDL/src
Bob Pendleton 3dc377941a This code adds support for DirectColor visuals to SDL 1.3. The support uses part of the Xmu library. To ensure that the library is
available and to keep people form having to install yet another library I have added the essential parts of Xmu in
src/video/extensions/XmuStdCmap and an include file in src/video/extensions. The support makes use of standard X11 mechanisms to
create color maps and make sure that an application uses the same color map for each window/visual combination. This should make it
possible for gamma support to be implemented based on a single color map per application.

Hurm... it looks like "make indent" modified a few extra files. Those are getting committed too.
2007-07-12 20:00:50 +00:00
..
audio Merged r3165:3166 from branches/SDL-1.2: gcc -Wall fix in arts audio target. 2007-07-08 01:37:48 +00:00
cdrom Use correct function to free allocated mem 2006-09-05 19:32:35 +00:00
cpuinfo SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
events Fixed bug #382 2007-07-06 09:22:18 +00:00
file This code adds support for DirectColor visuals to SDL 1.3. The support uses part of the Xmu library. To ensure that the library is 2007-07-12 20:00:50 +00:00
hermes Merged r3125:3126 from branches/SDL-1.2: yasm/nasm warning fix. 2007-07-03 09:54:27 +00:00
joystick Fixed joystick name detection - merged from revision 3226 on SDL 1.2 branch 2007-07-12 05:31:08 +00:00
loadso make indent 2007-06-14 13:21:29 +00:00
main Removed EPOC port from the 1.3 branch. 2007-06-15 15:54:07 +00:00
stdlib Merged Ryan's patch from revision 3238 in SDL 1.2 2007-07-12 08:07:30 +00:00
thread Removed EPOC port from the 1.3 branch. 2007-06-15 15:54:07 +00:00
timer Removed EPOC port from the 1.3 branch. 2007-06-15 15:54:07 +00:00
video This code adds support for DirectColor visuals to SDL 1.3. The support uses part of the Xmu library. To ensure that the library is 2007-07-12 20:00:50 +00:00
SDL_compat.c Reverted mousewheel support in 1.2, since it breaks binary compatibility. 2007-07-06 13:45:10 +00:00
SDL_error_c.h SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
SDL_error.c Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk. 2006-10-17 09:15:21 +00:00
SDL_fatal.c SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
SDL_fatal.h SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
SDL.c Look at environment variables in SDL_VideoInit() and SDL_AudioInit() 2006-07-15 19:30:18 +00:00