annotate docs.html @ 4318:34a0a589b9c4 SDL-1.2

Added SDL_VIDEO_FULLSCREEN_DISPLAY as a preferred synonym for SDL_VIDEO_FULLSCREEN_HEAD on X11.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 10 Oct 2009 15:06:04 +0000
parents 9c47984430f0
children
rev   line source
0
74212992fb08 Initial revision
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
1 <HTML>
74212992fb08 Initial revision
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
2 <HEAD><TITLE>SDL Stable Release</TITLE></HEAD>
74212992fb08 Initial revision
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
3 <BODY BGCOLOR="#FFEBCD" TEXT="#000000">
74212992fb08 Initial revision
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
4
74212992fb08 Initial revision
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
5 <IMG SRC="docs/images/rainbow.gif" ALT="[separator]" WIDTH="100%">
74212992fb08 Initial revision
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
6 <P>
511
79c189f5bd76 Added an environment variable SDL_HAS3BUTTONMOUSE for Quartz
Sam Lantinga <slouken@libsdl.org>
parents: 509
diff changeset
7 This source is stable, and is fully tested on all supported platforms.<br>
79c189f5bd76 Added an environment variable SDL_HAS3BUTTONMOUSE for Quartz
Sam Lantinga <slouken@libsdl.org>
parents: 509
diff changeset
8 Please send bug reports or questions to the SDL mailing list:<br>
79c189f5bd76 Added an environment variable SDL_HAS3BUTTONMOUSE for Quartz
Sam Lantinga <slouken@libsdl.org>
parents: 509
diff changeset
9 <a href="http://www.libsdl.org/mailing-list.php"
79c189f5bd76 Added an environment variable SDL_HAS3BUTTONMOUSE for Quartz
Sam Lantinga <slouken@libsdl.org>
parents: 509
diff changeset
10 >http://www.libsdl.org/mailing-list.php</a><br>
79c189f5bd76 Added an environment variable SDL_HAS3BUTTONMOUSE for Quartz
Sam Lantinga <slouken@libsdl.org>
parents: 509
diff changeset
11 The latest stable release may be found on the
79c189f5bd76 Added an environment variable SDL_HAS3BUTTONMOUSE for Quartz
Sam Lantinga <slouken@libsdl.org>
parents: 509
diff changeset
12 <a href="http://www.libsdl.org/">SDL website</A>.
79c189f5bd76 Added an environment variable SDL_HAS3BUTTONMOUSE for Quartz
Sam Lantinga <slouken@libsdl.org>
parents: 509
diff changeset
13 </P>
0
74212992fb08 Initial revision
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
14
74212992fb08 Initial revision
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
15 <H2> <A HREF="docs/index.html">API Documentation</A> </H2>
1840
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
16
4281
6e3c19f8ab96 SDL 1.2.14 is a recommended update.
Sam Lantinga <slouken@libsdl.org>
parents: 4280
diff changeset
17 <IMG SRC="docs/images/rainbow.gif" ALT="[separator]" WIDTH="100%">
6e3c19f8ab96 SDL 1.2.14 is a recommended update.
Sam Lantinga <slouken@libsdl.org>
parents: 4280
diff changeset
18
4139
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
19 <H2> SDL 1.2.14 Release Notes </H2>
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
20 <P>
4281
6e3c19f8ab96 SDL 1.2.14 is a recommended update.
Sam Lantinga <slouken@libsdl.org>
parents: 4280
diff changeset
21 SDL 1.2.14 is a significant bug fix release and a recommended update.
4139
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
22 </P>
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
23
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
24 <H3> General Notes </H3>
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
25
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
26 <BLOCKQUOTE>
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
27 <P>
4141
8b10a6efad41 Added patch note for Sylvain's patch
Sam Lantinga <slouken@libsdl.org>
parents: 4139
diff changeset
28 Fixed flicker when resizing the SDL window
4139
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
29 </P>
4280
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
30 <P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
31 Fixed crash in SDL_SetGammaRamp()
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
32 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
33 <P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
34 Fixed freeze in SDL_memset() with 0 length when assembly code is disabled.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
35 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
36 <P>
4299
0ca47eaff9c9 Changed environment variable to match Debian patch 205_lock_keys.diff
Sam Lantinga <slouken@libsdl.org>
parents: 4294
diff changeset
37 Added SDL_DISABLE_LOCK_KEYS environment variable to enable normal up/down events for Caps-Lock and Num-Lock keys.
4280
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
38 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
39 <P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
40 Fixed audio quality problem when converting between 22050 Hz and 44100 Hz.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
41 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
42 <P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
43 Fixed a threading crash when a few threads are rapidly created and complete.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
44 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
45 <P>
4294
5b31c369820b Updated change log with recent checkins
Sam Lantinga <slouken@libsdl.org>
parents: 4281
diff changeset
46 Increased accuracy of alpha blending routines.
5b31c369820b Updated change log with recent checkins
Sam Lantinga <slouken@libsdl.org>
parents: 4281
diff changeset
47 </P>
5b31c369820b Updated change log with recent checkins
Sam Lantinga <slouken@libsdl.org>
parents: 4281
diff changeset
48 <P>
4280
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
49 Fixed crash loading BMP files saved with the scanlines inverted.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
50 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
51 <P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
52 Fixed mouse coordinate clamping if SDL_SetVideoMode() isn't called in response to SDL_VIDEORESIZE event.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
53 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
54 <P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
55 Added doxygen documentation for the SDL API headers.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
56 </P>
4139
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
57 </BLOCKQUOTE>
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
58
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
59 <H3> Unix Notes </H3>
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
60
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
61 <BLOCKQUOTE>
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
62 <P>
4280
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
63 Fixed potential memory corruption due to assembly bug with SDL_revcpy()
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
64 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
65 <P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
66 Fixed crashes trying to detect SSE features on x86_64 architecture.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
67 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
68 <P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
69 Fixed assembly for GCC optimized 50% alpha blending blits.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
70 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
71 <P>
4139
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
72 Added configure option --enable-screensaver, to allow enabling the screensaver by default.
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
73 </P>
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
74 <P>
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
75 Use XResetScreenSaver() instead of disabling screensaver entirely.
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
76 </P>
4280
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
77 <P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
78 Removed the maximum window size limitation on X11.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
79 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
80 <P>
4294
5b31c369820b Updated change log with recent checkins
Sam Lantinga <slouken@libsdl.org>
parents: 4281
diff changeset
81 Fixed SDL_GL_SWAP_CONTROL on X11.
5b31c369820b Updated change log with recent checkins
Sam Lantinga <slouken@libsdl.org>
parents: 4281
diff changeset
82 </P>
5b31c369820b Updated change log with recent checkins
Sam Lantinga <slouken@libsdl.org>
parents: 4281
diff changeset
83 <P>
4280
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
84 Fixed setting the X11 window input hint.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
85 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
86 <P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
87 Fixed distorted X11 window icon for some visuals.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
88 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
89 <P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
90 Fixed detecting X11 libraries for dynamic loading on 64-bit Linux.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
91 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
92 <P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
93 SDL_GL_GetAttribute(SDL_GL_SWAP_CONTROL) returns the correct value with GLX_SGI_swap_control.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
94 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
95 <P>
4318
34a0a589b9c4 Added SDL_VIDEO_FULLSCREEN_DISPLAY as a preferred synonym for SDL_VIDEO_FULLSCREEN_HEAD on X11.
Sam Lantinga <slouken@libsdl.org>
parents: 4302
diff changeset
96 Added SDL_VIDEO_FULLSCREEN_DISPLAY as a preferred synonym for SDL_VIDEO_FULLSCREEN_HEAD on X11.
34a0a589b9c4 Added SDL_VIDEO_FULLSCREEN_DISPLAY as a preferred synonym for SDL_VIDEO_FULLSCREEN_HEAD on X11.
Sam Lantinga <slouken@libsdl.org>
parents: 4302
diff changeset
97 </P>
34a0a589b9c4 Added SDL_VIDEO_FULLSCREEN_DISPLAY as a preferred synonym for SDL_VIDEO_FULLSCREEN_HEAD on X11.
Sam Lantinga <slouken@libsdl.org>
parents: 4302
diff changeset
98 <P>
34a0a589b9c4 Added SDL_VIDEO_FULLSCREEN_DISPLAY as a preferred synonym for SDL_VIDEO_FULLSCREEN_HEAD on X11.
Sam Lantinga <slouken@libsdl.org>
parents: 4302
diff changeset
99 The SDL_VIDEO_FULLSCREEN_DISPLAY environment variable can be set to 0 to place fullscreen SDL windows on the first Xinerama screen.
4280
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
100 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
101 <P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
102 Added the SDL_VIDEO_FBCON_ROTATION environment variable to control output orientation on the framebuffer console.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
103 <BR>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
104 Valid values are:
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
105 <UL>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
106 <LI>not set - Not rotating, no shadow.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
107 <LI>"NONE" - Not rotating, but still using shadow.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
108 <LI>"CW" - Rotating screen clockwise.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
109 <LI>"UD" - Rotating screen upside down.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
110 <LI>"CCW" - Rotating screen counter clockwise.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
111 </UL>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
112 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
113 <P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
114 Fixed DirectFB detection on some Linux distributions.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
115 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
116 <P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
117 Added code to use the PS3 SPE processors for YUV conversion on Linux.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
118 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
119 <P>
4294
5b31c369820b Updated change log with recent checkins
Sam Lantinga <slouken@libsdl.org>
parents: 4281
diff changeset
120 Updated ALSA support to the latest stable API
5b31c369820b Updated change log with recent checkins
Sam Lantinga <slouken@libsdl.org>
parents: 4281
diff changeset
121 </P>
5b31c369820b Updated change log with recent checkins
Sam Lantinga <slouken@libsdl.org>
parents: 4281
diff changeset
122 <P>
4302
9c47984430f0 Added patch note for revision 5005
Sam Lantinga <slouken@libsdl.org>
parents: 4299
diff changeset
123 ALSA is now preferred over OSS audio. (SDL_AUDIODRIVER=dsp will restore the previous behavior.)
9c47984430f0 Added patch note for revision 5005
Sam Lantinga <slouken@libsdl.org>
parents: 4299
diff changeset
124 </P>
9c47984430f0 Added patch note for revision 5005
Sam Lantinga <slouken@libsdl.org>
parents: 4299
diff changeset
125 <P>
4280
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
126 Improved support for PulseAudio
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
127 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
128 <P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
129 The Network Audio System support is now dynamically loaded at runtime.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
130 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
131 <P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
132 Fixed crash with the MP-8866 Dual USB Joypad on newer Linux kernels.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
133 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
134 <P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
135 Fixed crash in SDL_Quit() when a joystick has been unplugged.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
136 </P>
4139
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
137 </BLOCKQUOTE>
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
138
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
139 <H3> Windows Notes </H3>
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
140
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
141 <BLOCKQUOTE>
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
142 <P>
4280
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
143 Verified 100% compatibility with Windows 7.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
144 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
145 <P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
146 Prevent loss of OpenGL context when setting the video mode in response to a window resize event.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
147 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
148 <P>
4294
5b31c369820b Updated change log with recent checkins
Sam Lantinga <slouken@libsdl.org>
parents: 4281
diff changeset
149 Fixed video initialization with SDL_WINDOWID on Windows XP.
5b31c369820b Updated change log with recent checkins
Sam Lantinga <slouken@libsdl.org>
parents: 4281
diff changeset
150 </P>
5b31c369820b Updated change log with recent checkins
Sam Lantinga <slouken@libsdl.org>
parents: 4281
diff changeset
151 <P>
4280
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
152 Improved mouse input responsiveness for first-person-shooter games.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
153 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
154 <P>
4294
5b31c369820b Updated change log with recent checkins
Sam Lantinga <slouken@libsdl.org>
parents: 4281
diff changeset
155 IME messages are now generated for localized input.
5b31c369820b Updated change log with recent checkins
Sam Lantinga <slouken@libsdl.org>
parents: 4281
diff changeset
156 </P>
5b31c369820b Updated change log with recent checkins
Sam Lantinga <slouken@libsdl.org>
parents: 4281
diff changeset
157 <P>
5b31c369820b Updated change log with recent checkins
Sam Lantinga <slouken@libsdl.org>
parents: 4281
diff changeset
158 SDL_RWFromFile() takes a UTF-8 filename when opening a file.
5b31c369820b Updated change log with recent checkins
Sam Lantinga <slouken@libsdl.org>
parents: 4281
diff changeset
159 </P>
5b31c369820b Updated change log with recent checkins
Sam Lantinga <slouken@libsdl.org>
parents: 4281
diff changeset
160 <P>
4280
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
161 The SDL_STDIO_REDIRECT environment variable can be used to override whether SDL redirects stdio to stdout.txt and stderr.txt.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
162 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
163 <P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
164 Fixed dynamic object loading on Windows CE.
4139
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
165 </P>
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
166 </BLOCKQUOTE>
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
167
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
168 <H3> Mac OS X Notes </H3>
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
169
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
170 <BLOCKQUOTE>
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
171 <P>
4280
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
172 SDL now builds on Mac OS X 10.6 (Snow Leopard).
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
173 <BR>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
174 Eric Wing posted a good rundown on the numerous changes here: <A HREF="http://playcontrol.net/ewing/jibberjabber/big_behind-the-scenes_chang.html">http://playcontrol.net/ewing/jibberjabber/big_behind-the-scenes_chang.html</A>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
175 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
176 <P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
177 The X11 video driver is built by default.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
178 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
179 <P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
180 Fixed SDL_VIDEO_WINDOW_POS environment variable for Quartz target.
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
181 </P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
182 <P>
e1826b24ee8d Updated documentation with major changes for 1.2.14
Sam Lantinga <slouken@libsdl.org>
parents: 4141
diff changeset
183 Fixed setting the starting working directory in release builds.
4139
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
184 </P>
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
185 </BLOCKQUOTE>
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
186
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
187 <IMG SRC="docs/images/rainbow.gif" ALT="[separator]" WIDTH="100%">
568c9b3c0167 * Added configure option --enable-screensaver, to allow enabling the screensaver by default.
Sam Lantinga <slouken@libsdl.org>
parents: 4123
diff changeset
188
4115
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
189 <H2> SDL 1.2.13 Release Notes </H2>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
190 <P>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
191 SDL 1.2.13 is a minor bug fix release.
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
192 </P>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
193
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
194 <H3> General Notes </H3>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
195
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
196 <BLOCKQUOTE>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
197 <P>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
198 Fixed link error when building with Intel Compiler 10.
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
199 </P>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
200 <P>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
201 Removed stray C++ comment from public headers.
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
202 </P>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
203 </BLOCKQUOTE>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
204
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
205 <H3> Unix Notes </H3>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
206
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
207 <BLOCKQUOTE>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
208 <P>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
209 Fixed crash in SDL_SoftStretch() on secure operating systems.
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
210 </P>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
211 <P>
4119
98dee075dae0 Added patch note for fixing bug #503
Sam Lantinga <slouken@libsdl.org>
parents: 4115
diff changeset
212 Fixed undefined symbol on X11 implementations without UTF-8 support.
98dee075dae0 Added patch note for fixing bug #503
Sam Lantinga <slouken@libsdl.org>
parents: 4115
diff changeset
213 </P>
98dee075dae0 Added patch note for fixing bug #503
Sam Lantinga <slouken@libsdl.org>
parents: 4115
diff changeset
214 <P>
4115
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
215 Worked around BadAlloc error when using XVideo on the XFree86 Intel Integrated Graphics driver.
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
216 </P>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
217 <P>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
218 Scan for all joysticks on Linux instead of stopping at one that was removed.
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
219 </P>
4121
917ca146d901 J. Snell fixed bug #482
Sam Lantinga <slouken@libsdl.org>
parents: 4120
diff changeset
220 <P>
917ca146d901 J. Snell fixed bug #482
Sam Lantinga <slouken@libsdl.org>
parents: 4120
diff changeset
221 Fixed use of sdl-config arguments in sdl.m4
917ca146d901 J. Snell fixed bug #482
Sam Lantinga <slouken@libsdl.org>
parents: 4120
diff changeset
222 </P>
4115
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
223 </BLOCKQUOTE>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
224
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
225 <H3> Windows Notes </H3>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
226
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
227 <BLOCKQUOTE>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
228 <P>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
229 Fixed crash when a video driver reports higher than 32 bpp video modes.
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
230 </P>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
231 <P>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
232 Fixed restoring the desktop after setting a 24-bit OpenGL video mode.
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
233 </P>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
234 <P>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
235 Fixed window titles on Windows 95/98/ME.
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
236 </P>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
237 <P>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
238 Added SDL_BUTTON_X1 and SDL_BUTTON_X2 constants for extended mouse buttons.
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
239 </P>
4119
98dee075dae0 Added patch note for fixing bug #503
Sam Lantinga <slouken@libsdl.org>
parents: 4115
diff changeset
240 <P>
98dee075dae0 Added patch note for fixing bug #503
Sam Lantinga <slouken@libsdl.org>
parents: 4115
diff changeset
241 Added support for quoted command line arguments.
98dee075dae0 Added patch note for fixing bug #503
Sam Lantinga <slouken@libsdl.org>
parents: 4115
diff changeset
242 </P>
4115
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
243 </BLOCKQUOTE>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
244
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
245 <H3> Mac OS X Notes </H3>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
246
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
247 <BLOCKQUOTE>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
248 <P>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
249 SDL now builds on Mac OS X 10.5 (Leopard).
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
250 </P>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
251 <P>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
252 Fixed high frequency crash involving text input.
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
253 </P>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
254 <P>
4123
9d90d7765fa7 Guillaume Borios fixed bug #508
Sam Lantinga <slouken@libsdl.org>
parents: 4121
diff changeset
255 Fixed beeping when the escape key is pressed and UNICODE translation is enabled.
9d90d7765fa7 Guillaume Borios fixed bug #508
Sam Lantinga <slouken@libsdl.org>
parents: 4121
diff changeset
256 </P>
9d90d7765fa7 Guillaume Borios fixed bug #508
Sam Lantinga <slouken@libsdl.org>
parents: 4121
diff changeset
257 <P>
4115
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
258 Improved trackpad scrolling support.
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
259 </P>
4120
d07c60f5e460 Fixed bug #478
Sam Lantinga <slouken@libsdl.org>
parents: 4119
diff changeset
260 <P>
d07c60f5e460 Fixed bug #478
Sam Lantinga <slouken@libsdl.org>
parents: 4119
diff changeset
261 Fixed joystick hat reporting for certain joysticks.
d07c60f5e460 Fixed bug #478
Sam Lantinga <slouken@libsdl.org>
parents: 4119
diff changeset
262 </P>
4115
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
263 </BLOCKQUOTE>
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
264
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
265 <IMG SRC="docs/images/rainbow.gif" ALT="[separator]" WIDTH="100%">
63b57f6b6523 Updated patch notes for 1.2.13
Sam Lantinga <slouken@libsdl.org>
parents: 4083
diff changeset
266
3960
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
267 <H2> SDL 1.2.12 Release Notes </H2>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
268 <P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
269 SDL 1.2.12 is a minor bug fix release.
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
270 </P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
271
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
272 <H3> General Notes </H3>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
273
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
274 <BLOCKQUOTE>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
275 <P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
276 Added support for the PulseAudio sound server: http://www.pulseaudio.org/
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
277 </P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
278 <P>
3982
0a0f8cccc77c Updated "What's New" docs.
Ryan C. Gordon <icculus@icculus.org>
parents: 3976
diff changeset
279 Added SDL_VIDEO_ALLOW_SCREENSAVER to override SDL's disabling of the screensaver on Mac OS X, Windows, and X11.
3960
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
280 </P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
281 <P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
282 Fixed buffer overrun crash when resampling audio rates.
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
283 </P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
284 <P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
285 Fixed audio bug where converting to mono was doubling the volume.
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
286 </P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
287 <P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
288 Fixed off-by-one error in the C implementation of SDL_revcpy()
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
289 </P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
290 <P>
3966
c0de2aac0a8c Added patch note for subversion revision 3076
Sam Lantinga <slouken@libsdl.org>
parents: 3963
diff changeset
291 Fixed compiling with Sun Studio.
c0de2aac0a8c Added patch note for subversion revision 3076
Sam Lantinga <slouken@libsdl.org>
parents: 3963
diff changeset
292 </P>
c0de2aac0a8c Added patch note for subversion revision 3076
Sam Lantinga <slouken@libsdl.org>
parents: 3963
diff changeset
293 <P>
3960
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
294 Support for AmigaOS has been removed from the main SDL code.
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
295 </P>
3968
ae0be7edf7d0 Removed EPOC port...it's being replaced by an updated Symbian port with the
Ryan C. Gordon <icculus@icculus.org>
parents: 3966
diff changeset
296 <P>
ae0be7edf7d0 Removed EPOC port...it's being replaced by an updated Symbian port with the
Ryan C. Gordon <icculus@icculus.org>
parents: 3966
diff changeset
297 Support for Nokia 9210 "EPOC" driver has been removed from the main SDL code.
ae0be7edf7d0 Removed EPOC port...it's being replaced by an updated Symbian port with the
Ryan C. Gordon <icculus@icculus.org>
parents: 3966
diff changeset
298 </P>
3975
e85e65aec22f Added S60 port.
Ryan C. Gordon <icculus@icculus.org>
parents: 3970
diff changeset
299 <P>
e85e65aec22f Added S60 port.
Ryan C. Gordon <icculus@icculus.org>
parents: 3970
diff changeset
300 Unofficial support for the S60/SymbianOS platform has been added.
e85e65aec22f Added S60 port.
Ryan C. Gordon <icculus@icculus.org>
parents: 3970
diff changeset
301 </P>
3976
8582c6a5ca16 Added initial support for Nintendo DS, based on the work by Troy Davis (GPF)
Sam Lantinga <slouken@libsdl.org>
parents: 3975
diff changeset
302 <P>
8582c6a5ca16 Added initial support for Nintendo DS, based on the work by Troy Davis (GPF)
Sam Lantinga <slouken@libsdl.org>
parents: 3975
diff changeset
303 Unofficial support for the Nintendo DS platform has been added.
8582c6a5ca16 Added initial support for Nintendo DS, based on the work by Troy Davis (GPF)
Sam Lantinga <slouken@libsdl.org>
parents: 3975
diff changeset
304 </P>
4048
3e380b8247aa Added more release notes.
Ryan C. Gordon <icculus@icculus.org>
parents: 4032
diff changeset
305 <P>
3e380b8247aa Added more release notes.
Ryan C. Gordon <icculus@icculus.org>
parents: 4032
diff changeset
306 Reenabled MMX assembly for YUV overlay processing (GNU C Compiler only).
3e380b8247aa Added more release notes.
Ryan C. Gordon <icculus@icculus.org>
parents: 4032
diff changeset
307 </P>
3960
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
308 </BLOCKQUOTE>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
309
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
310 <H3> Unix Notes </H3>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
311
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
312 <BLOCKQUOTE>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
313 <P>
4021
cbad710a6509 Fixed bug #437
Sam Lantinga <slouken@libsdl.org>
parents: 4011
diff changeset
314 Fixed detection of X11 DGA mouse support.
cbad710a6509 Fixed bug #437
Sam Lantinga <slouken@libsdl.org>
parents: 4011
diff changeset
315 </P>
cbad710a6509 Fixed bug #437
Sam Lantinga <slouken@libsdl.org>
parents: 4011
diff changeset
316 <P>
3994
720c59bd38ac Added some missing patch notes - Ryan, feel free to add them for your commits
Sam Lantinga <slouken@libsdl.org>
parents: 3993
diff changeset
317 Improved XIM support for asian character sets.
720c59bd38ac Added some missing patch notes - Ryan, feel free to add them for your commits
Sam Lantinga <slouken@libsdl.org>
parents: 3993
diff changeset
318 </P>
720c59bd38ac Added some missing patch notes - Ryan, feel free to add them for your commits
Sam Lantinga <slouken@libsdl.org>
parents: 3993
diff changeset
319 <P>
3960
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
320 The GFX_Display has been added to the X11 window information in SDL_syswm.h.
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
321 </P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
322 <P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
323 Fixed PAGE_SIZE compile error in the fbcon video driver on newer Linux kernels.
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
324 </P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
325 <P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
326 Fixed hang or crash at startup if aRts can't access the hardware.
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
327 </P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
328 <P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
329 Fixed relative mouse mode when the cursor starts outside the X11 window.
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
330 </P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
331 <P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
332 Fixed accidental free of stack memory in X11 mouse acceleration code.
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
333 </P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
334 <P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
335 Closed minor memory leak in XME code.
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
336 </P>
4048
3e380b8247aa Added more release notes.
Ryan C. Gordon <icculus@icculus.org>
parents: 4032
diff changeset
337 <P>
3e380b8247aa Added more release notes.
Ryan C. Gordon <icculus@icculus.org>
parents: 4032
diff changeset
338 Fixed TEXTRELs in the library to resolve some PIC issues.
3e380b8247aa Added more release notes.
Ryan C. Gordon <icculus@icculus.org>
parents: 4032
diff changeset
339 </P>
3960
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
340 </BLOCKQUOTE>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
341
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
342 <H3> Windows Notes </H3>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
343
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
344 <BLOCKQUOTE>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
345 <P>
3993
8488d3c24dd5 Added patch note for fixing bug 335
Sam Lantinga <slouken@libsdl.org>
parents: 3982
diff changeset
346 The GDI video driver makes better use of the palette in 8-bit modes.
8488d3c24dd5 Added patch note for fixing bug 335
Sam Lantinga <slouken@libsdl.org>
parents: 3982
diff changeset
347 </P>
8488d3c24dd5 Added patch note for fixing bug 335
Sam Lantinga <slouken@libsdl.org>
parents: 3982
diff changeset
348 <P>
3970
203695f768e0 Added support for WM_XBUTTON to the windib driver, to support more mouse
Ryan C. Gordon <icculus@icculus.org>
parents: 3968
diff changeset
349 The windib driver now supports more mouse buttons with WM_XBUTTON events.
203695f768e0 Added support for WM_XBUTTON to the windib driver, to support more mouse
Ryan C. Gordon <icculus@icculus.org>
parents: 3968
diff changeset
350 </P>
203695f768e0 Added support for WM_XBUTTON to the windib driver, to support more mouse
Ryan C. Gordon <icculus@icculus.org>
parents: 3968
diff changeset
351 <P>
4083
a66ac59b3939 Added patch note for bug #461
Sam Lantinga <slouken@libsdl.org>
parents: 4074
diff changeset
352 On Windows, SDL_SetVideoMode() will re-create the window instead of failing if the multisample settings are changed.
a66ac59b3939 Added patch note for bug #461
Sam Lantinga <slouken@libsdl.org>
parents: 4074
diff changeset
353 </P>
a66ac59b3939 Added patch note for bug #461
Sam Lantinga <slouken@libsdl.org>
parents: 4074
diff changeset
354 <P>
3960
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
355 Added support for UTF-8 window titles on Windows.
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
356 </P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
357 <P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
358 Fixed joystick detection on Windows.
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
359 </P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
360 <P>
4032
7247f700c018 Added patch note for file I/O speedup
Sam Lantinga <slouken@libsdl.org>
parents: 4025
diff changeset
361 Improved performance with Win32 file I/O.
7247f700c018 Added patch note for file I/O speedup
Sam Lantinga <slouken@libsdl.org>
parents: 4025
diff changeset
362 </P>
7247f700c018 Added patch note for file I/O speedup
Sam Lantinga <slouken@libsdl.org>
parents: 4025
diff changeset
363 <P>
3960
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
364 Fixed HBITMAP leak in GAPI driver.
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
365 </P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
366 </BLOCKQUOTE>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
367
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
368 <H3> Mac OS X Notes </H3>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
369
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
370 <BLOCKQUOTE>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
371 <P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
372 Added support for multi-axis controllers like 3Dconnxion's SpaceNavigator on Mac OS X.
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
373 </P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
374 <P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
375 Fixed YUV overlay crash inside Quicktime on Intel Mac OS X.
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
376 </P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
377 <P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
378 Fixed blitting alignment in Altivec alpha blit functions.
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
379 </P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
380 <P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
381 Keys F13, F14, and F15 are now usable on Apple keyboards under Mac OS X.
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
382 </P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
383 <P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
384 Fixed joystick calibration code on Mac OS X.
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
385 </P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
386 <P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
387 Fixed mouse jitter when multiple motion events are queued up in Mac OS X.
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
388 </P>
4074
fd1cbe7a706c Added a patch note for the Mac OS X cursor bug
Sam Lantinga <slouken@libsdl.org>
parents: 4048
diff changeset
389 <P>
fd1cbe7a706c Added a patch note for the Mac OS X cursor bug
Sam Lantinga <slouken@libsdl.org>
parents: 4048
diff changeset
390 Fixed changing the cursor in fullscreen mode on Mac OS X.
fd1cbe7a706c Added a patch note for the Mac OS X cursor bug
Sam Lantinga <slouken@libsdl.org>
parents: 4048
diff changeset
391 </P>
3960
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
392 </BLOCKQUOTE>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
393
3963
a9ad5257f794 Added docs for revision 3073 - Ryan, feel free to do this yourself, if you want.
Sam Lantinga <slouken@libsdl.org>
parents: 3960
diff changeset
394 <H3> Mac OS Classic Notes </H3>
a9ad5257f794 Added docs for revision 3073 - Ryan, feel free to do this yourself, if you want.
Sam Lantinga <slouken@libsdl.org>
parents: 3960
diff changeset
395
a9ad5257f794 Added docs for revision 3073 - Ryan, feel free to do this yourself, if you want.
Sam Lantinga <slouken@libsdl.org>
parents: 3960
diff changeset
396 <BLOCKQUOTE>
a9ad5257f794 Added docs for revision 3073 - Ryan, feel free to do this yourself, if you want.
Sam Lantinga <slouken@libsdl.org>
parents: 3960
diff changeset
397 <P>
a9ad5257f794 Added docs for revision 3073 - Ryan, feel free to do this yourself, if you want.
Sam Lantinga <slouken@libsdl.org>
parents: 3960
diff changeset
398 Added support for gamma ramps to both toolbox and DrawSprocket video drivers.
a9ad5257f794 Added docs for revision 3073 - Ryan, feel free to do this yourself, if you want.
Sam Lantinga <slouken@libsdl.org>
parents: 3960
diff changeset
399 </P>
a9ad5257f794 Added docs for revision 3073 - Ryan, feel free to do this yourself, if you want.
Sam Lantinga <slouken@libsdl.org>
parents: 3960
diff changeset
400 </BLOCKQUOTE>
a9ad5257f794 Added docs for revision 3073 - Ryan, feel free to do this yourself, if you want.
Sam Lantinga <slouken@libsdl.org>
parents: 3960
diff changeset
401
3960
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
402 <H3> BeOS Notes </H3>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
403
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
404 <BLOCKQUOTE>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
405 <P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
406 Implemented mouse grabbing and mouse relative mode on BeOS.
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
407 </P>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
408 </BLOCKQUOTE>
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
409
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
410 <IMG SRC="docs/images/rainbow.gif" ALT="[separator]" WIDTH="100%">
f5daa62ce1c4 Updated docs with bug fixes in subversion.
Sam Lantinga <slouken@libsdl.org>
parents: 1892
diff changeset
411
1892
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
412 <H2> SDL 1.2.11 Release Notes </H2>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
413 <P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
414 SDL 1.2.11 is a minor bug fix release.
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
415 </P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
416
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
417 <H3> Unix Notes </H3>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
418
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
419 <BLOCKQUOTE>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
420 <P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
421 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.
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
422 </P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
423 <P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
424 Fixed building SDL with Xinerama disabled.
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
425 </P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
426 <P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
427 Fixed DRI OpenGL library loading, using RTLD_GLOBAL in dlopen().
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
428 </P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
429 <P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
430 Added pkgconfig configuration support.
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
431 </P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
432 </BLOCKQUOTE>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
433
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
434 <H3> Windows Notes </H3>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
435
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
436 <BLOCKQUOTE>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
437 <P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
438 Setting SDL_GL_SWAP_CONTROL now works with Windows OpenGL.
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
439 </P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
440 <P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
441 The Win32 window positioning code works properly for windows with menus.
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
442 </P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
443 <P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
444 DirectSound audio quality has been improved on certain sound cards.
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
445 </P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
446 <P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
447 Fixed 5.1 audio channel ordering on Windows and Mac OS X.
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
448 </P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
449 <P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
450 Plugged a couple of minor memory leaks in the windib video driver.
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
451 </P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
452 <P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
453 Fixed type collision with stdint.h when building with gcc on Win32.
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
454 </P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
455 <P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
456 Fixed building with the Digital Mars Compiler on Win32.
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
457 </P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
458 </BLOCKQUOTE>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
459
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
460 <H3> Mac OS X Notes </H3>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
461
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
462 <BLOCKQUOTE>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
463 <P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
464 The Quartz video driver supports 32x32 cursors on Mac OS X 10.3 and above.
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
465 </P>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
466 </BLOCKQUOTE>
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
467
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
468 <IMG SRC="docs/images/rainbow.gif" ALT="[separator]" WIDTH="100%">
c08abb88531b Added 1.2.11 patch notes
Sam Lantinga <slouken@libsdl.org>
parents: 1840
diff changeset
469
1840
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
470 <H2> SDL 1.2.10 Release Notes </H2>
0
74212992fb08 Initial revision
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
471 <P>
1840
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
472 SDL 1.2.10 is a major release, featuring a revamp of the build system and many API improvements and bug fixes.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
473 </P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
474 <H3> API enhancements </H3>
0
74212992fb08 Initial revision
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
475 <UL>
1840
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
476 <LI>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
477 If SDL_OpenAudio() is passed zero for the desired format
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
478 fields, the following environment variables will be used
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
479 to fill them in:
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
480 <pre><code>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
481 SDL_AUDIO_FREQUENCY
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
482 SDL_AUDIO_FORMAT
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
483 SDL_AUDIO_CHANNELS
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
484 SDL_AUDIO_SAMPLES
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
485 </code></pre>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
486 If an environment variable is not specified, it will be set
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
487 to a reasonable default value.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
488 <LI>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
489 SDL_SetVideoMode() now accepts 0 for width or height and will use
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
490 the current video mode (or the desktop mode if no mode has been set.)
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
491 <LI>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
492 Added current_w and current_h to the SDL_VideoInfo structure,
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
493 which is set to the desktop resolution during video intialization,
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
494 and then set to the current resolution when a video mode is set.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
495 <LI>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
496 SDL_GL_LoadLibrary() will load the system default OpenGL library
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
497 if it is passed NULL as a parameter.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
498 <LI>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
499 Added SDL_GL_SWAP_CONTROL to wait for vsync in OpenGL applications.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
500 <LI>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
501 Added SDL_GL_ACCELERATED_VISUAL to guarantee hardware acceleration.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
502 <LI>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
503 SDL_WM_SetCaption() now officially takes UTF-8 title and icon strings, and displays international characters on supported platforms.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
504 <LI>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
505 Added SDL_GetKeyRepeat() to query the key repeat settings.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
506 <LI>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
507 Added the "dummy" audio driver, which can be used to emulate audio
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
508 output without a sound card.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
509 <LI>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
510 Added SDL_config.h, with defaults for various build environments.
0
74212992fb08 Initial revision
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
511 </UL>
74212992fb08 Initial revision
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
512
1840
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
513 <H3> General Notes </H3>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
514
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
515 <BLOCKQUOTE>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
516 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
517 The SDL website now has an <A HREF="http://www.libsdl.org/rss/rss.xml">RSS feed</A>!
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
518 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
519 The SDL development source code is now managed with <A HREF="http://www.libsdl.org/svn.php">Subversion</A>.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
520 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
521 SDL now uses the Bugzilla <A HREF="http://bugzilla.libsdl.org/">bug tracking system</A>, hosted by icculus.org.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
522 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
523 SDL is licensed under version 2.1 of the GNU Lesser General Public License.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
524 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
525 The entire build system has been revamped to make it much more portable, including versions of C library functions to make it possible to run SDL on a minimal embedded environment. See README.Porting in the SDL source distribution for information on how to port SDL to a new platform.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
526 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
527 SDL_opengl.h has been updated with the latest glext.h from <A HREF="http://oss.sgi.com/projects/ogl-sample/registry/">http://oss.sgi.com/projects/ogl-sample/registry/</A>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
528 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
529 Alex Volkov contributed highly optimized RGB <-> RGBA blitters.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
530 </BLOCKQUOTE>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
531
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
532 <H3> Unix Notes </H3>
0
74212992fb08 Initial revision
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
533
1840
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
534 <BLOCKQUOTE>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
535 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
536 The X11 libraries are dynamically loaded at runtime by default. This allows the distributed version of SDL to run on systems without X11 libraries installed.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
537 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
538 The XiG XME extension code is now included in the X11 video driver by default.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
539 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
540 XRandR support for video mode switching has been added to the X11 driver, but is disabled because of undesired interactions with window managers. You can enable this by setting the environment variable SDL_VIDEO_X11_XRANDR to 1.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
541 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
542 Xinerama multi-head displays are properly handled now, and the SDL_VIDEO_FULLSCREEN_HEAD environment variable can be used to select the screen used for fullscreen video modes. Note that changing the video modes only works on screen 0.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
543 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
544 XVidMode video modes are now sorted so they maintain the refresh rates specified in the X11 configuration file.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
545 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
546 SDL windows are no longer transparent in X11 compositing systems like XGL.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
547 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
548 The mouse is properly released by the X11 video driver if the fullscreen window loses focus.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
549 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
550 The X11 input driver now uses XIM to handle international input.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
551 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
552 The screensaver and DPMS monitor blanking are disabled while SDL games are running under the X11 and DGA video drivers. This behavior will be formalized and selectable in SDL 1.3.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
553 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
554 Fixed a bug preventing stereo OpenGL contexts from being selected on the X11 driver.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
555 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
556 The DGA video driver now waits for pending blits involving surfaces before they are freed. This prevents display oddities when using SDL_DisplayFormat() to convert many images.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
557 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
558 The framebuffer console video driver now has a parser for /etc/fb.modes for improved video mode handling.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
559 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
560 The framebuffer console video driver now allows asynchronous VT switching, and restores the full contents of the screen when switched back.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
561 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
562 The framebuffer console now uses CTRL-ALT-FN to switch virtual terminals, to avoid collisions with application key bindings.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
563 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
564 The framebuffer console input driver correctly sets IMPS/2 mode for wheel mice. It also properly detects when gpm is in IMPS/2 protocol mode, or passing raw protocol from an IMPS/2 mouse.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
565 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
566 The SVGAlib video driver now has support for banked (non-linear) video modes.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
567 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
568 A video driver for OpenBSD on the Sharp Zaurus has been contributed by Staffan Ulfberg. See the file README.wscons in the SDL source distribution for details.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
569 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
570 Many patches have been incorporated from *BSD ports.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
571 </BLOCKQUOTE>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
572
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
573 <H3> Windows Notes </H3>
0
74212992fb08 Initial revision
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
574
1840
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
575 <BLOCKQUOTE>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
576 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
577 The "windib" video driver is the default now, to prevent problems with certain laptops, 64-bit Windows, and Windows Vista. The DirectX driver is still available, and can be selected by setting the environment variable SDL_VIDEODRIVER to "directx".
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
578 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
579 SDL has been ported to 64-bit Windows.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
580 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
581 Dmitry Yakimov contributed a GAPI video driver for Windows CE.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
582 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
583 The default fullscreen refresh rate has been increased to match the desktop refresh rate, when using equivalent resolutions. A full API for querying and selecting refresh rates is planned for SDL 1.3.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
584 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
585 Dialog boxes are now shown when SDL is in windowed OpenGL mode.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
586 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
587 The SDL window is recreated when necessary to maintain OpenGL context attributes, when switching between windowed and fullscreen modes.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
588 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
589 An SDL_VIDEORESIZE event is properly sent when the SDL window is maximized and restored.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
590 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
591 Window positions are retained when switching between fullscreen and windowed modes.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
592 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
593 ToUnicode() is used, when available, for improved handling of international keyboard input.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
594 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
595 The PrtScrn is now treated normally with both key down and key up events.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
596 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
597 Pressing ALT-F4 now delivers an SDL_QUIT event to SDL applications.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
598 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
599 Joystick names are now correct for joysticks which have been unplugged and then plugged back in since booting.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
600 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
601 An MCI error when playing the last track on a CD-ROM has been fixed.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
602 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
603 OpenWatcom projects for building SDL have been provided by Marc Peter.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
604 </BLOCKQUOTE>
0
74212992fb08 Initial revision
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
605
1840
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
606 <H3> Mac OS X Notes </H3>
0
74212992fb08 Initial revision
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
607
1840
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
608 <BLOCKQUOTE>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
609 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
610 SDL now supports building Universal binaries, both through Xcode projects and when using configure/make. See README.MacOSX in the SDL source archive for details.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
611 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
612 The X11 video driver with GLX support can be built on Mac OS X, if the X11 development SDK is installed.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
613 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
614 Transitions between fullscreen resolutions and windowed mode now use a much faster asynchronous fade to hide desktop flicker.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
615 <P>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
616 Icons set with SDL_WM_SetIcon() now have the proper colors on Intel Macs.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
617 </BLOCKQUOTE>
0
74212992fb08 Initial revision
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
618
1840
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
619 <H3> OS/2 Notes </H3>
0
74212992fb08 Initial revision
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
620
1840
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
621 <BLOCKQUOTE>
0
74212992fb08 Initial revision
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
622 <P>
1840
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
623 Projects for building SDL on OS/2 with OpenWatcom have been contributed by Doodle. See the file README.OS2 in the SDL source distribution for details.
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
624 </BLOCKQUOTE>
c6a447c98584 Updated docs for SDL 1.2.10 release
Sam Lantinga <slouken@libsdl.org>
parents: 1124
diff changeset
625
0
74212992fb08 Initial revision
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
626 <IMG SRC="docs/images/rainbow.gif" ALT="[separator]" WIDTH="100%">
74212992fb08 Initial revision
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
627
74212992fb08 Initial revision
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
628 </BODY>
74212992fb08 Initial revision
Sam Lantinga <slouken@lokigames.com>
parents:
diff changeset
629 </HTML>