Commit Graph

11015 Commits

Author SHA1 Message Date
Sam Lantinga
fc5495cbe9 Updated MacOS projects with "enums as int" build option 2002-09-01 19:34:01 +00:00
Sam Lantinga
42b8b5969f *** empty log message *** 2002-09-01 00:40:12 +00:00
Sam Lantinga
9da24fd6d3 *** empty log message *** 2002-09-01 00:38:49 +00:00
Sam Lantinga
f6f43a6b86 Date: Sat, 31 Aug 2002 15:42:45 +0200
From: Alexandre Courbot
Subject: [SDL] Qtopia port fixes/improvments

-Whenever the screen is rotated, the pad is rotated as well,
-Fixed a mouse bug: when tapping on the screen, the click event was
often sent at the previous position of the stylus (resulting in strange
behavior in Scummvm for instance)
-Added the SDL_QT_INVERT_ROTATION environment variable which, when set,
rotates the screen (and the mouse, and the pad) the other way. This can
be useful for left-handed people.
2002-09-01 00:37:24 +00:00
Sam Lantinga
9d98ccf9cc Fixed some bugs and added some features to the -benchmark facility 2002-08-31 21:00:28 +00:00
Sam Lantinga
b0eb751c2e Added a -benchmark flag for testing the speeds of various video modes 2002-08-31 19:48:11 +00:00
Sam Lantinga
7f16f5f120 Date: Tue, 27 Aug 2002 19:07:38 +0200
From: Denis Oliver Kropp
Subject: YUV support

I just added YUV overlay support to the DirectFB backend.
2002-08-31 04:13:28 +00:00
Sam Lantinga
cb7004f6d9 Date: Tue, 27 Aug 2002 16:14:11 +0200
From: Denis Oliver Kropp
Subject: Palette support and 8bit color keying fix

This patch adds support for 8bit palette modes dropping
the RGB332 stuff. It also fixes color keying for 8bit.
testsprite (without -bpp >8) looks correct again.
2002-08-31 04:06:37 +00:00
Sam Lantinga
d680912135 Tell the dock about command-line launched applications 2002-08-31 04:01:19 +00:00
Sam Lantinga
dcf26703bd Darrell's Jag joystick fix 2002-08-31 01:31:44 +00:00
Sam Lantinga
5689e8a3cf Doh! Patch by Joel Ray Holveck 2002-08-28 23:25:09 +00:00
Sam Lantinga
3a9431907d Added a -fullscreen flag 2002-08-25 18:59:11 +00:00
Sam Lantinga
0c8da93084 Date: Sun, 25 Aug 2002 09:46:54 -0400
From: Darrell Walisser
Subject: [SDL] Updated Project Builder Support

- added a script to build PBProjects.tar.gz
- added a script to install the stationary
-fixes for the developer package installer:
	+ now installs certain files as the user, not root
	+ now rebuilds apropos database after manpages are installed
2002-08-25 16:25:37 +00:00
Sam Lantinga
518dfadc59 Date: Sat, 24 Aug 2002 22:20:01 -0600
From: "Greg Haerr"
Subject: Announce: sdl-nanox-patch

Sam,
    I've created an update patch for enhanced Nano-X support
with SDL.  I've created the patch against SDL-1.2.4.  I'd appreciate
it if you would apply it to the next SDL version.

Enhancements include:

1. Small bugfixes to compile without errors
2. Support for direct client-side framebuffer access with configure option
3. Add dynamic pixel type support for hardware framebuffer; eliminating the
need for compile-time configuration option.

I've updated the README.NanoX file with the details.

This version has been tested with Microwindows v0.89pre9 CVS
and SMPEG 0.4.4.  I've added multi-threading support to
Microwindows to support the multi-threaded SMPEG, and
all works fine.  To turn on thread safety in Microwindows,
use THREADSAFE=Y in the Microwindows config file.

Thanks!

Regards,

