kernel32: Fix uninitialised memory read in GetPrivateProfileStringA if GetPrivateProf...
[wine] / dlls / dinput /
2009-10-21  Ričardas Barkauskasdinput: Fix counting non mapped axis as pov.
2009-10-15  Paul Vriensdinput/tests: Fix a few intermittent test failures.
2009-10-14  Stefan Dösingerdinput: Make the creation functions hookable.
2009-09-11  Vitaliy Margolendinput: Fix POV for programs that use buffered events.
2009-09-08  Vitaliy Margolendinput: Convert axis mapping array to int instead of...
2009-09-08  Vitaliy Margolendinput: Move axes and buttons queries into initial...
2009-08-19  Vitaliy Margolendinput: Fix evdev POV mapping.
2009-08-19  Vitaliy Margolendinput: Get default axes configuration from the device...
2009-08-19  Vitaliy Margolendinput: Expand joydev joystick discovery to query joyst...
2009-08-19  Vitaliy Margolendinput: Set default joystick axes mapping for evdev.
2009-08-19  Vitaliy Margolendinput: Let driver specify default axis mapping.
2009-08-19  Vitaliy Margolendinput: Evdev joystick driver - add ability to remap...
2009-08-19  Vitaliy Margolendinput: Rename device axes to direct input axes mapping...
2009-08-19  Vitaliy Margolendinput: Move setup_dinput_options into common place.
2009-08-19  Vitaliy Margolendinput: Move axes count into base joystick class.
2009-08-19  Vitaliy Margolendinput: Move axes mapping array and default dead-zone...
2009-04-20  Paul TBBle Hampsondinput: Add missing newline to trace message.
2009-04-20  Francois GougetAssorted spelling fixes.
2009-04-20  Francois Gougetdinput: Add a trailing '\n' to ERR() messages.
2009-04-20  Vitaliy Margolendinput: Use more friendly name for the joystick than...
2009-04-20  Vitaliy Margolendinput: Convert evdev joystick to new base class.
2009-04-20  Vitaliy Margolendinput: Make props array a part of the generic joystick...
2009-04-20  Vitaliy Margolendinput: Remove redundant stuff.
2009-04-20  Vitaliy Margolendinput: Make EnumDevices and GetObjectInfo consistent...
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.
next