log src/events/SDL_events.c @ 2146:9fcde304c7b6

age author description
Sat, 16 Jun 2007 15:32:04 +0000 Sam Lantinga Key repeat is handled by the OS, since text input is now decoupled from physical key events.
Thu, 10 Aug 2006 14:54:23 +0000 Sam Lantinga MacOS Classic is no longer supported.
Mon, 10 Jul 2006 21:04:37 +0000 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
Sat, 08 Jul 2006 20:07:08 +0000 Sam Lantinga SDL_PushEvent() calls the event filter code, and has a return value to tell SDL-1.3
Thu, 06 Jul 2006 07:17:11 +0000 Sam Lantinga Proof of concept done - Win32 GDI implementation mostly complete. SDL-1.3
Fri, 30 Jun 2006 08:18:44 +0000 Sam Lantinga Added a userdata parameter for event filters. SDL-1.3
Mon, 29 May 2006 04:04:35 +0000 Sam Lantinga more tweaking indent options SDL-1.3
Sun, 28 May 2006 21:56:07 +0000 Sam Lantinga The dummy video driver compiles. :) SDL-1.3
Sun, 28 May 2006 13:04:16 +0000 Sam Lantinga Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API. SDL-1.3
Wed, 17 May 2006 08:18:28 +0000 Sam Lantinga Merge trunk-1.3-3 SDL-1.3
Tue, 21 Feb 2006 08:46:50 +0000 Sam Lantinga Use consistent identifiers for the various platforms we support.
Thu, 16 Feb 2006 10:11:48 +0000 Sam Lantinga New configure-based build system. Still work in progress, but much improved
Fri, 10 Feb 2006 06:48:43 +0000 Sam Lantinga More header massaging... works great on Windows. ;-)
Tue, 07 Feb 2006 06:59:48 +0000 Sam Lantinga Use SDL_ prefixed versions of C library functions.
Mon, 06 Feb 2006 08:28:51 +0000 Sam Lantinga It's now possible to build SDL without any C runtime at all on Windows,
Wed, 01 Feb 2006 06:32:25 +0000 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
Wed, 23 Nov 2005 07:29:56 +0000 Ryan C. Gordon OS/2 port!
Thu, 08 Sep 2005 07:33:22 +0000 Ryan C. Gordon iPod Linux framebuffer support.
Sun, 21 Aug 2005 06:18:54 +0000 Sam Lantinga Date: Fri, 08 Jul 2005 22:43:48 +0200 (CEST)
Thu, 13 Jan 2005 23:24:56 +0000 Sam Lantinga Fix various problems with the timer code.
Sun, 04 Jan 2004 16:49:27 +0000 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
Wed, 29 May 2002 23:31:33 +0000 Sam Lantinga Almost... :)
Wed, 29 May 2002 22:29:46 +0000 Ryan C. Gordon SDL_PushEvent() now returns values as documented.
Mon, 15 Apr 2002 04:53:41 +0000 Sam Lantinga The documented error return value for SDL_WaitEvent() is 0.
Mon, 15 Apr 2002 04:51:26 +0000 Sam Lantinga Fixed SDL_PollEvent() so it only returns a boolean value (not -1)
Wed, 06 Mar 2002 11:23:08 +0000 Sam Lantinga Updated copyright information for 2002
Wed, 13 Feb 2002 23:40:13 +0000 Sam Lantinga Updated the documentation for the SDL_PushEvent() call.
Fri, 14 Dec 2001 12:38:15 +0000 Sam Lantinga Updated the source with the correct e-mail address
Thu, 26 Apr 2001 16:45:43 +0000 Sam Lantinga Initial revision