kernel32: Add a test for BindIoCompletionCallback.
[wine] / dlls / dinput /
2007-12-18  Francois Gougetdinput: Make _dump_cooperativelevel_DI() and _dump_Enum...
2007-12-12  Andrew Riedidinput: DPRINTF -> TRACE.
2007-12-07  Andrew Talbotdinput: Remove unneeded casts.
2007-11-27  Andrew Talbotdinput: Use bitwise NOT not logical NOT.
2007-11-26  Vitaliy Margolendinput: Fix dead zone handling.
2007-11-19  Michael Stefaniucdlls: Remove duplicate includes.
2007-11-05  Vitaliy Margolendinput: Add stub for DIPROP_AUTOCENTER property.
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-10-01  Vitaliy Margolendinput: Fix typo.
2007-09-25  Vitaliy Margolendinput: Implement GetDeviceInfo for evdev joystick.
2007-09-25  Vitaliy Margolendinput: Make default dead zone configurable.
2007-09-25  Vitaliy Margolendinput: Add a helper function to open configuration...
2007-09-25  Vitaliy Margolendinput: Move get_config_key to a common place.
2007-09-24  Stefan Leichterdinput: Remove 'recursive registry key delete' function.
2007-09-11  Vitaliy Margolendinput: When setting hooks ignore devices without even...
2007-09-11  Vitaliy Margolendinput: Add helper function to dump mouse state.
2007-08-27  Vitaliy Margolendinput: Count should not be 0-based.
2007-08-21  Vitaliy Margolendinput: Fix compile with old input.h that missing input...
2007-08-21  Vitaliy Margolendinput: Don't try to create non existing device (/dev...
2007-08-20  Vitaliy Margolendinput: Check acquired flag instead of fd.
2007-08-20  Vitaliy Margolendinput: Use correct data structure for EVIOCGABS instea...
2007-08-20  Vitaliy Margolendinput: Remove redundant declaration.
2007-08-20  Vitaliy Margolendinput: Don't try to create non existing device.
2007-08-17  Vitaliy Margolendinput: Properly increment sequence number for X only...
2007-08-14  Vitaliy Margolendinput: Fix dead zone calculation.
2007-08-08  Peter Dons Tychsendinput: Allow the use of the standard Joystick GUID...
2007-08-06  Vitaliy Margolendinput: Reuse common code and definition.
2007-08-06  Vitaliy Margolendinput: Fix POV calculation.
2007-08-06  Vitaliy Margolendinput: Fix handling of dead-zone in evdev joystick.
2007-08-06  Vitaliy Margolendinput: Fix mapping of axes ids to property ids.
2007-08-02  Erik Inge Bolsødinput: Fix joystick axis remapping.
2007-07-30  Vitaliy Margolendinput: Fix typo.
2007-07-23  Vitaliy Margolendinput: Use more messages as a possible indication...
2007-07-16  Vitaliy Margolendinput: Use CALLWINDPROC hook to monitor focus loses...
2007-07-16  Vitaliy Margolendinput: Use PostMessage instead of SendMessage. Remove...
2007-07-12  Vitaliy Margolendinput: Convert IDirectInput into multi-interface object.
2007-07-10  Vitaliy Margolendinput: Clear static variables after releasing hooks.
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-07-09  Vitaliy Margolendinput: Keep a list of all IDirectInput objects and...
2007-07-09  Vitaliy Margolendinput: Keep the list of all the dinput devices created...
2007-07-06  Vitaliy Margolendinput: Correct test - use appropriate mouse state...
2007-06-29  Vitaliy Margolendinput: Move key state array into object.
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-28  Vitaliy Margolendinput: Remove duplicate code.
2007-06-04  Vitaliy Margolendinput: Acquire device only if specified window has...
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-05-15  Vitaliy Margolendinput: Prevent race between destroying the hook window...
2007-04-24  Andrew Talbotdinput: Constify some variables.
2007-04-09  Vitaliy Margolendinput: Set the event regardless of the queue state.
2007-03-21  Andrew Talbotdinput: Replace inline static with static inline.
2007-03-08  Jan Zerebeckidinput: Add DebugInfo to critical sections.
2007-02-13  Andrew Talbotdinput: Constify some variables.
2007-02-06  Vitaliy Margolendinput: Don't reset dead zone and saturation when setti...
2007-02-06  Vitaliy Margolendinput: Use correct flag for object instance.
2007-02-06  Vitaliy Margolendinput: Look for all available js* joystick devices.
2007-02-05  Vitaliy Margolendinput: Don't reset user specified range in SetDataForm...
2007-02-05  Vitaliy Margolendinput: Initialize user limits with the default 0....
2007-02-05  Vitaliy Margolendinput: Return user set limits not the device limits.
2007-02-05  Vitaliy Margolendinput: Don't close fd before we done with it.
2007-02-05  Marcus Meissnerdinput: Fix dereference pointer after NULL check (Cover...
2007-01-22  Alexandre Julliarddinput: Undefine SW_MAX to avoid possible conflicts...
2007-01-18  Christoph Frickdinput: Calc more caps infos ahead and store it in...
2007-01-17  Christoph Frickdinput: No longer check for value exceeding have(min...
2007-01-17  Christoph Frickdinput: Add a config for the axes.
2007-01-17  Christoph Frickdinput: Move the config for the buttons from the JoyDev...
2007-01-17  Christoph Frickdinput: Use a struct ObjProps for the config of the...
2007-01-17  Christoph Frickdinput: Rename 'axe' to 'axis'.
2007-01-11  Vitaliy Margolendinput: Internal data format is not const anymore.
2007-01-11  Vitaliy Margolendinput: Don't copy no longer used user data format...
2007-01-11  Vitaliy Margolendinput: Use internal data format for object lookups.
2007-01-11  Vitaliy Margolendinput: [joystick_linuxinput] Use correct offset to...
2007-01-11  Vitaliy Margolendinput: [joystick_linuxinput] Rewrite GetObjectInfo...
2007-01-11  Vitaliy Margolendinput: [joystick_linuxinput] Copy and modify default...
2007-01-11  Vitaliy Margolendinput: [joystick_linux] Use correct offset to queue...
2007-01-11  Vitaliy Margolendinput: [joystick_linux] Reuse the same properties...
2007-01-11  Vitaliy Margolendinput: [joystick_linux] Copy and modify default data...
2007-01-10  Vitaliy Margolendinput: Pass complete DataFormat structure to find_prop...
2007-01-10  Vitaliy Margolendinput: Remove duplicate Keyboard->Poll it is the same...
2007-01-10  Vitaliy Margolendinput: Fix trace formatting.
2007-01-08  Vitaliy Margolendinput: Set event from queue_event, simplifying code...
2007-01-08  Vitaliy Margolendinput: Use proper offset when queuing keyboard events.
2007-01-06  Vitaliy Margolendinput: Fix possible NULL deference.
2007-01-06  Vitaliy Margolendinput: Fix memory leak.
2007-01-06  Vitaliy Margolendinput: Fix mouse to use proper offset when queuing...
2007-01-05  Vitaliy Margolendinput: Change EnumObjects to use GetObjectInfo.
2007-01-04  Vitaliy Margolendinput: Fix cut and paste error.
2007-01-04  Francois GougetAssorted spelling fixes.
2007-01-04  Vitaliy Margolendinput: Implement mouse GetObjectInfo on top of base...
2007-01-04  Vitaliy Margolendinput: Move keyboard to using new GetObjectInfo.
2007-01-04  Vitaliy Margolendinput: Implement GetObjectInfo[A|W] in base device...
2007-01-04  Andrew Talbotdinput: Declare some functions static.
2006-12-29  Vitaliy Margolendinput: Move keyboard to using new EnumObjects from...
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: Implement EnumOjects[A|W] in the base device...
next