Mike Gorchak <lestat@i.com.ua> [Thu, 22 Oct 2009 06:09:03 +0000] rev 3412
Fixes in GLES configuration selection.
Mike Gorchak <lestat@i.com.ua> [Thu, 22 Oct 2009 06:08:36 +0000] rev 3411
Fixes in GLES configuration selection. Support for an old QNX 6.3.2.
Mike Gorchak <lestat@i.com.ua> [Thu, 22 Oct 2009 06:07:05 +0000] rev 3410
Optimizations.
Sam Lantinga <slouken@libsdl.org> [Thu, 22 Oct 2009 04:46:11 +0000] rev 3409
Adam Strzelecki to SDL
Sending a patch for fullscreen Mac OS X SDL 1.3 (SVN) Cocoa mouse position handling. In fullscreen mouse coordinates should be relative to SCREEN not to the window, which doesn't really occupy fullscreen.
Without this patch mouse position (especially Y) was totally incorrect (shifted) in fullscreen.
Mike Gorchak <lestat@i.com.ua> [Wed, 21 Oct 2009 14:51:42 +0000] rev 3408
Support for GL initialization parameters has been added.
Sam Lantinga <slouken@libsdl.org> [Mon, 19 Oct 2009 13:31:58 +0000] rev 3407
Partial fix for bug #859
Header file update from Ken for improved doxygen output
Sam Lantinga <slouken@libsdl.org> [Sun, 18 Oct 2009 23:21:15 +0000] rev 3406
There's a bug with gcc 4.4.1 and -O2 where srcp doesn't get the correct value after the first scanline. Ugh.
Sam Lantinga <slouken@libsdl.org> [Sun, 18 Oct 2009 17:49:40 +0000] rev 3405
Merged improvements to SDL_SoftStretch() from SDL 1.2
Sam Lantinga <slouken@libsdl.org> [Sun, 18 Oct 2009 16:14:35 +0000] rev 3404
Fixed bug #853
Ludwig Nussel 2009-10-18 05:34:18 PDT
src/joystick/linux/SDL_sysjoystick.c has some problems:
- test_bit() might break with strict aliasing
- test_bit() assumes array is Uint32 but its actually "unsigned long"
on 64bit systems sizeof(long) != sizeof(Uint32).
- the keybit array is too small
- the arrays are unitialized so the number of
detected buttons is quite random
Sam Lantinga <slouken@libsdl.org> [Sat, 17 Oct 2009 23:29:52 +0000] rev 3403
Whoops, need " inside quotes