Mercurial > sdl-ios-xcode
comparison docs.html @ 4115:63b57f6b6523 SDL-1.2
Updated patch notes for 1.2.13
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 29 Dec 2007 06:21:47 +0000 |
parents | a66ac59b3939 |
children | 98dee075dae0 |
comparison
equal
deleted
inserted
replaced
4114:fc27f3e8eee4 | 4115:63b57f6b6523 |
---|---|
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.13 Release Notes </H2> | |
18 <P> | |
19 SDL 1.2.13 is a minor bug fix release. | |
20 </P> | |
21 | |
22 <H3> General Notes </H3> | |
23 | |
24 <BLOCKQUOTE> | |
25 <P> | |
26 Fixed link error when building with Intel Compiler 10. | |
27 </P> | |
28 <P> | |
29 Removed stray C++ comment from public headers. | |
30 </P> | |
31 </BLOCKQUOTE> | |
32 | |
33 <H3> Unix Notes </H3> | |
34 | |
35 <BLOCKQUOTE> | |
36 <P> | |
37 Fixed crash in SDL_SoftStretch() on secure operating systems. | |
38 </P> | |
39 <P> | |
40 Worked around BadAlloc error when using XVideo on the XFree86 Intel Integrated Graphics driver. | |
41 </P> | |
42 <P> | |
43 Scan for all joysticks on Linux instead of stopping at one that was removed. | |
44 </P> | |
45 </BLOCKQUOTE> | |
46 | |
47 <H3> Windows Notes </H3> | |
48 | |
49 <BLOCKQUOTE> | |
50 <P> | |
51 Fixed crash when a video driver reports higher than 32 bpp video modes. | |
52 </P> | |
53 <P> | |
54 Fixed restoring the desktop after setting a 24-bit OpenGL video mode. | |
55 </P> | |
56 <P> | |
57 Fixed window titles on Windows 95/98/ME. | |
58 </P> | |
59 <P> | |
60 Added SDL_BUTTON_X1 and SDL_BUTTON_X2 constants for extended mouse buttons. | |
61 </P> | |
62 </BLOCKQUOTE> | |
63 | |
64 <H3> Mac OS X Notes </H3> | |
65 | |
66 <BLOCKQUOTE> | |
67 <P> | |
68 SDL now builds on Mac OS X 10.5 (Leopard). | |
69 </P> | |
70 <P> | |
71 Fixed high frequency crash involving text input. | |
72 </P> | |
73 <P> | |
74 Improved trackpad scrolling support. | |
75 </P> | |
76 </BLOCKQUOTE> | |
77 | |
78 <IMG SRC="docs/images/rainbow.gif" ALT="[separator]" WIDTH="100%"> | |
16 | 79 |
17 <H2> SDL 1.2.12 Release Notes </H2> | 80 <H2> SDL 1.2.12 Release Notes </H2> |
18 <P> | 81 <P> |
19 SDL 1.2.12 is a minor bug fix release. | 82 SDL 1.2.12 is a minor bug fix release. |
20 </P> | 83 </P> |