explorerframe: Avoid signed-unsigned integer comparisons.
[wine] / dlls / dinput / mouse.c
2012-03-27  Dmitry Timoshkovdinput: Use standard way for dumping POINT.
2012-02-15  Alexandre Julliarddinput: Filter out mouse wheel messages in exclusive...
2012-02-01  Alexandre Julliarddinput: Clip to the client area instead of the whole...
2012-01-30  Alexandre Julliarddinput: Catch unsuccessful clipping attempts and fall...
2012-01-19  Alexandre Julliarddinput: Clip the mouse to the entire window instead...
2011-10-31  Vitaliy Margolendinput: Report mouse and keyboard as being emulated...
2011-10-17  Vitaliy Margolendinput: Don't mask buffer overflow error.
2011-08-24  Lucas Fialho Zawackidinput: Proper conversion of username parameters for...
2011-08-24  Lucas Fialho Zawackidinput: Common implementation for joystick, keyboard...
2011-08-24  Lucas Fialho Zawackidinput: Common implementation of BuildActionMap for...
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2011-07-04  Lucas Fialho Zawackidinput: SetActionMap and queue_event setting mapped...
2011-07-04  Lucas Fialho Zawackidinput: SetActionMap constructing a dataformat for...
2011-07-04  Lucas Fialho Zawackidinput: Keyboard and mouse implementation of BuildActio...
2011-05-05  Alexandre Julliarddinput: Reset the clipped flag when the cursor is released.
2011-04-26  Alexandre Julliarddinput: Pass mouse messages through if the request...
2011-04-26  Alexandre Julliarddinput: Use a 1x1 clipping rect instead of warping...
2011-04-26  Alexandre Julliarddinput: Add a helper function for mouse warping.
2011-04-26  Alexandre Julliarddinput: Get rid of some redundant coordinate mappings.
2011-01-24  Vitaliy Margolendinput: Combine ASCII and Unicode device create callbac...
2011-01-19  Vitaliy Margolendinput: Make newly created device append itself to...
2011-01-10  Vitaliy Margolendinput: COM cleanup - use interfaces instead of vtbl...
2011-01-10  Vitaliy Margolendinput: Explicitly define ASCII and Unicode methods...
2011-01-10  Vitaliy Margolendinput: Explicitly define ASCII and Unicode methods...
2011-01-10  Vitaliy Margolendinput: COM cleanup - use helper function instead of...
2011-01-10  Vitaliy Margolendinput: COM cleanup - use proper interface instead...
2011-01-10  Vitaliy Margolendinput: COM cleanup - use proper DirectInput interface...
2011-01-03  Vitaliy Margolendinput: Rename IDirectInputDevice2AImpl into IDirectInp...
2010-08-31  Andrew Talbotdinput: Constify some variables.
2010-02-02  Michael Stefaniucdinput: Don't use HIWORD to check if a REFGUID is a...
2009-11-30  Vitaliy Margolendinput: Pass event instance ID to queue_event instead...
2009-02-23  Vitaliy Margolendinput: Let each device decide which hook event to...
2009-01-05  Alexandre Julliarddinput: Fix pointer cast warnings on 64-bit.
2008-08-20  Vitaliy Margolendinput: Add mouse warp override config option.
2008-07-28  Vitaliy Margolendinput: Zero the out buffer.
2008-03-27  Austin EnglishSpelling fixes.
2008-03-01  Andrew Talbotdinput: Assign to structs instead of using memcpy.
2008-02-15  Vitaliy Margolendinput: Don't use event times, report current tick...
2008-02-15  Vitaliy MargolenRevert "dinput: Skip old mouse movement events.".
2008-02-12  Marcus Meissnerdinput: Make _dump_mouse_state static.
2008-02-11  Vitaliy Margolendinput: Skip old mouse movement events.
2007-11-02  Gerald Pfeiferdinput: Fix type of loop variable in alloc_device().
2007-10-10  Vitaliy Margolendinput: Use ClipCursor() to keep mouse from leaving...
2007-09-11  Vitaliy Margolendinput: Add helper function to dump mouse state.
2007-08-17  Vitaliy Margolendinput: Properly increment sequence number for X only...
2007-07-09  Vitaliy Margolendinput: Rename set_dinput_hook and call it from the...
2007-07-09  Vitaliy Margolendinput: Handle multiple keyboard and mouse devices.
2007-07-09  Vitaliy Margolendinput: Export Mouse and Keyboard GUIDs.
2007-06-28  Vitaliy Margolendinput: Combine all Release functionality into base...
2007-06-28  Vitaliy Margolendinput: Move parent dinput reference into base class.
2007-06-04  Vitaliy Margolendinput: Make sure to unacquire device before freeing it.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-03-08  Jan Zerebeckidinput: Add DebugInfo to critical sections.
2007-02-13  Andrew Talbotdinput: Constify some variables.
2007-01-11  Vitaliy Margolendinput: Internal data format is not const anymore.
2007-01-10  Vitaliy Margolendinput: Fix trace formatting.
2007-01-08  Vitaliy Margolendinput: Set event from queue_event, simplifying code...
2007-01-06  Vitaliy Margolendinput: Fix memory leak.
2007-01-06  Vitaliy Margolendinput: Fix mouse to use proper offset when queuing...
2007-01-04  Vitaliy Margolendinput: Fix cut and paste error.
2007-01-04  Vitaliy Margolendinput: Implement mouse GetObjectInfo on top of base...
2006-12-29  Vitaliy Margolendinput: Release critical section before warping mouse.
2006-12-28  Vitaliy Margolendinput: Move mouse to using new EnumObjects from base...
2006-12-28  Vitaliy Margolendinput: mouse: Copy and modify default data format.
2006-12-24  Vitaliy Margolendinput: AddRef and Release parent DirectInput class.
2006-12-20  Vitaliy Margolendinput: Warp mouse in exclusive cooperation mode only.
2006-12-20  Vitaliy Margolendinput: Use GetCursorPos() to calculate relative mouse...
2006-12-18  Vitaliy Margolendinput: Make mouse use axis mode flag set in base class...
2006-12-12  Vitaliy Margolendinput: Use standard mouse data format instead of custo...
2006-12-12  Vitaliy Margolendinput: Remove redundant parameter.
2006-12-12  Vitaliy Margolendinput: Move mouse & keyboard user data format to base...
2006-12-12  Vitaliy Margolendinput: Move transform and offsets structures into...
2006-12-11  Vitaliy Margolendinput: Move internal function calculate_ids to where...
2006-12-05  Vitaliy Margolendinput: Move mouse event queue into base device class.
2006-12-04  Vitaliy Margolendinput: Move critical section to the base device class.
2006-12-04  Vitaliy Margolendinput: Move acquired flag to the base device class...
2006-10-17  Vitaliy Margolendinput: Move SetCooperativeLevel into base class.
2006-10-17  Vitaliy Margolendinput: Move SetEventNotification and associated event...
2006-10-17  Vitaliy Margolendinput: Use dinput device as a base class for keyboard...
2006-10-09  Vitaliy Margolendinput: Win64 printf format warning fixes.
2006-10-06  James Hawkinsdinput: Call missing LeaveCriticalSection in the error...
2006-09-26  Ivan Leodinput: Add some error checks to mouse.c.
2006-09-20  Vitaliy Margolendinput: Initialize default coop level. Invert logic...
2006-09-20  Vitaliy Margolendinput: Return proper errors in SetCooperativeLevel.
2006-08-07  Vitaliy Margolendinput: Signal event after we queued an event. Not...
2006-06-23  Vitaliy Margolendinput: Warp mouse each 10ms instead of dropping events.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-21  Vitaliy Margolendinput: Create single thread for mouse and keyboard...
2006-02-28  Vitaly Budovskidinput: Return an error if both DISCL_EXCLUSIVE and...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-08-03  Mike McCormackgcc 4.0 warning fixes for Interlocked* functions.
2005-05-30  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-05-16  Robert ReifPass around real version and do correct thing based...
2005-05-09  Lionel Ulmer- Windows reports 0x80 on pressed buttons not 0xFF
2005-05-05  Lionel Ulmer- do not flush the buffer when the application only...
2005-05-04  James Dean AndersonReport an error if trying to get data from an unacquire...
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-24  Raphael Junqueira- use WINE_DINPUT_KEYBOARD_MAX_KEYS instead hard-coded...
2005-03-15  Alexandre JulliardBuild a static list of devices instead of relying on ELF
next