Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 17, 2004
1 parent e1325dd commit 49ccffa
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -15,7 +15,7 @@ dnl Set various version strings - taken gratefully from the GTk sources
SDL_MAJOR_VERSION=1
SDL_MINOR_VERSION=2
SDL_MICRO_VERSION=7
SDL_INTERFACE_AGE=7
SDL_INTERFACE_AGE=0
SDL_BINARY_AGE=7
SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION

Expand Down
37 changes: 37 additions & 0 deletions docs.html
Expand Up @@ -20,6 +20,43 @@ <H2>
Major changes since SDL 1.0.0:
</H2>
<UL>
<LI> 1.2.7: Increased sensitivity of the Windows joystick driver
<LI> 1.2.7: Added support for SDL_VIDEO_WINDOW_POS and SDL_VIDEO_CENTERED on Windows
<LI> 1.2.7: Added fullscreen toggle support in testwm for Windows, etc.
<LI> 1.2.7: Fixed mouse focus events after resetting video mode on Windows
<LI> 1.2.7: Added colorkey blit tests to testvidinfo (thanks Mike!)
<LI> 1.2.7: Added video hardware acceleration support on QNX (thanks Mike!)
<LI> 1.2.7: SDL no longer sets a fatal signal handler for SIGPIPE
<LI> 1.2.7: Fixed modifier key state on MacOS X (thanks Max!)
<LI> 1.2.7: Added support for remote XVideo (thanks Frederic!)
<LI> 1.2.7: Try to use higher refresh rate by default in DirectX driver (thanks Dmitry!)
<LI> 1.2.7: Fixed static linking on MacOS X (thanks Max!)
<LI> 1.2.7: Various Atari video driver improvements (thanks Patrice!)
<LI> 1.2.7: Fixed compiling with broken Linux 2.6 headers
<LI> 1.2.7: Fixed mouse cursor visibility and focus events on MacOS X (thanks Max!)
<LI> 1.2.7: Added support for /dev/joy* on Free/Net/OpenBSD (thanks Christian!)
<LI> 1.2.7: Fixed problems with CD-ROM audio playback on MacOS X 10.1
<LI> 1.2.7: Added dynamic GL library loading to MacOS Carbon support (thanks Anders!)
<LI> 1.2.7: Added the ability to hide the cursor in the DirectFB driver (thanks Pete!)
<LI> 1.2.7: Added minor cleanup for Embedded Visual C++ 3.0 (thanks Andy!)
<LI> 1.2.7: Fixed high CPU usage with ALSA audio driver (thanks Michel!)
<LI> 1.2.7: Added function to create RWops from const memory: SDL_RWFromConstMem()
<LI> 1.2.7: Fixed compiling with ALSA 1.0 (thanks Stephane!)
<LI> 1.2.7: Added YUV overlay support on BeOS (thanks Andrew!)
<LI> 1.2.7: Fixed build problems with newer versions of automake
<LI> 1.2.7: Fixed MacOS X libtool framework support (thanks Max!)
<LI> 1.2.7: Added CPU feature detection functions to SDL_cpuinfo.h
<LI> 1.2.7: Fixed illegal instruction crash using 3DNow on Intel processors
<LI> 1.2.7: Fixed asm issues with mmx.h and gcc 3.3 (thanks Stephane!)
<LI> 1.2.7: Updated libtool support so Mingw32 builds work.
<LI> 1.2.7: Disable screen saver in Windows DIB video driver
<LI> 1.2.7: Added Atari CD-ROM support (thanks Patrice!)
<LI> 1.2.7: Fixed crash calling app defined window proc (thanks Scott!)
<LI> 1.2.7: Fixed long long constant warnings in GCC 3.3.1 (thanks Stephane!)
<LI> 1.2.7: Added configure.in support for K*BSD (thanks Robert!)
<LI> 1.2.7: Added QNX package and audio fixes (thanks Mike!)
<LI> 1.2.7: Fixed joystick open problems on BSD (thanks SUGIMOTO!)
<LI> 1.2.7: Fixed X11 mode line crash with only one video mode (thanks Alan!)
<LI> 1.2.6: Fixed bugs in the Nano-X video driver
<LI> 1.2.6: Fixed use of SDL with XInitThreads()
<LI> 1.2.6: Added MMX and 3DNow! optimized alpha blitters (thanks Stephane!)
Expand Down

0 comments on commit 49ccffa

Please sign in to comment.