log src/video/win32/SDL_win32events.c @ 4994:e4ed74189d63

age author description
2010-12-29 Sam Lantinga Removed carriage returns
2010-12-01 Sam Lantinga First pass at Windows multi-touch gesture support
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-24 Andreas Schiffler Update VS2010 project to add new files; update new files so code builds on Win32/Win64
2010-08-29 Sam Lantinga Fixed compiling with Visual Studio 2008
2010-08-22 Sam Lantinga Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
2010-07-30 Eli Gottlieb Added Andreas's patch to fix my silly C++-style errors.
2010-07-10 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.
2010-08-22 Sam Lantinga Merged Daniel's Google Summer of Code work from SDL-gsoc2010_IME
2010-07-18 dewyatt Merge with main repo (mainly for non-printable character fix)
2010-07-12 dewyatt Initial IMM implementation.
2010-07-06 dewyatt Merge
2010-06-08 dewyatt Change SDL to not use DefWindowProc as the window class' window procedure.
2010-08-22 Sam Lantinga Merged Jim's Google Summer of Code work from SDL-gsoc2010_gesture
2010-07-13 Sam Lantinga Merged changes from the main SDL codebase
2010-06-10 jimtla More fixes for windows. Disabled tablet code.
2010-07-28 Sam Lantinga Andrey A.
2010-07-22 Sam Lantinga Fixed key repeat detection on X11, and simplified the code for everyone else.
2010-07-21 Sam Lantinga Fixed remapping the Delete key and detecting the keypad Delete key.
2010-07-21 Sam Lantinga Added support for keyboard repeat (only tested on Windows so far)
2010-07-09 Sam Lantinga Amazingly the Windows code is almost identical to the Mac OS X code. :)
2010-07-08 Sam Lantinga Added Windows 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-17 Sam Lantinga Fixed mouse focus window reporting
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
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 part1 gsoc2008_manymouse
2008-07-23 Szymon Wilczek Proximity events, Pressure detection for multiple windows. Tablet button detection on the way. gsoc2008_manymouse
2010-01-27 Sam Lantinga Fixed bug #743
2010-01-24 Sam Lantinga Fixed bug #926
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-15 Sam Lantinga Fixed bug #905
2009-12-15 Sam Lantinga Fixed bug #906
2009-09-07 Sam Lantinga Kenneth Bull to SDL
2009-09-06 Sam Lantinga Fixed bug where minimized windows get zero width/height
2009-09-05 Sam Lantinga Fixed issues building 64-bit Windows binary
2009-06-07 Sam Lantinga Hi,
2009-05-23 Sam Lantinga indent
2009-03-28 Sam Lantinga Oops
2009-03-23 Sam Lantinga Date: Thu, 05 Feb 2009 18:07:35 +0100
2009-03-23 Sam Lantinga Date: Sat, 21 Mar 2009 19:41:52 -0700 (PDT)
2009-02-19 Sam Lantinga Use the default arrow cursor until we implement the cursor API
2009-01-12 Sam Lantinga Fixed Visual C++ build
2009-01-12 Sam Lantinga Added an API to enable/disable the screen saver.
2009-01-04 Sam Lantinga indent
2009-01-03 Sam Lantinga Fixed bug #663
2009-01-03 Sam Lantinga The mouse position is relative to the client window.
2008-12-25 Sam Lantinga Updated to build on Windows
2008-12-08 Sam Lantinga Updated copyright date
2008-11-27 Sam Lantinga Fixed mouse coordinate range on Mac OS X
2008-10-12 Sam Lantinga Fixed memory leak in raw mouse input processing.
2008-08-26 Edgar Simo Fix for mingw compilation by Alam.
2008-08-26 Sam Lantinga Dynamically load wintab32.dll
2008-08-26 Sam Lantinga Added Wacom API headers.
2008-08-25 Sam Lantinga Added missing X1/X2 button support
2008-08-25 Sam Lantinga Final merge of Google Summer of Code 2008 work...