Mon, 24 Jan 2011 13:47:35 -0600 |
krogoway |
Renamed SDL_keysym to SDL_KeySym
|
Thu, 20 Jan 2011 16:05:59 -0800 |
Sam Lantinga |
Added the ability to get the UIKit window through the SDL API.
|
Thu, 30 Dec 2010 13:21:39 -0800 |
Sam Lantinga |
Fixed compiling X11 touch interface
|
Wed, 29 Sep 2010 21:13:52 -0700 |
Sam Lantinga |
Make the union nameless to reduce the complexity of the API.
|
Mon, 27 Sep 2010 01:24:05 -0700 |
Sam Lantinga |
Merged the Windows custom window system hooks into the union used by X11.
|
Sun, 22 Aug 2010 12:07:55 -0700 |
Sam Lantinga |
Merged Jim's Google Summer of Code work from SDL-gsoc2010_gesture
|
Wed, 04 Aug 2010 23:17:30 -0400 |
Jim Grandpre |
Fixed gestureMulti. Disabled dollar gesture temporarily.
|
Mon, 02 Aug 2010 00:14:53 -0400 |
Jim Grandpre |
Fixed some Gesture bugs
|
Thu, 22 Jul 2010 08:12:28 +0400 |
jimtla |
Fixed x11 compile bugs.
|
Mon, 12 Jul 2010 21:09:23 -0700 |
Sam Lantinga |
Merged changes from the main SDL codebase
|
Fri, 18 Jun 2010 01:43:02 -0400 |
Jim Grandpre |
Fixed bugs in input, cleaned up $1
|
Tue, 01 Jun 2010 02:54:33 -0400 |
Jim Grandpre |
Added include/touch.h Now reading in resolution of touch pad.
|
Mon, 31 May 2010 00:24:37 -0400 |
Jim Grandpre |
Auto-detects Wacom touch devices.
|
Sat, 29 May 2010 02:09:16 -0400 |
Jim Grandpre |
Added pressure support for touch events.
|
Sat, 29 May 2010 01:47:19 -0400 |
Jim Grandpre |
Bug fixes. Basic touch events (finger up, finger down, finger move) supported.
|
Fri, 28 May 2010 01:26:52 -0400 |
Jim Grandpre |
Added reading of event* for touch events.
|
Tue, 25 May 2010 23:23:23 -0400 |
Jim Grandpre |
Added SDL_touch.c/SDL_touch_c.h as slightly modifeind SDL_mouse*. Made reads in touchSimp non-blocking.
|
Wed, 21 Jul 2010 21:47:12 -0700 |
Sam Lantinga |
Fixed key repeat detection on X11, and simplified the code for everyone else.
|
Tue, 20 Jul 2010 23:25:24 -0700 |
Sam Lantinga |
Added support for keyboard repeat (only tested on Windows so far)
|
Tue, 20 Jul 2010 00:05:32 -0700 |
Sam Lantinga |
Applied the same logic as the fix for bug 894.
|
Tue, 20 Jul 2010 00:01:26 -0700 |
Sam Lantinga |
Finally fixed bug 894 without breaking bug 716. Yay! :)
SDL-1.2
|
Mon, 19 Jul 2010 23:29:45 -0700 |
Sam Lantinga |
Fixed X error when showing debug info about a deleted property
|
Sun, 18 Jul 2010 01:00:01 -0700 |
Sam Lantinga |
Added back in a little more debugging for the X11 keyboard code
|
Wed, 14 Jul 2010 07:25:07 -0700 |
Sam Lantinga |
Zero any fields not explicitly filled in.
|
Wed, 14 Jul 2010 00:08:46 -0700 |
Sam Lantinga |
Much better debugging of property changes
|
Tue, 13 Jul 2010 23:14:00 -0700 |
Sam Lantinga |
Turned off debug spew
|
Tue, 13 Jul 2010 23:11:10 -0700 |
Sam Lantinga |
Lots of prep for the "real" way to support fullscreen mode on modern window managers.
|
Mon, 12 Jul 2010 00:36:55 -0700 |
Sam Lantinga |
Added X11 clipboard support.
|
Mon, 05 Jul 2010 22:48:13 -0700 |
Sam Lantinga |
Cleaned up the mouse window focus handling: you always pass in the relative window when sending a mouse event.
|
Sat, 26 Jun 2010 08:56:48 -0700 |
Sam Lantinga |
Mostly cleaned up warnings with -Wmissing-prototypes
|
Sun, 09 May 2010 20:47:22 -0700 |
Sam Lantinga |
Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API.
|
Thu, 25 Mar 2010 01:08:26 -0700 |
Sam Lantinga |
General improvements for user custom event registration
|
Wed, 30 Sep 2009 04:49:57 +0000 |
Sam Lantinga |
I just tested DGA mouse motion with X.org 1.6.0 and it's working fine,
SDL-1.2
|
Tue, 29 Sep 2009 11:28:43 +0000 |
Ryan C. Gordon |
Batch x11 dga mouse motion events into a single SDL event.
SDL-1.2
|
Sun, 27 Sep 2009 23:22:57 +0000 |
Sam Lantinga |
Fixed bug #716
SDL-1.2
|
Mon, 08 Dec 2008 00:25:42 +0000 |
Sam Lantinga |
Updated copyright date
SDL-1.2
|
Fri, 29 Feb 2008 13:55:44 +0000 |
Sam Lantinga |
* Added configure option --enable-screensaver, to allow enabling the screensaver by default.
SDL-1.2
|
Sat, 29 Dec 2007 18:50:33 +0000 |
Sam Lantinga |
Fixed bug #502
SDL-1.2
|
Sat, 01 Sep 2007 17:25:24 +0000 |
Ryan C. Gordon |
ANSI C fix (all variables need to be defined at start of block).
SDL-1.2
|
Wed, 04 Jul 2007 15:22:07 +0000 |
Sam Lantinga |
Fixed bug #450
SDL-1.2
|
Mon, 25 Jun 2007 19:58:32 +0000 |
Ryan C. Gordon |
Significantly improved XIM support.
SDL-1.2
|
Fri, 06 Apr 2007 20:30:41 +0000 |
Ryan C. Gordon |
Let app set SDL_VIDEO_ALLOW_SCREENSAVER environment variable to override SDL's
SDL-1.2
|
Sat, 02 Aug 2008 17:40:49 +0000 |
Szymon Wilczek |
First comments and code upgrades in X11
gsoc2008_manymouse
|
Thu, 03 Jul 2008 22:03:58 +0000 |
Szymon Wilczek |
Relative mode for tablets. Info on wiki.
gsoc2008_manymouse
|
Wed, 02 Jul 2008 20:29:29 +0000 |
Szymon Wilczek |
Proximity events and evil-temporary makefile repair
gsoc2008_manymouse
|
Thu, 19 Jun 2008 17:24:30 +0000 |
Szymon Wilczek |
Major bug fixes
gsoc2008_manymouse
|
Fri, 06 Jun 2008 15:23:29 +0000 |
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
|
Sun, 24 Jan 2010 21:10:53 +0000 |
Sam Lantinga |
Fixed bug #926
|
Thu, 21 Jan 2010 06:21:52 +0000 |
Sam Lantinga |
Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
|
Sun, 27 Sep 2009 23:24:58 +0000 |
Sam Lantinga |
Fixed bug #716
|
Sat, 05 Sep 2009 07:33:54 +0000 |
Sam Lantinga |
Fixed a few issues compiling with Mac OS X 10.6
|
Thu, 11 Jun 2009 20:08:33 +0000 |
Bob Pendleton |
Mouse events now report the correct window id and window enter/leave events are now reported.
|
Wed, 10 Jun 2009 13:46:54 +0000 |
Sam Lantinga |
Whoops, didn't mean to commit unfinished patch
|
Wed, 10 Jun 2009 13:34:20 +0000 |
Sam Lantinga |
indent
|
Wed, 14 Jan 2009 04:25:32 +0000 |
Sam Lantinga |
indent
|
Mon, 12 Jan 2009 08:28:17 +0000 |
Sam Lantinga |
Don't complain when the GNOME screensaver isn't running (or available)
|
Mon, 12 Jan 2009 08:26:24 +0000 |
Sam Lantinga |
This is so wrong, it hurts.
|
Mon, 12 Jan 2009 06:19:05 +0000 |
Sam Lantinga |
Added an API to enable/disable the screen saver.
|
Sat, 10 Jan 2009 23:57:12 +0000 |
Sam Lantinga |
Removed extra debug output
|
Sat, 10 Jan 2009 21:50:26 +0000 |
Sam Lantinga |
Reverted Bob's indent checkin
|