log include/SDL_events.h @ 3187:e041d2c603fe

age author description
2009-06-05 Bob Pendleton Added a #ifndef SDL_NO_COMPAT around SDL_ActiveEvent and SDL_ResizeEvent so that code
2009-07-01 Jiang Jiang Add SDL_TEXTEDTING event to inform application about marked text. gsoc2009_IME
2009-02-17 Sam Lantinga Fixed bug #684
2008-12-08 Sam Lantinga Updated copyright date
2008-08-25 Sam Lantinga Final merge of Google Summer of Code 2008 work...
2008-07-10 Darren Alton Removed old touchscreen system, starting to implement mouse-based touchscreen. Also, more work on a non-software-rendering video driver gsoc2008_nds
2008-06-23 Darren Alton Started adding framework for Touchscreen API, based on and (consistent with) the existing Joystick API. gsoc2008_nds
2008-01-15 Bob Pendleton Minimal implementation of textinput events for x11. It only works for latin-1.
2007-07-06 Sam Lantinga Fixed bug #382
2007-06-20 Bob Pendleton Added a WindowID to the user event and cleaned up a little bit of formating
2006-07-29 Sam Lantinga Implemented Cocoa mouse wheel events
2006-07-18 Sam Lantinga Added a test program framework for easy initialization.
2006-07-10 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
2006-07-08 Sam Lantinga SDL_PushEvent() calls the event filter code, and has a return value to tell SDL-1.3
2006-07-06 Sam Lantinga Proof of concept done - Win32 GDI implementation mostly complete. SDL-1.3
2006-06-30 Sam Lantinga Added a userdata parameter for event filters. SDL-1.3
2006-06-18 Sam Lantinga Added the unicode keysym memory again for backwards compatibility. SDL-1.3
2006-05-29 Sam Lantinga The test programs compile again. SDL-1.3
2006-05-29 Sam Lantinga more tweaking indent options SDL-1.3
2006-05-28 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
2006-02-10 Sam Lantinga More header massaging... works great on Windows. ;-)
2006-02-10 Sam Lantinga *** empty log message ***
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 Oops
2006-01-30 Sam Lantinga *** empty log message ***
2006-01-29 Sam Lantinga Date: Fri, 18 Feb 2005 20:49:35 +0200 (EET)
2006-01-20 Sam Lantinga Date: Thu, 19 Jan 2006 20:02:29 +0200
2004-08-20 Sam Lantinga Date: Fri, 20 Aug 2004 08:31:20 +0200
2004-07-18 Sam Lantinga Date: Mon, 3 May 2004 03:15:01 +0100
2004-02-18 Sam Lantinga *** empty log message ***
2004-01-04 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
2003-01-21 Sam Lantinga Fixed header docs for the joystick hat position
2002-04-11 Sam Lantinga Explicitly specify the SDL API calling convention (C by default)
2002-03-06 Sam Lantinga Updated copyright information for 2002
2002-02-13 Sam Lantinga Updated the documentation for the SDL_PushEvent() call.
2001-12-14 Sam Lantinga Updated the headers with the correct e-mail address
2001-04-26 Sam Lantinga Initial revision