comparison docs.html @ 838:f9a5fbcdf868

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Tue, 17 Feb 2004 18:01:39 +0000
parents 6ae8eacccc7c
children 6013fddf4c91
comparison
equal deleted inserted replaced
837:4bc7e16a13ed 838:f9a5fbcdf868
18 18
19 <H2> 19 <H2>
20 Major changes since SDL 1.0.0: 20 Major changes since SDL 1.0.0:
21 </H2> 21 </H2>
22 <UL> 22 <UL>
23 <LI> 1.2.7: Increased sensitivity of the Windows joystick driver
24 <LI> 1.2.7: Added support for SDL_VIDEO_WINDOW_POS and SDL_VIDEO_CENTERED on Windows
25 <LI> 1.2.7: Added fullscreen toggle support in testwm for Windows, etc.
26 <LI> 1.2.7: Fixed mouse focus events after resetting video mode on Windows
27 <LI> 1.2.7: Added colorkey blit tests to testvidinfo (thanks Mike!)
28 <LI> 1.2.7: Added video hardware acceleration support on QNX (thanks Mike!)
29 <LI> 1.2.7: SDL no longer sets a fatal signal handler for SIGPIPE
30 <LI> 1.2.7: Fixed modifier key state on MacOS X (thanks Max!)
31 <LI> 1.2.7: Added support for remote XVideo (thanks Frederic!)
32 <LI> 1.2.7: Try to use higher refresh rate by default in DirectX driver (thanks Dmitry!)
33 <LI> 1.2.7: Fixed static linking on MacOS X (thanks Max!)
34 <LI> 1.2.7: Various Atari video driver improvements (thanks Patrice!)
35 <LI> 1.2.7: Fixed compiling with broken Linux 2.6 headers
36 <LI> 1.2.7: Fixed mouse cursor visibility and focus events on MacOS X (thanks Max!)
37 <LI> 1.2.7: Added support for /dev/joy* on Free/Net/OpenBSD (thanks Christian!)
38 <LI> 1.2.7: Fixed problems with CD-ROM audio playback on MacOS X 10.1
39 <LI> 1.2.7: Added dynamic GL library loading to MacOS Carbon support (thanks Anders!)
40 <LI> 1.2.7: Added the ability to hide the cursor in the DirectFB driver (thanks Pete!)
41 <LI> 1.2.7: Added minor cleanup for Embedded Visual C++ 3.0 (thanks Andy!)
42 <LI> 1.2.7: Fixed high CPU usage with ALSA audio driver (thanks Michel!)
43 <LI> 1.2.7: Added function to create RWops from const memory: SDL_RWFromConstMem()
44 <LI> 1.2.7: Fixed compiling with ALSA 1.0 (thanks Stephane!)
45 <LI> 1.2.7: Added YUV overlay support on BeOS (thanks Andrew!)
46 <LI> 1.2.7: Fixed build problems with newer versions of automake
47 <LI> 1.2.7: Fixed MacOS X libtool framework support (thanks Max!)
48 <LI> 1.2.7: Added CPU feature detection functions to SDL_cpuinfo.h
49 <LI> 1.2.7: Fixed illegal instruction crash using 3DNow on Intel processors
50 <LI> 1.2.7: Fixed asm issues with mmx.h and gcc 3.3 (thanks Stephane!)
51 <LI> 1.2.7: Updated libtool support so Mingw32 builds work.
52 <LI> 1.2.7: Disable screen saver in Windows DIB video driver
53 <LI> 1.2.7: Added Atari CD-ROM support (thanks Patrice!)
54 <LI> 1.2.7: Fixed crash calling app defined window proc (thanks Scott!)
55 <LI> 1.2.7: Fixed long long constant warnings in GCC 3.3.1 (thanks Stephane!)
56 <LI> 1.2.7: Added configure.in support for K*BSD (thanks Robert!)
57 <LI> 1.2.7: Added QNX package and audio fixes (thanks Mike!)
58 <LI> 1.2.7: Fixed joystick open problems on BSD (thanks SUGIMOTO!)
59 <LI> 1.2.7: Fixed X11 mode line crash with only one video mode (thanks Alan!)
23 <LI> 1.2.6: Fixed bugs in the Nano-X video driver 60 <LI> 1.2.6: Fixed bugs in the Nano-X video driver
24 <LI> 1.2.6: Fixed use of SDL with XInitThreads() 61 <LI> 1.2.6: Fixed use of SDL with XInitThreads()
25 <LI> 1.2.6: Added MMX and 3DNow! optimized alpha blitters (thanks Stephane!) 62 <LI> 1.2.6: Added MMX and 3DNow! optimized alpha blitters (thanks Stephane!)
26 <LI> 1.2.6: Turned dynamic loading of ESD and aRts on by default 63 <LI> 1.2.6: Turned dynamic loading of ESD and aRts on by default
27 <LI> 1.2.6: Fixed fullscreen mouse click bug in Quartz events (thanks Max!) 64 <LI> 1.2.6: Fixed fullscreen mouse click bug in Quartz events (thanks Max!)