log src/video/windx5/SDL_dx5events.c @ 1599:ecba4bbaf9c2

age author description
2006-03-14 Sam Lantinga Fixed bug #124
2006-03-14 Sam Lantinga (patch tweaked a bit)
2006-03-06 Sam Lantinga Fixed more Win64 portability issues
2006-03-01 Sam Lantinga Fixed a bunch of 64-bit compatibility problems
2006-02-21 Sam Lantinga Use consistent identifiers for the various platforms we support.
2006-02-19 Sam Lantinga Use only safe string functions
2006-02-16 Sam Lantinga New configure-based build system. Still work in progress, but much improved
2006-02-10 Sam Lantinga More header massaging... works great on Windows. ;-)
2006-02-08 Sam Lantinga Date: Mon, 6 Feb 2006 11:41:04 -0500
2006-02-07 Sam Lantinga Removed uses of stdlib.h and string.h
2006-02-07 Sam Lantinga Use SDL_ prefixed versions of C library functions.
2006-02-06 Sam Lantinga It's now possible to build SDL without any C runtime at all on Windows,
2006-02-01 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
2006-01-31 Sam Lantinga Date: Tue, 05 Jul 2005 21:43:26 +1000
2006-01-29 Sam Lantinga Cleaned up the app registration stuff a bit
2006-01-29 Sam Lantinga Re-query the SDL_WINDOWID each time we initialize the video
2006-01-19 Sam Lantinga Implemented ToUnicode() support on Windows 95/98/ME/NT/2000/XP
2005-08-11 Ryan C. Gordon Fixed mismerged patch.
2005-08-11 Ryan C. Gordon Patches to make SDL compatible with Win95 again.
2004-11-15 Sam Lantinga *** empty log message ***
2004-11-12 Sam Lantinga Date: Tue, 19 Oct 2004 23:04:58 -0700
2004-02-16 Sam Lantinga Added support for SDL_VIDEO_WINDOW_POS and SDL_VIDEO_CENTERED on Windows
2004-01-04 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
2003-09-21 Sam Lantinga Date: Thu, 18 Sep 2003 14:24:35 -0400
2003-09-15 Ryan C. Gordon Date: Sun, 14 Sep 2003 17:04:55 -0400
2002-11-09 Sam Lantinga Fixed potential dropped events under DirectInput
2002-10-08 Sam Lantinga Fixed windows event handling for ActiveX controls (thanks Huib-Jan!)
2002-09-16 Sam Lantinga Applied John Popplewell's fix for left-handed mice under Windows.
2002-08-20 Sam Lantinga Reset mouse state when changing video modes
2002-08-20 Sam Lantinga *** empty log message ***
2002-08-20 Sam Lantinga Updated for embedded Visual C++ 4.0
2002-04-08 Sam Lantinga Mouse wheel fix patch.
2002-03-31 Sam Lantinga *** empty log message ***
2002-03-31 Sam Lantinga Fixed the bug where mouse cursor and SDL mouse coordinates didn't match
2002-03-06 Sam Lantinga Updated copyright information for 2002
2002-03-01 Sam Lantinga *** empty log message ***
2002-02-13 Sam Lantinga Added support for the pause key under DirectX
2001-12-14 Sam Lantinga Updated the source with the correct e-mail address
2001-08-09 Sam Lantinga Applied David MacCormack's patch to fix SDL_WINDOWID on Windows,
2001-06-16 Sam Lantinga Mouse wheel sends mouse button (4/5) events on Windows
2001-04-26 Sam Lantinga Initial revision