SDL/src/video
Sam Lantinga 3bba94745b Date: Thu, 18 Sep 2003 14:24:35 -0400
From: Scott Watson
Subject: [SDL] Improper Windows message routine calling

If this hasn't been caught yet, there's an improper method of calling a
user's window message routine in the various SDL_xxevents.c files.

Calling it improperly can cause a crash under at least XP.
2003-09-21 18:40:51 +00:00
..
aalib Updated copyright information for 2002 2002-03-06 11:23:08 +00:00
ataricommon Updated Atari port for new system headers (thanks Patrice!) 2002-12-07 06:54:47 +00:00
bwindow Fixed spurious keypress at startup on BeOS 2002-04-11 18:22:05 +00:00
cybergfx Updated copyright information for 2002 2002-03-06 11:23:08 +00:00
dc Added initial support for Dreamcast (thanks HERO!) 2002-10-05 16:50:56 +00:00
dga Fixed invalid memory access in DGA video driver (thanks ldb!) 2002-12-11 05:52:28 +00:00
directfb *** empty log message *** 2003-05-03 19:48:37 +00:00
dummy Updated copyright information for 2002 2002-03-06 11:23:08 +00:00
epoc Updated copyright information for 2002 2002-03-06 11:23:08 +00:00
fbcon Fixed trashing the framebuffer console on broken video drivers 2002-09-02 21:42:15 +00:00
gem Date: Fri, 31 Jan 2003 15:17:30 +0100 2003-02-04 21:01:03 +00:00
ggi *** empty log message *** 2003-06-22 04:23:27 +00:00
maccommon *** empty log message *** 2003-08-30 21:47:48 +00:00
macdsp Updated copyright information for 2002 2002-03-06 11:23:08 +00:00
macrom Updated copyright information for 2002 2002-03-06 11:23:08 +00:00
nanox *** empty log message *** 2003-08-30 09:09:09 +00:00
photon Date: Sat, 13 Sep 2003 15:50:43 +0300 2003-09-21 18:13:48 +00:00
picogui Added initial support for PicoGUI (thanks Micah!) 2002-08-01 23:24:13 +00:00
ps2gs *** empty log message *** 2002-11-17 18:59:10 +00:00
qtopia From: David Hedbor 2003-01-20 01:08:20 +00:00
quartz Date: Sat, 9 Aug 2003 20:14:06 -0400 2003-08-10 07:21:43 +00:00
riscos Date: Mon, 11 Aug 2003 22:49:06 +0100 2003-08-11 22:28:13 +00:00
svga Updated copyright information for 2002 2002-03-06 11:23:08 +00:00
vgl Fixed mouse warp position bug with offset video modes 2002-10-11 08:09:26 +00:00
wincommon *** empty log message *** 2003-08-09 18:27:27 +00:00
windib Date: Thu, 18 Sep 2003 14:24:35 -0400 2003-09-21 18:40:51 +00:00
windx5 Date: Thu, 18 Sep 2003 14:24:35 -0400 2003-09-21 18:40:51 +00:00
x11 Fixed X11 mode line crash with only one video mode (thanks Alan!) 2003-09-05 15:18:46 +00:00
xbios Finally bugfixed: the simpler the better 2003-09-03 20:07:16 +00:00
Xext Fixed use of SDL with XInitThreads() 2003-08-23 23:12:19 +00:00
.cvsignore Initial revision 2001-04-26 16:45:43 +00:00
blank_cursor.h Updated copyright information for 2002 2002-03-06 11:23:08 +00:00
default_cursor.h Updated copyright information for 2002 2002-03-06 11:23:08 +00:00
Makefile.am Date: Tue, 19 Aug 2003 17:57:00 +0200 2003-08-22 05:51:19 +00:00
mmx.h Date: Tue, 19 Aug 2003 17:57:00 +0200 2003-08-22 05:51:19 +00:00
SDL_blit_1.c Updated copyright information for 2002 2002-03-06 11:23:08 +00:00
SDL_blit_0.c Updated copyright information for 2002 2002-03-06 11:23:08 +00:00
SDL_blit_A.c N Sep 17 8791 Sam Lantinga Re: tks source released 2003-09-21 18:32:04 +00:00
SDL_blit_N.c Fixed SDL_DisplayFormatAlpha() on RGB surfaces with alpha 2002-08-01 23:06:39 +00:00
SDL_blit.c *** empty log message *** 2003-08-30 00:36:20 +00:00
SDL_blit.h Date: Tue, 19 Aug 2003 17:57:00 +0200 2003-08-22 05:51:19 +00:00
SDL_bmp.c Updated copyright information for 2002 2002-03-06 11:23:08 +00:00
SDL_cursor_c.h Updated copyright information for 2002 2002-03-06 11:23:08 +00:00
SDL_cursor.c Don't warp the mouse when a video mode hasn't been set 2003-02-07 05:47:15 +00:00
SDL_gamma.c *** empty log message *** 2003-08-08 15:08:41 +00:00
SDL_glfuncs.h Initial revision 2001-04-26 16:45:43 +00:00
SDL_leaks.h Updated copyright information for 2002 2002-03-06 11:23:08 +00:00
SDL_memops.h Updated copyright information for 2002 2002-03-06 11:23:08 +00:00
SDL_pixels_c.h Updated copyright information for 2002 2002-03-06 11:23:08 +00:00
SDL_pixels.c Whitespace 2003-08-27 04:53:40 +00:00
SDL_RLEaccel_c.h Updated copyright information for 2002 2002-03-06 11:23:08 +00:00
SDL_RLEaccel.c Date: Tue, 19 Aug 2003 17:57:00 +0200 2003-08-22 05:51:19 +00:00
SDL_stretch_c.h Updated copyright information for 2002 2002-03-06 11:23:08 +00:00
SDL_stretch.c Fixed compile problem in SDL_stretch.c with gcc 3.3 2003-05-29 04:25:29 +00:00
SDL_surface.c Return an error with color fills on less than 8 bpp surfaces. 2002-10-15 05:22:50 +00:00
SDL_sysvideo.h Merged in Ryan's multisample code for MacOS, and changed the constants to match. 2003-07-22 15:33:28 +00:00
SDL_video.c Date: Sat, 2 Aug 2003 16:22:51 +0300 2003-08-04 00:52:42 +00:00
SDL_yuv_mmx.c Updated copyright information for 2002 2002-03-06 11:23:08 +00:00
SDL_yuv_sw_c.h Updated copyright information for 2002 2002-03-06 11:23:08 +00:00
SDL_yuv_sw.c Avoid a conflict in the definition of int32 2002-05-18 11:30:38 +00:00
SDL_yuv.c You can't create a YUV overlay in OpenGL mode 2003-07-26 20:02:00 +00:00
SDL_yuvfuncs.h Updated copyright information for 2002 2002-03-06 11:23:08 +00:00