wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / dinput /
2008-07-10  Andrew Talbotdinput: Remove unneeded address-of operators from array...
2008-07-08  Alexandre Julliarddinput: Don't depend on the dxerr8 static library in...
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-07-07  Vitaliy Margolendinput: Set force feedback actuator flag for X and...
2008-07-07  Vitaliy Margolendinput: Freed effect should remove itself from the...
2008-07-07  Vitaliy Margolendinput: Use Wine list for effects list.
2008-07-07  Vitaliy Margolendinput: Stop and unload effect when freeing it.
2008-07-07  Vitaliy Margolendinput: Add more traces. Prevent some traces from deref...
2008-05-28  Vitaliy Margolendinput: Convert keyboard buffer from internal data...
2008-05-13  Vitaliy Margolendinput: Clamp joystick position values to min-max range.
2008-05-12  Vitaliy Margolendinput: Implement GetDeviceStatus.
2008-05-08  Vitaliy Margolendinput: Default value for unassigned POVs should be -1.
2008-05-07  Vitaliy Margolendinput: Ignore events from extra joystick buttons.
2008-05-07  Vitaliy Margolendinput: Limit number of axes in a different way - map...
2008-05-07  Vitaliy Margolendinput: Remove redundant variable.
2008-05-06  Francois GougetAssorted spelling fixes.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-29  Vitaliy Margolendinput: Fix typo.
2008-04-28  Vitaliy Margolendinput: Fix default axes mapping generation.
2008-04-28  Vitaliy Margolendinput: Explicitly set extended key flag for Right...
2008-04-28  Lionel Debrouxdinput: joystick test: Improve reporting when enumerate...
2008-04-25  Vitaliy Margolendinput: Limit number of supported axis and buttons.
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.
next