2010-08-22 |
Sam Lantinga |
Merged Jim's Google Summer of Code work from SDL-gsoc2010_gesture
|
2010-08-15 |
Jim Grandpre |
Added README.touch and README.gesture. Moved touchtest/gestureSDLTest to test/testgesture
|
2010-08-05 |
Jim Grandpre |
Fixed gestureMulti. Disabled dollar gesture temporarily.
|
2010-07-31 |
jimtla |
Added SDL_TouchID, SDL_FingerID, SDL_GestureID types. Converted to integer cioordinates (<- not working).
|
2010-07-30 |
jimtla |
Upgraded touchId/fingerId to long. Changed position variables to floats.
|
2010-07-13 |
Jim Grandpre |
Added alternative finger tracking method. Still prefer IPHONE_TOUCH_EFFICIENT_DANGEROUS.
|
2010-07-13 |
Sam Lantinga |
Merged changes from the main SDL codebase
|
2010-07-11 |
Jim Grandpre |
Added some files I had previosuly missed
|
2010-07-09 |
Jim Grandpre |
Moved $1 Gestures into the SDL Library
|
2010-07-07 |
Jim Grandpre |
Moved Multi finger gesture recognition into the library.
|
2010-05-29 |
Jim Grandpre |
Added pressure support for touch events.
|
2010-05-28 |
Jim Grandpre |
Added reading of event* for touch events.
|
2010-05-27 |
Jim Grandpre |
Added touch event definitions. Heavily modified events/SDL_touch*.
|
2010-08-14 |
Sam Lantinga |
Fixed documentation error
|
2010-07-21 |
Sam Lantinga |
Added support for keyboard repeat (only tested on Windows so far)
|
2010-07-09 |
Sam Lantinga |
Added an event when the clipboard is updated, triggered after the window gains the keyboard focus.
|
2010-05-10 |
Sam Lantinga |
Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API.
|
2010-04-16 |
Sam Lantinga |
Minor cleanup on Jiang's patch
|
2010-04-16 |
Sam Lantinga |
changeset: 4433:25667ea797fa
|
2010-03-25 |
Sam Lantinga |
General improvements for user custom event registration
|
2009-09-21 |
Sam Lantinga |
Fixed bug #706
SDL-1.2
|
2008-12-08 |
Sam Lantinga |
Updated copyright date
SDL-1.2
|
2008-08-06 |
Szymon Wilczek |
proximity events bug fix
gsoc2008_manymouse
|
2008-08-06 |
Szymon Wilczek |
Sharpened code looks and a minor events upgrade
gsoc2008_manymouse
|
2008-08-05 |
Szymon Wilczek |
Cursor support added
gsoc2008_manymouse
|
2008-07-06 |
Szymon Wilczek |
Pressure levels. Documentation http://wilku.ravenlord.ws/doku.php?id=documentation
gsoc2008_manymouse
|
2008-07-05 |
Szymon Wilczek |
Estethic changes noted on the SDL meeting 05.07.08
gsoc2008_manymouse
|
2008-07-02 |
Szymon Wilczek |
Proximity events and evil-temporary makefile repair
gsoc2008_manymouse
|
2008-06-06 |
Szymon Wilczek |
http://wilku.ravenlord.ws/doku.php?id=documentation for information how things work. Currently implemented: detecting many pointing devices and pressure detection. Still a bug. Each program has to be comipled with a flag -lXi
gsoc2008_manymouse
|
2010-01-24 |
Sam Lantinga |
Fixed bug #926
|
2010-01-21 |
Sam Lantinga |
Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
|
2009-12-16 |
Sam Lantinga |
Fixed bug #642
|
2009-10-19 |
Sam Lantinga |
Partial fix for bug #859
|
2009-09-19 |
Sam Lantinga |
Merged a cleaned up version of Jiang's code changes from Google Summer of Code 2009
|
2009-06-10 |
Sam Lantinga |
Fixed bug #750
|
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
|