Commit Graph

99 Commits

Author SHA1 Message Date
Sam Lantinga
7cb12346d8 Fixed some problems with the fullscreen code. Wooo. :) 2001-07-09 22:36:16 +00:00
Sam Lantinga
b188ea1aae Revert to old non-blocking writes (if it ain't broke, don't fix it) 2001-07-09 15:47:40 +00:00
Sam Lantinga
a4899fcf59 Fixed blocking open bug when using blocking audio writes 2001-07-09 15:46:41 +00:00
Sam Lantinga
ae5fccdf7c Updated list of improvements 2001-07-08 09:03:47 +00:00
Sam Lantinga
59b840a340 Cleaned up the OpenBSD port, thanks to Peter Valchev 2001-07-08 09:00:06 +00:00
Sam Lantinga
b979cd7045 Applied Hannu's fix and switched to blocking writes .. seems to work? 2001-07-07 23:27:29 +00:00
Sam Lantinga
a2bcc85453 Fixed the DMA driver not to reset the audio descriptor (not needed, and
it breaks things on some drivers)
2001-07-07 23:12:42 +00:00
Sam Lantinga
560f273160 From: "Markus F.X.J. Oberhumer"
Subject: SDL CVS patches

below you will find some small patches against the
current SDL CVS.

It adresses these things:

1) Use "&" instead of "%" in some cases. For negative
   signed integers (x % 8) is not always (x & 7),
   and the compiler can produce slightly faster
   code when using "&" here.

