shell32: Indentation fix.
[wine] / dlls / dinput / dinput_private.h
2012-08-27  Lucas Zawackidinput: SetActionMap saving mappings.
2011-11-29  Vitaliy Margolendinput: Stub IDirectInputJoyConfig8 interface.
2011-09-06  Lucas Fialho Zawackidinput: Added ConfigureDevices dialog.
2011-08-03  Francois Gougetdinput: Make _dump_diactionformatA() static.
2011-07-22  Lucas Fialho Zawackidinput: BuildActionMap for all joysticks. For the momen...
2011-07-06  Andrew Nguyendinput: Extract the DirectInput instance creation and...
2011-06-28  Lucas Fialho Zawackidinput: SetActionMap setting the device buffer.
2011-06-28  Lucas Fialho Zawackidinput: EnumDevicesBySemantics enumerating keyboard...
2011-05-18  Marcus Meissnerdinput: Mark internal symbols with hidden visibility.
2011-01-24  Vitaliy Margolendinput: Combine ASCII and Unicode device create callbac...
2011-01-10  Vitaliy Margolendinput: Change internal check_dinput_hooks method to...
2010-12-29  Vitaliy Margolendinput: Convert DirectInput to using interface instead...
2010-02-02  Michael Stefaniucdinput: Don't use HIWORD to check if a REFGUID is a...
2009-03-11  Aric Stewartdinput: Add Mac OS/X joystick support.
2009-02-23  Vitaliy Margolendinput: Let each device decide which hook event to...
2008-02-16  Marcus Meissnerdinput: Add a dumper for LPDIACTIONFORMAT.
2007-07-12  Vitaliy Margolendinput: Convert IDirectInput into multi-interface object.
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: Keep a list of all IDirectInput objects and...
2007-07-09  Vitaliy Margolendinput: Keep the list of all the dinput devices created...
2006-09-11  Vitaliy Margolendinput: Move hook_thread from device to DirectInput.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-08-03  Mike McCormackgcc 4.0 warning fixes for Interlocked* functions.
2005-05-30  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-05-16  Robert ReifPass around real version and do correct thing based...
2005-05-13  Robert ReifFix SetProperty error returned.
2005-03-15  Alexandre JulliardBuild a static list of devices instead of relying on ELF
2004-09-13  Robert ReifAdded support for multiple devices.
2004-06-04  Lionel Ulmer- some new logging on device enumeration
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-16  Raphael Junqueira- DInput WideChar classes support. This time all dinput...
2003-06-13  Christian CostaMake dinput8 behaviour more correct for mouse and keyboard.
2003-02-11  Ove KaavenOnly install the keyboard hook on device creation.
2002-12-24  Alexandre JulliardPass the correct instance when installing the mouse...
2002-06-14  Ove Kaaven- support DirectInput 8 interfaces.
2002-06-02  Vincent Béron- Made sure const LP were actually const in dinput.h.
2002-05-19  Arjen NienhuisFixed keyboard handling.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2000-12-12  Marcus MeissnerAdded preferences to dinput drivers (so we can have...
2000-11-05  Lionel Ulmer- reorganized DInput DLL