2011-01-24 |
krogoway |
Renamed SDL_keysym to SDL_KeySym
|
2011-01-21 |
Sam Lantinga |
Added the ability to get the UIKit window through the SDL API.
|
2010-12-30 |
Sam Lantinga |
Fixed compiling X11 touch interface
|
2010-09-30 |
Sam Lantinga |
Make the union nameless to reduce the complexity of the API.
|
2010-09-27 |
Sam Lantinga |
Merged the Windows custom window system hooks into the union used by X11.
|
2010-08-22 |
Sam Lantinga |
Merged Jim's Google Summer of Code work from SDL-gsoc2010_gesture
|
2010-08-05 |
Jim Grandpre |
Fixed gestureMulti. Disabled dollar gesture temporarily.
|
2010-08-02 |
Jim Grandpre |
Fixed some Gesture bugs
|
2010-07-22 |
jimtla |
Fixed x11 compile bugs.
|
2010-07-13 |
Sam Lantinga |
Merged changes from the main SDL codebase
|
2010-06-18 |
Jim Grandpre |
Fixed bugs in input, cleaned up $1
|
2010-06-01 |
Jim Grandpre |
Added include/touch.h Now reading in resolution of touch pad.
|
2010-05-31 |
Jim Grandpre |
Auto-detects Wacom touch devices.
|
2010-05-29 |
Jim Grandpre |
Added pressure support for touch events.
|
2010-05-29 |
Jim Grandpre |
Bug fixes. Basic touch events (finger up, finger down, finger move) supported.
|
2010-05-28 |
Jim Grandpre |
Added reading of event* for touch events.
|
2010-05-26 |
Jim Grandpre |
Added SDL_touch.c/SDL_touch_c.h as slightly modifeind SDL_mouse*. Made reads in touchSimp non-blocking.
|
2010-07-22 |
Sam Lantinga |
Fixed key repeat detection on X11, and simplified the code for everyone else.
|
2010-07-21 |
Sam Lantinga |
Added support for keyboard repeat (only tested on Windows so far)
|
2010-07-20 |
Sam Lantinga |
Applied the same logic as the fix for bug 894.
|
2010-07-20 |
Sam Lantinga |
Finally fixed bug 894 without breaking bug 716. Yay! :)
SDL-1.2
|
2010-07-20 |
Sam Lantinga |
Fixed X error when showing debug info about a deleted property
|
2010-07-18 |
Sam Lantinga |
Added back in a little more debugging for the X11 keyboard code
|
2010-07-14 |
Sam Lantinga |
Zero any fields not explicitly filled in.
|
2010-07-14 |
Sam Lantinga |
Much better debugging of property changes
|
2010-07-14 |
Sam Lantinga |
Turned off debug spew
|
2010-07-14 |
Sam Lantinga |
Lots of prep for the "real" way to support fullscreen mode on modern window managers.
|
2010-07-12 |
Sam Lantinga |
Added X11 clipboard support.
|
2010-07-06 |
Sam Lantinga |
Cleaned up the mouse window focus handling: you always pass in the relative window when sending a mouse event.
|
2010-06-26 |
Sam Lantinga |
Mostly cleaned up warnings with -Wmissing-prototypes
|