2) Some const issues.
2001-07-07 20:20:17 +00:00
Sam Lantinga
e9751fb8fb Fix to allow SDL compiled under XFree v4 to work with XFree v3 xservers.
Contributed by Jarek Sobieszek
2001-07-07 08:08:42 +00:00
Sam Lantinga
59275d4691 Added Holger Schemel's fix for SDL_GetTicks() on W2K
This adds QueryPerformanceCounter() support, which is probably a good thing.
2001-07-07 08:03:34 +00:00
Sam Lantinga
d673f7377b Hopefully fixed the fullscreen mode code for KDE 2001-07-07 07:59:37 +00:00
Sam Lantinga
3e6462b905 Added -width and -height command line options 2001-07-07 06:33:33 +00:00
Sam Lantinga
1599fa494c Dummy audio and video drivers are enabled (thanks Ryan!) 2001-07-02 00:20:29 +00:00
Sam Lantinga
19f269fa22 Added support for Visual C++ inline keyword 2001-07-02 00:10:19 +00:00
Sam Lantinga
cecb78d6bf Add a symlink to SDL 1.2 for SDL 1.1 2001-07-02 00:10:05 +00:00
Sam Lantinga
05246a8c28 Oops, don't include debug code 2001-06-26 17:41:16 +00:00
Sam Lantinga
1bbfbc26e7 When the mouse is grabbed, send the application the motion associated with
the enter/leave notify events.
2001-06-26 17:40:59 +00:00
Sam Lantinga
a1c01f9031 Added the SDL_VIDEO_YUV_DIRECT hack for better performance when the
requested video mode is 16 bpp but the real video mode is 32 bpp.
2001-06-25 22:16:44 +00:00
Sam Lantinga
b4bf807506 Oops, reversed the logic of the variable 2001-06-23 22:02:27 +00:00
Sam Lantinga
15e9de32c0 Allow the user to override the relative mouse mode.
They almost never want to do this, as it seriously affects
applications that rely on continuous relative mouse motion.
2001-06-23 22:00:59 +00:00
Sam Lantinga
e823f3f3c2 Added the environment variable SDL_MOUSE_NORELATIVE to completely disable
relative mouse motion if the application desires it.  UNDOCUMENTED!!
2001-06-23 18:51:29 +00:00
Sam Lantinga
b9601c2409 Don't crash if freeing a cursor after quit... 2001-06-19 21:07:12 +00:00
Sam Lantinga
eedd896cb4 Bumped the library version 2001-06-19 13:35:05 +00:00
Sam Lantinga
1d2a08a805 Added patches from FreeBSD ports 2001-06-19 13:33:54 +00:00
Sam Lantinga
597fa80ec1 *** empty log message *** 2001-06-16 06:47:45 +00:00
Sam Lantinga
3ad73fcf82 Oops, forgot the Quartz video directory 2001-06-16 06:43:44 +00:00
Sam Lantinga
d88e914ac0 Fixed the PS2 GS detection 2001-06-16 06:35:36 +00:00
Sam Lantinga
de20671834 *** empty log message *** 2001-06-16 03:18:26 +00:00
Sam Lantinga
49bf7df612 Added Linux PlayStation 2 Graphics Synthesizer support 2001-06-16 03:17:45 +00:00
Sam Lantinga
6bcf1db2dd Added /dev/usbmouse to the list of mice to check 2001-06-16 02:48:39 +00:00
Sam Lantinga
046d04bfd8 Added an audio driver that writes to disk (thanks Ryan!) 2001-06-16 01:51:42 +00:00
Sam Lantinga
a937a9eaf5 Support for SVGALib 2.0, thanks to Benjamin Joel Stover 2001-06-16 01:32:09 +00:00
Sam Lantinga
600011881a Re-added files in binary form 2001-06-16 01:03:49 +00:00
Sam Lantinga
1eeedafa4b *** empty log message *** 2001-06-16 01:03:21 +00:00
Sam Lantinga
75d72edbbb Re-added in binary form 2001-06-16 01:02:52 +00:00
Sam Lantinga
0500fc33a4 *** empty log message *** 2001-06-16 01:02:23 +00:00
Sam Lantinga
670420fed9 Updated projects 2001-06-16 01:02:02 +00:00
Sam Lantinga
6e12dc6c33 Mouse wheel sends mouse button (4/5) events on Windows 2001-06-16 01:01:42 +00:00
Sam Lantinga
350e33a512 *** empty log message *** 2001-06-11 22:54:34 +00:00
Sam Lantinga
a113e1cdf0 Ryan's IMPS/2 mouse fix 2001-06-11 15:48:32 +00:00
Sam Lantinga
6afaf1af8e * Removed fullscreen menu option from the "Window" menu
* Updated the BUGS file
* Fixed command line parameters when launched from Finder
* Implemented setting the icon window caption
* Implemented frameless style windows
* Added note about SDL_RESIZABLE implementation to SDL_QuartzVideo.m
* Window close requests now go through the event filtering system
2001-06-11 06:44:43 +00:00
Sam Lantinga
a344d09980 *** empty log message *** 2001-06-11 00:08:35 +00:00
Sam Lantinga
c9256f1083 Date: Sun, 10 Jun 2001 17:33:44 -0500
From: Darrell Walisser <dwaliss1@purdue.edu>
Subject: Re: [SDL] Mac OS X Goodies For You

Updates and fixes:

-fixed erasing window when minmizing it (with some minor window redraw problems)
-implemented close box to send SDLQuit event
-fixed messed up alpha on 32bpp windows
2001-06-11 00:08:10 +00:00
Sam Lantinga
e6f1bd6af5 Added new docs for SDL 1.2.1 2001-06-10 19:31:57 +00:00
Sam Lantinga
c5e72a0226 *** empty log message *** 2001-06-10 18:39:47 +00:00
Sam Lantinga
6fd76c4cb0 Added MacOS X Project Builder projects 2001-06-10 18:20:23 +00:00
Sam Lantinga
3c15ec830a MacOS X additions from Darrell 2001-06-10 05:02:38 +00:00
Sam Lantinga
2cfda534c8 Disabled /dev/event joystick interface by default 2001-06-10 04:54:53 +00:00
Sam Lantinga
7b4aa84979 Oops, back it out... 2001-06-07 15:04:04 +00:00
Sam Lantinga
7f6f1c1a66 Fixed bug in joystick motion, thanks to Alexandre Duret-Lutz 2001-06-07 14:57:07 +00:00