log src/events/SDL_mouse.c @ 5281:15a71bec4a55

age author description
2011-02-12 Sam Lantinga Happy 2011! :)
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-05-10 Sam Lantinga Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API.
2010-03-25 Sam Lantinga General improvements for user custom event registration
2009-09-27 Sam Lantinga Fixed bug #713 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-06 Szymon Wilczek upgraded functions gsoc2008_manymouse
2008-08-05 Szymon Wilczek Cursor support added gsoc2008_manymouse
2008-08-02 Szymon Wilczek comments added and improved code look(windows part) gsoc2008_manymouse
2008-07-31 Szymon Wilczek Implementation finished gsoc2008_manymouse
2008-07-30 Szymon Wilczek Project part 2 gsoc2008_manymouse
2008-07-23 Szymon Wilczek Proximity events, Pressure detection for multiple windows. Tablet button detection on the way. 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-03 Szymon Wilczek Relative mode for tablets. Info on wiki. 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 Fixed crash when there was no mouse focus for some reason (iPhone bug?)
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 Ryan C. Gordon Initial band-aids on SDL_GetMouseState() API breakage. More work to come.
2009-12-16 Sam Lantinga Fixed bug #642
2009-09-05 Sam Lantinga Fixed issues building 64-bit Windows binary
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 Fixed bug #750
2009-06-10 Sam Lantinga Whoops, didn't mean to commit unfinished patch
2009-06-10 Sam Lantinga indent
2009-06-09 Bob Pendleton zeroing out the rest of the unititialize fields in mouse motion events.
2009-06-09 Bob Pendleton make sure that mouse.z == 0 until it is used.
2009-04-28 Mike Gorchak New last cursor position must rely on the clamped coordinates.
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 Date: Sun, 07 Dec 2008 13:35:23 +0100
2008-12-08 Sam Lantinga Updated copyright date
2008-12-07 Sam Lantinga There's no reason to add extra code to notify the mice of window size changes.
2008-12-06 Sam Lantinga Date: Sat, 06 Dec 2008 15:27:00 +0100
2008-11-27 Sam Lantinga Fixed mouse coordinate range on Mac OS X
2008-10-04 Sam Lantinga Final merge of Google Summer of Code 2008 work...
2008-08-26 Sam Lantinga Fixed crash when tablet isn't detected properly
2008-08-26 Sam Lantinga indent
2008-08-25 Szymon Wilczek Removed unneccesary code lines. Fixed mousename bug. Added lacking code in mousebutton
2008-08-25 Sam Lantinga Fixed compile errors introduced during the merge refactoring
2008-08-25 Sam Lantinga Final merge of Google Summer of Code 2008 work...
2007-07-06 Sam Lantinga Fixed bug #382
2006-10-17 Ryan C. Gordon Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.
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 Implemented Win32 input grab SDL-1.3
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-30 Sam Lantinga Cleaned up a bunch of warnings, started adding Win32 event support SDL-1.3
2006-06-11 Sam Lantinga Finishing up keyboard code revamp, at least for now... SDL-1.3
2006-06-09 Sam Lantinga Moved the cursor handling into the mouse code. SDL-1.3
2006-06-07 Sam Lantinga Work in progress. :) 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-03-14 Sam Lantinga Fixed bug #38
2006-02-26 Sam Lantinga Updated OS/2 build, yay!
2006-02-21 Sam Lantinga Use consistent identifiers for the various platforms we support.
2006-02-16 Sam Lantinga New configure-based build system. Still work in progress, but much improved
2006-02-10 Sam Lantinga More header massaging... works great on Windows. ;-)
2006-02-07 Sam Lantinga Use SDL_ prefixed versions of C library functions.
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-29 Sam Lantinga Date: Fri, 14 Jan 2005 21:52:46 +0100
2005-08-21 Sam Lantinga Date: Fri, 08 Jul 2005 22:43:48 +0200 (CEST)
2004-08-21 Sam Lantinga Date: Sun, 18 Jul 2004 00:22:07 -0400
2004-01-04 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
2002-10-07 Sam Lantinga Fixed compiler warning
2002-08-20 Sam Lantinga Reset mouse state when changing video modes
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-04-26 Sam Lantinga Initial revision