Fixed header dependencies to be fully compatible with the Windows
[wine] / dlls / dinput / dinput_main.c
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.