log src/video/x11/SDL_x11events.c @ 3496:78fc8ea578b2

age author description
2009-09-27 Sam Lantinga Fixed bug #716
2009-09-05 Sam Lantinga Fixed a few issues compiling with Mac OS X 10.6
2009-06-11 Bob Pendleton Mouse events now report the correct window id and window enter/leave events are now reported.
2009-06-10 Sam Lantinga Whoops, didn't mean to commit unfinished patch
2009-06-10 Sam Lantinga indent
2009-01-14 Sam Lantinga indent
2009-01-12 Sam Lantinga Don't complain when the GNOME screensaver isn't running (or available)
2009-01-12 Sam Lantinga This is so wrong, it hurts.
2009-01-12 Sam Lantinga Added an API to enable/disable the screen saver.
2009-01-10 Sam Lantinga Removed extra debug output
2009-01-10 Sam Lantinga Reverted Bob's indent checkin
2009-01-09 Bob Pendleton I ran a global "make indent" it modified the following files.
2009-01-05 Sam Lantinga Fixed mouse events with --disable-video-x11-xinput
2009-01-04 Sam Lantinga indent
2009-01-04 Sam Lantinga Technically more correct
2009-01-04 Sam Lantinga The core pointer is comprised of merging the inputs of all mice.
2009-01-01 Sam Lantinga indent
2009-01-01 Sam Lantinga Fixed X11 mouse motion/button events - it's not actually safe to cast mouse events to device events.
2008-12-08 Sam Lantinga Updated copyright date
2008-11-27 Sam Lantinga Fixed mouse coordinate range on Mac OS X
2008-09-17 Ryan C. Gordon Some cleanups on the new XInput code.
2008-09-01 Sam Lantinga Fixed a bunch of compile warnings on Mac OS X
2008-08-25 Sam Lantinga Final merge of Google Summer of Code 2008 work...
2008-03-14 Bob Pendleton re: bug#563. checking in some commented out trace code and a fix so that the in testalpha.c the background only flashes when alpha == 255. The problem that is being
2008-03-07 Bob Pendleton In testdyngl.c the event type was being anded (&) with SDL_KEYDOWN and if the result was none zero the program was quiting. This is very weird because it was
2008-03-07 Bob Pendleton oops, need to comment out some debug code.
2008-03-07 Bob Pendleton Next version of internationalized input for X11. On my machine (famous last words :-) with a US English keyboard and locale I can compose ` and e and get a text
2008-03-07 Bob Pendleton more valgrind errors fixed. Plus I ran make indent which changed a few files.
2008-03-06 Bob Pendleton Fixed many valgrind errors. But, I broke testdyngl.
2008-02-07 Sam Lantinga Fixed compile errors
2008-02-07 Sam Lantinga First pass of new SDL scancode concept for X11.
2008-01-15 Bob Pendleton Minimal implementation of textinput events for x11. It only works for latin-1.
2008-01-12 Bob Pendleton Enabled key board auto repeat in X11_InitKeyboard.c. Had to add a couple of new Xlib symbols.
2008-01-08 Bob Pendleton Checking in Christian Walther's patch for x11 keyboard input. Minor code tweaks by Bob.
2006-10-01 Sam Lantinga Replaced strncmp for SDL_VIDEODRIVER test with strcasecmp
2006-07-27 Sam Lantinga Initial work on X11 window code in.
2006-07-10 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
2006-05-09 Sam Lantinga More compile fixes for systems without the DPMS extension
2006-05-09 Sam Lantinga Fixed bug #104
2006-05-08 Sam Lantinga Disable the screensaver in DGA mode, which is even more important than X11...
2006-05-08 Sam Lantinga Fixed bug #203
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-05-17 Sam Lantinga Merge trunk-1.3-3 SDL-1.3
2006-05-01 Sam Lantinga glSDL support SDL-1.3
2006-04-28 Sam Lantinga Merge trunk-1.3-2 SDL-1.3
2006-03-22 Ryan C. Gordon Updated dynamic X11 code. See details in Bugzilla #170.
2006-02-21 Sam Lantinga Use consistent identifiers for the various platforms we support.
2006-02-19 Sam Lantinga Use only safe string functions
2006-02-16 Sam Lantinga New configure-based build system. Still work in progress, but much improved
2006-02-10 Sam Lantinga *** empty log message ***
2006-02-10 Sam Lantinga More header massaging... works great on Windows. ;-)
2006-02-07 Sam Lantinga Removed uses of stdlib.h and string.h
2006-02-07 Sam Lantinga Use SDL_ prefixed versions of C library functions.
2006-02-04 Sam Lantinga Date: Sat, 04 Feb 2006 19:47:23 +0900
2006-02-04 Sam Lantinga Resolved bug #130
2006-02-01 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
2005-12-08 Sam Lantinga Fixed compile warnings with gcc 4
2005-11-21 Ryan C. Gordon Don't use X11 unicode keys on anything but keypress events.
2005-11-21 Ryan C. Gordon Real Unicode support for X11. Based on updated version of this patch:
2005-11-05 Ryan C. Gordon Dynamically load X11 libraries like we currently do for alsa, esd, etc.
2005-10-11 Ryan C. Gordon Valgrind fix.
2004-02-10 Sam Lantinga Date: Wed, 04 Feb 2004 13:51:56 +0100
2004-01-04 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
2002-09-16 Sam Lantinga Don't be fooled by unclutter - the mouse isn't really leaving our window
2002-06-13 Sam Lantinga Fix uninitialized variable warning
2002-03-06 Sam Lantinga Updated copyright information for 2002
2001-12-14 Sam Lantinga Updated the source with the correct e-mail address
2001-08-31 Sam Lantinga An expose event is now sent when using XVideo output.
2001-07-14 Sam Lantinga Now gets correct keyboard state when starting up on X11
2001-07-07 Sam Lantinga Hopefully fixed the fullscreen mode code for KDE
2001-06-26 Sam Lantinga Oops, don't include debug code
2001-06-26 Sam Lantinga When the mouse is grabbed, send the application the motion associated with
2001-06-19 Sam Lantinga Added patches from FreeBSD ports
2001-05-01 Sam Lantinga Fixed stuck keys when changing the video mode
2001-04-29 Sam Lantinga Fix key repeat detection on newer X servers
2001-04-27 Sam Lantinga Fixed relative motion checking after restore under X11
2001-04-26 Sam Lantinga Initial revision