Ryan C. Gordon <icculus@icculus.org> [Mon, 04 Jun 2007 11:22:23 +0000] rev 3952
Better handling of multiple queued Cocoa mouse events. Thanks to Christian
Walther for the patch.
Fixes Bugzilla #353.
Ryan C. Gordon <icculus@icculus.org> [Mon, 04 Jun 2007 11:15:58 +0000] rev 3951
Patch to allow DirectFB target to report a correct screen size.
Fixes Bugzilla #399.
Ryan C. Gordon <icculus@icculus.org> [Mon, 04 Jun 2007 11:06:48 +0000] rev 3950
Check if yasm supports a nasm-specific syntax we use (it doesn't in 0.5.0,
which is still common in Linux distros, and does in 0.6.0). Disable it if we
don't, attempting to fallback to using nasm. Thanks to Mike Frysinger for the
patch.
Fixes Bugzilla #393.
Ryan C. Gordon <icculus@icculus.org> [Sun, 03 Jun 2007 19:21:07 +0000] rev 3949
Minor macrom comment cleanup.
Ryan C. Gordon <icculus@icculus.org> [Sun, 03 Jun 2007 19:19:16 +0000] rev 3948
Minor tab fix in mac drawsprocket code.
Ryan C. Gordon <icculus@icculus.org> [Sun, 03 Jun 2007 06:52:58 +0000] rev 3947
Patched to compile on Mac OS X (not that you should necessarily be using this
on Mac OS X, but still) ...
Ryan C. Gordon <icculus@icculus.org> [Sun, 03 Jun 2007 06:52:06 +0000] rev 3946
Use system memset/memcpy on Mac OS X, since Apple hand-tunes these for each
processor they ship (and thus, it's likely to beat our code on PowerPC and
Intel and whatever variants or new archs show up later).
Ryan C. Gordon <icculus@icculus.org> [Tue, 29 May 2007 12:01:07 +0000] rev 3945
Mac OS X joystick calibration code should start with device-specified bounds.
Fixes Bugzilla #344.
Patrice Mandin <patmandin@gmail.com> [Sun, 27 May 2007 08:53:48 +0000] rev 3944
Allow creation of window bigger than visible size
Patrice Mandin <patmandin@gmail.com> [Sat, 26 May 2007 20:12:58 +0000] rev 3943
Oops