log src/video/win32/SDL_win32events.c @ 4916:3617cec7f0ee

age author description
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.
Mon, 23 Aug 2010 23:44:28 -0700 Andreas Schiffler Update VS2010 project to add new files; update new files so code builds on Win32/Win64
Sun, 29 Aug 2010 14:22:22 -0700 Sam Lantinga Fixed compiling with Visual Studio 2008
Sun, 22 Aug 2010 13:45:56 -0700 Sam Lantinga Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Thu, 29 Jul 2010 22:57:39 -0400 Eli Gottlieb Added Andreas's patch to fix my silly C++-style errors.
Fri, 09 Jul 2010 20:24:44 -0400 Eli Gottlieb Put in a couple of fixes that I realized hadn't gotten done when I wrote out the SCRUM stuff in TODO. Added SCRUM listings in TODO.
Sun, 22 Aug 2010 12:39:27 -0700 Sam Lantinga Merged Daniel's Google Summer of Code work from SDL-gsoc2010_IME
Sun, 18 Jul 2010 13:48:23 -0400 dewyatt Merge with main repo (mainly for non-printable character fix)
Mon, 12 Jul 2010 11:33:27 -0400 dewyatt Initial IMM implementation.
Tue, 06 Jul 2010 02:07:42 -0400 dewyatt Merge
Tue, 08 Jun 2010 05:22:49 -0400 dewyatt Change SDL to not use DefWindowProc as the window class' window procedure.
Sun, 22 Aug 2010 12:07:55 -0700 Sam Lantinga Merged Jim's Google Summer of Code work from SDL-gsoc2010_gesture
Mon, 12 Jul 2010 21:09:23 -0700 Sam Lantinga Merged changes from the main SDL codebase
Thu, 10 Jun 2010 00:15:17 -0400 jimtla More fixes for windows. Disabled tablet code.
Tue, 27 Jul 2010 21:31:28 -0700 Sam Lantinga Andrey A.
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:59:16 -0700 Sam Lantinga Fixed remapping the Delete key and detecting the keypad Delete key.
Tue, 20 Jul 2010 23:25:24 -0700 Sam Lantinga Added support for keyboard repeat (only tested on Windows so far)
Thu, 08 Jul 2010 23:07:34 -0700 Sam Lantinga Amazingly the Windows code is almost identical to the Mac OS X code. :)
Thu, 08 Jul 2010 05:43:34 -0700 Sam Lantinga Added Windows 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.
Thu, 17 Jun 2010 12:33:05 -0700 Sam Lantinga Fixed mouse focus window reporting
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
Tue, 05 Aug 2008 14:10:11 +0000 Szymon Wilczek Cursor support added gsoc2008_manymouse
Sat, 02 Aug 2008 14:02:28 +0000 Szymon Wilczek comments added and improved code look(windows part) gsoc2008_manymouse
Thu, 31 Jul 2008 14:41:48 +0000 Szymon Wilczek Implementation finished gsoc2008_manymouse
Wed, 30 Jul 2008 16:09:24 +0000 Szymon Wilczek Project part1 gsoc2008_manymouse
Wed, 23 Jul 2008 16:12:43 +0000 Szymon Wilczek Proximity events, Pressure detection for multiple windows. Tablet button detection on the way. gsoc2008_manymouse