comparison docs.html @ 1895:c121d94672cb

SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 10 Jul 2006 21:04:37 +0000
parents c08abb88531b
children a67a961e2171
comparison
equal deleted inserted replaced
1894:c69cee13dd76 1895:c121d94672cb
11 The latest stable release may be found on the 11 The latest stable release may be found on the
12 <a href="http://www.libsdl.org/">SDL website</A>. 12 <a href="http://www.libsdl.org/">SDL website</A>.
13 </P> 13 </P>
14 14
15 <H2> <A HREF="docs/index.html">API Documentation</A> </H2> 15 <H2> <A HREF="docs/index.html">API Documentation</A> </H2>
16
17 <H2> SDL 1.2.11 Release Notes </H2>
18 <P>
19 SDL 1.2.11 is a minor bug fix release.
20 </P>
21
22 <H3> Unix Notes </H3>
23
24 <BLOCKQUOTE>
25 <P>
26 Dynamic X11 loading is only enabled with gcc 4 supporting -fvisibility=hidden. This fixes crashes related to symbol collisions, and allows building on Solaris and IRIX.
27 </P>
28 <P>
29 Fixed building SDL with Xinerama disabled.
30 </P>
31 <P>
32 Fixed DRI OpenGL library loading, using RTLD_GLOBAL in dlopen().
33 </P>
34 <P>
35 Added pkgconfig configuration support.
36 </P>
37 </BLOCKQUOTE>
38
39 <H3> Windows Notes </H3>
40
41 <BLOCKQUOTE>
42 <P>
43 Setting SDL_GL_SWAP_CONTROL now works with Windows OpenGL.
44 </P>
45 <P>
46 The Win32 window positioning code works properly for windows with menus.
47 </P>
48 <P>
49 DirectSound audio quality has been improved on certain sound cards.
50 </P>
51 <P>
52 Fixed 5.1 audio channel ordering on Windows and Mac OS X.
53 </P>
54 <P>
55 Plugged a couple of minor memory leaks in the windib video driver.
56 </P>
57 <P>
58 Fixed type collision with stdint.h when building with gcc on Win32.
59 </P>
60 <P>
61 Fixed building with the Digital Mars Compiler on Win32.
62 </P>
63 </BLOCKQUOTE>
64
65 <H3> Mac OS X Notes </H3>
66
67 <BLOCKQUOTE>
68 <P>
69 The Quartz video driver supports 32x32 cursors on Mac OS X 10.3 and above.
70 </P>
71 </BLOCKQUOTE>
72
73 <IMG SRC="docs/images/rainbow.gif" ALT="[separator]" WIDTH="100%">
74 16
75 <H2> SDL 1.2.10 Release Notes </H2> 17 <H2> SDL 1.2.10 Release Notes </H2>
76 <P> 18 <P>
77 SDL 1.2.10 is a major release, featuring a revamp of the build system and many API improvements and bug fixes. 19 SDL 1.2.10 is a major release, featuring a revamp of the build system and many API improvements and bug fixes.
78 </P> 20 </P>