Sam Lantinga <slouken@libsdl.org> [Sat, 24 Aug 2002 16:17:05 +0000] rev 466
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sat, 24 Aug 2002 16:15:37 +0000] rev 465
Updated the Borland C++ projects (thanks Dominique!)
Sam Lantinga <slouken@libsdl.org> [Sat, 24 Aug 2002 15:29:06 +0000] rev 464
Date: Fri, 23 Aug 2002 11:48:56 +0200
From: Denis Oliver Kropp
Subject: Another patch
this is another patch fixing key code mapping
along with some other fixes and better mode handling.
Sam Lantinga <slouken@libsdl.org> [Wed, 21 Aug 2002 04:16:31 +0000] rev 463
Added compile-time checking for the size of enums to SDL_types.h
Sam Lantinga <slouken@libsdl.org> [Tue, 20 Aug 2002 16:58:49 +0000] rev 462
Fixed offset bug in hardware accelerated fills and blits
Sam Lantinga <slouken@libsdl.org> [Tue, 20 Aug 2002 06:08:42 +0000] rev 461
Date: Thu, 18 Jul 2002 23:51:40 +0200 (MEST)
From: Krister Walfridsson
Subject: [SDL] src/joystick/bsd/SDL_sysjoystick.c patch
The *BSD USB HID joystick code has two serious bugs:
1. If a joystick reports unhandled hid_input usage (for example HUG_RZ or
HUG_DIAL), then the last handled value will be overwritten with an
arbitrary value. (Fixed in the patch below by adding a default case.)
2. The current code does only handle logical coordinates in the range 0-255,
while a big part of available joysticks report -128 - 127. (This is solved
in the patch below by first center the range around 0, and then stretch
it to the correct range.)
Sam Lantinga <slouken@libsdl.org> [Tue, 20 Aug 2002 06:01:20 +0000] rev 460
Reset mouse state when changing video modes
Sam Lantinga <slouken@libsdl.org> [Tue, 20 Aug 2002 05:59:31 +0000] rev 459
Fixed bug where video mode wasn't restored after ALT-tab in with DirectX
Sam Lantinga <slouken@libsdl.org> [Tue, 20 Aug 2002 04:55:37 +0000] rev 458
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Tue, 20 Aug 2002 04:49:05 +0000] rev 457
*** empty log message ***