dinput: Add stub for DIPROP_AUTOCENTER property.
[wine] / dlls / dinput / dinput_main.c
2007-09-11  Vitaliy Margolendinput: When setting hooks ignore devices without even...
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: Keep a list of all IDirectInput objects and...
2007-07-09  Vitaliy Margolendinput: Keep the list of all the dinput devices created...
2007-06-28  Vitaliy Margolendinput: Remove duplicate code.
2007-05-15  Vitaliy Margolendinput: Prevent race between destroying the hook window...
2006-10-09  Vitaliy Margolendinput: Win64 printf format warning fixes.
2006-10-05  Alexandre Julliarddinput: Only register the window class once to avoid...
2006-09-13  Vitaliy Margolendinput: Create/destroy hook thread from DirectInput.
2006-09-11  Vitaliy Margolendinput: Move hook_thread from device to DirectInput.
2006-07-31  Vitaliy Margolendinput: Initialize event sequence counter. And simplify...
2006-07-24  Vitaliy Margolendinput: Fix small typo.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-08  Roderick Colenbranderdinput: Fix Initialize return value.
2005-11-23  Francois GougetAssorted spelling fixes.
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
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-05-10  Robert ReifFix joystick crash when a button guid is specified...
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-15  Alexandre JulliardBuild a static list of devices instead of relying on ELF
2005-01-24  Rémi Assaillychar -> const char fixes.
2004-12-07  Christian CostaFixed enumeration of joysticks in DX8.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-17  Robert ReifUse InterlockedIncrement/InterlockedDecrement for refer...
2004-09-13  Robert ReifAdded support for multiple devices.
2004-09-09  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-06-04  Lionel Ulmer- some new logging on device enumeration
2004-04-06  James PerryMake dinput.dll self register.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
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-04-29  Christian CostaEnable creation of DirectInput objects trough CoCreateI...
2003-02-24  Lionel UlmerImplement GetDeviceInfo and GetObjectInfo for the keybo...
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-11-24  Jens HoffmannPass correct instance in keyboard_hook setup.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-06-14  Ove Kaaven- support DirectInput 8 interfaces.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-19  Arjen NienhuisFixed keyboard handling.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-07-26  Patrik StridvallFixed some warnings.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-01-28  Alexandre JulliardAuthors: Ove Kaaven <ovek@transgaming.com>, Gavriel...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-04  Francois GougetRemoved the 'fn' prefix (i.e. ICOM_FN).
2000-12-12  Marcus MeissnerAdded preferences to dinput drivers (so we can have...
2000-12-06  Alexandre JulliardCreated a small static library in ole/libuuid.a that...
2000-11-05  Lionel Ulmer- reorganized DInput DLL
2000-10-31  Andreas MohrChanged mouse UnAcquire to NOT unacquire it on multiple...
2000-10-22  Patrik StridvallFixed some warnings.
2000-10-13  Marcus MeissnerImplemented DirectInputCreateEx.
2000-08-26  Alexandre JulliardRemoved calls to ConvertToGlobalHandle and MakeCritical...
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-03  Alexandre JulliardMoved GUID definitions to their respective dll.
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-06-03  Alexandre JulliardMerged display.dll into USER.
2000-04-28  Lionel UlmerAdded leaving of critical section on all return cases.
2000-04-24  Patrik StridvallFixed issues found by winapi_check.
2000-04-15  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-24  Patrik StridvallMade the include files self sufficient.
2000-03-24  Lionel Ulmer- added some debug code and cleaned-up the mouse warpin...
2000-03-20  Alexandre JulliardMoved graphics initialisation to the x11drv/ttydrv...
2000-03-17  Alexandre JulliardMade ddraw and dinput separate dlls.