dinput/tests: Add test to show dinput does not use user defined data format for keyboard.
[wine] / dlls / dinput /
2008-04-18  Sergey Khodychdinput/tests: Add test to show dinput does not use...
2008-04-16  Andrew Talbotdinput: Fix handle leak.
2008-04-14  Vitaliy Margolendinput: Don't use dead-zone from the device.
2008-04-14  Vitaliy Margolendinput: Joysticks are not supported for DX v3.
2008-04-14  Vitaliy Margolendinput: Assign button GUID to joystick buttons.
2008-03-29  Andrew Talbotdinput: Assign to struct instead of using CopyMemory.
2008-03-27  Austin EnglishSpelling fixes.
2008-03-10  Paul Vriensdinput/tests: Don't treat old dinput versions as an...
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-03-01  Andrew Talbotdinput: Assign to structs instead of using memcpy.
2008-02-28  Rob Shearmandinput: Include fcntl.h instead of sys/fcntl.h since...
2008-02-26  Francois Gougetdinput: Fix compilation on systems that don't support...
2008-02-25  Rob Shearmandinput: Fix character count passed to GetKeyNameTextW...
2008-02-18  Marcus Meissnerdinput: Some debug output for BuildActionMap.
2008-02-16  Marcus Meissnerdinput: Removed superflous < 0 check.
2008-02-16  Marcus Meissnerdinput: Add debug output for IDirectInput8A::EnumDevice...
2008-02-16  Marcus Meissnerdinput: Add a dumper for LPDIACTIONFORMAT.
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.
2008-01-07  Peter Dons Tychsendinput: Silence incorrect warning and move it to a...
2008-01-02  Lionel Debrouxdinput: Improve TRACEs and WARNs.
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...
next