Greg
Founder, The Microwindows Project
http://microwindows.org
2002-08-25 06:21:49 +00:00
Sam Lantinga
5da85afd52 Updated the credits 2002-08-25 02:05:24 +00:00
Sam Lantinga
1ef49b7681 Removed unused function 2002-08-24 17:30:49 +00:00
Sam Lantinga
f48774297e Fixed 2048 pixel limitation in DirectX blit code 2002-08-24 17:15:45 +00:00
Sam Lantinga
64b47035b7 *** empty log message *** 2002-08-24 16:27:33 +00:00
Sam Lantinga
7229af8ff4 *** empty log message *** 2002-08-24 16:17:05 +00:00
Sam Lantinga
a2202e37bd Updated the Borland C++ projects (thanks Dominique!) 2002-08-24 16:15:37 +00:00
Sam Lantinga
73b14e88b2 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.
2002-08-24 15:29:06 +00:00
Sam Lantinga
09f9210a94 Added compile-time checking for the size of enums to SDL_types.h 2002-08-21 04:16:31 +00:00
Sam Lantinga
2bbaa7676b Fixed offset bug in hardware accelerated fills and blits 2002-08-20 16:58:49 +00:00
Sam Lantinga
9aad66e1ad 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.)
2002-08-20 06:08:42 +00:00
Sam Lantinga
3863ada468 Reset mouse state when changing video modes 2002-08-20 06:01:20 +00:00
Sam Lantinga
fd53f103ff Fixed bug where video mode wasn't restored after ALT-tab in with DirectX 2002-08-20 05:59:31 +00:00
Sam Lantinga
37737312d6 *** empty log message *** 2002-08-20 04:55:37 +00:00
Sam Lantinga
09669b3053 *** empty log message *** 2002-08-20 04:49:05 +00:00
Sam Lantinga
bd857a3481 Fixed crash with invalid bpp in SDL_SetVideoMode() 2002-08-20 04:44:36 +00:00
Sam Lantinga
55fe3c0cae *** empty log message *** 2002-08-20 00:27:37 +00:00
Sam Lantinga
eb6cf4def9 Fixed mouse motion on MacOS X (recently broken) 2002-08-20 00:24:38 +00:00
Sam Lantinga
8cbbab0b2e Updated for embedded Visual C++ 4.0 2002-08-20 00:20:06 +00:00
Sam Lantinga
90c866fbad Help with cross-compiling 2002-08-19 18:33:29 +00:00
Sam Lantinga
51ae701fe9 Added SDL_BUTTON_WHEELUP (4) and SDL_BUTTON_WHEELDOWN (5) 2002-08-19 18:09:44 +00:00
Sam Lantinga
7fabbe8198 Added SDL_GL_STEREO for stereoscopic OpenGL contexts 2002-08-19 17:58:08 +00:00
Sam Lantinga
16591ad829 Added an environment variable SDL_VIDEO_X11_WMCLASS 2002-08-19 03:40:44 +00:00
Sam Lantinga
a1203df1a9 Fullscreen windows are always topmost under Windows 2002-08-19 03:09:25 +00:00
Sam Lantinga
2e527a3d7a Fixed mouse grab going fullscreen to windowed in Windows 2002-08-19 02:34:22 +00:00
Sam Lantinga
6f833d64d9 *** empty log message *** 2002-08-18 19:22:42 +00:00
Sam Lantinga
57e423c4e5 Fixed video crash on older XFree86 servers 2002-08-18 18:33:02 +00:00
Sam Lantinga
af05e360a9 Only modifier key state is noted when X11 window opens 2002-08-18 03:19:59 +00:00
Sam Lantinga
1a33a1b8d9 Added temporarily disabled code for hardware acceleration in windowed mode. 2002-08-17 19:36:43 +00:00
Sam Lantinga
30f14f52e0 Flush message queue when shutting down video mode on Windows 2002-08-17 19:17:18 +00:00
Sam Lantinga
9caf43609a Zeroed out SDL_Surface::unused1 so glSDL will work on stock SDL 2002-08-17 19:17:01 +00:00
Sam Lantinga
7aad1077dc Removed DDFLIP_WAIT flag from DirectX flip for improved performance 2002-08-17 18:11:23 +00:00
Sam Lantinga
adb1227c29 *** empty log message *** 2002-08-17 18:03:06 +00:00
Sam Lantinga
3f1fccba2b Added a way to get the Windows OpenGL context in SDL_syswm.h 2002-08-17 17:49:27 +00:00
Sam Lantinga
2d95253b1a Fixed building Windows DLL with latest native Cygwin tools 2002-08-17 17:21:04 +00:00
Sam Lantinga
8992424b7f Updated configure.in for automake 1.6.2 2002-08-17 16:58:31 +00:00
Sam Lantinga
ed04d1e965 Darrell's fix for Quartz mouse motion 2002-08-12 22:43:58 +00:00