Framework for the doppler effect.
[wine] / dlls / dinput /
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2003-02-24  Lionel UlmerImplement GetDeviceInfo and GetObjectInfo for the keybo...
2003-02-12  Lionel UlmerImplemented EnumObjects for the keyboard device.
2003-02-12  Lionel UlmerReport an error if GetDeviceData is called on an Unacqu...
2003-02-11  Ove KaavenOnly install the keyboard hook on device creation.
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2003-01-13  Enrico HornAdd version info to dinput.
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-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-08-30  Steven EdwardsUpdate some .cvsignore files for building on Windows.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-06  Lionel UlmerHandle 'not acquired' error messages on keyboard GetDev...
2002-07-22  Alexandre JulliardAdded missing wine/port.h.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
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-31  Vincent BéronRemoved trailing whitespace.
2002-05-24  James JuranAdd missing \n to output messages.
2002-05-22  Patrik StridvallFixed some issues found by winapi_check.
2002-05-19  Arjen NienhuisFixed keyboard handling.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-07  Olivier HouchardHack to make SetEventNotification work.
2002-04-02  Andreas MohrSpelling/error messages fixes.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-11  Andreas MohrSome small cleanups to dinput mouse code.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-19  Francois GougetA few typos.
2001-11-06   <larstiq@larstiq... Devices never need to be polled, so return DI_NOEFFECT...
2001-10-18  Alexandre JulliardMake dinput a properly separated dll.
2001-10-18  Alexandre JulliardUse WH_MOUSE_LL hook instead of redirecting the mouse...
2001-10-18  Alexandre JulliardFixed GetDeviceState and GetDeviceData to use only...
2001-10-02  Alexandre JulliardRemoved unnecessary includes/definitions.
2001-07-26  Patrik StridvallFixed some warnings.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-04-24  Alexandre JulliardSmall cleanups.
2001-04-16  Ove KaavenDon't restore the saved keyboard autorepeat config...
2001-02-12  James AbbatielloFix a few compiler warnings.
2001-01-28  Ove KaavenDon't disable keyboard autorepeat, since autorepeat...
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-26  Ove KaavenCheck that the linux 2.4 event interface is available...
2001-01-19  Marcus MeissnerAdded configure check for old linux/input.h.
2001-01-05  Andreas MohrMouse events fix.
2001-01-04  Francois GougetRemoved the 'fn' prefix (i.e. ICOM_FN).
2000-12-19  Marcus MeissnerImplemented DIGDD_PEEK for SysMouseA::GetDeviceData.
2000-12-16  Alexandre JulliardAvoid a couple of dependencies on input.c internal...
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-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-25  Patrik StridvallFixed some issues found by winapi_check.
2000-11-05  Lionel Ulmer- reorganized DInput DLL
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
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-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-06-08  Alexandre JulliardMerged mouse dll into USER.
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.