explorerframe: Avoid signed-unsigned integer comparisons.
[wine] / dlls / dinput / joystick.c
2013-01-15  Andrew Talbotdinput: Avoid signed-unsigned integer comparisons.
2012-10-11  Lucas Zawackidinput: Implement DIPROP_INSTANCENAME for joystick.
2012-08-27  Gerald Pfeiferdinput: Fix incorrect check in device_disabled_registry.
2012-08-24  Lucas Zawackidinput: Disable linuxinput or linux joysticks based...
2012-02-29  Lucas Zawackidinput: Search for device objects of the correct type...
2011-08-24  Lucas Fialho Zawackidinput: Proper conversion of username parameters for...
2011-08-24  Lucas Fialho Zawackidinput: In BuildActionMap, don't assign objects to...
2011-08-24  Lucas Fialho Zawackidinput: Common implementation for joystick, keyboard...
2011-07-22  Lucas Fialho Zawackidinput: SetActionMap for joysticks.
2011-07-22  Lucas Fialho Zawackidinput: BuildActionMap for all joysticks. For the momen...
2011-07-12  Lucas Fialho Zawackidinput: BuildActionMap and SetActionMap stubs for gener...
2011-01-10  Vitaliy Margolendinput: COM cleanup - use interfaces instead of vtbl...
2011-01-10  Vitaliy Margolendinput: Explicitly define ASCII and Unicode methods...
2011-01-10  Vitaliy Margolendinput: COM cleanup - use helper function instead of...
2011-01-03  Vitaliy Margolendinput: Pass interface instead of this pointer to joyst...
2010-08-31  Andrew Talbotdinput: Constify some variables.
2010-02-02  Michael Stefaniucdinput: Don't use HIWORD to check if a REFGUID is a...
2009-10-21  Ričardas Barkauskasdinput: Fix counting non mapped axis as pov.
2009-09-08  Vitaliy Margolendinput: Convert axis mapping array to int instead of...
2009-08-19  Vitaliy Margolendinput: Let driver specify default axis mapping.
2009-08-19  Vitaliy Margolendinput: Move setup_dinput_options into common place.
2009-04-20  Vitaliy Margolendinput: Remove redundant stuff.
2009-04-20  Vitaliy Margolendinput: Make EnumDevices and GetObjectInfo consistent...
2009-03-10  Aric Stewartdinput: Create generic joystick Acquire/Unacquire.
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.