mciqtz32: Implement MCI_SEEK.
[wine] / dlls / dinput /
2009-03-30  Detlef Riekenbergdinput/tests: Remove duplicate version dump.
2009-03-13  Aric Stewartdinput: OS/X joystick: Sort buttons based on usage...
2009-03-12  Francois Gougetdinput: Add a trailing '\n' to ERR() messages.
2009-03-12  Aric Stewartdinput: OS/X joystick: Check usage page to avoid odd...
2009-03-11  Alexandre Julliardconfigure: Check for IOHIDManagerCreate function that...
2009-03-11  Aric Stewartdinput: Add OS/X sliders.
2009-03-11  Aric Stewartdinput: Map OS/X joystick axes so even if they come...
2009-03-11  Aric Stewartdinput: OS/X joystick add Rx,Ry,and Rz axes.
2009-03-11  Aric Stewartdinput: OS/X joystick add GD_X, GD_Y, GD_Z axes.
2009-03-11  Aric Stewartdinput: OS/X joystick add POV controls.
2009-03-11  Aric Stewartdinput: OS/X joystick add axes.
2009-03-11  Aric Stewartdinput: Add Mac OS/X joystick support.
2009-03-10  Aric Stewartdinput: Create generic joystick Acquire/Unacquire.
2009-03-10  Aric Stewartdinput: Remove easy redundancy from linuxinput.
2009-03-10  Aric Stewartdinput: Rename Linux-specific joystick functions.
2009-03-10  Aric Stewartdinput: Move joystick mapping functions to the generic...
2009-03-10  Aric Stewartdinput: Move joystick Polling and Device State to the...
2009-03-10  Aric Stewartdinput: Move joystick productGuid and Name to the gener...
2009-03-10  Aric Stewartdinput: Begin joystick separation into a generic module.
2009-03-03  Vitaliy Margolendinput: Add few special cases for key mappings.
2009-02-23  Vitaliy Margolendinput: Let each device decide which hook event to...
2009-02-03  Vincent Pelletierdinput: Fix effect direction conversion from DIEFF_CART...
2009-02-02  Vincent Pelletierdinput: Move gain support from effect to device.
2009-02-02  Vitaliy Margolendinput: Consume mouse & keyboard events in exclusive...
2009-01-28  Michael Stefaniucdinput: Remove superfluous pointer casts.
2009-01-26  Vincent Pelletierdinput: Clamp lMagnitude to -10000..10000 range.
2009-01-26  Vincent Pelletierdinput: Fix gain-related bugs.
2009-01-23  Vincent Pelletierdinput: Implement auto-center set & get.
2009-01-22  Vincent Pelletierdinput: Add test to show that effects are stopped after...
2009-01-22  Vincent Pelletierdinput: On Unacquire, stop all effects and unload them.
2009-01-22  Vincent Pelletierdinput: Use tested DirectInput version instead of latest.
2009-01-21  Vincent Pelletierdinput: Test that upload, unacquire, acquire still...
2009-01-20  Vincent Pelletierdinput: Add effect gain support.
2009-01-19  Vincent Pelletierdinput: Move WARN where it belongs.
2009-01-08  Alexandre Julliarddinput: Avoid size_t in traces.
2009-01-08  Vitaliy Margolendinput: Copy device data up to maximum available bytes.
2009-01-05  Alexandre Julliarddinput: Fix pointer cast warnings on 64-bit.
2009-01-04  Vitaliy Margolendinput: Allow for holes in device status structure.
2008-12-29  Vitaliy Margolendinput: Fix remaining formatting of the find_joydevs().
2008-12-29  Vitaliy Margolendinput: Fix usage of HeapReAlloc.
2008-12-27  Vitaliy Margolendinput: Replace perror with more appropriate ERR and...
2008-12-27  Vitaliy Margolendinput: Warn if failed to open device.
2008-12-27  Vitaliy Margolendinput: snprintf zero-terminates string no need to...
2008-12-27  Vitaliy Margolendinput: Make find_joydevs re-entrant.
2008-12-20  Vitaliy Margolendinput: Remove DIEnumDevicesCallbackAtoW.
2008-12-17  Hans Leidekkerjanitorial: Don't depend on user32 for the self registr...
2008-12-05  Vincent Povirkdinput/tests: Fix string format warning.
2008-12-03  Alexandre Julliarddinput: Make some functions static.
2008-12-01  Vitaliy Margolendinput: Use correct GetObjectInfo for joystick.
2008-10-16  Michael Stefaniucdinput: Remove superfluous backslashes at end of lines.
2008-09-30  Andrew Talbotdinput: Sign-compare warnings fix.
2008-09-15  Vitaliy Margolendinput: Implement DIPROP_KEYNAME property for keyboard...
2008-09-15  Vitaliy Margolendinput: Replace strdup with HeapAlloc.
2008-09-03  Jim Camerondinput: Add IID_IUnknown to DICF_CreateInstance(),...
2008-08-20  Vitaliy Margolendinput: Add mouse warp override config option.
2008-08-20  Aric Stewartdinput: The DIK_ keycode is not the same as the scancode.
2008-07-28  Vitaliy Margolendinput: Zero the out buffer.
2008-07-28  Vitaliy Margolendinput: Implement saturation property for evdev joystic...
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.
next